/*! 
https://serp.co/tools/css-reset/
<link rel="stylesheet" href="https://css.serp.co/css-reset/normalize.css/">
*/
/* Document
   ========================================================================== */
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: 600;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.post-edit-link {
  background: #c9a277;
  display: block;
  width: fit-content;
  padding: 12px 22px 8px;
  color: #fff !important;
  position: fixed;
  bottom: 0;
  left: 0;
  font-weight: 700;
  z-index: 999;
  text-align: center;
  text-decoration: none;
  right: 0;
  margin: 0 auto;
  border-radius: 15px 15px 0 0;
  text-transform: lowercase;
  font-size: 1.6rem;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

.cookie-dialog__label {
  padding: 0 !important;
}

.cookie-dialog__more {
  color: #b6b6b6 !important;
  border-color: transparent !important;
}

.cookie-dialog__table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
  table-layout: auto;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .cookie-dialog__table {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cookie-dialog__table th,
.cookie-dialog__table td {
  vertical-align: top;
  border: 1px solid #838383;
  padding: 4px 10px;
  text-align: left;
}

.cookie-dialog__table th:nth-child(1),
.cookie-dialog__table td:nth-child(1) {
  word-break: break-word;
  min-width: 140px;
}

.cookie-dialog__table th {
  font-weight: 700;
}

@media (max-width: 768px) {
  .cookie-dialog__table caption,
  .cookie-dialog__table table,
  .cookie-dialog__table thead,
  .cookie-dialog__table tbody,
  .cookie-dialog__table th,
  .cookie-dialog__table td,
  .cookie-dialog__table tr {
    display: block;
  }
  .cookie-dialog__table thead {
    display: none;
  }
  .cookie-dialog__table tbody td {
    border: none;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #838383;
    position: relative;
    white-space: normal;
    text-align: left;
    padding: 4px 10px 4px 130px;
  }
  .cookie-dialog__table tbody td:before {
    position: absolute;
    top: 4px;
    left: 10px;
    width: 40%;
    white-space: nowrap;
    text-align: left;
    font-weight: 700;
  }
  .cookie-dialog__table tbody td:nth-child(1):before {
    content: "Cookie name";
  }
  .cookie-dialog__table tbody td:nth-child(2):before {
    content: "Provider";
  }
  .cookie-dialog__table tbody td:nth-child(3):before {
    content: "Type";
  }
  .cookie-dialog__table tbody td:nth-child(4):before {
    content: "Expiry";
  }
  .cookie-dialog__table tbody td:nth-child(5):before {
    content: "Description";
  }
  .cookie-dialog__table tbody td:first-child {
    border-width: 1px 1px 0;
    width: auto;
  }
  .cookie-dialog__table tbody td:last-child {
    border-width: 1px;
    width: auto;
  }
  .cookie-dialog__table tbody tr:not(:last-child) {
    border-width: 0 0 20px;
    border-style: solid;
    border-color: #fff;
  }
}
html {
  font-size: 62.5%;
}

body {
  height: 100%;
  max-height: 100%;
  font-family: "lato", sans-serif;
  font-size: 1.9rem;
  line-height: 1.6em;
  color: #3a4145;
  font-weight: 300;
  letter-spacing: 0.4px;
}
@media (max-width: 1800px) {
  body {
    font-size: 1.8rem;
  }
}
@media (max-width: 1600px) {
  body {
    font-size: 1.7rem;
  }
}
@media (max-width: 1250px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 980px) {
  body {
    font-size: 1.5rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  font-weight: 200;
}

.home h1 strong,
.home h2 strong,
.home h3 strong,
.home h4 strong {
  display: block;
}

h1 {
  font-size: 4.5rem;
  line-height: 1.2em;
}
@media (max-width: 1750px) {
  h1 {
    font-size: 4rem;
  }
}
@media (max-width: 1550px) {
  h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1250px) {
  h1 {
    font-size: 3.25rem;
  }
}
@media (max-width: 980px) {
  h1 {
    font-size: 3rem;
  }
}
@media (max-width: 660px) {
  h1 {
    font-size: 2.75rem;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 400px) {
  h1 {
    font-size: 2.25rem;
  }
}

.home h2 {
  font-size: 4rem;
  line-height: 1.3em;
}
@media (max-width: 1800px) {
  .home h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1600px) {
  .home h2 {
    font-size: 3rem;
  }
}
@media (max-width: 1250px) {
  .home h2 {
    font-size: 2.75rem;
  }
}
@media (max-width: 980px) {
  .home h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 600px) {
  .home h2 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: 3.5rem;
  line-height: 1.3em;
}
@media (max-width: 1800px) {
  h2 {
    font-size: 3.25rem;
  }
}
@media (max-width: 1600px) {
  h2 {
    font-size: 3rem;
  }
}
@media (max-width: 1250px) {
  h2 {
    font-size: 2.75rem;
  }
}
@media (max-width: 980px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 3rem;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  h3 {
    font-size: 3rem;
  }
}
@media (max-width: 1250px) {
  h3 {
    font-size: 2.75rem;
  }
}
@media (max-width: 980px) {
  h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 600px) {
  h3 {
    font-size: 2.25rem;
  }
}

@media (max-width: 980px) {
  h3 i {
    font-style: inherit;
  }
}

h4 {
  font-size: 3.25rem;
  line-height: 4rem;
}
@media (max-width: 1700px) {
  h4 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 1550px) {
  h4 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 1250px) {
  h4 {
    font-size: 2.25rem;
  }
}
@media (max-width: 980px) {
  h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 600px) {
  h4 {
    font-size: 1.85rem;
  }
}

h5 {
  font-size: 2.5rem;
}

h6 {
  font-size: 3.75rem;
  font-weight: 300;
}
@media (max-width: 1800px) {
  h6 {
    font-size: 3.25rem;
  }
}
@media (max-width: 1100px) {
  h6 {
    font-size: 2.6rem;
  }
}
@media (max-width: 980px) {
  h6 {
    font-size: 2.4rem;
  }
}
@media (max-width: 600px) {
  h6 {
    font-size: 2.2rem;
  }
}

a {
  color: #4a4a4a;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: #57a3e8;
}

a.underline {
  color: white;
  border-bottom: 3px solid #9fabb3;
  padding-bottom: 5px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #50585d;
}

ul,
ol {
  margin: 1.6em 0;
}

p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

p + p {
  margin-bottom: 3rem;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ol ol,
ul ul,
ul ol,
ol ul {
  margin: 0.4em 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #efefef;
  margin: 3.2em 0;
  padding: 0;
}

header,
footer {
  width: 100%;
}

footer {
  font-size: 1.9rem;
  font-weight: 200;
}
@media (max-width: 1800px) {
  footer {
    font-size: 1.8rem;
  }
}
@media (max-width: 1250px) {
  footer {
    font-size: inherit;
  }
}

.content-holder {
  max-width: 1800px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1610px) {
  .content-holder {
    width: 95%;
  }
}
@media (max-width: 660px) {
  .content-holder {
    width: calc(100% - 100px);
  }
}
@media (max-width: 500px) {
  .content-holder {
    width: calc(100% - 50px);
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.content-object-center {
  max-width: 85%;
  width: 100%;
  align-self: center;
  margin: 0 auto;
  padding: 80px 40px;
}
@media (max-width: 1750px) {
  .content-object-center {
    max-width: 90%;
    padding: 80px 35px;
  }
}
@media (max-width: 1600px) {
  .content-object-center {
    max-width: 92.5%;
    padding: 85px 30px;
  }
}
@media (max-width: 980px) {
  .content-object-center {
    padding: 75px 50px;
    max-width: 100%;
  }
}
@media (max-width: 660px) {
  .content-object-center {
    padding: 50px;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .content-object-center {
    padding: 50px 25px;
  }
}

img.object-fit.sticky-on {
  width: 100%;
  position: sticky;
  max-width: 100%;
  height: 100%;
  max-height: 60vh;
  object-fit: cover;
  object-position: center;
  top: 200px;
}
@media (max-width: 980px) {
  img.object-fit.sticky-on {
    max-height: 400px;
    height: auto;
    position: relative;
    top: inherit;
  }
}
@media (max-width: 660px) {
  img.object-fit.sticky-on {
    max-height: 300px;
  }
}

.object-fit {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-content h2,
.single-content h3 {
  max-width: 70%;
  text-wrap: balance;
}
@media (max-width: 980px) {
  .single-content h2,
  .single-content h3 {
    max-width: 100%;
  }
}

.home .single-content h2,
.home .single-content h3 {
  max-width: 100%;
}

.single-content p a {
  color: #222d45;
  font-weight: 500;
}

.divider {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 2px solid #efefef;
  height: 2rem;
  display: inline;
}

.motif-small {
  max-width: 70px;
  height: auto;
  margin: 0 0 20px;
}
@media (max-width: 980px) {
  .motif-small {
    display: none;
  }
}

.one-third {
  flex-basis: 33.33%;
}

.two-third {
  flex-basis: 66.66%;
}

.width-thirty {
  width: 30%;
}

.width-fourty {
  width: 40%;
}

.width-fourtyfive {
  width: 45%;
}

.width-fifty {
  width: 50%;
}

.width-fiftyfive {
  width: 55%;
}

.width-sixty {
  width: 60%;
}

.width-seventy {
  width: 70%;
}

.width-eighty {
  width: 80%;
}

.width-hundred {
  width: 100%;
}

.full-width {
  padding: 100px 0;
}
@media (max-width: 980px) {
  .full-width {
    padding: 75px 50px;
  }
}
@media (max-width: 660px) {
  .full-width {
    padding: 50px 0;
  }
}

.tick-checklist {
  list-style: none;
  padding: 0;
}

.tick-checklist li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.tick-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.6em;
  height: 0.6em;
  background-color: #222d45;
  border-radius: 50%;
}

.receptionpal {
  --receptionpal-background: #222d45;
  --receptionpal-txt: #ffffff;
  --receptionpal-badge: #ac8d6e;
  --receptionpal-icon: #ffffff;
  --receptionpal-powered: #f3f6fc;
  --receptionpal-size-sm: 17px;
  --receptionpal-size-lg: 19px;
  --receptionpal-gap-y-sm: 20px;
  --receptionpal-gap-y-lg: 30px;
  --receptionpal-gap-x-sm: 20px;
  --receptionpal-gap-x-lg: 30px;
}

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

header {
  background: white;
  height: 170px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1600px) {
  header {
    height: 155px;
  }
}
@media (max-width: 1250px) {
  header {
    height: 125px;
  }
}
@media (max-width: 980px) {
  header {
    position: sticky;
    top: 0;
    z-index: 99;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  }
}

header .content-holder {
  justify-content: space-between;
  align-items: center;
  max-width: 2200px;
}

.header-content-left img {
  max-width: 435px;
  width: 100%;
  height: auto;
}
@media (max-width: 1600px) {
  .header-content-left img {
    max-width: 350px;
  }
}
@media (max-width: 1250px) {
  .header-content-left img {
    max-width: 300px;
  }
}
@media (max-width: 980px) {
  .header-content-left img {
    max-width: 250px;
  }
}
@media (max-width: 400px) {
  .header-content-left img {
    max-width: 200px;
  }
}

@media (max-width: 980px) {
  .header-content-right .btn {
    display: none;
  }
}
.header-phone-number {
  align-items: center;
  font-size: 3.25rem;
  font-weight: 200;
}
@media (max-width: 1800px) {
  .header-phone-number {
    font-size: 3rem;
  }
}
@media (max-width: 1600px) {
  .header-phone-number {
    font-size: 2.5rem;
  }
}
@media (max-width: 1250px) {
  .header-phone-number {
    font-size: 2.25rem;
  }
}
@media (max-width: 980px) {
  .header-phone-number {
    font-size: 2rem;
  }
}
@media (max-width: 660px) {
  .header-phone-number {
    display: none;
  }
}

.header-phone-number a {
  margin: 0 40px 0 10px;
  font-weight: 400;
}
@media (max-width: 980px) {
  .header-phone-number a {
    margin: 0 20px 0 10px;
  }
}

.header-phone-number a:hover {
  color: #ac8d6e;
}

.svg-motif {
  height: 72px;
}

.banner {
  position: relative;
  height: calc(100vh - 423px);
  min-height: 650px;
  max-height: 900px;
}
@media (max-width: 1600px) {
  .banner {
    height: calc(100vh - 200px);
  }
}
@media (max-width: 1250px) {
  .banner {
    max-height: inherit;
    min-height: inherit;
    height: auto;
  }
}

@media (max-width: 1600px) {
  .home .banner {
    height: auto;
    max-height: inherit;
    min-height: inherit;
  }
}
@media (max-width: 980px) {
  .home .banner {
    height: 400px;
  }
}
@media (max-width: 660px) {
  .home .banner {
    height: 300px;
  }
}
.banner-image-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(61, 74, 103, 0.85);
}

.banner-content {
  max-width: 75%;
  position: absolute;
  left: 7.5%;
  bottom: 150px;
  height: auto;
  color: white;
}
@media (max-width: 660px) {
  .banner-content {
    top: inherit;
    bottom: 25px;
    max-width: 100%;
    text-align: center;
    width: 100%;
    transform: inherit;
    left: 0;
  }
}

.banner-content h1,
.banner-content p {
  width: 100%;
}

.banner-content p {
  font-weight: 200;
  font-size: 3.25rem;
}
@media (max-width: 1080px) {
  .banner-content p {
    font-size: 3rem;
  }
}
@media (max-width: 980px) {
  .banner-content p {
    font-size: 2.5rem;
  }
}
@media (max-width: 660px) {
  .banner-content p {
    display: none;
  }
}

.cta-holder {
  flex-basis: 31.75%;
  padding: 35px;
  background: white;
  margin: 0 0 5%;
  align-content: space-between;
}
@media (max-width: 1697px) {
  .cta-holder {
    flex-basis: 32.75%;
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cta-holder {
    padding: 20px;
  }
}
@media (max-width: 980px) {
  .cta-holder {
    flex-basis: 100%;
    margin: 0 0 2%;
    text-align: center;
  }
}

@media (max-width: 980px) {
  .cta-holder:first-of-type {
    margin: 5% 0;
  }
}
@media (max-width: 660px) {
  .cta-holder:first-of-type {
    margin: 0;
  }
}
.banner-ctas .content-holder {
  justify-content: space-between;
}
@media (max-width: 660px) {
  .banner-ctas .content-holder {
    padding: 50px 0 40px 0;
  }
}
@media (max-width: 500px) {
  .banner-ctas .content-holder {
    padding: 25px 0;
  }
}

.cta-content {
  margin: 0 0 30px;
  width: 100%;
  text-wrap: balance;
}

.cta-title {
  width: 50%;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 4.25rem;
}
@media (max-width: 1600px) {
  .cta-title {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (max-width: 1300px) {
  .cta-title {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cta-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

@media (max-width: 1300px) {
  .cta-title br {
    display: none;
  }
}
.cta-text {
  flex: 1;
  line-height: 3rem;
}
@media (max-width: 1600px) {
  .cta-text {
    line-height: 2.75rem;
  }
}

.cta-text strong {
  font-size: 2.2rem;
}
@media (max-width: 1600px) {
  .cta-text strong {
    font-size: 2rem;
  }
}

.cta-holder .btn {
  width: 100%;
  text-align: center;
}

.inner-page-banner-img {
  width: 60%;
}
@media (max-width: 1250px) {
  .inner-page-banner-img {
    min-height: 500px;
  }
}
@media (max-width: 980px) {
  .inner-page-banner-img {
    width: 100%;
    order: -1;
    min-height: inherit;
    max-height: 400px;
  }
}
@media (max-width: 660px) {
  .inner-page-banner-img {
    height: 250px;
  }
}

.inner-page-banner-content {
  position: relative;
  transform: inherit;
  top: inherit;
  left: inherit;
  order: -1;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  padding: 100px 5% 0 5%;
  width: 40%;
  height: 100%;
  top: 0;
}
@media (max-width: 1250px) {
  .inner-page-banner-content {
    flex: 1;
    height: auto;
    padding: 5%;
  }
}
@media (max-width: 980px) {
  .inner-page-banner-content {
    padding: 45px 5%;
    width: 100%;
    flex-direction: column;
    max-width: inherit;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 660px) {
  .inner-page-banner-content {
    padding: 45px 50px;
  }
}
@media (max-width: 500px) {
  .inner-page-banner-content {
    padding: 50px 25px;
  }
}

.inner-page-banner-content h1 {
  font-weight: 600;
}

.breadcrumbs-wrapper {
  text-align: left;
  margin: 25px 0 35px;
}
@media (max-width: 980px) {
  .breadcrumbs-wrapper {
    text-align: center;
    margin: 15px 0;
  }
}

.breadcrumbs-wrapper a,
.breadcrumbs-wrapper p {
  color: white;
  font-style: italic;
  font-size: inherit;
}

.inner-page-banner-content .btn {
  width: fit-content;
  text-align: center;
  padding: 15px 30px;
}
@media (max-width: 1250px) {
  .inner-page-banner-content .btn {
    padding: 10px 20px;
  }
}
@media (max-width: 980px) {
  .inner-page-banner-content .btn {
    margin: 0 auto;
  }
}
@media (max-width: 650px) {
  .inner-page-banner-content .btn {
    width: 100%;
  }
}

.split-content {
  position: relative;
}

.split-content svg {
  z-index: 99;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1150px) {
  .split-content svg {
    display: none;
  }
}

.split-content-holder {
  align-content: center;
  padding: 150px 100px;
  width: 60%;
}
@media (max-width: 1800px) {
  .split-content-holder {
    padding: 150px 50px;
  }
}
@media (max-width: 1150px) {
  .split-content-holder {
    padding: 50px;
    width: 100%;
  }
}

@media (max-width: 980px) {
  .split-content .width-fifty {
    width: 100%;
  }
  .width-fifty .split-content-holder h4,
  .width-fifty .split-content-holder p {
    width: 100%;
  }
  .width-fifty .split-content-holder {
    padding: 50px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .width-fifty .split-content-holder {
    padding: 50px 25px;
  }
}
@media (max-width: 1150px) {
  .split-content .width-fifty .split-image-holder.width-fourty {
    display: none;
  }
}
@media (max-width: 980px) {
  .split-image-holder .width-fifty {
    width: 100%;
  }
  .width-fifty.split-image-holder {
    max-height: 500px;
  }
}
.split-content-holder p a {
  color: #222d45;
  font-weight: 500;
}

.split-content .width-fifty:nth-of-type(2) .split-content-holder {
  order: 1;
}

.split-image-holder {
  padding: 150px 0;
}

footer .one-third {
  align-content: center;
  padding: 5% 5% 5% 0;
}
@media (max-width: 1460px) {
  footer .one-third {
    flex-basis: 50%;
  }
}
@media (max-width: 980px) {
  footer .one-third {
    flex-basis: 100%;
  }
}
@media (max-width: 980px) {
  footer .one-third {
    padding: 60px 50px;
    order: 1;
  }
}
@media (max-width: 500px) {
  footer .one-third {
    padding: 50px 25px;
  }
}

footer .one-third a {
  color: white;
}

footer .one-third a.underline {
  font-weight: 400;
}

@media (max-width: 1460px) {
  footer .two-third {
    flex-basis: 50%;
  }
}
@media (max-width: 980px) {
  footer .two-third {
    flex-basis: 100%;
  }
}

.footer-address-box {
  padding: 0 0 0 70px;
  margin: 0 0 40px;
}
@media (max-width: 980px) {
  .footer-address-box {
    padding: 40px 40px 40px 70px;
    margin: 0 0 20px;
    background-color: #4e5b77;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .footer-address-box {
    background-color: inherit;
    padding: 0;
    margin: 0 0 50px;
  }
}

.footer-address-box h6 {
  width: 100%;
}

.footer-parking-notice-box,
.footer-opening-hours-box {
  padding: 20px 70px;
  margin: 0 0 40px;
  width: 90%;
}
@media (max-width: 980px) {
  .footer-parking-notice-box,
  .footer-opening-hours-box {
    margin: 0 0 20px;
  }
}

@media (max-width: 1800px) {
  .footer-parking-notice-box,
  .footer-opening-hours-box {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .footer-parking-notice-box.bg-light-blue,
  .footer-opening-hours-box.bg-light-blue {
    width: 100%;
    margin: 0 0 30px;
    padding: 25px;
  }
}
.footer-opening-hours-box {
  padding: 35px 70px 30px;
}

.opening-hours-wrapper {
  margin: 3rem 0 0;
}

.day,
.time {
  width: 50%;
  margin: 0 0 2px;
}

.footer-legal-text-box {
  padding: 0 0 0 60px;
  align-items: center;
}
@media (max-width: 980px) {
  .footer-legal-text-box {
    padding: 40px 40px 40px 70px;
    margin: 0 0 20px;
    background-color: #4e5b77;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .footer-legal-text-box {
    padding: 0;
    width: 100%;
    margin: 0 0 50px;
    background-color: inherit;
    text-align: left;
  }
}

.new-line {
  width: 100%;
}
@media (max-width: 980px) {
  .new-line {
    width: auto;
  }
}
@media (max-width: 500px) {
  .new-line {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .new-line a {
    display: block;
  }
  .new-line .divider {
    display: none;
  }
  .new-line.copyright-line a {
    display: inline-flex;
  }
}
.new-line:nth-of-type(2) {
  margin: 0 0 20px;
}
@media (max-width: 980px) {
  .new-line:nth-of-type(2) {
    margin: 0;
  }
}
@media (max-width: 500px) {
  .new-line:nth-of-type(2) {
    margin: 0 0 20px;
  }
}

.new-line.copyright-line {
  width: 100%;
  text-align: left;
}

.footer-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 1150px) {
  .footer-image img {
    display: none;
  }
}

.footer-title {
  font-size: 4rem;
  line-height: 5.5rem;
  margin: 0 0 30px;
  font-weight: 300;
  max-width: 820px;
  color: white;
}
@media (max-width: 1800px) {
  .footer-title {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1600px) {
  .footer-title {
    font-size: 3.5rem;
    line-height: 5rem;
  }
}
@media (max-width: 1450px) {
  .footer-title {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 1150px) {
  .footer-title {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}
@media (max-width: 980px) {
  .footer-title {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}

.footer-title a {
  color: white;
  font-weight: 600;
}

.footer-form .content-object-center {
  padding: 60px;
}
@media (max-width: 1800px) {
  .footer-form .content-object-center {
    padding: 60px 20px;
  }
}
@media (max-width: 980px) {
  .footer-form .content-object-center {
    padding: 60px 50px;
  }
}
@media (max-width: 500px) {
  .footer-form .content-object-center {
    padding: 50px 25px;
  }
}

.desktop-navigation {
  position: absolute;
  top: 0;
  left: 0;
  background: #ac8d6e;
  padding: 0 50px 0 5%;
  border-radius: 0 0 25px 0;
  z-index: 99;
}
@media (max-width: 1250px) {
  .desktop-navigation {
    position: relative;
    width: 100%;
    border-radius: 0;
    order: -1;
    padding: 0 2.5%;
  }
}
@media (max-width: 980px) {
  .desktop-navigation {
    display: none;
  }
}

.desktop-navigation nav ul,
.sticky-navigation nav ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

.desktop-navigation nav ul a,
.sticky-navigation nav ul a {
  display: block;
  text-decoration: none;
  line-height: 32px;
  padding: 20px;
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 1800px) {
  .desktop-navigation nav ul a,
  .sticky-navigation nav ul a {
    font-size: 1.8rem;
  }
}
@media (max-width: 1600px) {
  .desktop-navigation nav ul a,
  .sticky-navigation nav ul a {
    font-size: 1.7rem;
  }
}
@media (max-width: 1250px) {
  .desktop-navigation nav ul a,
  .sticky-navigation nav ul a {
    font-size: 1.6rem;
  }
}

@media (max-width: 1850px) {
  .sticky-navigation nav ul a {
    font-size: 1.7rem;
  }
}
@media (max-width: 1550px) {
  .sticky-navigation nav ul a {
    font-size: 1.6rem;
    padding: 20px 12px;
  }
}
@media (max-width: 1200px) {
  .sticky-navigation nav ul a {
    font-size: 1.5rem;
    padding: 20px 10px;
  }
}

@media (max-width: 1550px) {
  .sticky-navigation nav ul ul a {
    font-size: 1.4rem;
    padding: 14px 45px 14px 14px;
  }
}
.desktop-navigation nav ul li:last-of-type a,
.sticky-navigation nav ul li:last-of-type a {
  margin: 0;
}

.desktop-navigation nav ul li,
.sticky-navigation nav ul li {
  position: relative;
  float: left;
  padding: 0;
}

.desktop-navigation nav ul li:hover,
.sticky-navigation nav ul li:hover {
  background: #3d4a67;
}

.desktop-navigation nav ul ul,
.sticky-navigation nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  z-index: 9999;
  padding: 0;
  width: max-content;
}

.desktop-navigation nav ul ul li,
.sticky-navigation nav ul ul li {
  float: none;
  background: #3d4a67;
  border-top: 1px solid #222d45;
}

.desktop-navigation .sub-menu li:first-of-type,
.sticky-navigation .sub-menu li:first-of-type {
  border-top: none;
}

.desktop-navigation nav ul ul a img,
.sticky-navigation nav ul ul a img {
  position: absolute;
  right: 20px;
  margin: 0;
  top: 21px;
}

.desktop-navigation nav ul li a:hover,
.sticky-navigation nav ul li a:hover {
  color: white;
}

.desktop-navigation nav ul.sub-menu li a:hover,
.sticky-navigation nav ul.sub-menu li a:hover {
  color: #ac8d6e;
}

.desktop-navigation nav ul ul li a,
.sticky-navigation nav ul ul li a {
  line-height: 120%;
  padding: 14px 50px 14px 20px;
  font-size: 1.6rem;
  width: 100%;
}

.desktop-navigation nav ul ul:first-of-type,
.sticky-navigation nav ul ul:first-of-type {
  border-top: none;
}

.desktop-navigation nav ul ul ul,
.sticky-navigation nav ul ul ul {
  top: 0;
  left: 100%;
  padding: 0;
}

.desktop-navigation nav ul ul ul li,
.sticky-navigation nav ul ul ul li {
  background: #4e5b77;
}

.desktop-navigation nav ul li:hover > ul,
.sticky-navigation nav ul li:hover > ul {
  display: block;
}

.sticky-navigation {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: none;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.sticky-navigation.scrolled {
  display: flex;
  opacity: 1;
  transform: translateY(0);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}

.sticky-navigation .content-holder {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 980px) {
  .sticky-navigation .content-holder {
    display: none;
  }
}

.sticky-navigation .content-holder nav svg {
  margin: 20px 20px 20px 0;
}

.sticky-nav-right {
  align-items: center;
}
@media (max-width: 1020px) {
  .sticky-nav-right {
    display: none;
  }
}

.sticky-nav-right .btn {
  height: 72px;
  align-content: center;
}

.sticky-phone-holder {
  margin: 0 30px 0 0;
  font-size: 2.4rem;
  color: white;
  font-weight: 200;
}
@media (max-width: 1850px) {
  .sticky-phone-holder {
    margin: 0 25px 0 0;
    font-size: 2rem;
  }
}
@media (max-width: 1440px) {
  .sticky-phone-holder {
    display: none;
  }
}

.sticky-phone-holder a {
  color: white;
  font-weight: 400;
}

/* mobile navigation */
.mobile-header {
  display: none;
}
@media (max-width: 980px) {
  .mobile-header {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  #nav-sidebar {
    transition: none !important;
  }
}
#nav {
  display: inline;
}

#nav-content {
  display: none;
}

#nav-button {
  display: none;
  cursor: pointer;
  background: none;
  font-size: 4rem;
  padding: 0;
  line-height: 0;
  color: white;
  margin: 0;
  z-index: 9;
  position: relative;
  border: none;
}
#nav-button svg {
  fill: black;
}

#nav-overlay {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  width: 100%;
  height: calc(100vh - 172px);
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

#nav-sidebar {
  display: none;
  position: fixed;
  z-index: 20;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  background-color: #222d45;
  transform: translateX(-100%);
  transition: transform 0.2s ease-out;
  height: calc(100vh - 125px);
}
#nav-sidebar li {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 500;
  border-bottom: 1.5px solid white;
}
#nav-sidebar li a {
  color: white;
}
#nav-sidebar li a:hover {
  color: white;
}
#nav-sidebar li a .icon {
  width: 20%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
#nav-sidebar li a .icon svg {
  position: absolute;
  right: 0;
  top: 20px;
  width: 30px;
  height: 30px;
}
#nav-sidebar li li {
  border-bottom: none;
  width: 100%;
  display: block;
  height: auto;
  padding: 0;
  margin: 0;
}
#nav-sidebar li li a .icon svg {
  top: 0;
}
#nav-sidebar-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#nav-sidebar-header a {
  flex: 1;
}
#nav-sidebar-body {
  padding: 50px 5%;
  max-height: calc(100vh - 90px);
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#nav-sidebar-body::-webkit-scrollbar {
  display: none;
}
#nav-sidebar-body .button {
  margin-top: 16px;
  text-align: center;
  float: none;
  display: block;
  height: auto;
  line-height: inherit;
  padding: 10px;
}

@media (max-width: 980px) {
  #nav-sidebar li a img {
    display: none;
  }
}
#nav-button,
#nav-sidebar,
.nav-activated #nav-overlay,
.nav-activated #nav-closenav {
  display: block;
}

.nav-activated #nav-sidebar,
.nav-activated #nav-closenav {
  transform: translateX(0);
}

.mobile-nav nav ul {
  padding: 0;
  margin: 0;
}
.mobile-nav nav ul li a {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-transform: initial;
  letter-spacing: 2px;
  font-size: 2rem;
  padding: 20px 0;
  font-weight: 600;
}
.mobile-nav nav ul li a::after {
  position: absolute;
  top: 0;
  right: 10px;
  content: "";
}
.mobile-nav nav ul li > .sub-menu {
  display: none;
}
.mobile-nav nav ul li.open-menu > .sub-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 0 30px;
}
.mobile-nav nav ul li.open-menu > .sub-menu ul {
  background: #1d1d1d;
  width: 100%;
  padding: 15px 20px;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  border-left: 3px solid #4e5b77;
}
.mobile-nav nav ul li.open-menu > .sub-menu ul li {
  height: auto;
  padding: 0;
  margin: 0;
}
.mobile-nav nav ul li.open-menu > .sub-menu ul li ul {
  background: black;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
}
.mobile-nav nav ul li.open-menu > .sub-menu ul li ul li a {
  padding: 10px 0 10px 90px;
}
.mobile-nav nav ul ul a {
  padding: 5px 25px 5px 0;
  font-size: 2rem;
  font-weight: 300;
  display: block;
  border-bottom: none;
  letter-spacing: 0;
}
.mobile-nav nav ul ul a:hover {
  color: #222d45;
}

@media (max-width: 660px) {
  .mobile-nav nav ul li a {
    font-size: 1.8rem;
  }
}
@media (max-width: 500px) {
  .mobile-nav nav ul li a {
    font-size: 1.7rem;
  }
}
a.mobile-nav-logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}
a.mobile-nav-logo img {
  height: auto;
  max-width: 37px;
  width: 100%;
}

