/* Define Breakpoints */
/* Define Max Breakpoints */
/* Define Min Breakpoints */
/* Define Additional Breakpoints */
:root {
  --colour--error: red;
  --colour--warning: orange;
  --colour--success: green;
  --colour--primary-1: #241F21;
  --colour--primary-2: #005476;
  --colour--primary-3: #00ADEF;
  --colour--primary-4: #EF3F34;
  --colour--secondary-1: #F5F5F5;
  --colour--secondary-2: #818181;
  --colour--background: #ffffff;
  --colour--hero-bg: #005476;
}
:root {
  --header-height: 60px;
  --header-top: 48px;
}
.hero-headline-text {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 0px) {
  .hero-headline-text {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) {
  .hero-headline-text {
    font-size: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-headline-text {
    font-size: 90px;
  }
}
.section-title-text {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (min-width: 0px) {
  .section-title-text {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .section-title-text {
    font-size: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .section-title-text {
    font-size: 64px;
  }
}
.pull-quote-text {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (min-width: 0px) {
  .pull-quote-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .pull-quote-text {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .pull-quote-text {
    font-size: 40px;
  }
}
.subheadline-text {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (min-width: 0px) {
  .subheadline-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .subheadline-text {
    font-size: 26px;
  }
}
@media screen and (min-width: 1280px) {
  .subheadline-text {
    font-size: 32px;
  }
}
.subject-name-text {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (min-width: 0px) {
  .subject-name-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .subject-name-text {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .subject-name-text {
    font-size: 24px;
  }
}
.menu-text {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 7.2px;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) {
  .menu-text {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .menu-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-text {
    font-size: 20px;
  }
}
.p-text {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (min-width: 0px) {
  .p-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .p-text {
    font-size: 16px;
  }
}
.button-text {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 20%;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) {
  .button-text {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button-text {
    font-size: 16px;
  }
}
a {
  text-decoration: none;
}
.no-scroll {
  overflow: hidden;
}
.scrollable {
  overflow: auto;
}
.is-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .is-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.is-split-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1280px) {
  .is-split-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90vw;
  max-width: 1200px;
  margin-inline: auto;
}
.container--narrow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90vw;
  max-width: 1200px;
  margin-inline: auto;
  max-width: 990px;
}
.container--wide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90vw;
  max-width: 1200px;
  margin-inline: auto;
  max-width: 1600px;
}
.container--wider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90vw;
  max-width: 1200px;
  margin-inline: auto;
  max-width: 1800px;
}
.container--full {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90vw;
  max-width: 1200px;
  margin-inline: auto;
  width: 100%;
  max-width: 100%;
}
.divider {
  height: 1px;
  background-color: black;
  margin-block: 1px;
  width: 50%;
}
.divider--narrow {
  height: 1px;
  background-color: black;
  margin-block: 1px;
  width: 50%;
  width: 25%;
}
.divider--wide {
  height: 1px;
  background-color: black;
  margin-block: 1px;
  width: 50%;
  width: 75%;
}
.divider--full {
  height: 1px;
  background-color: black;
  margin-block: 1px;
  width: 50%;
  width: 100%;
}
.v-divider {
  width: 1px;
  background-color: black;
  margin-block: 1px;
  height: 50%;
}
.v-divider--narrow {
  width: 1px;
  background-color: black;
  margin-block: 1px;
  height: 50%;
  height: 25%;
}
.v-divider--wide {
  width: 1px;
  background-color: black;
  margin-block: 1px;
  height: 50%;
  height: 75%;
}
.v-divider--full {
  width: 1px;
  background-color: black;
  margin-block: 1px;
  height: 50%;
  height: 100%;
}
.v-padding-sm {
  padding-block: 8px;
}
@media screen and (min-width: 1280px) {
  .v-padding-sm {
    padding-block: 8px;
  }
}
.v-padding-md {
  padding-block: 16px;
}
@media screen and (min-width: 1280px) {
  .v-padding-md {
    padding-block: 24px;
  }
}
.v-padding {
  padding-block: 32px;
}
@media screen and (min-width: 1280px) {
  .v-padding {
    padding-block: 48px;
  }
}
.v-padding-lg {
  padding-block: 128px;
}
@media screen and (min-width: 1280px) {
  .v-padding-lg {
    padding-block: 128px;
  }
}
.v-padding-section {
  padding-block: 64px;
}
@media screen and (min-width: 1280px) {
  .v-padding-section {
    padding-block: 128px;
  }
}
.top-padding-sm {
  padding-top: 8px;
}
@media screen and (min-width: 1280px) {
  .top-padding-sm {
    padding-top: 8px;
  }
}
.top-padding-md {
  padding-top: 16px;
}
@media screen and (min-width: 1280px) {
  .top-padding-md {
    padding-top: 24px;
  }
}
.top-padding {
  padding-top: 32px;
}
@media screen and (min-width: 1280px) {
  .top-padding {
    padding-top: 48px;
  }
}
.top-padding-lg {
  padding-top: 128px;
}
@media screen and (min-width: 1280px) {
  .top-padding-lg {
    padding-top: 128px;
  }
}
.top-padding-section {
  padding-top: 64px;
}
@media screen and (min-width: 1280px) {
  .top-padding-section {
    padding-top: 128px;
  }
}
.bot-padding-sm {
  padding-bottom: 8px;
}
@media screen and (min-width: 1280px) {
  .bot-padding-sm {
    padding-bottom: 8px;
  }
}
.bot-padding-md {
  padding-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  .bot-padding-md {
    padding-bottom: 24px;
  }
}
.bot-padding {
  padding-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .bot-padding {
    padding-bottom: 48px;
  }
}
.bot-padding-lg {
  padding-bottom: 128px;
}
@media screen and (min-width: 1280px) {
  .bot-padding-lg {
    padding-bottom: 128px;
  }
}
.bot-padding-section {
  padding-bottom: 64px;
}
@media screen and (min-width: 1280px) {
  .bot-padding-section {
    padding-bottom: 128px;
  }
}
.h-padding-sm {
  padding-inline: 8px;
}
@media screen and (min-width: 1280px) {
  .h-padding-sm {
    padding-inline: 8px;
  }
}
.h-padding-md {
  padding-inline: 16px;
}
@media screen and (min-width: 1280px) {
  .h-padding-md {
    padding-inline: 24px;
  }
}
.h-padding {
  padding-inline: 32px;
}
@media screen and (min-width: 1280px) {
  .h-padding {
    padding-inline: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .h-padding--desktop {
    padding-inline: 32px;
  }
}
@media screen and (min-width: 1280px) and screen and (min-width: 1280px) {
  .h-padding--desktop {
    padding-inline: 48px;
  }
}
.h-padding-section {
  padding-inline: 64px;
}
@media screen and (min-width: 1280px) {
  .h-padding-section {
    padding-inline: 128px;
  }
}
.h-padding-lg {
  padding-inline: 128px;
}
@media screen and (min-width: 1280px) {
  .h-padding-lg {
    padding-inline: 128px;
  }
}
.v-margin-sm {
  margin-block: 8px;
}
@media screen and (min-width: 1280px) {
  .v-margin-sm {
    margin-block: 8px;
  }
}
.v-margin-md {
  margin-block: 16px;
}
@media screen and (min-width: 1280px) {
  .v-margin-md {
    margin-block: 24px;
  }
}
.v-margin {
  margin-block: 32px;
}
@media screen and (min-width: 1280px) {
  .v-margin {
    margin-block: 48px;
  }
}
.v-margin-lg {
  margin-block: 128px;
}
@media screen and (min-width: 1280px) {
  .v-margin-lg {
    margin-block: 128px;
  }
}
.v-margin-section {
  margin-block: 64px;
}
@media screen and (min-width: 1280px) {
  .v-margin-section {
    margin-block: 128px;
  }
}
.top-margin-sm {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .top-margin-sm {
    margin-top: 8px;
  }
}
.top-margin-md {
  margin-top: 16px;
}
@media screen and (min-width: 1280px) {
  .top-margin-md {
    margin-top: 24px;
  }
}
.top-margin {
  margin-top: 32px;
}
@media screen and (min-width: 1280px) {
  .top-margin {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .top-margin--desktop {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1280px) and screen and (min-width: 1280px) {
  .top-margin--desktop {
    margin-top: 48px;
  }
}
.top-margin-lg {
  margin-top: 128px;
}
@media screen and (min-width: 1280px) {
  .top-margin-lg {
    margin-top: 128px;
  }
}
.top-margin-section {
  margin-top: 64px;
}
@media screen and (min-width: 1280px) {
  .top-margin-section {
    margin-top: 128px;
  }
}
.bot-margin-sm {
  margin-bottom: 8px;
}
@media screen and (min-width: 1280px) {
  .bot-margin-sm {
    margin-bottom: 8px;
  }
}
.bot-margin-md {
  margin-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  .bot-margin-md {
    margin-bottom: 24px;
  }
}
.bot-margin {
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .bot-margin {
    margin-bottom: 48px;
  }
}
.bot-margin-lg {
  margin-bottom: 128px;
}
@media screen and (min-width: 1280px) {
  .bot-margin-lg {
    margin-bottom: 128px;
  }
}
.bot-margin-section {
  margin-bottom: 64px;
}
@media screen and (min-width: 1280px) {
  .bot-margin-section {
    margin-bottom: 128px;
  }
}
.h-margin-sm {
  margin-inline: 8px;
}
@media screen and (min-width: 1280px) {
  .h-margin-sm {
    margin-inline: 8px;
  }
}
.h-margin-md {
  margin-inline: 16px;
}
@media screen and (min-width: 1280px) {
  .h-margin-md {
    margin-inline: 24px;
  }
}
.h-margin {
  margin-inline: 32px;
}
@media screen and (min-width: 1280px) {
  .h-margin {
    margin-inline: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .h-margin--desktop {
    margin-inline: 32px;
  }
}
@media screen and (min-width: 1280px) and screen and (min-width: 1280px) {
  .h-margin--desktop {
    margin-inline: 48px;
  }
}
.h-margin-lg {
  margin-inline: 128px;
}
@media screen and (min-width: 1280px) {
  .h-margin-lg {
    margin-inline: 128px;
  }
}
.margin-0 {
  margin: 0;
}
.top-margin-0 {
  margin-top: 0;
}
.bot-margin-0 {
  margin-bottom: 0;
}
.fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.h-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.v-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.full {
  width: 100%;
  height: 100%;
}
.h-full {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .h-full--mobile {
    width: 100%;
  }
}
.v-full {
  height: 100%;
}
.inline-spacer {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: transparent;
  margin-block: 1px;
}
.flex-spacer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex-spacer-half {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}
.flex-spacer-quarter {
  -webkit-box-flex: 0.25;
      -ms-flex: 0.25;
          flex: 0.25;
}
.center {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .center--mobile {
    margin-inline: auto;
  }
}
@media screen and (max-width: 1279px) {
  .center--mobile--tablet {
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .center--tablet {
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .center--tablet {
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .center--tablet--desktop {
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .center--desktop {
    margin-inline: auto;
  }
}
.txt-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt-center--mobile {
    text-align: center;
  }
}
.invis {
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .invis--mobile {
    visibility: hidden;
  }
}
@media screen and (max-width: 1279px) {
  .invis--mobile--tablet {
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .invis--tablet {
    visibility: hidden;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .invis--tablet {
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  .invis--tablet--desktop {
    visibility: hidden;
  }
}
@media screen and (min-width: 1280px) {
  .invis--desktop {
    visibility: hidden;
  }
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
}
.txt-italic {
  font-style: italic;
}
.txt-weight-200 {
  font-weight: 200;
}
.txt-weight-300 {
  font-weight: 300;
}
.txt-weight-400 {
  font-weight: 400;
}
.txt-weight-500 {
  font-weight: 500;
}
.txt-weight-600 {
  font-weight: 600;
}
.txt-weight-700 {
  font-weight: 700;
}
.txt-weight-800 {
  font-weight: 800;
}
.txt-weight-900 {
  font-weight: 900;
}
.bg-primary-1 {
  background-color: var(--colour--primary-1);
  color: white;
}
.bg-primary-2 {
  background-color: var(--colour--primary-2);
  color: white;
}
.bg-primary-3 {
  background-color: var(--colour--primary-3);
  color: white;
}
.bg-primary-4 {
  background-color: var(--colour--primary-4);
  color: white;
}
.bg-black {
  background-color: black;
  color: white;
}
.bg-white {
  background-color: white;
  color: black;
}
.bg-secondary-1 {
  background-color: var(--colour--secondary-1);
  color: black;
}
.bg-secondary-2 {
  background-color: var(--colour--secondary-2);
  color: white;
}
.txt-white {
  color: white;
}
.txt-black {
  color: black;
}
.txt-primary-1 {
  color: var(--colour--primary-1);
}
.txt-primary-2 {
  color: var(--colour--primary-2);
}
.txt-primary-3 {
  color: var(--colour--primary-3);
}
.txt-primary-4 {
  color: var(--colour--primary-4);
}
.txt-secondary-1 {
  color: var(--colour--secondary-1);
}
.txt-secondary-2 {
  color: var(--colour--secondary-2);
}
.txt-highlight {
  background-color: var(--colour--primary);
  color: white;
  padding: 16px;
}
@media screen and (min-width: 1280px) {
  .txt-highlight {
    padding: 24px;
  }
}
.img-white {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.animate-on-scroll {
  visibility: hidden;
}
.anim-underline-l2r {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.anim-underline-l2r:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.anim-underline-l2r:hover:after,
.anim-underline-l2r:focus:after {
  width: 100%;
}
.anim-underline-l2r:after {
  width: 100%;
  left: 0;
  right: auto;
}
.anim-underline-l2r:hover:after,
.anim-underline-l2r:focus:after {
  -webkit-animation: underline-loop 3s ease-in-out infinite;
          animation: underline-loop 3s ease-in-out infinite;
}
.anim-text-fade-in {
  visibility: visible;
  -webkit-animation: kf-text-fade-in 1.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
          animation: kf-text-fade-in 1.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.anim-text-fade-in-slow {
  visibility: visible;
  -webkit-animation: kf-text-fade-in 2.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
          animation: kf-text-fade-in 2.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.anim-text-clip-bot-up {
  visibility: visible;
  -webkit-animation: kf-text-clip-bot-up 1.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
          animation: kf-text-clip-bot-up 1.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.anim-text-clip-top-down {
  visibility: visible;
  -webkit-animation: kf-text-clip-top-down 1.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
          animation: kf-text-clip-top-down 1.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.anim-bobbing-v {
  -webkit-animation: kf-bobbing-v 5s ease-in-out infinite;
          animation: kf-bobbing-v 5s ease-in-out infinite;
}
@-webkit-keyframes kf-text-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes kf-text-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes kf-text-clip-bot-up {
  from {
    -webkit-transform: translate(0, -75px);
            transform: translate(0, -75px);
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes kf-text-clip-bot-up {
  from {
    -webkit-transform: translate(0, -75px);
            transform: translate(0, -75px);
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes kf-text-clip-top-down {
  from {
    -webkit-transform: translate(0, 75px);
            transform: translate(0, 75px);
    clip-path: polygon(100% 0%, 0% 0%, 0% 0%, 100% 0%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 100% 0%);
  }
}
@keyframes kf-text-clip-top-down {
  from {
    -webkit-transform: translate(0, 75px);
            transform: translate(0, 75px);
    clip-path: polygon(100% 0%, 0% 0%, 0% 0%, 100% 0%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 100% 0%);
  }
}
@-webkit-keyframes kf-bobbing-v {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes kf-bobbing-v {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes kf-wiggle3d-subtle {
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  20% {
    -webkit-transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
  }
  40% {
    -webkit-transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
  }
  60% {
    -webkit-transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
  }
  80% {
    -webkit-transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
}
@keyframes kf-wiggle3d-subtle {
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  20% {
    -webkit-transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
  }
  40% {
    -webkit-transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
  }
  60% {
    -webkit-transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
  }
  80% {
    -webkit-transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
}
.button {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 20%;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 0px) {
  .button {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button {
    font-size: 16px;
  }
}
.button--borderless {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 20%;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--colour--primary-3);
  color: var(--colour--primary-2);
}
@media screen and (min-width: 0px) {
  .button--borderless {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--borderless {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--borderless {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--borderless {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--borderless {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--borderless {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--borderless {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--borderless {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--borderless {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--borderless {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--borderless {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--borderless {
    font-size: 16px;
  }
}
.button--borderless:hover,
.button--borderless:focus {
  color: var(--colour--primary-3);
}
.button--dark {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 20%;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 24px;
  border-radius: 0;
  border: 1px solid var(--colour--primary-4);
  color: var(--colour--primary-4);
}
@media screen and (min-width: 0px) {
  .button--dark {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark {
    font-size: 16px;
  }
}
.button--dark:hover,
.button--dark:focus {
  color: white;
  border-color: white;
}
.button--light {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 20%;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 24px;
  border-radius: 0;
  border: 1px solid var(--colour--primary-3);
  color: var(--colour--primary-3);
}
@media screen and (min-width: 0px) {
  .button--light {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light {
    font-size: 16px;
  }
}
.button--light:hover,
.button--light:focus {
  color: black;
  border-color: black;
}
.button--dark--fill {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 20%;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 24px;
  border-radius: 0;
  border: none;
  background-color: var(--colour--primary-4);
  color: white;
}
@media screen and (min-width: 0px) {
  .button--dark--fill {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--fill {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--fill {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--fill {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--fill {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--fill {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--fill {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--fill {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--fill {
    font-size: 16px;
  }
}
.button--dark--fill:hover,
.button--dark--fill:focus {
  color: var(--colour--primary-4);
  background-color: white;
}
.button--light--fill {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 20%;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 24px;
  border-radius: 0;
  border: none;
  background-color: var(--colour--primary-3);
  color: white;
}
@media screen and (min-width: 0px) {
  .button--light--fill {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--fill {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--fill {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--fill {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--fill {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--fill {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--fill {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--fill {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--fill {
    font-size: 16px;
  }
}
.button--light--fill:hover,
.button--light--fill:focus {
  color: var(--colour--primary-3);
  background-color: white;
}
.button--dark--arrow {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 20%;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 24px;
  border-radius: 0;
  border: none;
  background-color: var(--colour--primary-4);
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0px) {
  .button--dark--arrow {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--arrow {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--arrow {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--arrow {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--arrow {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--arrow {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--arrow {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--arrow {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--arrow {
    font-size: 16px;
  }
}
.button--dark--arrow:hover,
.button--dark--arrow:focus {
  color: var(--colour--primary-4);
  background-color: white;
}
.button--dark--arrow::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/petvet/static/images/arrow-circle.svg');
          mask-image: url('/wp-content/themes/petvet/static/images/arrow-circle.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .button--dark--arrow::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--arrow::after {
    width: 28px;
    height: 28px;
  }
}
.button--light--arrow {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 20%;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 24px;
  border-radius: 0;
  border: none;
  background-color: var(--colour--primary-3);
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0px) {
  .button--light--arrow {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--arrow {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--arrow {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--arrow {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--arrow {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--arrow {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--arrow {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--arrow {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--arrow {
    font-size: 16px;
  }
}
.button--light--arrow:hover,
.button--light--arrow:focus {
  color: var(--colour--primary-3);
  background-color: white;
}
.button--light--arrow::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/petvet/static/images/arrow-circle.svg');
          mask-image: url('/wp-content/themes/petvet/static/images/arrow-circle.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .button--light--arrow::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--arrow::after {
    width: 28px;
    height: 28px;
  }
}
.button--dark--back {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 20%;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 24px;
  border-radius: 0;
  border: none;
  background-color: var(--colour--primary-4);
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0px) {
  .button--dark--back {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--back {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--back {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--back {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--back {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--back {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--back {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--back {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--back {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--back {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--back {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--back {
    font-size: 16px;
  }
}
.button--dark--back:hover,
.button--dark--back:focus {
  color: var(--colour--primary-4);
  background-color: white;
}
.button--dark--back::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/petvet/static/images/arrow-left.svg');
          mask-image: url('/wp-content/themes/petvet/static/images/arrow-left.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .button--dark--back::before {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--back::before {
    width: 28px;
    height: 28px;
  }
}
.button--light--back {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 20%;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 24px;
  border-radius: 0;
  border: none;
  background-color: var(--colour--primary-3);
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0px) {
  .button--light--back {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--back {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--back {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--back {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--back {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--back {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--back {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--back {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--back {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--back {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--back {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--back {
    font-size: 16px;
  }
}
.button--light--back:hover,
.button--light--back:focus {
  color: var(--colour--primary-3);
  background-color: white;
}
.button--light--back::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/petvet/static/images/arrow-left.svg');
          mask-image: url('/wp-content/themes/petvet/static/images/arrow-left.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .button--light--back::before {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--back::before {
    width: 28px;
    height: 28px;
  }
}
.button--dark--tel {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 20%;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 24px;
  border-radius: 0;
  border: none;
  background-color: var(--colour--primary-4);
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0px) {
  .button--dark--tel {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--tel {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--tel {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--tel {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--tel {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--tel {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--tel {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--tel {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--tel {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--tel {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--tel {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--tel {
    font-size: 16px;
  }
}
.button--dark--tel:hover,
.button--dark--tel:focus {
  color: var(--colour--primary-4);
  background-color: white;
}
.button--dark--tel::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/petvet/static/images/tel.svg');
          mask-image: url('/wp-content/themes/petvet/static/images/tel.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .button--dark--tel::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--tel::after {
    width: 28px;
    height: 28px;
  }
}
.button--light--tel {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 20%;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 24px;
  border-radius: 0;
  border: none;
  background-color: var(--colour--primary-3);
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0px) {
  .button--light--tel {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--tel {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--tel {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--tel {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--tel {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--tel {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--tel {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--tel {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--tel {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--tel {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--tel {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--tel {
    font-size: 16px;
  }
}
.button--light--tel:hover,
.button--light--tel:focus {
  color: var(--colour--primary-3);
  background-color: white;
}
.button--light--tel::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/petvet/static/images/tel.svg');
          mask-image: url('/wp-content/themes/petvet/static/images/tel.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .button--light--tel::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--tel::after {
    width: 28px;
    height: 28px;
  }
}
.button--light--tel--fill {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 20%;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 24px;
  border-radius: 0;
  border: none;
  background-color: var(--colour--primary-3);
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0px) {
  .button--light--tel--fill {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--tel--fill {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--tel--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--tel--fill {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--tel--fill {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--tel--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--tel--fill {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--tel--fill {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--tel--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--tel--fill {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--tel--fill {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--tel--fill {
    font-size: 16px;
  }
}
.button--light--tel--fill:hover,
.button--light--tel--fill:focus {
  color: var(--colour--primary-3);
  background-color: white;
}
.button--light--tel--fill::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/petvet/static/images/tel_fill.svg');
          mask-image: url('/wp-content/themes/petvet/static/images/tel_fill.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .button--light--tel--fill::before {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--tel--fill::before {
    width: 28px;
    height: 28px;
  }
}
.button--dark--mailto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 20%;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 24px;
  border-radius: 0;
  border: none;
  background-color: var(--colour--primary-4);
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0px) {
  .button--dark--mailto {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--mailto {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--mailto {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--mailto {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--mailto {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--mailto {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--mailto {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--mailto {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--mailto {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--mailto {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--mailto {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--mailto {
    font-size: 16px;
  }
}
.button--dark--mailto:hover,
.button--dark--mailto:focus {
  color: var(--colour--primary-4);
  background-color: white;
}
.button--dark--mailto::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/petvet/static/images/mailto.svg');
          mask-image: url('/wp-content/themes/petvet/static/images/mailto.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .button--dark--mailto::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--mailto::after {
    width: 28px;
    height: 28px;
  }
}
.button--dark--pin {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 20%;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 24px;
  border-radius: 0;
  border: none;
  background-color: var(--colour--primary-4);
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0px) {
  .button--dark--pin {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--pin {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--pin {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--pin {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--pin {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--pin {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--pin {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--pin {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--pin {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--pin {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--pin {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--pin {
    font-size: 16px;
  }
}
.button--dark--pin:hover,
.button--dark--pin:focus {
  color: var(--colour--primary-4);
  background-color: white;
}
.button--dark--pin::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/petvet/static/images/pin.svg');
          mask-image: url('/wp-content/themes/petvet/static/images/pin.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .button--dark--pin::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--pin::after {
    width: 28px;
    height: 28px;
  }
}
.button-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background-color: var(--colour--background);
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#breadcrumbs .crumbs {
  color: black;
}
#breadcrumbs .crumbs a {
  color: black;
  text-decoration: none;
}
#breadcrumbs .crumbs .last {
  color: var(--colour--primary-3);
}
.form .form-row {
  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-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.form .form-row .form-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form .form-row .form-input input,
.form .form-row .form-input textarea,
.form .form-row .form-input select {
  width: -webkit-fill-available;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px lightgrey solid;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px 10px;
  background-color: white;
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .form .form-row .form-input input,
  .form .form-row .form-input textarea,
  .form .form-row .form-input select {
    margin-top: 8px;
  }
}
.form .form-row .form-select span::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  height: 15px;
  width: 15px;
  -webkit-mask-image: url('/wp-content/themes/petvet/static/images/chevron-down.svg');
          mask-image: url('/wp-content/themes/petvet/static/images/chevron-down.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: black;
}
.form .form-row span {
  color: red !important;
  width: 70%;
}
.form input[type="submit"] {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 20%;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 24px;
  border-radius: 0;
  border: none;
  background-color: var(--colour--primary-4);
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  float: right;
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
.form input[type="submit"]:hover,
.form input[type="submit"]:focus {
  color: var(--colour--primary-4);
  background-color: white;
}
.form input[type="submit"]::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/petvet/static/images/arrow-circle.svg');
          mask-image: url('/wp-content/themes/petvet/static/images/arrow-circle.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .form input[type="submit"]::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"]::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
.form input[type="submit"]:hover,
.form input[type="submit"]:focus {
  color: var(--colour--primary-4);
  background-color: white;
}
.form input[type="submit"]::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/petvet/static/images/arrow-circle.svg');
          mask-image: url('/wp-content/themes/petvet/static/images/arrow-circle.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .form input[type="submit"]::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"]::after {
    width: 28px;
    height: 28px;
  }
}
#sb_instagram p,
#sb_instagram a,
#sb_instagram span {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
}
@media screen and (min-width: 0px) {
  #sb_instagram p,
  #sb_instagram a,
  #sb_instagram span {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  #sb_instagram p,
  #sb_instagram a,
  #sb_instagram span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  #sb_instagram p,
  #sb_instagram a,
  #sb_instagram span {
    font-size: 20px;
  }
}
#notfound {
  position: relative;
  height: 100vh;
  background-color: white;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}
#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#notfound .notfound-404 {
  position: relative;
  height: 240px;
}
#notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0px;
  color: var(--colour--primary);
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
}
#notfound .notfound-404 h1 > span {
  text-shadow: -8px 0px 0px var(--colour--secondary);
}
#notfound .notfound-404 h3 {
  font-family: 'Cabin', sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin: 0px auto;
  letter-spacing: 3px;
  padding-left: 6px;
}
#notfound h2 {
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: black;
  margin-top: 0px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #notfound .notfound .notfound-404 {
    height: 200px;
  }
  #notfound .notfound .notfound-404 h1 {
    font-size: 200px;
  }
}
@media only screen and (max-width: 480px) {
  #notfound .notfound .notfound-404 {
    height: 162px;
  }
  #notfound .notfound .notfound-404 h1 {
    font-size: 162px;
    height: 150px;
    line-height: 162px;
  }
  #notfound .notfound h2 {
    font-size: 16px;
  }
}
.arrow-circle {
  display: inline-block;
  width: 34px;
  height: 34px;
  -webkit-mask-image: url('/wp-content/themes/petvet/static/images/arrow-circle.svg');
          mask-image: url('/wp-content/themes/petvet/static/images/arrow-circle.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 768px) {
  .arrow-circle {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .arrow-circle {
    width: 45px;
    height: 45px;
  }
}
.chevron-circle {
  display: inline-block;
  height: 35px;
  width: 35px;
  -webkit-mask-image: url('/wp-content/themes/petvet/static/images/chevron-circle.svg');
          mask-image: url('/wp-content/themes/petvet/static/images/chevron-circle.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 1280px) {
  .chevron-circle {
    width: 110px;
    height: 110px;
  }
}
.chevron {
  display: inline-block;
  height: 35px;
  width: 35px;
  -webkit-mask-image: url('/wp-content/themes/petvet/static/images/chevron.svg');
          mask-image: url('/wp-content/themes/petvet/static/images/chevron.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 1280px) {
  .chevron {
    width: 110px;
    height: 110px;
  }
}
.overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#00000044), to(#000000));
  background: linear-gradient(#00000044, #000000);
  opacity: 0.7;
}
.gradient-t2b {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--colour--primary-blue)), to(transparent));
  background: linear-gradient(to bottom, var(--colour--primary-blue), transparent);
  height: 50%;
  top: -1px;
  width: 100%;
  z-index: 2;
}
.title-container {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
.anim-underline-l2r:after {
  width: 100%;
  left: 0;
  right: auto;
}
.anim-underline-l2r:hover:after,
.anim-underline-l2r:focus:after {
  -webkit-animation: underline-loop 3s ease-in-out infinite;
          animation: underline-loop 3s ease-in-out infinite;
}
@-webkit-keyframes underline-loop {
  0% {
    width: 100%;
    left: auto;
    right: 0;
  }
  25% {
    width: 0%;
    left: auto;
    right: 0;
  }
  50% {
    width: 0%;
    left: 0;
    right: auto;
  }
  75% {
    width: 100%;
    left: 0;
    right: auto;
  }
  100% {
    width: 100%;
    left: auto;
    right: 0;
  }
}
@keyframes underline-loop {
  0% {
    width: 100%;
    left: auto;
    right: 0;
  }
  25% {
    width: 0%;
    left: auto;
    right: 0;
  }
  50% {
    width: 0%;
    left: 0;
    right: auto;
  }
  75% {
    width: 100%;
    left: 0;
    right: auto;
  }
  100% {
    width: 100%;
    left: auto;
    right: 0;
  }
}
#header {
  position: absolute;
  height: var(--header-height);
  width: 100%;
  top: var(--header-top);
  left: 0;
  z-index: 5;
  background-color: transparent;
}
#header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-inline: 5vw;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header-container .header-logo {
  display: block;
  height: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 95;
}
#header .header-container .header-logo img {
  height: 100%;
  -webkit-transition: all 0.3ms ease-in;
  transition: all 0.3ms ease-in;
}
@media screen and (min-width: 768px) {
  #header .header-container .header-logo {
    height: 80px;
  }
}
#header .header-container .shopping-icon {
  margin-right: 24px;
}
#header.open {
  background-color: transparent;
}
.burger {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  z-index: 95;
  background-color: var(--colour--primary);
}
.burger .burger-line {
  background-color: white;
  height: 2px;
  width: 100%;
  margin-inline: 0;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
.burger .burger-line:nth-child(2) {
  width: 75%;
}
.burger:hover .burger-line:nth-child(2) {
  width: 15px;
}
.burger:hover .burger-line:nth-child(3) {
  width: 10px;
}
.burger.open .burger-line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(0.15rem, -0.2rem);
          transform: rotate(45deg) translate(0.15rem, -0.2rem);
  width: 80%;
}
.burger.open .burger-line:nth-child(2) {
  opacity: 0;
}
.burger.open .burger-line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(0.25rem, 0.1rem);
          transform: rotate(-45deg) translate(0.25rem, 0.1rem);
  width: 80%;
}
.menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 1090px;
  height: 100%;
  background-color: var(--colour--primary-2);
  display: block;
  opacity: 0;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 90;
  padding-top: calc(var(--header-height) + 25px);
}
.menu-overlay .menu-container {
  max-width: 815px;
}
.menu-overlay .menu-container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  -webkit-padding-start: 32px;
          padding-inline-start: 32px;
  gap: 32px;
}
.menu-overlay .menu-container .menu .menu-item {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 140%;
  color: white;
  position: relative;
}
@media screen and (min-width: 0px) {
  .menu-overlay .menu-container .menu .menu-item {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .menu-overlay .menu-container .menu .menu-item {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-overlay .menu-container .menu .menu-item {
    font-size: 40px;
  }
}
@media screen and (min-width: 0px) {
  .menu-overlay .menu-container .menu .menu-item {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .menu-overlay .menu-container .menu .menu-item {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-overlay .menu-container .menu .menu-item {
    font-size: 40px;
  }
}
.menu-overlay .menu-container .menu .menu-item a {
  color: inherit;
}
.menu-overlay .menu-container .menu .menu-item:hover,
.menu-overlay .menu-container .menu .menu-item:focus,
.menu-overlay .menu-container .menu .menu-item.active {
  color: white;
  opacity: 0.7;
}
.menu-overlay .menu-container .menu .menu-item .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  overflow: clip;
  height: 0;
  width: 0;
  padding: 0;
  margin-left: 1rem;
  margin-top: 1rem;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .menu-overlay .menu-container .menu .menu-item .submenu {
    gap: 24px;
  }
}
.menu-overlay .menu-container .menu .menu-item .submenu.open {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.menu-overlay .menu-container .menu .menu-item .submenu .menu-item {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (min-width: 0px) {
  .menu-overlay .menu-container .menu .menu-item .submenu .menu-item {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .menu-overlay .menu-container .menu .menu-item .submenu .menu-item {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-overlay .menu-container .menu .menu-item .submenu .menu-item {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .menu-overlay .menu-container .menu .menu-item .submenu .menu-item {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .menu-overlay .menu-container .menu .menu-item .submenu .menu-item {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-overlay .menu-container .menu .menu-item .submenu .menu-item {
    font-size: 16px;
  }
}
.menu-overlay .menu-container .menu .menu-item.has-children > p::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/petvet/static/images/chevron-down.svg") no-repeat center center;
  background-size: contain;
}
.menu-overlay .menu-container .menu .menu-item.has-children.active .submenu {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.menu-overlay .menu-container .menu .menu-item.has-children.active > p::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.menu-overlay.open {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.menu-overlay.open .menu {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.menu-overlay .lower-menu .lower-menu-item {
  font-family: "Lato", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  line-height: 140% !important;
  color: white;
  position: relative;
}
@media screen and (min-width: 0px) {
  .menu-overlay .lower-menu .lower-menu-item {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .menu-overlay .lower-menu .lower-menu-item {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-overlay .lower-menu .lower-menu-item {
    font-size: 24px;
  }
}
@media screen and (min-width: 0px) {
  .menu-overlay .lower-menu .lower-menu-item {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .menu-overlay .lower-menu .lower-menu-item {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-overlay .lower-menu .lower-menu-item {
    font-size: 24px;
  }
}
.menu-overlay .lower-menu .lower-menu-item a {
  color: inherit;
}
.menu-overlay .lower-menu .lower-menu-item:hover,
.menu-overlay .lower-menu .lower-menu-item:focus,
.menu-overlay .lower-menu .lower-menu-item.active {
  color: white;
  opacity: 0.7;
}
.menu-overlay .lower-menu .shop-online a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-overlay .lower-menu .shop-online a::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  -webkit-mask-image: url('/wp-content/themes/petvet/static/images/specific/shopping.svg');
          mask-image: url('/wp-content/themes/petvet/static/images/specific/shopping.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: white;
  margin-left: 8px;
}
@media not screen and (min-width: 1280px) {
  .menu-header {
    display: none;
  }
}
@media not screen and (min-width: 1280px) {
  .menu-header {
    display: none;
  }
}
.menu-header .menu-container {
  margin-inline: 4px;
  border-radius: 10px;
}
@media screen and (min-width: 1280px) {
  .menu-header .menu-container {
    margin-inline: 4px;
  }
}
.menu-header .menu-container .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-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  float: right;
  padding-inline: 20px;
  padding-top: 1em;
  margin: 0;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .menu-header .menu-container .menu {
    gap: 48px;
  }
}
@media screen and (min-width: 1920px) {
  .menu-header .menu-container .menu {
    padding-inline: 40px;
  }
}
.menu-header .menu-container .menu > .menu-item {
  margin-bottom: 1em;
}
.menu-header .menu-container .menu .menu-item {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 7.2px;
  text-transform: uppercase;
  position: relative;
  float: left;
  cursor: pointer;
  color: white;
}
@media screen and (min-width: 0px) {
  .menu-header .menu-container .menu .menu-item {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .menu-header .menu-container .menu .menu-item {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-header .menu-container .menu .menu-item {
    font-size: 20px;
  }
}
@media screen and (min-width: 0px) {
  .menu-header .menu-container .menu .menu-item {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .menu-header .menu-container .menu .menu-item {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-header .menu-container .menu .menu-item {
    font-size: 20px;
  }
}
.menu-header .menu-container .menu .menu-item.has-children {
  margin-right: 20px;
}
.menu-header .menu-container .menu .menu-item.has-children .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #00000055;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  gap: 8px;
  padding-top: 32px;
  padding-inline: 16px;
}
@media screen and (min-width: 1280px) {
  .menu-header .menu-container .menu .menu-item.has-children .submenu {
    gap: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-header .menu-container .menu .menu-item.has-children .submenu {
    padding-top: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-header .menu-container .menu .menu-item.has-children .submenu {
    padding-inline: 24px;
  }
}
.menu-header .menu-container .menu .menu-item.has-children > p::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 0.5em;
  background: url("/wp-content/themes/petvet/static/images/chevron-down.svg") no-repeat center center;
  background-size: contain;
  margin: 0.5em 0px 0px 0.5em;
  position: absolute;
  right: -20px;
  top: -4px;
}
.menu-header .menu-container .menu .menu-item.has-children:hover .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-header .menu-container .menu .menu-item.has-children:hover > p::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu-header .menu-container .menu .current_page_item::before {
  display: inline-block;
  content: '';
  height: 13px;
  width: 13px;
  background: url('/wp-content/themes/petvet/static/images/specific/diamond.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#footer .footer-container .logo-block {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
#footer .footer-container .logo-block img {
  width: 150px;
}
@media screen and (min-width: 1280px) {
  #footer .footer-container .logo-block img {
    width: 260px;
  }
}
#footer .footer-container .footer-content {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (min-width: 1280px) {
  #footer .footer-container .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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#footer .footer-container .footer-content .book-block {
  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;
  text-align: left;
  gap: 24px;
  width: 100%;
  max-width: 400px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (min-width: 1280px) {
  #footer .footer-container .footer-content .book-block {
    max-width: 450px;
    gap: 32px;
  }
}
@media screen and (min-width: 1600px) {
  #footer .footer-container .footer-content .book-block {
    max-width: 565px;
  }
}
#footer .footer-container .footer-content .book-block h2 {
  margin: 0;
}
#footer .footer-container .footer-content .contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  #footer .footer-container .footer-content .contact-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 48px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 150px;
  }
}
#footer .footer-container .footer-content .contact-block .address-info,
#footer .footer-container .footer-content .contact-block .hours-info,
#footer .footer-container .footer-content .contact-block .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  #footer .footer-container .footer-content .contact-block .address-info,
  #footer .footer-container .footer-content .contact-block .hours-info,
  #footer .footer-container .footer-content .contact-block .contact-info {
    max-width: 270px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#footer .footer-container .footer-content .contact-block .address-info h3,
#footer .footer-container .footer-content .contact-block .hours-info h3,
#footer .footer-container .footer-content .contact-block .contact-info h3 {
  margin: 0;
}
#footer .footer-container .footer-content .contact-block .address-info .address-text,
#footer .footer-container .footer-content .contact-block .hours-info .address-text,
#footer .footer-container .footer-content .contact-block .contact-info .address-text,
#footer .footer-container .footer-content .contact-block .address-info .hours-text,
#footer .footer-container .footer-content .contact-block .hours-info .hours-text,
#footer .footer-container .footer-content .contact-block .contact-info .hours-text,
#footer .footer-container .footer-content .contact-block .address-info .phone-text,
#footer .footer-container .footer-content .contact-block .hours-info .phone-text,
#footer .footer-container .footer-content .contact-block .contact-info .phone-text,
#footer .footer-container .footer-content .contact-block .address-info .email-text,
#footer .footer-container .footer-content .contact-block .hours-info .email-text,
#footer .footer-container .footer-content .contact-block .contact-info .email-text {
  margin: 0;
}
#footer .footer-container .footer-content .contact-block .address-info .address-text p,
#footer .footer-container .footer-content .contact-block .hours-info .address-text p,
#footer .footer-container .footer-content .contact-block .contact-info .address-text p,
#footer .footer-container .footer-content .contact-block .address-info .hours-text p,
#footer .footer-container .footer-content .contact-block .hours-info .hours-text p,
#footer .footer-container .footer-content .contact-block .contact-info .hours-text p,
#footer .footer-container .footer-content .contact-block .address-info .phone-text p,
#footer .footer-container .footer-content .contact-block .hours-info .phone-text p,
#footer .footer-container .footer-content .contact-block .contact-info .phone-text p,
#footer .footer-container .footer-content .contact-block .address-info .email-text p,
#footer .footer-container .footer-content .contact-block .hours-info .email-text p,
#footer .footer-container .footer-content .contact-block .contact-info .email-text p {
  margin-top: 0;
}
.hero-full {
  width: 100%;
  height: calc(100vh - var(--header-height));
  position: relative;
  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;
  min-height: 768px;
  max-height: 1340px;
}
.hero-full .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero-full .hero-background::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-full .hero-background-slider {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-full .hero-background-slider .swiper-slide::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #00000055;
}
.hero-full .hero-background-video {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-full .hero-background-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -10;
}
@media screen and (min-width: 1280px) {
  .hero-full .hero-background-video video {
    position: fixed;
  }
}
.hero-full .hero-background-video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000066;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .hero-full .hero-background-video::after {
    position: fixed;
    left: unset;
    top: unset;
    z-index: -10;
  }
}
.hero-full .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 330px;
}
@media screen and (min-width: 1280px) {
  .hero-full .hero-content {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .hero-full .hero-content {
    max-width: 885px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-full .hero-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.hero-full .hero-content h1 {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .hero-full .hero-content h1 {
    width: 100%;
  }
}
.hero-full .hero-content span {
  display: none;
}
@media screen and (min-width: 1280px) {
  .hero-full .hero-content span {
    display: block;
    margin-right: 1em;
  }
}
.hero-full .hero-content .herotitle {
  color: white;
}
.hero-full .hero-content .herotext {
  color: white;
}
.hero-full .hero-content .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .hero-full .hero-content .button-container {
    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-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-full .hero-add-scroll-down {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  margin-top: 80px;
  gap: 8px;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}
.hero-full .hero-add-scroll-down img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .hero-full .hero-add-scroll-down {
    display: none;
  }
}
.hero-full .hero-background-slider {
  display: none;
}
.hero-small {
  width: 100%;
  height: calc(100vh - var(--header-height));
  position: relative;
  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;
  min-height: 400px;
  max-height: 660px;
}
.hero-small .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero-small .hero-background::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-small .hero-background-slider {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-small .hero-background-slider .swiper-slide::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #00000055;
}
.hero-small .hero-background-video {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-small .hero-background-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -10;
}
@media screen and (min-width: 1280px) {
  .hero-small .hero-background-video video {
    position: fixed;
  }
}
.hero-small .hero-background-video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000066;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .hero-small .hero-background-video::after {
    position: fixed;
    left: unset;
    top: unset;
    z-index: -10;
  }
}
.hero-small .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 330px;
}
@media screen and (min-width: 1280px) {
  .hero-small .hero-content {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .hero-small .hero-content {
    max-width: 885px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-small .hero-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.hero-small .hero-content h1 {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .hero-small .hero-content h1 {
    width: 100%;
  }
}
.hero-small .hero-content span {
  display: none;
}
@media screen and (min-width: 1280px) {
  .hero-small .hero-content span {
    display: block;
    margin-right: 1em;
  }
}
.hero-small .hero-content .herotitle {
  color: white;
}
.hero-small .hero-content .herotext {
  color: white;
}
.hero-small .hero-content .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .hero-small .hero-content .button-container {
    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-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-small .hero-add-scroll-down {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  margin-top: 80px;
  gap: 8px;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}
.hero-small .hero-add-scroll-down img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .hero-small .hero-add-scroll-down {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hero-small {
    max-height: 500px;
  }
}
.hero-small .hero-background-slider {
  display: none;
}
.hero-slider {
  width: 100%;
  height: calc(100vh - var(--header-height));
  position: relative;
  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;
  min-height: 768px;
  max-height: 1400px;
}
.hero-slider .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero-slider .hero-background::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-slider .hero-background-slider {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-slider .hero-background-slider .swiper-slide::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #00000055;
}
.hero-slider .hero-background-video {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-slider .hero-background-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -10;
}
@media screen and (min-width: 1280px) {
  .hero-slider .hero-background-video video {
    position: fixed;
  }
}
.hero-slider .hero-background-video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000066;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .hero-slider .hero-background-video::after {
    position: fixed;
    left: unset;
    top: unset;
    z-index: -10;
  }
}
.hero-slider .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 330px;
}
@media screen and (min-width: 1280px) {
  .hero-slider .hero-content {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .hero-slider .hero-content {
    max-width: 885px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-slider .hero-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.hero-slider .hero-content h1 {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .hero-slider .hero-content h1 {
    width: 100%;
  }
}
.hero-slider .hero-content span {
  display: none;
}
@media screen and (min-width: 1280px) {
  .hero-slider .hero-content span {
    display: block;
    margin-right: 1em;
  }
}
.hero-slider .hero-content .herotitle {
  color: white;
}
.hero-slider .hero-content .herotext {
  color: white;
}
.hero-slider .hero-content .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .hero-slider .hero-content .button-container {
    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-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-slider .hero-add-scroll-down {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  margin-top: 80px;
  gap: 8px;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}
.hero-slider .hero-add-scroll-down img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .hero-slider .hero-add-scroll-down {
    display: none;
  }
}
.hero-slider .hero-background {
  display: none;
}
.hero-video {
  width: 100%;
  height: calc(100vh - var(--header-height));
  position: relative;
  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;
  min-height: 420px;
  max-height: 1400px;
}
.hero-video .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero-video .hero-background::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-video .hero-background-slider {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-video .hero-background-slider .swiper-slide::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #00000055;
}
.hero-video .hero-background-video {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-video .hero-background-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -10;
}
@media screen and (min-width: 1280px) {
  .hero-video .hero-background-video video {
    position: fixed;
  }
}
.hero-video .hero-background-video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000066;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .hero-video .hero-background-video::after {
    position: fixed;
    left: unset;
    top: unset;
    z-index: -10;
  }
}
.hero-video .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 330px;
}
@media screen and (min-width: 1280px) {
  .hero-video .hero-content {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .hero-video .hero-content {
    max-width: 885px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-video .hero-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.hero-video .hero-content h1 {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .hero-video .hero-content h1 {
    width: 100%;
  }
}
.hero-video .hero-content span {
  display: none;
}
@media screen and (min-width: 1280px) {
  .hero-video .hero-content span {
    display: block;
    margin-right: 1em;
  }
}
.hero-video .hero-content .herotitle {
  color: white;
}
.hero-video .hero-content .herotext {
  color: white;
}
.hero-video .hero-content .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .hero-video .hero-content .button-container {
    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-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-video .hero-add-scroll-down {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  margin-top: 80px;
  gap: 8px;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}
.hero-video .hero-add-scroll-down img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .hero-video .hero-add-scroll-down {
    display: none;
  }
}
.hero-video .hero-background {
  display: none;
}
.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 300px;
  text-decoration: none;
}
@media screen and (min-width: 1600px) {
  .news-item {
    width: 400px;
  }
}
.news-item .news-image-container {
  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;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.news-item .news-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-item .text-area {
  padding-top: 24px;
}
.news-item h3 {
  margin: 0;
  margin-block: 12px;
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news-item .learn-more {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news-item .learn-more:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.news-item .clickable:hover .learn-more {
  color: var(--colour--primary-3);
}
.news-item .clickable:hover .learn-more:after {
  width: 100%;
}
.news-item .clickable:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
/* Responsive visibility classes */
@media not screen and (max-width: 767px) {
  .mobile {
    display: none;
  }
}
@media not screen and (max-width: 1279px) {
  .mobile--tablet {
    display: none;
  }
}
@media not screen and (min-width: 768px) and (max-width: 1279px) {
  .tablet {
    display: none;
  }
}
@media not screen and (min-width: 768px) {
  .tablet--desktop {
    display: none;
  }
}
@media not screen and (min-width: 1280px) {
  .desktop {
    display: none;
  }
}
#page-home #intro .intro-content {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 32px;
}
@media screen and (min-width: 1280px) {
  #page-home #intro .intro-content {
    gap: 48px;
  }
}
#page-home #intro .intro-content .intro-image {
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 768px) {
  #page-home #intro .intro-content .intro-image {
    width: 250px;
    height: 250px;
  }
}
@media screen and (min-width: 1280px) {
  #page-home #intro .intro-content .intro-image {
    width: 300px;
    height: 300px;
  }
}
#page-home #intro .intro-content .intro-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#page-home #intro .intro-content .intro-text {
  max-width: 1088px;
  margin: 0;
}
#page-home #intro .intro-content .intro-text p {
  margin: 0 0 16px 0;
}
#page-home #intro .intro-content .intro-text p:last-child {
  margin-bottom: 0;
}
#page-home #intro .intro-content .intro-button {
  margin-top: 16px;
}
@media screen and (min-width: 1280px) {
  #page-home #intro .intro-content .intro-button {
    margin-top: 24px;
  }
}
#page-home #how .how-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  #page-home #how .how-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 48px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
}
@media screen and (min-width: 1280px) {
  #page-home #how .how-items {
    -ms-grid-columns: 1fr 64px 1fr 64px 1fr 64px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 64px;
    margin-bottom: 64px;
  }
}
#page-home #how .how-items .how-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
#page-home #how .how-items .how-item .how-item-icon {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1280px) {
  #page-home #how .how-items .how-item .how-item-icon {
    width: 100px;
    height: 100px;
  }
}
#page-home #how .how-items .how-item .how-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#page-home #how .how-items .how-item .how-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#page-home #how .how-items .how-item .how-item-content h3 {
  margin: 0 0 12px 0;
}
#page-home #how .how-items .how-item .how-item-content p {
  margin: 0;
  line-height: 1.6;
}
#page-home #how .how-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  #page-home #how .how-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  #page-home #how .how-cards {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
#page-home #how .how-cards .how-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#page-home #how .how-cards .how-card .how-card-image {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 1280px) {
  #page-home #how .how-cards .how-card .how-card-image {
    height: 250px;
  }
}
#page-home #how .how-cards .how-card .how-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#page-home #how .how-cards .how-card .how-card-content {
  padding: 24px;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  #page-home #how .how-cards .how-card .how-card-content {
    padding: 32px;
  }
}
#page-home #how .how-cards .how-card .how-card-content h3 {
  margin: 0 0 16px 0;
}
#page-home #how .how-cards .how-card .how-card-content p {
  margin: 0 0 24px 0;
  line-height: 1.6;
}
#page-home #how .how-cards .how-card .how-card-content p:last-child {
  margin-bottom: 0;
}
#page-home #how .how-cards .how-card .how-card-content .how-card-link {
  display: inline-block;
  text-decoration: none;
}
#page-home #how .how-cards .how-card .how-card-content .how-card-link:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1280px) {
  #page-home #shop .shop-container {
    height: 665px;
  }
}
#page-home #shop .shop-container .shop-image {
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 1280px) {
  #page-home #shop .shop-container .shop-image {
    width: 50%;
    height: 100%;
  }
}
#page-home #shop .shop-container .shop-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#page-home #shop .shop-container .shop-content {
  width: 100%;
  padding: 48px 32px;
}
@media screen and (min-width: 1280px) {
  #page-home #shop .shop-container .shop-content {
    width: 50%;
    padding: 80px 60px;
    height: 100%;
  }
}
#page-home #shop .shop-container .shop-content .shop-content-inner {
  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;
  text-align: left;
  gap: 32px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1280px) {
  #page-home #shop .shop-container .shop-content .shop-content-inner {
    max-width: 536px;
    margin-left: 10%;
  }
}
#page-home #shop .shop-container .shop-content .shop-content-inner .shop-icon {
  width: 120px;
  height: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1280px) {
  #page-home #shop .shop-container .shop-content .shop-content-inner .shop-icon {
    width: 150px;
    height: 150px;
  }
}
#page-home #shop .shop-container .shop-content .shop-content-inner .shop-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#page-home #shop .shop-container .shop-content .shop-content-inner .shop-text {
  max-width: 500px;
  margin: 0;
}
#page-home #shop .shop-container .shop-content .shop-content-inner .shop-text p {
  margin: 0;
}
#page-home #shop .shop-container .shop-content .shop-content-inner .button-container {
  margin-top: 16px;
}
#page-home #meet .meet-intro-text {
  max-width: 800px;
  margin: 0 auto 48px auto;
}
@media screen and (min-width: 1280px) {
  #page-home #meet .meet-intro-text {
    margin-bottom: 64px;
  }
}
#page-home #meet .meet-intro-text p {
  margin: 0;
}
#page-home #meet .meet-doctors {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  #page-home #meet .meet-doctors {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  #page-home #meet .meet-doctors {
    gap: 16px;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
#page-home #meet .meet-doctors .meet-doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
#page-home #meet .meet-doctors .meet-doctor .doctor-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 308px;
  width: 100%;
  height: auto;
  aspect-ratio: 0.9;
}
@media screen and (min-width: 1280px) {
  #page-home #meet .meet-doctors .meet-doctor .doctor-image {
    max-width: 398px;
  }
}
#page-home #meet .meet-doctors .meet-doctor .doctor-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#page-home #meet .meet-doctors .meet-doctor h3 {
  margin: 0;
}
#page-home #neighbourhood .neighbourhood-container .neighbourhood-image {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  #page-home #neighbourhood .neighbourhood-container .neighbourhood-image {
    width: 60%;
  }
}
#page-home #neighbourhood .neighbourhood-container .neighbourhood-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#page-home #neighbourhood .neighbourhood-container .neighbourhood-content {
  width: 100%;
  padding: 48px 32px;
}
@media screen and (min-width: 1280px) {
  #page-home #neighbourhood .neighbourhood-container .neighbourhood-content {
    width: 40%;
    padding: 80px 60px;
    max-width: 535px;
  }
}
#page-home #neighbourhood .neighbourhood-container .neighbourhood-content h2 {
  margin: 0 0 32px 0;
}
@media screen and (min-width: 1280px) {
  #page-home #neighbourhood .neighbourhood-container .neighbourhood-content h2 {
    margin-bottom: 48px;
  }
}
#page-home #neighbourhood .neighbourhood-container .neighbourhood-content .neighbourhood-text {
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  #page-home #neighbourhood .neighbourhood-container .neighbourhood-content .neighbourhood-text {
    margin-bottom: 48px;
  }
}
#page-home #neighbourhood .neighbourhood-container .neighbourhood-content .neighbourhood-text p {
  margin: 0 0 16px 0;
}
#page-home #neighbourhood .neighbourhood-container .neighbourhood-content .neighbourhood-text p:last-child {
  margin-bottom: 0;
}
#page-home #emergency .emergency-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 48px;
}
@media screen and (min-width: 1280px) {
  #page-home #emergency .emergency-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 64px;
  }
}
#page-home #emergency .emergency-list .emergency-item {
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  #page-home #emergency .emergency-list .emergency-item {
    width: auto;
    min-width: 280px;
  }
}
#page-home #emergency .emergency-list .emergency-item:hover {
  opacity: 0.9;
}
#page-home #policy .policy-container .policy-logo {
  width: 100%;
  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;
}
@media screen and (min-width: 1280px) {
  #page-home #policy .policy-container .policy-logo {
    width: 40%;
  }
}
#page-home #policy .policy-container .policy-logo img {
  max-width: 300px;
  height: auto;
}
@media screen and (min-width: 1280px) {
  #page-home #policy .policy-container .policy-logo img {
    max-width: 375px;
  }
}
@media screen and (min-width: 1600px) {
  #page-home #policy .policy-container .policy-logo img {
    max-width: 536px;
  }
}
#page-home #policy .policy-container .policy-content {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  #page-home #policy .policy-container .policy-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: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 60%;
  }
}
#page-home #policy .policy-container .policy-content .policy-section {
  margin-bottom: 48px;
  max-width: 400px;
}
#page-home #policy .policy-container .policy-content .policy-section:last-child {
  margin-bottom: 0;
}
#page-home #policy .policy-container .policy-content .policy-section h3 {
  margin: 0 0 16px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--colour--primary-3);
}
#page-home #policy .policy-container .policy-content .policy-section .p-text {
  margin: 0;
  line-height: 1.6;
}
#page-home #policy .policy-container .policy-content .policy-section .p-text p {
  margin: 0 0 12px 0;
}
#page-home #policy .policy-container .policy-content .policy-section .p-text p:last-child {
  margin-bottom: 0;
}
#page-about #intro .intro-content {
  max-width: 1088px;
  text-align: center;
}
#page-about #meet .team-list .team-list-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 24px 16px;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  #page-about #meet .team-list .team-list-container {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px 16px;
  }
}
@media screen and (min-width: 1366px) {
  #page-about #meet .team-list .team-list-container {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1600px) {
  #page-about #meet .team-list .team-list-container {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
#page-about #meet .team-list .team-list-container .team-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 310px;
}
@media screen and (min-width: 768px) {
  #page-about #meet .team-list .team-list-container .team-list-item {
    max-width: 350px;
  }
}
@media screen and (min-width: 1366px) {
  #page-about #meet .team-list .team-list-container .team-list-item {
    max-width: 380px;
  }
}
@media screen and (min-width: 1600px) {
  #page-about #meet .team-list .team-list-container .team-list-item {
    max-width: 400px;
  }
}
#page-about #meet .team-list .team-list-container .team-list-item img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-about #meet .team-list .team-list-container .team-list-item h4 {
  margin: 0;
}
#page-about #meet .team-list .team-list-container .team-list-item p {
  margin: 0;
}
@media screen and (min-width: 1280px) {
  #page-about #experience .experience-container {
    max-height: 600px;
    overflow: clip;
  }
}
#page-about #experience .experience-container .left {
  width: 100%;
  height: 325px;
}
@media screen and (min-width: 1280px) {
  #page-about #experience .experience-container .left {
    width: 50%;
    height: unset;
  }
}
#page-about #experience .experience-container .left img {
  height: 325px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  #page-about #experience .experience-container .left img {
    height: 100%;
  }
}
#page-about #experience .experience-container .right {
  width: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  #page-about #experience .experience-container .right {
    gap: 24px;
    width: 50%;
  }
}
#page-about #experience .experience-container .right img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1280px) {
  #page-about #experience .experience-container .right img {
    width: 150px;
    height: 150px;
  }
}
#page-about #experience .experience-container .right .experience-content {
  max-width: 725px;
}
@media screen and (min-width: 1280px) {
  #page-about #mission .mission-container {
    max-height: 600px;
    overflow: clip;
  }
}
#page-about #mission .mission-container .left {
  width: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  #page-about #mission .mission-container .left {
    gap: 24px;
    width: 50%;
  }
}
#page-about #mission .mission-container .left img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1280px) {
  #page-about #mission .mission-container .left img {
    width: 150px;
    height: 150px;
  }
}
#page-about #mission .mission-container .left .mission-content {
  max-width: 725px;
}
#page-about #mission .mission-container .right {
  width: 100%;
  height: 325px;
}
@media screen and (min-width: 1280px) {
  #page-about #mission .mission-container .right {
    width: 50%;
    height: unset;
  }
}
#page-about #mission .mission-container .right img {
  height: 325px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #page-about #mission .mission-container .right img {
    -o-object-position: center 60%;
       object-position: center 60%;
  }
}
@media screen and (min-width: 1280px) {
  #page-about #mission .mission-container .right img {
    height: 100%;
    -o-object-position: center 70%;
       object-position: center 70%;
  }
}
#page-contact #contact .section-title-text {
  max-width: 1033px;
}
#page-contact #contact .contact-content .contact-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1280px) {
  #page-contact #contact .contact-content .contact-info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  #page-contact #contact .contact-content .contact-info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#page-contact #contact .contact-content .contact-info-container .contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  #page-contact #contact .contact-content .contact-info-container .contact-details {
    width: 50%;
  }
}
#page-contact #contact .contact-content .contact-info-container .contact-details .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#page-contact #contact .contact-content .contact-info-container .contact-details .contact-item .contact-icon {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1280px) {
  #page-contact #contact .contact-content .contact-info-container .contact-details .contact-item .contact-icon {
    width: 60px;
    height: 60px;
  }
}
#page-contact #contact .contact-content .contact-info-container .contact-details .contact-item .contact-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#page-contact #contact .contact-content .contact-info-container .contact-details .contact-item .contact-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#page-contact #contact .contact-content .contact-info-container .contact-details .contact-item .contact-text h3 {
  margin: 0 0 8px 0;
}
#page-contact #contact .contact-content .contact-info-container .contact-details .contact-item .contact-text p,
#page-contact #contact .contact-content .contact-info-container .contact-details .contact-item .contact-text div {
  margin: 0;
}
#page-contact #contact .contact-content .contact-info-container .contact-map {
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 1280px) {
  #page-contact #contact .contact-content .contact-info-container .contact-map {
    width: 50%;
  }
}
#page-contact #contact .contact-content .contact-info-container .contact-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
#page-contact #emergencies .container--wide {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (min-width: 1280px) {
  #page-contact #emergencies .container--wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#page-contact #emergencies .container--wide .emergencies-header {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}
@media screen and (min-width: 1280px) {
  #page-contact #emergencies .container--wide .emergencies-header {
    margin-bottom: 0;
  }
}
#page-contact #emergencies .container--wide .emergencies-header .emergencies-icon {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  #page-contact #emergencies .container--wide .emergencies-header .emergencies-icon {
    width: 150px;
    height: 150px;
  }
}
#page-contact #emergencies .container--wide .emergencies-header h2 {
  margin: 0;
}
#page-contact #emergencies .container--wide .emergencies-header p {
  margin: 0;
  text-align: center;
}
#page-contact #emergencies .container--wide .emergencies-content .emergencies-contacts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  #page-contact #emergencies .container--wide .emergencies-content .emergencies-contacts {
    -ms-grid-columns: 1fr 48px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
}
@media screen and (min-width: 1280px) {
  #page-contact #emergencies .container--wide .emergencies-content .emergencies-contacts {
    -ms-grid-columns: 1fr 64px 1fr 64px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px;
  }
}
#page-contact #emergencies .container--wide .emergencies-content .emergencies-contacts .emergencies-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  #page-contact #emergencies .container--wide .emergencies-content .emergencies-contacts .emergencies-contact-item {
    max-width: 245px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
#page-contact #emergencies .container--wide .emergencies-content .emergencies-contacts .emergencies-contact-item h3 {
  margin: 0;
}
#page-contact #emergencies .container--wide .emergencies-content .emergencies-contacts .emergencies-contact-item p {
  margin: 0;
}
#page-contact #emergencies .container--wide .emergencies-content .emergencies-contacts .emergencies-contact-item a {
  text-decoration: none;
}
#page-contact #emergencies .container--wide .emergencies-content .emergencies-contacts .emergencies-contact-item a:hover {
  opacity: 0.8;
}
#page-services #veterinary .veterinary-intro {
  max-width: 1088px;
}
#page-services #veterinary .veterinary-services {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 48px;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  #page-services #veterinary .veterinary-services {
    -ms-grid-columns: 1fr 48px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
}
@media screen and (min-width: 1280px) {
  #page-services #veterinary .veterinary-services {
    -ms-grid-columns: 1fr 64px 1fr 64px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px;
    margin-bottom: 64px;
  }
}
#page-services #veterinary .veterinary-services .service-item {
  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;
  text-align: left;
  gap: 24px;
  max-width: 308px;
}
#page-services #veterinary .veterinary-services .service-item .service-icon {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  #page-services #veterinary .veterinary-services .service-item .service-icon {
    width: 100px;
    height: 100px;
    max-width: 398px;
  }
}
@media screen and (min-width: 1280px) {
  #page-services #veterinary .veterinary-services .service-item .service-icon {
    width: 120px;
    height: 120px;
  }
}
#page-services #veterinary .veterinary-services .service-item .service-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#page-services #veterinary .veterinary-services .service-item .service-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#page-services #veterinary .veterinary-services .service-item .service-content h3 {
  margin: 0 0 16px 0;
}
#page-services #veterinary .veterinary-services .service-item .service-content p {
  margin: 0;
  line-height: 1.6;
}
#page-services #veterinary .button-container {
  margin-top: 32px;
}
@media screen and (min-width: 1280px) {
  #page-services #veterinary .button-container {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  #page-services #services {
    padding-bottom: 0;
  }
}
#page-services #services .container--wide {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #page-services #services .container--wide {
    width: 90vw;
  }
}
#page-services #services .services-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  #page-services #services .services-content {
    gap: 48px;
  }
}
#page-services #services .services-content .service-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  #page-services #services .services-content .service-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 600px;
  }
}
#page-services #services .services-content .service-block .service-image {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 1280px) {
  #page-services #services .services-content .service-block .service-image {
    width: 49%;
    height: 100%;
  }
}
#page-services #services .services-content .service-block .service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-services #services .services-content .service-block .service-content-block {
  width: 100%;
  padding: 48px 32px;
}
@media screen and (min-width: 1280px) {
  #page-services #services .services-content .service-block .service-content-block {
    width: 51%;
    padding-inline: 48px;
    padding-block: 24px;
    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;
  }
}
@media screen and (min-width: 1600px) {
  #page-services #services .services-content .service-block .service-content-block {
    padding-inline: 96px;
    padding-block: 32px;
  }
}
#page-services #services .services-content .service-block .service-content-block .service-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  #page-services #services .services-content .service-block .service-content-block .service-icon {
    width: 150px;
    height: 150px;
    margin-bottom: 32px;
  }
}
#page-services #services .services-content .service-block .service-content-block .service-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#page-services #services .services-content .service-block .service-content-block h3 {
  margin: 0 0 24px 0;
}
@media screen and (min-width: 1280px) {
  #page-services #services .services-content .service-block .service-content-block h3 {
    margin-bottom: 32px;
  }
}
#page-services #services .services-content .service-block .service-content-block .service-text {
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  #page-services #services .services-content .service-block .service-content-block .service-text {
    margin-bottom: 48px;
  }
}
#page-services #services .services-content .service-block .service-content-block .service-text ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  margin: 16px 0;
  padding-left: 20px;
}
#page-services #services .services-content .service-block .service-content-block .service-text ul li {
  margin-bottom: 8px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