.mobile-nav .sub-menu {
  display: none !important;
}

.mobile-nav li.open-menu > .sub-menu {
  display: flex !important;
}

/* mobile navigation end */
form.contact-form {
  width: 100%;
}

form.contact-form input,
form.contact-form select,
form.contact-form textarea {
  border: none;
  padding: 20px;
  width: 100%;
  resize: none;
  background: rgba(255, 255, 255, 0.8);
  color: #2b2f32;
}

form.contact-form input:focus,
form.contact-form textarea:focus,
form.contact-form select:focus,
.referral-form input:focus,
.referral-form textarea:focus,
.referral-form select:focus {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

form.contact-form input,
form.contact-form select {
  height: 70px;
}

form.contact-form select * {
  color: #000 !important;
}

form.contact-form input {
  padding: 20px 20px 10px 20px;
}

form.contact-form textarea {
  height: 100%;
  padding-top: 30px;
}
@media (max-width: 1450px) {
  form.contact-form textarea {
    height: 200px;
    margin: 0 0 2%;
  }
}
@media (max-width: 980px) {
  form.contact-form textarea {
    margin: 0 0 15px;
  }
}

.form-content-left {
  flex: 1;
}
@media (max-width: 1450px) {
  .form-content-left {
    width: 100%;
    flex: inherit;
  }
}

.form-content-left .form-group {
  max-width: 100%;
  margin: 0 20px 0 0;
}
@media (max-width: 1450px) {
  .form-content-left .form-group {
    margin: 0;
  }
}

.form-content-right {
  width: 350px;
}
@media (max-width: 1450px) {
  .form-content-right {
    width: 100%;
  }
}

.form-content-right .form-group {
  max-width: 100%;
  margin: 0 0 15px;
}

.form-content-right .form-group:last-of-type {
  margin: 0;
}

.form-content-bottom {
  margin-top: 2rem;
  align-items: center;
  width: 100%;
}

.form-group {
  position: relative;
  max-width: 98%;
  width: 100%;
}

.form-group + .form-group {
  margin-top: 2%;
}
@media (max-width: 1450px) {
  .form-group + .form-group {
    margin-top: 0;
  }
}

.form-label {
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 10;
  color: #6a6a6a;
  font-weight: 400;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.focused .form-label {
  transform: translateY(-58%);
  font-size: 0.5em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.gdpr-text {
  flex: 1;
  font-size: 1.75rem;
  padding: 0 100px 0 0;
  line-height: 2.5rem;
  color: white;
}
@media (max-width: 1450px) {
  .gdpr-text {
    flex: inherit;
    width: 100%;
    padding: 0 0 20px;
  }
}
@media (max-width: 980px) {
  .gdpr-text {
    font-size: inherit;
    line-height: 2.25rem;
  }
}

.gdpr-text a {
  color: white;
}

@media (max-width: 1450px) {
  .gdpr-text br {
    display: none;
  }
  .gdpr-text i {
    margin: 0 0 0 5px;
  }
}
/* Referral Form */
.referral-form {
  background: #fff;
  color: #000;
  margin: 0 auto;
  padding: 100px;
}
@media (max-width: 980px) {
  .referral-form {
    padding: 50px;
    width: 95%;
  }
}
@media (max-width: 725px) {
  .referral-form {
    background: none;
    width: 100%;
  }
}
@media (max-width: 660px) {
  .referral-form {
    padding: 0;
  }
}

.referral-form hr {
  border-top: 4px solid #35626c;
}

.referral-form input,
.referral-form select,
.referral-form textarea {
  background: whitesmoke;
  border: 1px solid #c1c2c3;
  color: #1a1717;
  margin: 0 0 10px;
  padding: 20px;
  width: 100%;
}
@media (max-width: 725px) {
  .referral-form input,
  .referral-form select,
  .referral-form textarea {
    background: white;
  }
}

.referral-form select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
}

.referral-form textarea {
  height: 180px;
}

.referral-form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.referral-form ul li {
  margin: 0 0 70px;
}
@media (max-width: 725px) {
  .referral-form ul li {
    margin: 0 0 25px;
  }
}

.referral-form ul li.gdpr-statement {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin: 0;
}

.referral-form ul li.gdpr-statement .form-group input {
  height: 20px;
  margin: 0 5px;
  max-width: 100%;
  padding: 5px;
  width: 20px;
}

.referral-form ul li.gdpr-statement p {
  font-size: 1.4rem;
  margin: 0 auto 25px;
  max-width: 800px;
  width: 100%;
}

.referral-form ul li.gdpr-statement .btn {
  margin: 0 auto;
}

.referral-form ul li h3 {
  margin: 0 0 35px;
  width: 100%;
  font-weight: 400;
}
@media (max-width: 725px) {
  .referral-form ul li h3 {
    margin: 0 0 20px;
  }
}

.referral-form ul li label {
  display: inline-block;
  margin: 10px 0;
  font-weight: 600;
}

.referral-form .form-input-hide {
  display: none;
}

.checkbox-list {
  align-items: center;
  width: 50%;
}
@media (max-width: 980px) {
  .checkbox-list {
    width: 100%;
  }
}

.referral-form .checkbox-list input {
  padding: inherit;
  margin: 0 25px 0 0;
  width: 20px;
  height: 20px;
}

.referral-form .checkbox-list input:focus {
  width: 20px;
  height: 20px;
}

form.contact-form input,
form.contact-form textarea,
form.contact-form select {
  font-size: 16px;
}

.content-section-holder {
  align-content: center;
}

.content-image-section {
  position: relative;
}

.content-image-section .desktop-navigation {
  display: none;
}

.content-image-section.bg-dark-blue .desktop-navigation {
  z-index: 9;
  display: block;
}
@media (max-width: 980px) {
  .content-image-section.bg-dark-blue .desktop-navigation {
    display: none;
  }
}

.content-image-section.bg-dark-blue p a {
  color: white;
}

.content-section-holder:has(> .single-content:nth-child(2):last-child) {
  align-content: space-between;
}

.content-section-holder.position-left {
  order: -1;
}

@media (max-width: 980px) {
  .content-section-holder.width-fourty {
    width: 100%;
  }
}
.home .content-section-holder.position-left {
  align-content: space-between;
  flex-direction: column;
}

.content-section-holder.position-right {
  order: 1;
}
@media (max-width: 980px) {
  .content-section-holder.position-right {
    order: -1;
  }
}

.image-section-holder {
  flex: 1;
  position: relative;
  justify-content: center;
}
@media (max-width: 980px) {
  .image-section-holder {
    max-height: 400px;
  }
}

@media (max-width: 980px) {
  .split-image-holder.image-section-holder {
    padding: 75px 50px;
    max-height: inherit;
  }
}
@media (max-width: 660px) {
  .split-image-holder.image-section-holder {
    padding: 50px;
  }
}

@media (max-width: 980px) {
  .content-section-holder.width-fifty,
  .content-section-holder.width-sixty,
  .image-section-holder {
    width: 100%;
    flex: inherit;
  }
}
.content-section-holder .content-object-center p {
  max-width: 85%;
}
@media (max-width: 1600px) {
  .content-section-holder .content-object-center p {
    max-width: 100%;
  }
}

.split-image-holder.image-section-holder {
  padding: 0;
}

@media (max-width: 1150px) {
  .split-image-holder.width-fourty {
    width: 100%;
    padding: 0;
  }
}
#comparisonSlider {
  width: 100%;
  padding: 100px;
}
@media (max-width: 980px) {
  #comparisonSlider {
    padding: 75px 50px;
  }
}
@media (max-width: 660px) {
  #comparisonSlider {
    padding: 50px;
  }
}
@media (max-width: 500px) {
  #comparisonSlider {
    padding: 50px 25px;
  }
}

.comparison {
  position: relative;
  width: 100%;
  max-width: -558%;
  overflow: hidden;
  align-content: center;
}

.comparison img {
  width: 100%;
  display: block;
  height: auto;
}

.one-image-holder img {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.content-object-center + .content-object-center img {
  display: none;
}

.content-object-center + .content-object-center h3 {
  font-weight: 400;
}

.content-object-center + .content-object-center h3 i {
  font-weight: 100;
}

.home .content-section-holder.bg-blue .content-object-center + .content-object-center {
  background: #222d45;
  margin-left: auto;
  margin-top: auto;
  max-width: 100%;
}

.content-object-center + .content-object-center {
  padding: 0 40px;
}
@media (max-width: 980px) {
  .content-object-center + .content-object-center {
    padding: 0;
  }
}

.content-object-center + .content-object-center .single-content {
  border-top: 5px solid #ac8d6e;
  padding: 100px 0 50px;
}
@media (max-width: 980px) {
  .content-object-center + .content-object-center .single-content {
    padding: 50px;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .content-object-center + .content-object-center .single-content {
    padding: 50px 25px;
  }
}

.content-object-center + .content-object-center:last-of-type {
  padding: 0 40px 50px;
}
@media (max-width: 1600px) {
  .content-object-center + .content-object-center:last-of-type {
    padding: 0 30px 50px;
  }
}
@media (max-width: 980px) {
  .content-object-center + .content-object-center:last-of-type {
    padding: 0;
  }
}

.home .content-object-center + .content-object-center .single-content {
  border-top: inherit;
  padding: inherit;
}

.home .content-object-center + .content-object-center:last-of-type .single-content {
  padding: initial;
  max-width: 85%;
  margin: 0 auto;
}
@media (max-width: 1750px) {
  .home .content-object-center + .content-object-center:last-of-type .single-content {
    max-width: 100%;
  }
}

.home .content-object-center + .content-object-center:last-of-type {
  padding: 100px 40px;
  flex: 1;
  overflow-x: auto;
  align-content: center;
}

@media (max-width: 1750px) {
  .home .content-object-center,
  .home .content-object-center + .content-object-center:last-of-type {
    max-width: 92.5%;
    padding: 85px 30px;
  }
}
@media (max-width: 980px) {
  .home .content-object-center,
  .home .content-object-center + .content-object-center:last-of-type {
    max-width: 100%;
    padding: 50px;
  }
}
@media (max-width: 500px) {
  .home .content-object-center,
  .home .content-object-center + .content-object-center:last-of-type {
    padding: 50px 25px;
  }
}
.image-section-holder.for-grid-images {
  padding: 0 5% 5% 5%;
  justify-content: space-between;
  align-content: center;
}
@media (max-width: 980px) {
  .image-section-holder.for-grid-images {
    padding: 0;
  }
}

@media (max-width: 980px) {
  .image-section-holder.for-grid-images .multiple-image-holder img {
    display: none;
  }
  .image-section-holder.for-grid-images .multiple-image-holder img:nth-of-type(3) {
    width: 100%;
    margin: 0;
    max-width: 100%;
    display: flex;
    height: inherit;
  }
}
.multiple-image-holder {
  position: relative;
  height: 100%;
}
@media (max-width: 980px) {
  .multiple-image-holder {
    max-height: 400px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .multiple-image-holder {
    max-height: 300px;
  }
}

.multiple-image-holder img {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5%;
  height: 47.5%;
  width: 47%;
}

.page-id-354 ol li {
  margin: 50px 0 0 -20px;
}
@media (max-width: 700px) {
  .page-id-354 ol li {
    margin: 50px 0 0 0;
  }
}

.page-id-354 ol li ul li {
  margin: 0;
}

.page-id-354 h5 {
  text-transform: initial;
}

.page-id-354 h3 {
  margin: 50px 0 0 -50px;
  padding: 0;
  font-weight: 300;
}
@media (max-width: 700px) {
  .page-id-354 h3 {
    margin: 0;
  }
}

.page-id-170 .content-section-holder.flex.width-fifty.position-left .content-object-center {
  margin: 60px 0 0;
}
@media (max-width: 980px) {
  .page-id-170 .content-section-holder.flex.width-fifty.position-left .content-object-center {
    margin: 0;
  }
}

.accordion {
  padding: 125px 0;
}
@media (max-width: 1250px) {
  .accordion {
    padding: 75px 0;
  }
}
@media (max-width: 980px) {
  .accordion {
    padding: 0;
  }
}

.accordion-div {
  flex: 1;
  padding: 100px;
  background: white;
  margin: 0 5%;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1600px) {
  .accordion-div {
    margin: 0%;
    padding: 5%;
  }
}
@media (max-width: 980px) {
  .accordion-div {
    padding: 75px 50px;
  }
}
@media (max-width: 500px) {
  .accordion-div {
    padding: 50px 25px;
  }
}

.accordion-div h2 {
  color: #4e5b77;
}

.accordion-content-holder {
  margin: 55px 0 0 0;
  border-bottom: 3px solid #3d4a67;
}

.legal-text {
  width: 100%;
  justify-content: flex-end;
  margin: 50px 0 0 0;
}

.legal-text p {
  max-width: 65%;
  width: 100%;
  text-align: right;
}

.accordion-content {
  display: none;
  padding: 0 100px 32px 0;
}
@media (max-width: 750px) {
  .accordion-content {
    padding: 0 0 32px 0;
  }
}

.accordion-content p:first-of-type {
  margin: 0 0 0.6em;
}

.accordion-content p:last-of-type {
  margin: 0;
}

.accordion .set {
  position: relative;
  width: 100%;
  height: auto;
  background: white;
  border-top: 3px solid #3d4a67;
}

.accordion .set:last-of-type {
  margin: 0;
}

.accordion .set.active .accordion-content a {
  color: #3d4a67;
  font-weight: 700;
}

.accordion .set > a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  transition: all 0.2s linear;
  font-weight: 500;
  font-size: 2.6rem;
  padding: 35px 55px 35px 0;
  color: #222d45;
  font-weight: 500;
}
@media (max-width: 1550px) {
  .accordion .set > a {
    font-size: 2.4rem;
  }
}
@media (max-width: 1250px) {
  .accordion .set > a {
    font-size: 2.2rem;
  }
}
@media (max-width: 980px) {
  .accordion .set > a {
    font-size: 2rem;
  }
}
@media (max-width: 500px) {
  .accordion .set > a {
    font-size: 1.8rem;
  }
}

.accordion .set > a:hover {
  color: #3d4a67;
}

.icon svg {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}
@media (max-width: 660px) {
  .icon svg {
    width: 30px;
    height: 30px;
    top: 35px;
  }
}

.icon-up svg {
  transform: rotate(180deg);
}

@media (max-width: 980px) {
  .accordion-image {
    display: none;
  }
}
.treatment-links {
  padding: 100px 0;
}
@media (max-width: 650px) {
  .treatment-links {
    padding: 50px 0;
  }
}

.treatment-links .content-holder {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 40px;
  justify-content: center;
}

.treatment-quicklinks-holder {
  flex: 0 0 23.5%;
  max-width: 23.5%;
  background: white;
  flex-direction: column;
  min-width: 360px;
  max-width: 550px;
}
@media (max-width: 1250px) {
  .treatment-quicklinks-holder {
    flex: 0 45%;
  }
}
@media (max-width: 775px) {
  .treatment-quicklinks-holder {
    flex: 0 100%;
  }
}

.treatment-quicklinks-holder:hover {
  background-color: #ac8d6e;
  color: white;
}

.treatment-quicklinks-holder:hover .btn {
  background-color: #222d45;
}

.treatment-image-holder {
  height: 300px;
  width: 100%;
}
@media (max-width: 660px) {
  .treatment-image-holder {
    height: 250px;
  }
}
@media (max-width: 500px) {
  .treatment-image-holder {
    height: 225px;
  }
}

.treatment-quicklink-content-holder {
  justify-content: center;
  padding: 40px 30px;
  text-align: center;
  flex: 1;
  display: flex;
  align-content: space-between;
  text-wrap: balance;
}

.treatment-quicklink-content-holder h2,
.treatment-quicklink-content-holder p {
  width: 100%;
}

.treatment-quicklink-content-holder h2 strong {
  display: block;
}

.treatment-quicklink-content-holder p {
  max-width: 80%;
  margin: 2rem auto 3rem;
}

.btn,
.button {
  text-transform: uppercase;
  padding: 15px 30px;
  border: none;
  font-weight: 500;
  letter-spacing: 0.35px;
  height: 62px;
  font-size: 1.8rem;
}
@media (max-width: 1250px) {
  .btn,
  .button {
    font-size: inherit;
    height: auto;
    padding: 10px 20px;
  }
}
@media (max-width: 650px) {
  .btn,
  .button {
    width: 100%;
    padding: 15px 20px;
    text-align: center;
    margin: 0 0 10px;
  }
}

.btn + .btn {
  margin: 0 0 0 15px;
}
@media (max-width: 650px) {
  .btn + .btn {
    margin: 0;
  }
}

.btn-blue {
  background: #3d4a67;
  color: white;
}

.btn-gold {
  background: #ac8d6e;
  color: white;
}

.btn-whitesmoke {
  background: #efefef;
  color: #3d4a67;
}

.bg-blue a.btn:hover,
.bg-light-blue a.btn:hover,
.bg-dark-blue a.btn:hover,
.bg-whitesmoke a.btn:hover,
.bg-white a.btn:hover,
a.btn:hover {
  background: #ac8d6e;
  color: white;
}

.bg-dark-blue a.btn-gold:hover {
  background: white;
  color: black;
}

.bg-gold a.btn:hover,
.cta-holder .btn.btn-gold:hover {
  background: #222d45;
  color: white;
}

.sticky-nav-right .btn.btn-gold:hover,
.footer-form .btn.btn-blue:hover {
  background: #4e5b77;
  color: white;
  transition: 0.3s;
  cursor: pointer;
}

.bg-light-blue {
  background-color: #4e5b77;
}

.bg-dark-blue {
  background-color: #222d45;
  color: white;
}

.bg-blue {
  background-color: #3d4a67;
  color: white;
}

.bg-gold {
  background-color: #ac8d6e;
  color: white;
}

.gold-text {
  color: #ac8d6e;
}

.bg-white {
  background-color: white;
}

.bg-black {
  background-color: black;
}

.bg-whitesmoke {
  background-color: #efefef;
}

.review-section-holder {
  flex: 1;
  align-content: center;
}
@media (max-width: 980px) {
  .review-section-holder {
    padding: 50px;
  }
}
@media (max-width: 660px) {
  .review-section-holder {
    padding: 50px 25px;
  }
}

.review-section-holder .content-object-center {
  padding: 0 5%;
  max-width: 91.5%;
}
@media (max-width: 1227px) {
  .review-section-holder .content-object-center {
    padding: 75px 5%;
  }
}
@media (max-width: 980px) {
  .review-section-holder .content-object-center {
    padding: 0;
    max-width: 100%;
  }
}

.team-section-items h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  color: #222d45;
}

.team-section-items h2 strong {
  display: inline-block;
}

.team-section-items .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: calc(100px - 2%);
  margin: 0 2.5%;
}