#page-services #services .services-content .service-block .service-content-block .service-text p {
  margin: 0 0 16px 0;
  line-height: 1.6;
}
#page-services #services .services-content .service-block .service-content-block .service-text p:last-child {
  margin-bottom: 0;
}
#page-services #services .services-content .service-block .service-content-block .learn-more {
  display: inline-block;
  text-decoration: none;
}
#page-services #services .services-content .service-block .service-content-block .learn-more:hover {
  opacity: 0.8;
}
#page-services #services .services-content .service-block .service-content-block.bg-primary-2 a {
  color: white;
}
#page-services #services .services-content .service-block .service-content-block.bg-primary-2 .anim-underline-l2r {
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #page-services #services .services-content .service-block .service-content-block.bg-primary-2 .anim-underline-l2r:after {
    background-color: var(--colour--primary-3);
    width: 100%;
  }
}
#page-services #services .services-content .service-block .service-content-block.bg-primary-3 a {
  color: white;
}
#page-services #services .services-content .service-block .service-content-block.bg-primary-3 .anim-underline-l2r {
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #page-services #services .services-content .service-block .service-content-block.bg-primary-3 .anim-underline-l2r:after {
    background-color: var(--colour--primary-2);
    width: 100%;
  }
}
#page-services #services .services-content .service-block .service-content-block.bg-secondary-1 a {
  color: var(--colour--primary-2);
}
#page-services #services .services-content .service-block .service-content-block.bg-secondary-1 h1,
#page-services #services .services-content .service-block .service-content-block.bg-secondary-1 h2,
#page-services #services .services-content .service-block .service-content-block.bg-secondary-1 h3,
#page-services #services .services-content .service-block .service-content-block.bg-secondary-1 h4,
#page-services #services .services-content .service-block .service-content-block.bg-secondary-1 h5,
#page-services #services .services-content .service-block .service-content-block.bg-secondary-1 h6 {
  color: var(--colour--primary-2);
}
#page-services #services .services-content .service-block .service-content-block.bg-secondary-1 strong {
  color: var(--colour--primary-2);
}
#page-services #services .services-content .service-block .service-content-block.bg-secondary-1 .anim-underline-l2r {
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #page-services #services .services-content .service-block .service-content-block.bg-secondary-1 .anim-underline-l2r:after {
    background-color: var(--colour--primary-3);
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  #page-services #services .services-content .service-block:nth-child(odd) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#pages-services-children #intro .section-title-text {
  max-width: 308px;
}
@media screen and (min-width: 768px) {
  #pages-services-children #intro .section-title-text {
    max-width: unset;
  }
}
#pages-services-children #intro .intro-content a {
  color: var(--colour--primary-2);
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#pages-services-children #intro .intro-content a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#pages-services-children #intro .intro-content a:hover:after,
#pages-services-children #intro .intro-content a:focus:after {
  width: 100%;
}
#pages-services-children #intro .intro-content a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#pages-services-children #intro .intro-content a:hover:after,
#pages-services-children #intro .intro-content a:focus:after {
  width: 100%;
}
#pages-services-children #intro .intro-content a:after {
  width: 100%;
  left: 0;
  right: auto;
}
#pages-services-children #intro .intro-content a:hover:after,
#pages-services-children #intro .intro-content a:focus:after {
  -webkit-animation: underline-loop 3s ease-in-out infinite;
          animation: underline-loop 3s ease-in-out infinite;
}
#pages-services-children #intro .intro-content a:after {
  width: 100%;
  left: 0;
  right: auto;
}
#pages-services-children #intro .intro-content a:hover:after,
#pages-services-children #intro .intro-content a:focus:after {
  -webkit-animation: underline-loop 3s ease-in-out infinite;
          animation: underline-loop 3s ease-in-out infinite;
}
#pages-services-children .services-section {
  max-width: 1120px;
  margin-inline: auto;
}
#pages-services-children .services-section .sections-container {
  width: 90%;
  margin-inline: auto;
  max-width: 900px;
}
#pages-services-children .services-section .section-content {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 32px;
  margin-bottom: 48px;
}
@media screen and (min-width: 1280px) {
  #pages-services-children .services-section .section-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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    gap: 48px;
    margin-bottom: 64px;
  }
}
#pages-services-children .services-section .section-content .section-icon {
  width: 120px;
  height: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  #pages-services-children .services-section .section-content .section-icon {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 1280px) {
  #pages-services-children .services-section .section-content .section-icon {
    width: 200px;
    height: 200px;
  }
}
#pages-services-children .services-section .section-content .section-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#pages-services-children .services-section .section-content .section-text-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  max-width: 568px;
}
#pages-services-children .services-section .section-content .section-text-content h2 {
  margin: 0 0 24px 0;
}
@media screen and (min-width: 1280px) {
  #pages-services-children .services-section .section-content .section-text-content h2 {
    margin-bottom: 32px;
  }
}
#pages-services-children .services-section .section-content .section-text-content .section-text {
  margin: 0;
  line-height: 1.6;
}
#pages-services-children .services-section .section-content .section-text-content .section-text p {
  margin: 0 0 16px 0;
}
#pages-services-children .services-section .section-content .section-text-content .section-text p:last-child {
  margin-bottom: 0;
}
#pages-services-children .services-section .section-faqs {
  margin-top: 32px;
}
@media screen and (min-width: 1280px) {
  #pages-services-children .services-section .section-faqs {
    margin-top: 48px;
  }
}
#pages-services-children .services-section .section-faqs .faq-content {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (min-width: 0px) {
  #pages-services-children .services-section .section-faqs .faq-content {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #pages-services-children .services-section .section-faqs .faq-content {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  #pages-services-children .services-section .section-faqs .faq-content {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  #pages-services-children .services-section .section-faqs .faq-content {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #pages-services-children .services-section .section-faqs .faq-content {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  #pages-services-children .services-section .section-faqs .faq-content {
    font-size: 16px;
  }
}
#pages-services-children .services-section .section-faqs .faq-content h1,
#pages-services-children .services-section .section-faqs .faq-content h2,
#pages-services-children .services-section .section-faqs .faq-content h3,
#pages-services-children .services-section .section-faqs .faq-content h4,
#pages-services-children .services-section .section-faqs .faq-content h5,
#pages-services-children .services-section .section-faqs .faq-content h6 {
  font-weight: bold;
}
#pages-services-children .services-section .section-faqs .faq-content img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#pages-services-children .services-section .faq-item.is-active .faq-content {
  max-height: unset;
  overflow: unset;
}
#pages-services-children .bg-primary-2 a {
  color: var(--colour--primary-3);
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#pages-services-children .bg-primary-2 a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#pages-services-children .bg-primary-2 a:hover:after,
#pages-services-children .bg-primary-2 a:focus:after {
  width: 100%;
}
#pages-services-children .bg-primary-2 a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#pages-services-children .bg-primary-2 a:hover:after,
#pages-services-children .bg-primary-2 a:focus:after {
  width: 100%;
}
#pages-services-children .bg-primary-2 a:after {
  width: 100%;
  left: 0;
  right: auto;
}
#pages-services-children .bg-primary-2 a:hover:after,
#pages-services-children .bg-primary-2 a:focus:after {
  -webkit-animation: underline-loop 3s ease-in-out infinite;
          animation: underline-loop 3s ease-in-out infinite;
}
#pages-services-children .bg-primary-2 a:after {
  width: 100%;
  left: 0;
  right: auto;
}
#pages-services-children .bg-primary-2 a:hover:after,
#pages-services-children .bg-primary-2 a:focus:after {
  -webkit-animation: underline-loop 3s ease-in-out infinite;
          animation: underline-loop 3s ease-in-out infinite;
}
#pages-services-children .bg-primary-3 a {
  color: var(--colour--primary-4);
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#pages-services-children .bg-primary-3 a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#pages-services-children .bg-primary-3 a:hover:after,
#pages-services-children .bg-primary-3 a:focus:after {
  width: 100%;
}
#pages-services-children .bg-primary-3 a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#pages-services-children .bg-primary-3 a:hover:after,
#pages-services-children .bg-primary-3 a:focus:after {
  width: 100%;
}
#pages-services-children .bg-primary-3 a:after {
  width: 100%;
  left: 0;
  right: auto;
}
#pages-services-children .bg-primary-3 a:hover:after,
#pages-services-children .bg-primary-3 a:focus:after {
  -webkit-animation: underline-loop 3s ease-in-out infinite;
          animation: underline-loop 3s ease-in-out infinite;
}
#pages-services-children .bg-primary-3 a:after {
  width: 100%;
  left: 0;
  right: auto;
}
#pages-services-children .bg-primary-3 a:hover:after,
#pages-services-children .bg-primary-3 a:focus:after {
  -webkit-animation: underline-loop 3s ease-in-out infinite;
          animation: underline-loop 3s ease-in-out infinite;
}
#pages-services-children .bg-secondary-1 a {
  color: var(--colour--primary-2);
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#pages-services-children .bg-secondary-1 a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#pages-services-children .bg-secondary-1 a:hover:after,
#pages-services-children .bg-secondary-1 a:focus:after {
  width: 100%;
}
#pages-services-children .bg-secondary-1 a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#pages-services-children .bg-secondary-1 a:hover:after,
#pages-services-children .bg-secondary-1 a:focus:after {
  width: 100%;
}
#pages-services-children .bg-secondary-1 a:after {
  width: 100%;
  left: 0;
  right: auto;
}
#pages-services-children .bg-secondary-1 a:hover:after,
#pages-services-children .bg-secondary-1 a:focus:after {
  -webkit-animation: underline-loop 3s ease-in-out infinite;
          animation: underline-loop 3s ease-in-out infinite;
}
#pages-services-children .bg-secondary-1 a:after {
  width: 100%;
  left: 0;
  right: auto;
}
#pages-services-children .bg-secondary-1 a:hover:after,
#pages-services-children .bg-secondary-1 a:focus:after {
  -webkit-animation: underline-loop 3s ease-in-out infinite;
          animation: underline-loop 3s ease-in-out infinite;
}
#page-patient-center #expect .expect-mobile-image {
  display: block;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #page-patient-center #expect .expect-mobile-image {
    height: 500px;
  }
}
@media screen and (min-width: 1280px) {
  #page-patient-center #expect .expect-mobile-image {
    display: none;
  }
}
#page-patient-center #expect .expect-mobile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
#page-patient-center #expect .expect-mobile-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(5%, #ffffff), color-stop(70%, transparent));
  background: linear-gradient(to top, #ffffff 0%, #ffffff 5%, transparent 70%);
  z-index: 1;
}
#page-patient-center #expect.expect-section {
  background-size: 0;
}
@media screen and (min-width: 768px) {
  #page-patient-center #expect.expect-section {
    min-height: 700px;
  }
}
@media screen and (min-width: 1280px) {
  #page-patient-center #expect.expect-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 1055px;
  }
}
@media screen and (min-width: 1600px) {
  #page-patient-center #expect.expect-section {
    padding: 0;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1280px) {
  #page-patient-center #expect.expect-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.9)), color-stop(50%, #ffffff), color-stop(70%, transparent));
    background: linear-gradient(to left, rgba(255, 255, 255, 0.9) 0%, #ffffff 50%, transparent 70%);
    z-index: 1;
  }
}
#page-patient-center #expect.expect-section .container--wide {
  position: relative;
  z-index: 2;
}
#page-patient-center #expect .expect-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  #page-patient-center #expect .expect-content-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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
#page-patient-center #expect .expect-content-row .expect-spacer {
  display: none;
}
@media screen and (min-width: 1280px) {
  #page-patient-center #expect .expect-content-row .expect-spacer {
    display: block;
    width: 40%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
#page-patient-center #expect .expect-content-row .expect-content {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  #page-patient-center #expect .expect-content-row .expect-content {
    width: 60%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
#page-patient-center #expect .expect-content-row .expect-content h2 {
  margin-bottom: 32px;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  #page-patient-center #expect .expect-content-row .expect-content h2 {
    margin-bottom: 48px;
  }
}
#page-patient-center #expect .expect-content-row .expect-content .expect-navigation.desktop {
  width: 90%;
  float: right;
}
#page-patient-center #expect .expect-content-row .expect-content .expect-text-container .expect-text {
  margin-bottom: 24px;
  line-height: 1.6;
}
#page-patient-center #expect .expect-content-row .expect-content .expect-text-container .expect-text p {
  margin: 0 0 16px 0;
}
#page-patient-center #expect .expect-content-row .expect-content .expect-text-container .expect-text p:last-child {
  margin-bottom: 0;
}
#page-patient-center #expect .expect-content-row .expect-content .expect-text-container .expect-read-more {
  margin-top: 24px;
}
#page-patient-center #expect .expect-content-row .expect-content .expect-text-container .expect-read-more .read-more-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: var(--colour--primary-2);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#page-patient-center #expect .expect-content-row .expect-content .expect-text-container .expect-read-more .read-more-btn:hover,
#page-patient-center #expect .expect-content-row .expect-content .expect-text-container .expect-read-more .read-more-btn:focus {
  color: var(--colour--primary-3);
}
#page-patient-center #payment .payment-content {
  max-width: 1266px;
  margin: 0 auto;
}
#page-patient-center #payment .payment-content a {
  color: var(--colour--primary-3);
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#page-patient-center #payment .payment-content a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#page-patient-center #payment .payment-content a:hover:after,
#page-patient-center #payment .payment-content a:focus:after {
  width: 100%;
}
#page-patient-center #payment .payment-content a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#page-patient-center #payment .payment-content a:hover:after,
#page-patient-center #payment .payment-content a:focus:after {
  width: 100%;
}
#page-patient-center #payment .payment-content a:after {
  width: 100%;
  left: 0;
  right: auto;
}
#page-patient-center #payment .payment-content a:hover:after,
#page-patient-center #payment .payment-content a:focus:after {
  -webkit-animation: underline-loop 3s ease-in-out infinite;
          animation: underline-loop 3s ease-in-out infinite;
}
#page-patient-center #payment .payment-content a:after {
  width: 100%;
  left: 0;
  right: auto;
}
#page-patient-center #payment .payment-content a:hover:after,
#page-patient-center #payment .payment-content a:focus:after {
  -webkit-animation: underline-loop 3s ease-in-out infinite;
          animation: underline-loop 3s ease-in-out infinite;
}
#page-patient-center #payment .payment-content a:hover,
#page-patient-center #payment .payment-content a:focus {
  color: var(--colour--primary-4);
}
#page-patient-center #payment .payment-content h1,
#page-patient-center #payment .payment-content h2,
#page-patient-center #payment .payment-content h3,
#page-patient-center #payment .payment-content h4,
#page-patient-center #payment .payment-content h5,
#page-patient-center #payment .payment-content h6 {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (min-width: 0px) {
  #page-patient-center #payment .payment-content h1,
  #page-patient-center #payment .payment-content h2,
  #page-patient-center #payment .payment-content h3,
  #page-patient-center #payment .payment-content h4,
  #page-patient-center #payment .payment-content h5,
  #page-patient-center #payment .payment-content h6 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  #page-patient-center #payment .payment-content h1,
  #page-patient-center #payment .payment-content h2,
  #page-patient-center #payment .payment-content h3,
  #page-patient-center #payment .payment-content h4,
  #page-patient-center #payment .payment-content h5,
  #page-patient-center #payment .payment-content h6 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  #page-patient-center #payment .payment-content h1,
  #page-patient-center #payment .payment-content h2,
  #page-patient-center #payment .payment-content h3,
  #page-patient-center #payment .payment-content h4,
  #page-patient-center #payment .payment-content h5,
  #page-patient-center #payment .payment-content h6 {
    font-size: 24px;
  }
}
@media screen and (min-width: 0px) {
  #page-patient-center #payment .payment-content h1,
  #page-patient-center #payment .payment-content h2,
  #page-patient-center #payment .payment-content h3,
  #page-patient-center #payment .payment-content h4,
  #page-patient-center #payment .payment-content h5,
  #page-patient-center #payment .payment-content h6 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  #page-patient-center #payment .payment-content h1,
  #page-patient-center #payment .payment-content h2,
  #page-patient-center #payment .payment-content h3,
  #page-patient-center #payment .payment-content h4,
  #page-patient-center #payment .payment-content h5,
  #page-patient-center #payment .payment-content h6 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  #page-patient-center #payment .payment-content h1,
  #page-patient-center #payment .payment-content h2,
  #page-patient-center #payment .payment-content h3,
  #page-patient-center #payment .payment-content h4,
  #page-patient-center #payment .payment-content h5,
  #page-patient-center #payment .payment-content h6 {
    font-size: 24px;
  }
}
#page-patient-center #payment .payment-content h1,
#page-patient-center #payment .payment-content h2,
#page-patient-center #payment .payment-content h3,
#page-patient-center #payment .payment-content h4,
#page-patient-center #payment .payment-content h5,
#page-patient-center #payment .payment-content h6,
#page-patient-center #payment .payment-content strong {
  color: var(--colour--primary-2);
}
#page-patient-center #refill .container {
  max-width: 1266px;
}
#page-patient-center #refill .refill-content {
  max-width: 1088px;
}
#page-patient-center #refill .refill-content a {
  color: var(--colour--primary-3);
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#page-patient-center #refill .refill-content a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#page-patient-center #refill .refill-content a:hover:after,
#page-patient-center #refill .refill-content a:focus:after {
  width: 100%;
}
#page-patient-center #refill .refill-content a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#page-patient-center #refill .refill-content a:hover:after,
#page-patient-center #refill .refill-content a:focus:after {
  width: 100%;
}
#page-patient-center #refill .refill-content a:after {
  width: 100%;
  left: 0;
  right: auto;
}
#page-patient-center #refill .refill-content a:hover:after,
#page-patient-center #refill .refill-content a:focus:after {
  -webkit-animation: underline-loop 3s ease-in-out infinite;
          animation: underline-loop 3s ease-in-out infinite;
}
#page-patient-center #refill .refill-content a:after {
  width: 100%;
  left: 0;
  right: auto;
}
#page-patient-center #refill .refill-content a:hover:after,
#page-patient-center #refill .refill-content a:focus:after {
  -webkit-animation: underline-loop 3s ease-in-out infinite;
          animation: underline-loop 3s ease-in-out infinite;
}
#page-patient-center #refill .refill-content a:hover,
#page-patient-center #refill .refill-content a:focus {
  color: var(--colour--primary-4);
}
#page-patient-center #refill .refill-content h1,
#page-patient-center #refill .refill-content h2,
#page-patient-center #refill .refill-content h3,
#page-patient-center #refill .refill-content h4,
#page-patient-center #refill .refill-content h5,
#page-patient-center #refill .refill-content h6 {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (min-width: 0px) {
  #page-patient-center #refill .refill-content h1,
  #page-patient-center #refill .refill-content h2,
  #page-patient-center #refill .refill-content h3,
  #page-patient-center #refill .refill-content h4,
  #page-patient-center #refill .refill-content h5,
  #page-patient-center #refill .refill-content h6 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  #page-patient-center #refill .refill-content h1,
  #page-patient-center #refill .refill-content h2,
  #page-patient-center #refill .refill-content h3,
  #page-patient-center #refill .refill-content h4,
  #page-patient-center #refill .refill-content h5,
  #page-patient-center #refill .refill-content h6 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  #page-patient-center #refill .refill-content h1,
  #page-patient-center #refill .refill-content h2,
  #page-patient-center #refill .refill-content h3,
  #page-patient-center #refill .refill-content h4,
  #page-patient-center #refill .refill-content h5,
  #page-patient-center #refill .refill-content h6 {
    font-size: 24px;
  }
}
@media screen and (min-width: 0px) {
  #page-patient-center #refill .refill-content h1,
  #page-patient-center #refill .refill-content h2,
  #page-patient-center #refill .refill-content h3,
  #page-patient-center #refill .refill-content h4,
  #page-patient-center #refill .refill-content h5,
  #page-patient-center #refill .refill-content h6 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  #page-patient-center #refill .refill-content h1,
  #page-patient-center #refill .refill-content h2,
  #page-patient-center #refill .refill-content h3,
  #page-patient-center #refill .refill-content h4,
  #page-patient-center #refill .refill-content h5,
  #page-patient-center #refill .refill-content h6 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  #page-patient-center #refill .refill-content h1,
  #page-patient-center #refill .refill-content h2,
  #page-patient-center #refill .refill-content h3,
  #page-patient-center #refill .refill-content h4,
  #page-patient-center #refill .refill-content h5,
  #page-patient-center #refill .refill-content h6 {
    font-size: 24px;
  }
}
#page-patient-center #refill .refill-content h1,
#page-patient-center #refill .refill-content h2,
#page-patient-center #refill .refill-content h3,
#page-patient-center #refill .refill-content h4,
#page-patient-center #refill .refill-content h5,
#page-patient-center #refill .refill-content h6,
#page-patient-center #refill .refill-content strong {
  color: var(--colour--primary-2);
}
#page-patient-center #refill .medication-refill-request-form #gform_fields_1 {
  gap: 12px;
}
@media screen and (min-width: 1280px) {
  #page-patient-center #refill .medication-refill-request-form #gform_fields_1 {
    gap: 20px;
  }
}
#page-patient-center #refill .medication-refill-request-form .gfield--type-section {
  border: none !important;
}
#page-patient-center #refill .medication-refill-request-form .gfield--type-section h3 {
  margin-bottom: 0 !important;
}
#page-patient-center #refill .medication-refill-request-form h1,
#page-patient-center #refill .medication-refill-request-form h2,
#page-patient-center #refill .medication-refill-request-form h3,
#page-patient-center #refill .medication-refill-request-form h4,
#page-patient-center #refill .medication-refill-request-form h5,
#page-patient-center #refill .medication-refill-request-form h6 {
  font-family: "Lato", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  line-height: 140% !important;
}
@media screen and (min-width: 0px) {
  #page-patient-center #refill .medication-refill-request-form h1,
  #page-patient-center #refill .medication-refill-request-form h2,
  #page-patient-center #refill .medication-refill-request-form h3,
  #page-patient-center #refill .medication-refill-request-form h4,
  #page-patient-center #refill .medication-refill-request-form h5,
  #page-patient-center #refill .medication-refill-request-form h6 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  #page-patient-center #refill .medication-refill-request-form h1,
  #page-patient-center #refill .medication-refill-request-form h2,
  #page-patient-center #refill .medication-refill-request-form h3,
  #page-patient-center #refill .medication-refill-request-form h4,
  #page-patient-center #refill .medication-refill-request-form h5,
  #page-patient-center #refill .medication-refill-request-form h6 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  #page-patient-center #refill .medication-refill-request-form h1,
  #page-patient-center #refill .medication-refill-request-form h2,
  #page-patient-center #refill .medication-refill-request-form h3,
  #page-patient-center #refill .medication-refill-request-form h4,
  #page-patient-center #refill .medication-refill-request-form h5,
  #page-patient-center #refill .medication-refill-request-form h6 {
    font-size: 24px;
  }
}
@media screen and (min-width: 0px) {
  #page-patient-center #refill .medication-refill-request-form h1,
  #page-patient-center #refill .medication-refill-request-form h2,
  #page-patient-center #refill .medication-refill-request-form h3,
  #page-patient-center #refill .medication-refill-request-form h4,
  #page-patient-center #refill .medication-refill-request-form h5,
  #page-patient-center #refill .medication-refill-request-form h6 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  #page-patient-center #refill .medication-refill-request-form h1,
  #page-patient-center #refill .medication-refill-request-form h2,
  #page-patient-center #refill .medication-refill-request-form h3,
  #page-patient-center #refill .medication-refill-request-form h4,
  #page-patient-center #refill .medication-refill-request-form h5,
  #page-patient-center #refill .medication-refill-request-form h6 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  #page-patient-center #refill .medication-refill-request-form h1,
  #page-patient-center #refill .medication-refill-request-form h2,
  #page-patient-center #refill .medication-refill-request-form h3,
  #page-patient-center #refill .medication-refill-request-form h4,
  #page-patient-center #refill .medication-refill-request-form h5,
  #page-patient-center #refill .medication-refill-request-form h6 {
    font-size: 24px;
  }
}
#page-patient-center #refill .medication-refill-request-form h1,
#page-patient-center #refill .medication-refill-request-form h2,
#page-patient-center #refill .medication-refill-request-form h3,
#page-patient-center #refill .medication-refill-request-form h4,
#page-patient-center #refill .medication-refill-request-form h5,
#page-patient-center #refill .medication-refill-request-form h6,
#page-patient-center #refill .medication-refill-request-form strong {
  color: var(--colour--primary-2) !important;
}
#page-patient-center #refill .medication-refill-request-form input::-webkit-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  line-height: 140% !important;
  outline: none !important;
}
#page-patient-center #refill .medication-refill-request-form input::-moz-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-moz-placeholder {
  font-family: "Roboto", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  line-height: 140% !important;
  outline: none !important;
}
#page-patient-center #refill .medication-refill-request-form input:-ms-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea:-ms-input-placeholder {
  font-family: "Roboto", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  line-height: 140% !important;
  outline: none !important;
}
#page-patient-center #refill .medication-refill-request-form input::-ms-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-ms-input-placeholder {
  font-family: "Roboto", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  line-height: 140% !important;
  outline: none !important;
}
#page-patient-center #refill .medication-refill-request-form label,
#page-patient-center #refill .medication-refill-request-form legend,
#page-patient-center #refill .medication-refill-request-form input::placeholder,
#page-patient-center #refill .medication-refill-request-form textarea::placeholder,
#page-patient-center #refill .medication-refill-request-form select {
  font-family: "Roboto", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  line-height: 140% !important;
  outline: none !important;
}
@media screen and (min-width: 0px) {
  #page-patient-center #refill .medication-refill-request-form input::-webkit-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form input::-moz-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-moz-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form input:-ms-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form input::-ms-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form label,
  #page-patient-center #refill .medication-refill-request-form legend,
  #page-patient-center #refill .medication-refill-request-form input::placeholder,
  #page-patient-center #refill .medication-refill-request-form textarea::placeholder,
  #page-patient-center #refill .medication-refill-request-form select {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #page-patient-center #refill .medication-refill-request-form input::-webkit-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form input::-moz-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-moz-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form input:-ms-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form input::-ms-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form label,
  #page-patient-center #refill .medication-refill-request-form legend,
  #page-patient-center #refill .medication-refill-request-form input::placeholder,
  #page-patient-center #refill .medication-refill-request-form textarea::placeholder,
  #page-patient-center #refill .medication-refill-request-form select {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  #page-patient-center #refill .medication-refill-request-form input::-webkit-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form input::-moz-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-moz-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form input:-ms-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form input::-ms-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form label,
  #page-patient-center #refill .medication-refill-request-form legend,
  #page-patient-center #refill .medication-refill-request-form input::placeholder,
  #page-patient-center #refill .medication-refill-request-form textarea::placeholder,
  #page-patient-center #refill .medication-refill-request-form select {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  #page-patient-center #refill .medication-refill-request-form input::-webkit-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form input::-moz-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-moz-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form input:-ms-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form input::-ms-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form label,
  #page-patient-center #refill .medication-refill-request-form legend,
  #page-patient-center #refill .medication-refill-request-form input::placeholder,
  #page-patient-center #refill .medication-refill-request-form textarea::placeholder,
  #page-patient-center #refill .medication-refill-request-form select {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #page-patient-center #refill .medication-refill-request-form input::-webkit-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form input::-moz-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-moz-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form input:-ms-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form input::-ms-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form label,
  #page-patient-center #refill .medication-refill-request-form legend,
  #page-patient-center #refill .medication-refill-request-form input::placeholder,
  #page-patient-center #refill .medication-refill-request-form textarea::placeholder,
  #page-patient-center #refill .medication-refill-request-form select {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  #page-patient-center #refill .medication-refill-request-form input::-webkit-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form input::-moz-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-moz-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form input:-ms-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form input::-ms-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  #page-patient-center #refill .medication-refill-request-form label,
  #page-patient-center #refill .medication-refill-request-form legend,
  #page-patient-center #refill .medication-refill-request-form input::placeholder,
  #page-patient-center #refill .medication-refill-request-form textarea::placeholder,
  #page-patient-center #refill .medication-refill-request-form select {
    font-size: 16px;
  }
}
#page-patient-center #refill .medication-refill-request-form input::-webkit-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-webkit-input-placeholder {
  line-height: var(--gf-ctrl-line-height) !important;
}
#page-patient-center #refill .medication-refill-request-form input::-moz-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-moz-placeholder {
  line-height: var(--gf-ctrl-line-height) !important;
}
#page-patient-center #refill .medication-refill-request-form input:-ms-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea:-ms-input-placeholder {
  line-height: var(--gf-ctrl-line-height) !important;
}
#page-patient-center #refill .medication-refill-request-form input::-ms-input-placeholder, #page-patient-center #refill .medication-refill-request-form textarea::-ms-input-placeholder {
  line-height: var(--gf-ctrl-line-height) !important;
}
#page-patient-center #refill .medication-refill-request-form input::placeholder,
#page-patient-center #refill .medication-refill-request-form textarea::placeholder,
#page-patient-center #refill .medication-refill-request-form select {
  line-height: var(--gf-ctrl-line-height) !important;
}
#page-patient-center #refill .medication-refill-request-form .datepicker {
  width: 100% !important;
  max-width: 411px !important;
}
#page-patient-center #refill .medication-refill-request-form .gform-footer {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
#page-patient-center #refill .medication-refill-request-form .gform-footer input[type="submit"] {
  font-family: "Roboto", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: 20% !important;
  text-transform: uppercase !important;
  display: block !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  background: transparent !important;
  text-decoration: none !important;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease !important;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease !important;
  padding: 24px !important;
  border-radius: 0 !important;
  border: none !important;
  background-color: var(--colour--primary-3) !important;
  color: white !important;
}
@media screen and (min-width: 0px) {
  #page-patient-center #refill .medication-refill-request-form .gform-footer input[type="submit"] {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  #page-patient-center #refill .medication-refill-request-form .gform-footer input[type="submit"] {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  #page-patient-center #refill .medication-refill-request-form .gform-footer input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  #page-patient-center #refill .medication-refill-request-form .gform-footer input[type="submit"] {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  #page-patient-center #refill .medication-refill-request-form .gform-footer input[type="submit"] {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  #page-patient-center #refill .medication-refill-request-form .gform-footer input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  #page-patient-center #refill .medication-refill-request-form .gform-footer input[type="submit"] {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  #page-patient-center #refill .medication-refill-request-form .gform-footer input[type="submit"] {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  #page-patient-center #refill .medication-refill-request-form .gform-footer input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  #page-patient-center #refill .medication-refill-request-form .gform-footer input[type="submit"] {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  #page-patient-center #refill .medication-refill-request-form .gform-footer input[type="submit"] {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  #page-patient-center #refill .medication-refill-request-form .gform-footer input[type="submit"] {
    font-size: 16px;
  }
}
#page-patient-center #refill .medication-refill-request-form .gform-footer input[type="submit"]:hover,
#page-patient-center #refill .medication-refill-request-form .gform-footer input[type="submit"]:focus {
  color: var(--colour--primary-3) !important;
  background-color: white !important;
}
#page-blog #featured_blog .featured-blog-container {
  max-width: 1400px;
  margin-inline: auto;
}
#page-blog #featured_blog .featured-blog-container .featured-blog-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 1280px) {
  #page-blog #featured_blog .featured-blog-container .featured-blog-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 500px;
    overflow: hidden;
  }
}
#page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-image {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 1280px) {
  #page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-image {
    width: 50%;
    height: 100%;
  }
}
#page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-content {
  width: 100%;
  background-color: var(--colour--primary-2);
  padding: 32px 24px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  #page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-content {
    width: 50%;
    padding: 48px 40px;
    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;
    gap: 32px;
  }
}
#page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-content .featured-blog-header {
  margin-bottom: 24px;
}
#page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-content .featured-blog-header .featured-label {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 20%;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  letter-spacing: 2px;
}
@media screen and (min-width: 0px) {
  #page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-content .featured-blog-header .featured-label {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  #page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-content .featured-blog-header .featured-label {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  #page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-content .featured-blog-header .featured-label {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  #page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-content .featured-blog-header .featured-label {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  #page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-content .featured-blog-header .featured-label {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  #page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-content .featured-blog-header .featured-label {
    font-size: 16px;
  }
}
#page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-content .featured-blog-header .featured-divider {
  width: 100%;
  height: 1px;
  background-color: white;
  margin-top: 8px;
}
#page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-content .featured-blog-title {
  color: white;
  margin: 0 0 24px 0;
  line-height: 1.2;
}
@media screen and (min-width: 1280px) {
  #page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-content .featured-blog-title {
    margin-bottom: 32px;
  }
}
#page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-content .featured-read-time-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
#page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-content .featured-read-time-container .featured-read-time {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 140%;
  color: white;
  margin: 0;
  opacity: 0.9;
}
@media screen and (min-width: 0px) {
  #page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-content .featured-read-time-container .featured-read-time {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-content .featured-read-time-container .featured-read-time {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  #page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-content .featured-read-time-container .featured-read-time {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  #page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-content .featured-read-time-container .featured-read-time {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-content .featured-read-time-container .featured-read-time {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  #page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-content .featured-read-time-container .featured-read-time {
    font-size: 16px;
  }
}
#page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-content:hover .featured-blog-arrow .arrow-circle {
  background-color: white;
}
#page-blog #featured_blog .featured-blog-container .featured-blog-link .featured-blog-content:hover .featured-blog-arrow .arrow-circle::after {
  background-color: var(--colour--primary-3);
}
#page-blog #blogs .container--wide {
  max-width: 1400px;
  margin-inline: auto;
}
#page-blog #blogs .blog-filter-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-blog #blogs .blog-filter-controls .blog-category-filters {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 330px;
  list-style: none;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 0;
  gap: 0px;
}
@media screen and (min-width: 768px) {
  #page-blog #blogs .blog-filter-controls .blog-category-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: unset;
  }
}
#page-blog #blogs .blog-filter-controls .blog-category-filters li {
  cursor: pointer;
  padding: 10px 15px;
}
#page-blog #blogs .blog-filter-controls .blog-category-filters li:hover {
  color: var(--colour--primary-2);
  border-radius: 10px;
}
#page-blog #blogs .blog-filter-controls .blog-category-filters li.active {
  color: var(--colour--primary-2);
  border-radius: 10px;
}
#page-blog #blogs #blogs-results {
  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-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (min-width: 1280px) {
  #page-blog #blogs #blogs-results {
    gap: 96px;
  }
}
#page-blog #blogs #blogs-pagination {
  margin-top: 48px;
}
#page-blog #blogs #blogs-pagination .pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-blog #blogs #blogs-pagination .pagination-container .pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-blog #blogs #blogs-pagination .pagination-container .pagination-list li .pagination-link {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  border: 1px solid var(--colour--primary-3);
  color: var(--colour--primary-3);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 20%;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) {
  #page-blog #blogs #blogs-pagination .pagination-container .pagination-list li .pagination-link {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  #page-blog #blogs #blogs-pagination .pagination-container .pagination-list li .pagination-link {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  #page-blog #blogs #blogs-pagination .pagination-container .pagination-list li .pagination-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  #page-blog #blogs #blogs-pagination .pagination-container .pagination-list li .pagination-link {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  #page-blog #blogs #blogs-pagination .pagination-container .pagination-list li .pagination-link {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  #page-blog #blogs #blogs-pagination .pagination-container .pagination-list li .pagination-link {
    font-size: 16px;
  }
}
#page-blog #blogs #blogs-pagination .pagination-container .pagination-list li .pagination-link:hover {
  background-color: var(--colour--primary-3);
  color: white;
}
#page-blog #blogs #blogs-pagination .pagination-container .pagination-list li .pagination-link.active {
  background-color: var(--colour--primary-2);
  color: white;
  border-color: var(--colour--primary-2);
}
#page-blog #blogs #blogs-pagination .pagination-container .pagination-list li .pagination-dots {
  padding: 12px 8px;
  color: var(--colour--secondary-2);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 20%;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) {
  #page-blog #blogs #blogs-pagination .pagination-container .pagination-list li .pagination-dots {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  #page-blog #blogs #blogs-pagination .pagination-container .pagination-list li .pagination-dots {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  #page-blog #blogs #blogs-pagination .pagination-container .pagination-list li .pagination-dots {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  #page-blog #blogs #blogs-pagination .pagination-container .pagination-list li .pagination-dots {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  #page-blog #blogs #blogs-pagination .pagination-container .pagination-list li .pagination-dots {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  #page-blog #blogs #blogs-pagination .pagination-container .pagination-list li .pagination-dots {
    font-size: 16px;
  }
}
.single-post #post_detail .post-split {
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  row-gap: 64px;
}
.single-post #post_detail .post-split .post-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: auto;
  margin-bottom: 8px;
}
@media screen and (min-width: 1280px) {
  .single-post #post_detail .post-split .post-left {
    margin-bottom: 8px;
  }
}
.single-post #post_detail .post-split .post-left .social-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .single-post #post_detail .post-split .post-left .social-row {
    gap: 8px;
  }
}
.single-post #post_detail .post-split .post-left .social-row a:hover {
  opacity: 0.7;
}
.single-post #post_detail .post-split .post-left .social-row img {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.single-post #post_detail .post-split .post-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .single-post #post_detail .post-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
  .single-post #post_detail .post-split .post-left {
    max-width: 550px;
  }
  .single-post #post_detail .post-split .post-right {
    max-width: 720px;
  }
  .single-post #post_detail .post-split .post-right img {
    max-height: 595px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (min-width: 1280px) and screen and (min-width: 1280px) {
  .single-post #post_detail .post-split {
    gap: 48px;
  }
}
@media screen and (min-width: 1920px) {
  .single-post #post_detail .post-split .post-right {
    max-width: 850px;
  }
}
@media screen and (min-width: 2560px) {
  .single-post #post_detail .post-split .post-right {
    max-width: 1080px;
  }
}
.single-post #post_detail .post-content {
  font-weight: 200;
}
.single-post #post_detail .post-content p,
.single-post #post_detail .post-content li {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 140%;
  color: var(--colour--primary-1);
}
@media screen and (min-width: 0px) {
  .single-post #post_detail .post-content p,
  .single-post #post_detail .post-content li {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .single-post #post_detail .post-content p,
  .single-post #post_detail .post-content li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .single-post #post_detail .post-content p,
  .single-post #post_detail .post-content li {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .single-post #post_detail .post-content p,
  .single-post #post_detail .post-content li {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .single-post #post_detail .post-content p,
  .single-post #post_detail .post-content li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .single-post #post_detail .post-content p,
  .single-post #post_detail .post-content li {
    font-size: 16px;
  }
}
.single-post #post_detail .post-content strong {
  color: var(--colour--primary-3);
}
.single-post #post_detail .post-content h1,
.single-post #post_detail .post-content h2 {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 140%;
  color: var(--colour--primary-2);
}
@media screen and (min-width: 0px) {
  .single-post #post_detail .post-content h1,
  .single-post #post_detail .post-content h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .single-post #post_detail .post-content h1,
  .single-post #post_detail .post-content h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .single-post #post_detail .post-content h1,
  .single-post #post_detail .post-content h2 {
    font-size: 64px;
  }
}
@media screen and (min-width: 0px) {
  .single-post #post_detail .post-content h1,
  .single-post #post_detail .post-content h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .single-post #post_detail .post-content h1,
  .single-post #post_detail .post-content h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .single-post #post_detail .post-content h1,
  .single-post #post_detail .post-content h2 {
    font-size: 64px;
  }
}
.single-post #post_detail .post-content h3 {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 140%;
  color: var(--colour--primary-2);
}
@media screen and (min-width: 0px) {
  .single-post #post_detail .post-content h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .single-post #post_detail .post-content h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .single-post #post_detail .post-content h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 0px) {
  .single-post #post_detail .post-content h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .single-post #post_detail .post-content h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .single-post #post_detail .post-content h3 {
    font-size: 40px;
  }
}
.single-post #post_detail .post-content h4,
.single-post #post_detail .post-content h5,
.single-post #post_detail .post-content h6 {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 140%;
  color: var(--colour--primary-2);
}
@media screen and (min-width: 0px) {
  .single-post #post_detail .post-content h4,
  .single-post #post_detail .post-content h5,
  .single-post #post_detail .post-content h6 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .single-post #post_detail .post-content h4,
  .single-post #post_detail .post-content h5,
  .single-post #post_detail .post-content h6 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .single-post #post_detail .post-content h4,
  .single-post #post_detail .post-content h5,
  .single-post #post_detail .post-content h6 {
    font-size: 24px;
  }
}
@media screen and (min-width: 0px) {
  .single-post #post_detail .post-content h4,
  .single-post #post_detail .post-content h5,
  .single-post #post_detail .post-content h6 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .single-post #post_detail .post-content h4,
  .single-post #post_detail .post-content h5,
  .single-post #post_detail .post-content h6 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .single-post #post_detail .post-content h4,
  .single-post #post_detail .post-content h5,
  .single-post #post_detail .post-content h6 {
    font-size: 24px;
  }
}
.single-post #post_detail .post-content a {
  color: var(--colour--primary-3);
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.single-post #post_detail .post-content a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.single-post #post_detail .post-content a:hover:after,
.single-post #post_detail .post-content a:focus:after {
  width: 100%;
}
.single-post #post_detail .post-content a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.single-post #post_detail .post-content a:hover:after,
.single-post #post_detail .post-content a:focus:after {
  width: 100%;
}
.single-post #post_detail .post-content a:after {
  width: 100%;
  left: 0;
  right: auto;
}
.single-post #post_detail .post-content a:hover:after,
.single-post #post_detail .post-content a:focus:after {
  -webkit-animation: underline-loop 3s ease-in-out infinite;
          animation: underline-loop 3s ease-in-out infinite;
}
.single-post #post_detail .post-content a:after {
  width: 100%;
  left: 0;
  right: auto;
}
.single-post #post_detail .post-content a:hover:after,
.single-post #post_detail .post-content a:focus:after {
  -webkit-animation: underline-loop 3s ease-in-out infinite;
          animation: underline-loop 3s ease-in-out infinite;
}
.single-post #more_news .more-news-container {
  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-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (min-width: 1600px) {
  .single-post #more_news .more-news-container {
    gap: 64px;
  }
}