.team-section-item {
  width: 23.5%;
  margin: 0 1% 2% 1%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border: 2px solid #4e5b77;
}
@media (max-width: 1250px) {
  .team-section-item {
    width: 33%;
  }
}
@media (max-width: 980px) {
  .team-section-item {
    margin: 1%;
    width: 46%;
  }
}
@media (max-width: 650px) {
  .team-section-item {
    width: 90%;
    min-width: inherit;
  }
}

.team-section-item:nth-of-type(1),
.team-section-item:nth-of-type(5) {
  margin: 0 1% 2% 0;
}
@media (max-width: 980px) {
  .team-section-item:nth-of-type(1),
  .team-section-item:nth-of-type(5) {
    margin: 1%;
  }
}

.team-section-item:nth-of-type(4),
.team-section-item:nth-of-type(8) {
  margin: 0 0% 2% 1%;
}
@media (max-width: 980px) {
  .team-section-item:nth-of-type(4),
  .team-section-item:nth-of-type(8) {
    margin: 1%;
  }
}

.team-section-item-info-container,
.team-section-item-info-container-not-clickable {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 25px;
}

.team-section-item-info-container:hover,
.team-section-item-info-container:hover span {
  cursor: pointer;
  background: #4e5b77;
  color: white;
}

.team-section-item-info-container:hover a {
  color: white;
}

.team-section-item-info-container:hover .btn {
  background: #ac8d6e;
}

.team-section-items h3 {
  width: 100%;
  text-align: left;
  margin: 0 0 75px;
}

.team-section-item-position {
  margin: 15px 0 25px;
  width: 100%;
  line-height: 2.4rem;
}

.team-section-item-info a.gdc {
  font-weight: 600;
  width: 100%;
  margin: 0 0 20px;
}

.team-section-item-name h4 {
  width: 100%;
  margin: 0 0 10px;
}

.team-section-item-name span {
  display: block;
  font-weight: 600;
  color: black;
}

.team-section-item-info {
  text-align: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  padding: 25px 0 15px;
  flex: 1;
}

.team-section-item-name {
  width: 100%;
  margin: 0 0 10px;
}

.team-section-item-img {
  width: 100%;
  cursor: pointer;
  display: flex;
  object-fit: cover;
  flex-grow: initial;
  max-height: 300px;
  min-height: 300px;
}
@media (max-width: 500px) {
  .team-section-item-img {
    max-height: 250px;
    min-height: 250px;
  }
}

.team-section-item-gdc a {
  color: inherit;
  text-decoration: none;
  margin: 0 0 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.team-section-item .btn {
  margin: 0;
}

.team-section-item .btn:hover {
  border: none;
}

.team-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.4;
  background-color: #000;
  z-index: 9999999;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

.add-overlay .team-overlay {
  visibility: visible;
  opacity: 0.3;
}

.team-section-item-modal {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  z-index: 9999999;
  background-color: white;
  max-width: 650px;
  width: 100%;
  text-align: left;
  overflow: overlay;
  transition: 1s;
  padding: 0 50px 50px;
  color: black;
}

.team-section-item-modal a.gdc {
  margin: 10px 0 0;
  display: flex;
  color: black;
}

.modal-open .team-section-item-modal {
  right: 0;
  color: black;
}

.team-section-item-modal img {
  margin: 0 0 30px;
  min-height: 600px;
  width: 100%;
}
@media (max-width: 660px) {
  .team-section-item-modal img {
    min-height: 400px;
  }
}

.team-section-item-modal h3 {
  text-align: left;
  margin: 0 0 30px;
  padding: 0;
  font-size: 3.5rem;
  font-weight: 400;
  color: black;
}
@media (max-width: 660px) {
  .team-section-item-modal h3 {
    font-size: 3rem;
  }
}

.team-section-item-modal p {
  color: black;
}

.team-section-item-modal h3 span {
  display: block;
  font-style: italic;
  font-size: 1.8rem;
  text-transform: capitalize;
}

.team-section-item-modal-qualifications ul {
  margin: 1em 0 1.6em;
  padding: 0 0 0 20px;
}

.team-section-item-modal-img {
  position: relative;
  height: 40vh;
  width: 100%;
  margin: 0 0 50px;
  background-size: cover;
  background-position: center;
}

.team-section-item-modal-close {
  position: sticky;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #4e5b77;
  cursor: pointer;
  z-index: 99;
}

.team-section-item-modal-close:hover {
  opacity: 1;
}

.team-section-item-modal-close:before,
.team-section-item-modal-close:after {
  position: absolute;
  left: 25px;
  content: " ";
  height: 30px;
  width: 2px;
  background-color: white;
  top: 10px;
}

.team-section-item-modal-close:before {
  transform: rotate(45deg);
}

.team-section-item-modal-close:after {
  transform: rotate(-45deg);
}

.fees {
  border-collapse: collapse;
  padding: 0;
  margin: 0 auto;
  color: black;
}

@media (max-width: 980px) {
  .fees.width-eighty {
    width: 100%;
  }
  .full-width .content-holder {
    width: 100%;
  }
}
@media (max-width: 660px) {
  .full-width .content-holder {
    width: 100%;
    padding: 0 25px;
  }
}
.fees thead {
  margin: 0 0 5%;
}

.fees td:first-of-type {
  flex: 1;
}

.fees td:nth-child(2) {
  background: #efefef;
}

.fees td:nth-child(3) {
  background: #e2e2e2;
}

.fees tr {
  background-color: #fffefe;
  border-bottom: 1px solid #ddd;
  padding: 0.35em;
}

.fees thead tr {
  background: #222d45;
  color: white;
}

.fees th,
.fees td {
  padding: 1.5em;
  text-align: left;
}
@media (max-width: 500px) {
  .fees th,
  .fees td {
    padding: 1em;
  }
}

.fees th {
  letter-spacing: 0.1em;
  padding: 1.5em;
}
@media (max-width: 500px) {
  .fees th {
    padding: 1em;
  }
}

.fees th i {
  font-style: italic;
  font-weight: 100;
  font-size: small;
}

.big-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color: black;
}

.big-table.top-table {
  margin: 0 0 100px;
}

.big-table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

.big-table tr {
  background-color: white;
  border: 1px solid #ddd;
}

.big-table th,
.big-table td {
  color: black;
  padding: 20px;
  text-align: left;
  border-right: 4px solid #ddd;
}

.big-table th {
  background-color: #efefef;
}

td svg {
  width: 30px;
  height: auto;
}

.big-table td:first-of-type {
  font-weight: 900;
  line-height: 2.75rem;
}

.add-gap {
  margin: 0 0 30px;
}

@media screen and (max-width: 1000px) {
  .big-table {
    border: 0;
  }
  .big-table caption {
    font-size: 1.3em;
  }
  .big-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .big-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .big-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  .big-table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .big-table td:last-child {
    border-bottom: 0;
  }
}/*# sourceMappingURL=input.css.map */