/*!
  Theme Name: ReceptionPal Theme
  Version: 1.0
  Author: Dental Design
  Author URI: https://dental-design.marketing/
*/
:root {
  --white: #ffffff;
  --black: #2F2F2F;
  --black-dark: #161616;
  --grey: #E1E1E1;
  --grey-dark: #323D45;
  --grey-light: #F2F2F2;
  --cyan: #00B0AD;
  --cyan-dark: #006875;
  --yellow: #F9EA65;
  --danger: #dd4950;
  --success: #78c468;
  --body-font: 'Montserrat';
  --heading-font: 'Montserrat';
  --body-bg: var(--white);
  --main-bg: #000000;
  --body-color: var(--white);
  --thin: 100;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --body-weight: var(--medium);
  --letter-spacing: 0.05rem;
  --line-height: 1.5;
  --paragraph-margin-block: 0.8lh;
  --paragraph-margin-block-fb: 0.8em;
  --heading-letter-spacing: 0.15rem;
  --heading-line-height: 1.3;
  --heading-weight: var(--bold);
  --heading-margin-block-start: 0.8lh;
  --heading-margin-block-start-fb: 1em;
  --heading-margin-block-end: 0.5lh;
  --heading-margin-block-end-fb: 0.5em;
  --link-color: var(--cyan);
  --link-color-hover: var(--black);
  --link-weight: var(--bold);
  --h1: clamp(3rem, 2.31vw + 1.89rem, 7.8rem);
  --h2: clamp(2.2rem, 1.73vw + 1.37rem, 5.8rem);
  --h3: clamp(2rem, 1.25vw + 1.4rem, 4.6rem);
  --h4: clamp(1.8rem, 0.72vw + 1.45rem, 3.3rem);
  --h5: clamp(1.7rem, 0.34vw + 1.54rem, 2.4rem);
  --h6: clamp(1.5rem, 0.34vw + 1.34rem, 2.2rem);
  --body-size: clamp(1.3rem, 0.34vw + 1.14rem, 2rem);
  --space-y: clamp(3rem, 4.33vw + 0.92rem, 12rem);
  --space-x: clamp(2.5rem, 3.61vw + 0.77rem, 10rem);
  --space-gutter: clamp(2rem, 2.88vw + 0.62rem, 8rem);
  --space-heading-fb: 1.6em;
  --space-heading: 1.3lh;
  --space-footnote-fb: 3.2em;
  --space-footnote: 2.8lh;
  --input-font-size: clamp(1.4rem, 0.19vw + 1.31rem, 1.8rem);
  --input-weight: var(--regular);
  --input-line-height: 1.3;
  --input-radius: clamp(1rem, 0.24vw + 0.88rem, 1.5rem);
  --input-color: var(--black);
  --input-placeholder: var(--grey);
  --input-background: var(--white);
  --input-border-width: 0.2rem 0.2rem;
  --input-border-color: var(--white);
  --input-border-focus: var(--cyan);
  --label-font-size: clamp(1.4rem, 0.1vw + 1.35rem, 1.6rem);
  --label-color: var(--black);
  --label-weight: var(--regular);
  --select-color: var(--white);
  --select-background: var(--grey-dark);
  --select-border-width: 0.2rem;
  --select-border-color: var(--input-border-focus);
  --select-selected-color: var(--white);
  --select-selected-background: var(--cyan);
  --checkbox-background: transparent;
  --checkbox-border: var(--input-border-color);
  --checkbox-focus: transparent;
  --checkbox-border-focus: var(--input-border-color);
  --border-radius-lg: clamp(2.5rem, 1.68vw + 1.69rem, 6rem);
  --border-radius-sm: clamp(1.5rem, 1.68vw + 0.69rem, 5rem);
  --table-padding-top-lg: 1.5rem;
  --table-padding-right-lg: 2rem;
  --table-padding-bottom-lg: var(--table-padding-top-lg);
  --table-padding-left-lg: var(--table-padding-right-lg);
  --table-padding-top-sm: 1.3rem;
  --table-padding-right-sm: 1.8rem;
  --table-padding-bottom-sm: var(--table-padding-top-sm);
  --table-padding-left-sm: var(--table-padding-right-sm);
  --table-th-border-width: 0.2rem;
  --table-th-border-style: solid;
  --table-th-background: var(--cyan-dark);
  --table-th-border-color: var(--cyan);
  --table-th-font-color: var(--white);
  --table-td-border-width: 0.2rem;
  --table-td-border-style: solid;
  --table-td-border-color: var(--cyan-dark);
  --table-th-font-weight: "wght" var(--regular);
  --table-tr-even-background: var(--grey);
  --table-tr-odd-background: var(--grey)
}
@media (prefers-reduced-motion:no-preference) {
  @view-transition {
    navigation: auto
  }
  ::view-transition-group(root) {
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(.4,0,.2,1)
  }
}
html {
  font-size: 62.5%;
  line-height: 1.5;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
*,
:after,
:before {
  box-sizing: inherit
}
* {
  padding: 0;
  margin: 0
}
@-ms-viewport {
  width: device-width
}
html.translated-rtl {
  direction: rtl
}
@media (prefers-reduced-motion:no-preference) {
  html {
    interpolate-size: allow-keywords
  }
}
a,
b,
blockquote,
canvas,
caption,
code,
em,
embed,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
i,
iframe,
img,
label,
li,
object,
ol,
p,
pre,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
video {
  border: 0;
  font: inherit;
  vertical-align: baseline
}
body {
  font-family: sans-serif;
  font-family: var(--body-font);
  font-size: var(--body-size);
  line-height: var(--line-height);
  letter-spacing: var(--letter-spacing);
  font-variation-settings: "wght" var(--body-weight);
  font-optical-sizing: auto;
  color: var(--body-color);
  background: var(--body-bg);
  text-align: left
}
@media (max-width:991px) {
  body {
    overflow-x: clip
  }
}
:focus {
  outline: 0;
  outline: 0;
  outline: -webkit-focus-ring-color 0;
  border-color: inherit;
  box-shadow: none
}
[tabindex="-1"]:focus {
  outline: 0!important
}
:focus:not(:focus-visible) {
  outline: 0
}
[hidden] {
  display: none!important
}
article,
aside,
dialog,
div,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}
blockquote {
  margin: 0
}
blockquote,
q {
  quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
th {
  text-align: inherit
}
caption {
  display: table-caption;
  text-align: inherit
}
small {
  display: inline-block;
  font-size: 70%
}
a:active,
a:hover {
  outline-width: 0
}
[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace
}
input {
  -webkit-appearance: none;
  border-radius: 0
}
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
  opacity: .4;
  pointer-events: none;
  user-select: none
}
fieldset[disabled] * {
  pointer-events: none
}
.btn[aria-disabled=true],
.btn[disabled],
button[disabled] {
  cursor: not-allowed;
  opacity: .4;
  pointer-events: none;
  filter: grayscale(100%)
}
a[aria-disabled=true] {
  cursor: not-allowed;
  opacity: .6;
  pointer-events: none;
  text-decoration: none
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -.2rem
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
textarea {
  overflow: auto;
  resize: vertical
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button {
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: 0;
  border: 0;
  background: 0 0
}
[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none
}
select {
  -moz-appearance: none;
  -webkit-appearance: none
}
select::-ms-expand {
  display: none
}
select::-ms-value {
  color: currentColor
}
output {
  display: inline-block
}
summary {
  display: list-item
}
template {
  display: none
}
strong {
  font-variation-settings: "wght" var(--bold)
}
strong > a {
  font-variation-settings: "wght" var(--bold)
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance
}
p {
  text-wrap: pretty
}
address {
  font-style: normal
}
ul:not([class]) {
  list-style: disc
}
ol,
ul {
  list-style-position: inside
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}
li {
  margin: 0
}
dt {
  font-variation-settings: "wght" var(--bold)
}
dd,
dl {
  margin: 0
}
dl dd + dt {
  margin-top: 1rem
}
em {
  font-style: italic
}
i {
  font-style: normal
}
sub,
sup {
  position: relative;
  font-size: 80%;
  vertical-align: baseline
}
sub {
  bottom: -.25rem
}
sup {
  top: -.5rem
}
img {
  max-width: 100%;
  height: auto
}
@media screen {
  [hidden~=screen] {
    display: inherit
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute!important;
    clip: rect(0 0 0 0)!important
  }
}
[aria-busy=true] {
  cursor: progress
}
[aria-controls] {
  cursor: pointer
}
::selection {
  background-color: var(--grey);
  color: var(--black)
}
a,
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:focus,
a:hover,
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
  outline-width: 0;
  background-color: transparent
}
a:focus,
a:not([href]):not([tabindex]):focus {
  outline: 0
}
a[x-apple-data-detectors] {
  color: inherit!important;
  text-decoration: none!important;
  font-size: inherit!important;
  font-family: inherit!important;
  font-variation-settings: "wght" inherit!important;
  line-height: inherit!important
}
a[href^=tel] {
  text-decoration: none
}
a:not([class]) {
  text-decoration-skip-ink: auto
}
.btn--radio input[type=radio] + label:focus-visible,
.select2-selection:focus-visible,
[role=button]:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: .1rem dotted var(--grey);
  text-decoration: none;
  outline-offset: .1rem
}
.color--white {
  color: #fff
}
.color--black {
  color: #2f2f2f
}
.color--grey {
  color: #e1e1e1
}
.color--grey-dark {
  color: #323d45
}
.color--grey-light {
  color: #f2f2f2
}
.color--cyan-dark {
  color: #006875
}
.color--danger {
  color: #dd4950
}
.color--success {
  color: #78c468
}
@media (min-width:480px) {
  .hidden--xs {
    display: none!important
  }
}
@media (min-width:768px) {
  .hidden--sm {
    display: none!important
  }
}
@media (min-width:992px) {
  .hidden--md {
    display: none!important
  }
}
@media (min-width:1180px) {
  .hidden--lg {
    display: none!important
  }
}
@media (min-width:1280px) {
  .hidden--xl {
    display: none!important
  }
}
@media (min-width:1550px) {
  .hidden--xxl {
    display: none!important
  }
}
@media (min-width:2560px) {
  .hidden--xxxl {
    display: none!important
  }
}
@media (max-width:479px) {
  .visible--xs {
    display: none!important
  }
}
@media (max-width:767px) {
  .visible--sm {
    display: none!important
  }
}
@media (max-width:991px) {
  .visible--md {
    display: none!important
  }
}
@media (max-width:1179px) {
  .visible--lg {
    display: none!important
  }
}
@media (max-width:1279px) {
  .visible--xl {
    display: none!important
  }
}
@media (max-width:1549px) {
  .visible--xxl {
    display: none!important
  }
}
@media (max-width:2559px) {
  .visible--xxxl {
    display: none!important
  }
}
.hidden {
  display: none
}
@-webkit-keyframes loaderSpin {
  100% {
    transform: rotate(360deg)
  }
}
@-moz-keyframes loaderSpin {
  100% {
    transform: rotate(360deg)
  }
}
@-o-keyframes loaderSpin {
  100% {
    transform: rotate(360deg)
  }
}
@keyframes loaderSpin {
  100% {
    transform: rotate(360deg)
  }
}
@-webkit-keyframes ticker {
  100% {
    transform: translateX(-100%)
  }
}
@-moz-keyframes ticker {
  100% {
    transform: translateX(-100%)
  }
}
@-o-keyframes ticker {
  100% {
    transform: translateX(-100%)
  }
}
@keyframes ticker {
  100% {
    transform: translateX(-100%)
  }
}
@-webkit-keyframes bounce {
  70% {
    transform: translateY(0)
  }
  80% {
    transform: translateY(-15%)
  }
  85% {
    transform: translateY(0)
  }
  90% {
    transform: translateY(-7%)
  }
  95% {
    transform: translateY(0)
  }
  99% {
    transform: translateY(-5%)
  }
  100% {
    transform: translateY(0)
  }
}
@-moz-keyframes bounce {
  70% {
    transform: translateY(0)
  }
  80% {
    transform: translateY(-15%)
  }
  85% {
    transform: translateY(0)
  }
  90% {
    transform: translateY(-7%)
  }
  95% {
    transform: translateY(0)
  }
  99% {
    transform: translateY(-5%)
  }
  100% {
    transform: translateY(0)
  }
}
@-o-keyframes bounce {
  70% {
    transform: translateY(0)
  }
  80% {
    transform: translateY(-15%)
  }
  85% {
    transform: translateY(0)
  }
  90% {
    transform: translateY(-7%)
  }
  95% {
    transform: translateY(0)
  }
  99% {
    transform: translateY(-5%)
  }
  100% {
    transform: translateY(0)
  }
}
@keyframes bounce {
  70% {
    transform: translateY(0)
  }
  80% {
    transform: translateY(-15%)
  }
  85% {
    transform: translateY(0)
  }
  90% {
    transform: translateY(-7%)
  }
  95% {
    transform: translateY(0)
  }
  99% {
    transform: translateY(-5%)
  }
  100% {
    transform: translateY(0)
  }
}
@-webkit-keyframes slideIn {
  0% {
    position: fixed;
    transform: translateY(-20rem);
    opacity: 0;
    visibility: hidden
  }
  100% {
    position: fixed;
    transform: translateY(0);
    opacity: 1;
    visibility: visible
  }
}
@-moz-keyframes slideIn {
  0% {
    position: fixed;
    transform: translateY(-20rem);
    opacity: 0;
    visibility: hidden
  }
  100% {
    position: fixed;
    transform: translateY(0);
    opacity: 1;
    visibility: visible
  }
}
@-o-keyframes slideIn {
  0% {
    position: fixed;
    transform: translateY(-20rem);
    opacity: 0;
    visibility: hidden
  }
  100% {
    position: fixed;
    transform: translateY(0);
    opacity: 1;
    visibility: visible
  }
}
@keyframes slideIn {
  0% {
    position: fixed;
    transform: translateY(-20rem);
    opacity: 0;
    visibility: hidden
  }
  100% {
    position: fixed;
    transform: translateY(0);
    opacity: 1;
    visibility: visible
  }
}
@-webkit-keyframes slideOut {
  0% {
    position: fixed;
    transform: translateY(0);
    opacity: 1;
    visibility: visible
  }
  100% {
    position: fixed;
    transform: translateY(-20rem);
    opacity: 0;
    visibility: hidden
  }
}
@-moz-keyframes slideOut {
  0% {
    position: fixed;
    transform: translateY(0);
    opacity: 1;
    visibility: visible
  }
  100% {
    position: fixed;
    transform: translateY(-20rem);
    opacity: 0;
    visibility: hidden
  }
}
@-o-keyframes slideOut {
  0% {
    position: fixed;
    transform: translateY(0);
    opacity: 1;
    visibility: visible
  }
  100% {
    position: fixed;
    transform: translateY(-20rem);
    opacity: 0;
    visibility: hidden
  }
}
@keyframes slideOut {
  0% {
    position: fixed;
    transform: translateY(0);
    opacity: 1;
    visibility: visible
  }
  100% {
    position: fixed;
    transform: translateY(-20rem);
    opacity: 0;
    visibility: hidden
  }
}
@-webkit-keyframes navFadeIn {
  0% {
    opacity: 0;
    margin-top: -2rem;
    visibility: hidden;
    display: none
  }
  100% {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    display: block
  }
}
@-moz-keyframes navFadeIn {
  0% {
    opacity: 0;
    margin-top: -2rem;
    visibility: hidden;
    display: none
  }
  100% {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    display: block
  }
}
@-o-keyframes navFadeIn {
  0% {
    opacity: 0;
    margin-top: -2rem;
    visibility: hidden;
    display: none
  }
  100% {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    display: block
  }
}
@keyframes navFadeIn {
  0% {
    opacity: 0;
    margin-top: -2rem;
    visibility: hidden;
    display: none
  }
  100% {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    display: block
  }
}
@-webkit-keyframes navFadeOut {
  0% {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    display: block
  }
  100% {
    opacity: 0;
    margin-top: -2rem;
    visibility: hidden;
    display: none
  }
}
@-moz-keyframes navFadeOut {
  0% {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    display: block
  }
  100% {
    opacity: 0;
    margin-top: -2rem;
    visibility: hidden;
    display: none
  }
}
@-o-keyframes navFadeOut {
  0% {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    display: block
  }
  100% {
    opacity: 0;
    margin-top: -2rem;
    visibility: hidden;
    display: none
  }
}
@keyframes navFadeOut {
  0% {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    display: block
  }
  100% {
    opacity: 0;
    margin-top: -2rem;
    visibility: hidden;
    display: none
  }
}
@-webkit-keyframes heartbeat {
  0% {
    transform: scale(.8)
  }
  20% {
    transform: scale(1)
  }
  40% {
    transform: scale(.8)
  }
  60% {
    transform: scale(1)
  }
  80% {
    transform: scale(.8)
  }
  100% {
    transform: scale(.8)
  }
}
@-moz-keyframes heartbeat {
  0% {
    transform: scale(.8)
  }
  20% {
    transform: scale(1)
  }
  40% {
    transform: scale(.8)
  }
  60% {
    transform: scale(1)
  }
  80% {
    transform: scale(.8)
  }
  100% {
    transform: scale(.8)
  }
}
@-o-keyframes heartbeat {
  0% {
    transform: scale(.8)
  }
  20% {
    transform: scale(1)
  }
  40% {
    transform: scale(.8)
  }
  60% {
    transform: scale(1)
  }
  80% {
    transform: scale(.8)
  }
  100% {
    transform: scale(.8)
  }
}
@keyframes heartbeat {
  0% {
    transform: scale(.8)
  }
  20% {
    transform: scale(1)
  }
  40% {
    transform: scale(.8)
  }
  60% {
    transform: scale(1)
  }
  80% {
    transform: scale(.8)
  }
  100% {
    transform: scale(.8)
  }
}
@-webkit-keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
    opacity: 0;
    transform: scale3d(.2,.2,.2)
  }
  20% {
    transform: scale3d(1.1,1.1,1.1)
  }
  40% {
    transform: scale3d(.8,.8,.8)
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03,1.03,1.03)
  }
  80% {
    transform: scale3d(.97,.97,.97)
  }
  to {
    opacity: 1;
    transform: scale3d(1,1,1)
  }
}
@-moz-keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
    opacity: 0;
    transform: scale3d(.2,.2,.2)
  }
  20% {
    transform: scale3d(1.1,1.1,1.1)
  }
  40% {
    transform: scale3d(.8,.8,.8)
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03,1.03,1.03)
  }
  80% {
    transform: scale3d(.97,.97,.97)
  }
  to {
    opacity: 1;
    transform: scale3d(1,1,1)
  }
}
@-o-keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
    opacity: 0;
    transform: scale3d(.2,.2,.2)
  }
  20% {
    transform: scale3d(1.1,1.1,1.1)
  }
  40% {
    transform: scale3d(.8,.8,.8)
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03,1.03,1.03)
  }
  80% {
    transform: scale3d(.97,.97,.97)
  }
  to {
    opacity: 1;
    transform: scale3d(1,1,1)
  }
}
@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
    opacity: 0;
    transform: scale3d(.2,.2,.2)
  }
  20% {
    transform: scale3d(1.1,1.1,1.1)
  }
  40% {
    transform: scale3d(.8,.8,.8)
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03,1.03,1.03)
  }
  80% {
    transform: scale3d(.97,.97,.97)
  }
  to {
    opacity: 1;
    transform: scale3d(1,1,1)
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}
.wow {
  visibility: hidden
}
p {
  margin-block-start: var(--paragraph-margin-block-fb);
  margin-block-start: var(--paragraph-margin-block);
  margin-block-end: var(--paragraph-margin-block-fb);
  margin-block-end: var(--paragraph-margin-block)
}
p:first-of-type {
  margin-top: 0
}
p:last-of-type {
  margin-bottom: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  font-variation-settings: "wght" var(--heading-weight);
  line-height: var(--heading-line-height);
  letter-spacing: var(--heading-letter-spacing);
  color: inherit;
  margin-block-start: var(--heading-margin-block-start-fb);
  margin-block-end: var(--heading-margin-block-end-fb);
  margin-block-start: var(--heading-margin-block-start);
  margin-block-end: var(--heading-margin-block-end)
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: var(--cyan);
  font-variation-settings: "wght" var(--heading-weight)
}
h1 {
  font-size: var(--h1);
  line-height: 1.1
}
h2 {
  font-size: var(--h2)
}
h3 {
  font-size: var(--h3)
}
h4 {
  font-size: var(--h4)
}
h5 {
  font-size: var(--h5)
}
h6 {
  font-size: var(--h6)
}
a,
button,
span.btn {
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
p a:not(.btn),
p a[href^=tel]:not(.btn),
p button:not(.btn) {
  color: var(--link-color);
  font-variation-settings: "wght" var(--link-weight);
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
p a:not(.btn):hover,
p a[href^=tel]:not(.btn):hover,
p button:not(.btn):hover {
  color: var(--link-color-hover)
}
.content a:not(.btn)[target=_blank],
.content a[href^=tel]:not(.btn)[target=_blank],
.content button:not(.btn)[target=_blank] {
  color: var(--link-color);
  font-variation-settings: "wght" var(--link-weight);
  text-decoration: underline
}
.content a:not(.btn)[target=_blank]::after,
.content a[href^=tel]:not(.btn)[target=_blank]::after,
.content button:not(.btn)[target=_blank]::after {
  position: relative;
  top: .2rem;
  display: inline-block;
  content: "";
  width: 1.8rem;
  aspect-ratio: 1/1;
  margin-left: .3rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23016775' %3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.content a:not(.btn)[target=_blank]:focus,
.content a:not(.btn)[target=_blank]:focus-visible,
.content a:not(.btn)[target=_blank]:hover,
.content a[href^=tel]:not(.btn)[target=_blank]:focus,
.content a[href^=tel]:not(.btn)[target=_blank]:focus-visible,
.content a[href^=tel]:not(.btn)[target=_blank]:hover,
.content button:not(.btn)[target=_blank]:focus,
.content button:not(.btn)[target=_blank]:focus-visible,
.content button:not(.btn)[target=_blank]:hover {
  color: var(--link-color-hover);
  text-decoration: none
}
.content a:not(.btn)[target=_blank]:focus-visible::after,
.content a:not(.btn)[target=_blank]:focus::after,
.content a:not(.btn)[target=_blank]:hover::after,
.content a[href^=tel]:not(.btn)[target=_blank]:focus-visible::after,
.content a[href^=tel]:not(.btn)[target=_blank]:focus::after,
.content a[href^=tel]:not(.btn)[target=_blank]:hover::after,
.content button:not(.btn)[target=_blank]:focus-visible::after,
.content button:not(.btn)[target=_blank]:focus::after,
.content button:not(.btn)[target=_blank]:hover::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%232F2F2F' %3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z'/%3E%3C/svg%3E")
}
.error404 .content,
.page-id-348 .content,
.page-id-341 .content {
  text-align: center;
}
ol:not(.list--exempt),
ul:not(.list--exempt) {
  margin-block-start: var(--paragraph-margin-block-fb);
  margin-block-start: var(--paragraph-margin-block);
  margin-block-end: var(--paragraph-margin-block-fb);
  margin-block-end: var(--paragraph-margin-block)
}
ol:not(.list--exempt):first-child,
ul:not(.list--exempt):first-child {
  margin-block-start: 0
}
ol:not(.list--exempt):last-child,
ul:not(.list--exempt):last-child {
  margin-block-end: 0
}
hr {
  display: block;
  border-width: .2rem 0 0;
  border-style: solid;
  border-color: var(--grey-dark);
  margin-block: 2em;
  margin-block: 2lh
}
.btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  font-variation-settings: "wght" var(--semibold);
  line-height: 1.2;
  letter-spacing: .08rem;
  background-color: transparent;
  border-width: .3rem;
  border-style: solid;
  border-color: transparent;
  border-radius: 50rem;
  padding: 1.2rem 3rem 1.4rem;
  width: 100%
}
@media (min-width:480px) {
  .btn {
    width: fit-content
  }
}
@media (min-width:1550px) {
  .btn {
    padding: 1.2rem 4rem 1.4rem
  }
}
.btn:has(.icon) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem
}
.btn:has(.icon) .icon {
  height: 3.2rem;
  width: 3.2rem
}
@media (min-width:768px) {
  .btn:has(.icon) .icon {
    height: 4rem;
    width: 4rem
  }
}
.btn:has(.icon) .icon svg {
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.btn--black {
  color: var(--white);
  background: 0 0;
  border-color: var(--black)
}
.btn--black .icon svg {
  fill: var(--white)
}
.btn--black:focus,
.btn--black:focus-visible,
.btn--black:hover {
  color: var(--white);
  background: var(--black);
  border-color: var(--black)
}
.btn--black:focus .icon svg,
.btn--black:focus-visible .icon svg,
.btn--black:hover .icon svg {
  fill: var(--white)
}
.btn--white {
  color: var(--grey-dark);
  background: var(--white);
  border-color: var(--white)
}
.btn--white .icon svg {
  fill: var(--grey-dark)
}
.btn--white:focus,
.btn--white:focus-visible,
.btn--white:hover {
  color: var(--white);
  background: var(--cyan);
  border-color: var(--cyan)
}
.btn--white:focus .icon svg,
.btn--white:focus-visible .icon svg,
.btn--white:hover .icon svg {
  fill: var(--white)
}
.btn--white-outline {
  color: var(--white);
  background: 0 0;
  border-color: var(--white)
}
.btn--white-outline .icon svg {
  fill: var(--white)
}
.btn--white-outline:focus,
.btn--white-outline:focus-visible,
.btn--white-outline:hover {
  color: var(--cyan);
  background: var(--white);
  border-color: var(--white)
}
.btn--white-outline:focus .icon svg,
.btn--white-outline:focus-visible .icon svg,
.btn--white-outline:hover .icon svg {
  fill: var(--cyan)
}
.btn--grey {
  color: var(--black);
  background: var(--grey-light);
  border-color: var(--grey-light)
}
.btn--grey .icon svg {
  fill: var(--black)
}
.btn--grey:focus,
.btn--grey:focus-visible,
.btn--grey:hover {
  color: var(--white);
  background: var(--black);
  border-color: var(--black)
}
.btn--grey:focus .icon svg,
.btn--grey:focus-visible .icon svg,
.btn--grey:hover .icon svg {
  fill: var(--white)
}
.btn--cyan {
  color: var(--white);
  background: var(--cyan);
  border-color: var(--cyan)
}
.btn--cyan .icon svg {
  fill: var(--white)
}
.btn--cyan:focus,
.btn--cyan:focus-visible,
.btn--cyan:hover {
  color: var(--white);
  background: var(--black);
  border-color: var(--black)
}
.btn--cyan:focus .icon svg,
.btn--cyan:focus-visible .icon svg,
.btn--cyan:hover .icon svg {
  fill: var(--white)
}
.btn--cyan-wo {
  color: var(--white);
  background: var(--cyan);
  border-color: var(--cyan)
}
.btn--cyan-wo .icon svg {
  fill: var(--white)
}
.btn--cyan-wo:focus,
.btn--cyan-wo:focus-visible,
.btn--cyan-wo:hover {
  color: var(--black);
  background: var(--white);
  border-color: var(--white)
}
.btn--cyan-wo:focus .icon svg,
.btn--cyan-wo:focus-visible .icon svg,
.btn--cyan-wo:hover .icon svg {
  fill: var(--black)
}
.btn--yellow {
  color: var(--black);
  background: var(--yellow);
  border-color: var(--yellow)
}
.btn--yellow .icon svg {
  fill: var(--black)
}
.btn--yellow:focus,
.btn--yellow:focus-visible,
.btn--yellow:hover {
  color: var(--white);
  background: var(--black);
  border-color: var(--black)
}
.btn--yellow:focus .icon svg,
.btn--yellow:focus-visible .icon svg,
.btn--yellow:hover .icon svg {
  fill: var(--white)
}
.btn--yellow-wo {
  color: var(--black);
  background: var(--yellow);
  border-color: var(--yellow)
}
.btn--yellow-wo .icon svg {
  fill: var(--black)
}
.btn--yellow-wo:focus,
.btn--yellow-wo:focus-visible,
.btn--yellow-wo:hover {
  color: var(--black);
  background: var(--white);
  border-color: var(--white)
}
.btn--yellow-wo:focus .icon svg,
.btn--yellow-wo:focus-visible .icon svg,
.btn--yellow-wo:hover .icon svg {
  fill: var(--black)
}
.btn--submit {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: var(--input-radius) var(--input-radius) 0 0;
  padding: 1.5rem 2.5rem 1.3rem;
  color: var(--black);
  background: var(--yellow);
  border-color: var(--yellow)
}
.btn--submit .icon svg {
  fill: var(--black)
}
.btn--submit:focus,
.btn--submit:focus-visible,
.btn--submit:hover {
  color: var(--white);
  background: var(--black);
  border-color: var(--black)
}
.btn--submit:focus .icon svg,
.btn--submit:focus-visible .icon svg,
.btn--submit:hover .icon svg {
  fill: var(--white)
}
@media (min-width:480px) {
  .btn--submit {
    border-radius: var(--input-radius) 0
  }
}
.btn--submit .btn__sending {
  display: none
}
.btn--submit .btn__sending .icon {
  margin: 0 0 0 .5rem;
  -webkit-animation: loaderSpin 2s linear infinite;
  -moz-animation: loaderSpin 2s linear infinite;
  -o-animation: loaderSpin 2s linear infinite;
  animation: loaderSpin 2s linear infinite
}
.btn--submit .btn__sending .icon svg {
  fill: var(--white)
}
.btn--sending {
  cursor: not-allowed;
  color: var(--white)!important;
  background: var(--grey-dark)!important;
  border-color: var(--grey-dark)!important;
  opacity: .5
}
.btn--sending:hover {
  color: var(--white)!important;
  background: var(--grey-dark)!important;
  border-color: var(--grey-dark)!important
}
.btn--sending .btn__sending {
  display: block
}
.btn--sending .btn__text {
  display: none
}
.btn--edit {
  color: var(--black);
  background: var(--grey);
  border-color: var(--grey);
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 0;
  z-index: 9999;
  padding: 1.6rem 2.5rem 1.5rem
}
.btn--edit:focus,
.btn--edit:hover {
  color: var(--black);
  background: var(--white);
  border-color: var(--grey)
}
.btn--space {
  margin-block-start: 1.5lh
}
.btn--space:has(+.btn--space) {
  margin-right: 1rem
}
@media (min-width:992px) {
  .btn--space {
    margin-block-start: 2lh
  }
  .btn--space:has(+.btn--space) {
    margin-right: 2rem
  }
}
.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative
}
.icon svg {
  display: block;
  width: 100%;
  height: 100%
}
.icon--cross {
  width: 2.5rem;
  aspect-ratio: 1/1
}
.icon--plus {
  width: 3rem;
  aspect-ratio: 1/1
}
.icon--minus {
  width: 3rem;
  aspect-ratio: 1/1
}
.icon--arrow {
  width: 2.5rem;
  aspect-ratio: 1/1
}
.icon--chevron {
  width: 3rem;
  aspect-ratio: 1/1
}
.icon--check {
  width: 2.5rem;
  aspect-ratio: 1/1
}
.icon--tick {
  width: clamp(3rem,.48vw + 2.77rem,4rem);
  aspect-ratio: 1/1
}
.icon--heart {
  width: 2rem;
  aspect-ratio: 1/1
}
.icon--facebook {
  width: 3rem;
  aspect-ratio: 1/1
}
.icon--instagram {
  width: 3rem;
  aspect-ratio: 1/1
}
.icon--tiktok {
  width: 3rem;
  aspect-ratio: 1/1
}
.icon--whatsapp {
  width: 3rem;
  aspect-ratio: 1/1
}
.icon--twitter {
  width: 3rem;
  aspect-ratio: 1/1
}
.icon--pin {
  width: 2.5rem;
  aspect-ratio: 1/1
}
.icon--tel {
  width: 2.5rem;
  aspect-ratio: 1/1
}
.icon--email {
  width: 2.5rem;
  aspect-ratio: 1/1
}
.icon--calendar {
  width: 3rem;
  aspect-ratio: 1/1
}
.icon--clock {
  width: 2.8rem;
  aspect-ratio: 1/1
}
.icon--loader {
  width: 2rem;
  aspect-ratio: 1/1
}
.icon--asterisk {
  width: 1rem;
  aspect-ratio: 1/1
}
.icon--quote {
  width: 2rem;
  aspect-ratio: 1/1
}
.icon--money {
  width: 2.5rem;
  aspect-ratio: 1/1
}
.icon--question {
  width: 4rem;
  aspect-ratio: 1/1
}
.icon--mail {
  width: 4rem;
  aspect-ratio: 1/1
}
.icon--star {
  width: clamp(2rem,.96vw + 1.54rem,4rem);
  aspect-ratio: 1/1
}
.icon--play {
  width: 2rem;
  aspect-ratio: 1/1
}
.icon--pause {
  width: 2rem;
  aspect-ratio: 1/1
}
.icon--mute {
  width: 2.2rem;
  aspect-ratio: 1/1
}
.icon--unmute {
  width: 2.2rem;
  aspect-ratio: 1/1
}
.icon--bulb {
  width: 2.2rem;
  aspect-ratio: 1/1
}
.icon--graph {
  width: 2.2rem;
  aspect-ratio: 1/1
}
.icon--download {
  width: 2.2rem;
  aspect-ratio: 1/1
}
.icon--face {
  width: 2.2rem;
  aspect-ratio: 1/1
}
.icon--send {
  width: 2.2rem;
  aspect-ratio: 1/1
}
table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  margin-block: var(--paragraph-margin-block-fb);
  margin-block: var(--paragraph-margin-block)
}
table:first-child {
  margin-top: 0
}
table:last-child {
  margin-bottom: 0
}
table thead th {
  text-align: left
}
table thead th:nth-child(even) {
  text-align: left
}
table tbody td {
  text-align: left
}
table tbody td:nth-child(even) {
  text-align: left
}
table td,
table th {
  text-align: left;
  vertical-align: top;
  padding: var(--table-padding-top-sm) var(--table-padding-right-sm) var(--table-padding-bottom-sm) var(--table-padding-left-sm)
}
@media (min-width:768px) {
  table td,
  table th {
    padding: var(--table-padding-top-lg) var(--table-padding-right-lg) var(--table-padding-bottom-lg) var(--table-padding-left-lg)
  }
}
table tbody td,
table tbody th {
  border-width: var(--table-td-border-width);
  border-style: var(--table-td-border-style);
  border-color: var(--table-td-border-color)
}
table thead th {
  vertical-align: top;
  border-width: var(--table-th-border-width);
  border-style: var(--table-th-border-style);
  border-color: var(--table-td-border-color);
  color: var(--table-th-font-color);
  font-variation-settings: "wght" var(--table-th-font-weight);
  background-color: var(--table-th-background);
  line-height: 1.2
}
table thead th:nth-child(1) {
  width: 30%
}
table thead th:nth-child(2),
table thead th:nth-child(3) {
  width: 20%
}
table thead th:not(:last-child) {
  border-right: var(--table-th-border-width) var(--table-th-border-style) var(--table-th-border-color)
}
table td ul:not(.list--exempt) {
  list-style: none;
  padding-left: 2rem
}
@media (min-width:1180px) {
  table td ul:not(.list--exempt) {
    padding-left: 2.5rem
  }
}
table td ul:not(.list--exempt) li {
  position: relative;
  margin: 0
}
table td ul:not(.list--exempt) li::marker {
  display: none
}
table td ul:not(.list--exempt) li:not(:last-child) {
  margin-bottom: .5rem
}
table td ul:not(.list--exempt) li::before {
  position: absolute;
  left: -2rem;
  top: .7rem;
  display: block;
  content: "";
  width: .7rem;
  height: .7rem;
  background: var(--yellow);
  border-radius: 50%
}
@media (min-width:1180px) {
  table td ul:not(.list--exempt) li::before {
    left: -2.5rem;
    top: .8rem;
    width: .8rem;
    height: .8rem
  }
}
table td ol {
  padding-left: 2rem;
  counter-reset: custom-counter;
  list-style: none
}
@media (min-width:1180px) {
  table td ol {
    padding-left: 2.5rem
  }
}
table td ol li {
  position: relative;
  margin: 0;
  counter-increment: custom-counter
}
table td ol li::marker {
  display: none
}
table td ol li:not(:last-child) {
  margin-bottom: .5rem
}
table td ol li::before {
  position: absolute;
  left: -2rem;
  top: 0;
  display: block;
  content: counter(custom-counter) ".";
  font-variation-settings: "wght" var(--bold);
  color: var(--yellow)
}
@media (min-width:1180px) {
  table td ol li::before {
    left: -2.5rem
  }
}
.table-responsive {
  margin-block: var(--paragraph-margin-block-fb);
  margin-block: var(--paragraph-margin-block);
  font-size: clamp(1.4rem,.29vw + 1.26rem,2rem)
}
.table-responsive:first-child {
  margin-top: 0
}
.table-responsive:last-child {
  margin-bottom: 0
}
@media (max-width:767px) {
  .table-responsive table {
    margin: 0
  }
  .table-responsive caption,
  .table-responsive table,
  .table-responsive tbody,
  .table-responsive td,
  .table-responsive th,
  .table-responsive thead,
  .table-responsive tr {
    display: block
  }
  .table-responsive thead tr {
    position: absolute;
    top: -999.9rem;
    left: -999.9rem
  }
  .table-responsive tbody {
    border-top: var(--table-th-border-width) var(--table-th-border-style) var(--table-th-border-color)
  }
  .table-responsive tbody td,
  .table-responsive tbody th {
    border-width: 0 var(--table-td-border-width) var(--table-td-border-width);
    border-style: var(--table-td-border-style);
    border-color: var(--table-td-border-color);
    position: relative;
    white-space: normal;
    text-align: left;
    padding: var(--table-padding-top-sm) var(--table-padding-left-sm)
  }
  .table-responsive tbody td:before,
  .table-responsive tbody th:before {
    top: var(--table-padding-top-sm);
    left: var(--table-padding-left-sm);
    width: 100%;
    display: block;
    white-space: nowrap;
    font-variation-settings: "wght" var(--table-th-font-weight);
    content: attr(data-title)
  }
  .table-responsive tbody td:first-child {
    font-variation-settings: "wght" var(--table-th-font-weight);
    background: var(--table-th-background);
    color: var(--table-th-font-color)
  }
}
.table--open {
  display: block;
  text-align: left;
  background: 0 0;
  width: 32rem
}
.table--open tbody {
  display: block
}
.table--open tr {
  display: grid;
  grid-template-columns: 1fr auto;
  border-width: 0
}
.table--open tbody td,
.table--open tbody th {
  display: block;
  border: 0;
  padding: 0;
  color: inherit;
  white-space: nowrap;
  font-variation-settings: "wght" var(--light)
}
.form {
  position: relative;
  display: grid;
  row-gap: 2.5rem;
  text-align: left
}
.form__row {
  position: relative;
  display: grid;
  gap: 1rem
}
@media (min-width:992px) {
  .form__row {
    grid-template-columns: repeat(2,1fr);
    gap: 1.5rem
  }
}
.form__column {
  display: grid;
  gap: 1rem
}
.form__input {
  position: relative
}
@media (min-width:480px) {
  .form__input--span {
    grid-column: span 2
  }
}
.form__input--checkbox {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 2rem
}
.form__input--note {
  opacity: .8
}
.form__input--note a {
  color: inherit;
  text-decoration: underline
}
.form__input--note a:focus,
.form__input--note a:hover {
  color: inherit;
  text-decoration: none
}
.form__input .btn {
  width: 100%
}
.form input:not([type=submit],[type=radio],[type=checkbox]),
.form textarea {
  display: block;
  width: 100%;
  padding: 2.1rem 1.5rem .6rem;
  font-weight: var(--input-weight);
  font-size: var(--input-font-size);
  line-height: var(--input-line-height);
  color: var(--input-color);
  background-color: var(--input-background);
  border-width: var(--input-border-width);
  border-style: solid;
  border-color: var(--input-border-color);
  border-radius: var(--input-radius);
  transition: border .3s cubic-bezier(.5,0,.5,1),background-color .3s cubic-bezier(.5,0,.5,1)
}
.form input:not([type=submit],[type=radio],[type=checkbox]):focus,
.form textarea:focus {
  border-color: var(--input-border-focus)
}
@media (min-width:992px) {
  .form input:not([type=submit],[type=radio],[type=checkbox]),
  .form textarea {
    padding: 2.5rem 2rem .8rem
  }
}
.form textarea {
  min-height: 18rem;
  height: 100%;
  overflow: auto;
  resize: vertical
}
.form .form__input:not(.form__input--focus,.form__input--checkbox,.form__input--submit) .label,
.form .form__input:not(.form__input--focus,.form__input--checkbox,.form__input--submit) label {
  display: inline-flex;
  font-size: var(--input-font-size);
  font-weight: var(--label-font-size);
  margin: .5rem 0 1rem;
  z-index: 2;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.form .form__input--focus .label,
.form .form__input--focus label {
  position: absolute;
  top: .4rem;
  left: .8rem;
  display: block;
  font-size: 60%;
  color: var(--label-color);
  font-weight: var(--label-weight);
  z-index: 2;
  transition: all .3s cubic-bezier(.5,0,.5,1);
  pointer-events: none
}
@media (min-width:1550px) {
  .form .form__input--focus .label,
  .form .form__input--focus label {
    top: .5rem
  }
}
.form .form__input--focus input:not([type=submit],[type=radio],[type=checkbox])::placeholder,
.form .form__input--focus textarea::placeholder {
  opacity: 1;
  transition: all .2s;
  color: var(--input-placeholder)
}
.form .form__input--focus input:not([type=submit],[type=radio],[type=checkbox]):placeholder-shown:not(:focus)::placeholder,
.form .form__input--focus textarea:placeholder-shown:not(:focus)::placeholder {
  opacity: 0
}
.form .form__input--focus input:not([type=submit],[type=radio],[type=checkbox]):placeholder-shown:not(:focus) ~ label,
.form .form__input--focus textarea:placeholder-shown:not(:focus) ~ label {
  top: 1.8rem;
  left: 2rem;
  color: var(--input-color);
  opacity: 1;
  font-weight: var(--input-weight);
  font-size: var(--input-font-size)
}
@media (min-width:1550px) {
  .form .form__input--focus input:not([type=submit],[type=radio],[type=checkbox]):placeholder-shown:not(:focus) ~ label,
  .form .form__input--focus textarea:placeholder-shown:not(:focus) ~ label {
    top: 1.8rem;
    left: 2rem
  }
}
input[type=checkbox],
input[type=radio] {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  height: 2.5rem;
  width: 2.5rem;
  display: inline-block;
  vertical-align: text-bottom;
  padding: 0;
  border: 0;
  border-radius: 0
}
input[type=checkbox]::after,
input[type=radio]::after {
  position: relative;
  content: "";
  display: block;
  background-color: var(--checkbox-background);
  border-width: .2rem;
  border-style: solid;
  border-color: var(--checkbox-border);
  border-radius: .5rem;
  transition: border .3s cubic-bezier(.5,0,.5,1),background-color .3s cubic-bezier(.5,0,.5,1);
  height: 2.5rem;
  width: 2.5rem
}
input[type=checkbox]::before,
input[type=radio]::before {
  position: absolute;
  top: .3rem;
  left: .6rem;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%239A8B86' %3E%3Cpath d='M8.2,20.5L.5,12.8c-.5-.5-.5-1.2,0-1.7l1.7-1.7c.5-.5,1.2-.5,1.7,0l5.2,5.2L20.1,3.5c.5-.5,1.2-.5,1.7,0l1.7,1.7c.5.5.5,1.2,0,1.7l-13.6,13.6c-.5.5-1.2.5-1.7,0h0Z'/%3E%3C/svg%3E");
  display: block;
  height: 1.4rem;
  width: 1.4rem;
  color: transparent;
  z-index: 1;
  opacity: 0
}
@media (min-width:1180px) {
  input[type=checkbox]::before,
  input[type=radio]::before {
    top: 0
  }
}
input[type=checkbox]:checked::after,
input[type=radio]:checked::after {
  background-color: var(--checkbox-focus);
  border-color: var(--checkbox-border-focus)
}
input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
  opacity: 1
}
input[type=checkbox]:checked::after,
input[type=radio]:checked::after {
  opacity: 1
}
.form__input--radio > label,
input[type=checkbox] ~ label,
input[type=radio] ~ label {
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 0;
  color: inherit;
  pointer-events: auto
}
.form__input--radio > label,
input[type=checkbox] ~ label {
  font-weight: var(--input-weight);
  font-size: 80%
}
.form__input--radio input[type=radio] {
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  height: 0;
  width: 0
}
.form__input--radio input[type=radio]::after,
.form__input--radio input[type=radio]::before {
  display: none
}
.form__input--radio input[type=radio] + label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .8rem;
  font-size: 1.3rem;
  padding: 1rem 2.5rem 1.05rem;
  margin: 0!important;
  color: var(--white);
  background: 0 0;
  border-color: var(--cyan);
  border-width: .3rem;
  border-style: solid;
  border-radius: 5rem;
  cursor: pointer;
  white-space: nowrap
}
.form__input--radio input[type=radio] + label .icon {
  aspect-ratio: 1/1;
  width: 1.6rem;
  display: none;
  margin: 0 .2rem 0 0;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.form__input--radio input[type=radio] + label .icon svg {
  fill: var(--white)
}
.form__input--radio input[type=radio] + label:focus-visible {
  border-color: var(--grey)
}
.form__input--radio input[type=radio]:checked + label {
  color: var(--white);
  background: var(--cyan);
  border-color: var(--cyan)
}
.form__input--radio input[type=radio]:checked + label .icon {
  display: inline-block
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}
input[type=number] {
  -moz-appearance: textfield
}
.form__input--error .radio,
.form__input--error .select2-container--default .select2-selection--single,
.form__input--error input:not([type=submit],[type=radio],[type=checkbox]),
.form__input--error input:not([type=submit],[type=radio],[type=checkbox]):focus,
.form__input--error textarea,
.form__input--error textarea:focus,
.form__input--error.form__input--option {
  border-radius: var(--input-radius) var(--input-radius) 0 0;
  border-color: var(--danger)
}
.form__error {
  display: block;
  font-size: 1.1rem;
  color: var(--white);
  background-color: var(--danger);
  padding: .7rem .9rem;
  font-variation-settings: "wght" var(--regular);
  width: 100%
}
@media (min-width:768px) {
  .form__error {
    font-size: 1.2rem
  }
}
.grecaptcha-badge {
  display: none!important
}
.select2-hidden-accessible {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  -webkit-clip-path: inset(50%)!important;
  clip-path: inset(50%)!important;
  height: .1rem!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: .1rem!important;
  white-space: nowrap!important
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100%!important
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  padding: 1.35rem 1.5rem;
  font-variation-settings: "wght" var(--input-weight);
  font-size: var(--input-font-size);
  line-height: var(--input-line-height);
  color: var(--input-color);
  background-color: var(--input-background);
  border-width: var(--input-border-width);
  border-style: solid;
  border-color: var(--input-border-color);
  border-radius: var(--input-radius);
  transition: border .3s cubic-bezier(.5,0,.5,1),background-color .3s cubic-bezier(.5,0,.5,1)
}
.select2-container--default .select2-selection--single:focus {
  border-color: var(--input-border-focus)
}
@media (min-width:992px) {
  .select2-container--default .select2-selection--single {
    padding: 1.65rem 2rem
  }
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 100%;
  display: flex;
  justify-content: center
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0
}
.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
  display: block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%232F2F2F' %3E%3Cpath d='M10.8,18.3c.7.7,1.7.7,2.4,0l10.2-10.2c.7-.7.7-1.7,0-2.4s-1.7-.7-2.4,0l-9,9L3,5.7c-.7-.7-1.7-.7-2.4,0S0,7.5.6,8.1l10.2,10.2h0Z'/%3E%3C/svg%3E")
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%232F2F2F' %3E%3Cpath d='M12,10L2.7,19.3,0,16.7,12,4.7l12,12-2.7,2.7-9.3-9.3Z'/%3E%3C/svg%3E")
}
.select2-container--default.select2-container--focus .select2-selection--single {
  background: var(--input-background)
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-dropdown {
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100rem;
  width: 100%;
  z-index: 5000;
  font-variation-settings: "wght" var(--input-weight);
  font-size: var(--input-font-size);
  line-height: var(--input-line-height);
  color: var(--select-color);
  background-color: var(--select-background);
  border-width: var(--select-border-width);
  border-style: solid;
  border-color: var(--select-border-color);
  transition: border .3s cubic-bezier(.5,0,.5,1),background-color .3s cubic-bezier(.5,0,.5,1);
  box-shadow: 0 .2rem .3rem rgba(var(--grey-dark),.2)
}
.select2-container--open .select2-dropdown {
  left: 0
}
.select2-search--dropdown {
  display: block;
  padding: .4rem
}
.select2-search--dropdown.select2-search--hide {
  display: none
}
.select2-container--open .select2-dropdown--below {
  margin-top: -.2rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-container--open .select2-dropdown--above {
  margin-bottom: .2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-results {
  display: block
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: var(--input-font-size)
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 20rem;
  overflow-y: auto
}
.select2-results__option {
  padding: .8rem 1.5rem;
  user-select: none;
  -webkit-user-select: none
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0
}
.select2-results__option[aria-selected] {
  cursor: pointer
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--select-selected-background)
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: var(--select-selected-color);
  background-color: var(--select-selected-background)
}
.splide__container {
  box-sizing: border-box;
  position: relative
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0!important;
  padding: 0!important
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto
}
.splide:not(.is-overflow) .splide__pagination {
  display: none
}
.splide__progress__bar {
  width: 0
}
.splide {
  position: relative;
  visibility: hidden
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible
}
.splide__slide {
  display: flex;
  align-items: center;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none!important;
  margin: 0;
  position: relative
}
.splide__slide img {
  opacity: .2;
  vertical-align: bottom;
  animation: fadeOut 1.6s ease
}
.splide__slide.is-active img {
  opacity: 1;
  animation: fadeIn 1.6s ease
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0
}
@keyframes splide-loading {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0!important;
  opacity: 0;
  z-index: 0
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1
}
.splide--rtl {
  direction: rtl
}
.splide__track--ttb > .splide__list {
  display: block
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em
}
.splide__arrow:hover:not(:disabled) {
  opacity: .9
}
.splide__arrow:disabled {
  opacity: .3
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}
.splide__arrow--prev {
  left: 1em
}
.splide__arrow--prev svg {
  transform: scaleX(-1)
}
.splide__arrow--next {
  right: 1em
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}
.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}
.splide__progress__bar {
  background: #ccc;
  height: 3px
}
.splide__slide {
  -webkit-tap-highlight-color: transparent
}
.splide__slide:focus {
  outline: 0
}
@supports (outline-offset:-3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}
@media screen and (-ms-high-contrast:none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf
  }
}
@supports (outline-offset:-3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}
@media screen and (-ms-high-contrast:none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf
  }
}
.splide__toggle {
  cursor: pointer
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1)
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1)
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%)
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg)
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg)
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem var(--space-x) 0;
  z-index: 999999;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
@media (min-width:430px) {
  .header {
    padding: 3rem var(--space-x) 0
  }
}
@media (min-width:2560px) {
  .header {
    padding: 6rem var(--space-x) 0
  }
}
.header__fixed {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: auto 0 auto;
  justify-content: space-between;
  align-items: center;
  background-color: var(--white);
  color: var(--black);
  border-radius: 50rem;
  padding: 1.1rem 2rem;
  -webkit-box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  -moz-box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
@media (min-width:430px) {
  .header__fixed {
    column-gap: 1.5rem;
    padding: 1.5rem 3rem
  }
}
@media (min-width:1180px) {
  .header__fixed {
    padding: 0 3rem 0 4rem;
    grid-template-columns: auto 1fr auto
  }
}
.header--sticky {
  background-color: var(--white);
  -webkit-box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  -moz-box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  padding-top: 0;
  padding-bottom: 0
}
.header--sticky .header__fixed {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0
}
.header__brand {
  max-width: 18rem;
  margin: 0 auto
}
@media (min-width:480px) {
  .header__brand {
    max-width: 20rem
  }
}
@media (min-width:1280px) {
  .header__brand {
    max-width: 23rem
  }
}
@media (min-width:2560px) {
  .header__brand {
    max-width: 28rem
  }
}
.header__brand a {
  display: flex
}
.header__brand a svg {
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.header__brand a:focus svg,
.header__brand a:focus-visible svg,
.header__brand a:hover svg {
  fill: var(--cyan)
}
.header__contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: clamp(1rem,.48vw + .77rem,2rem)
}
.header__contact ul li {
  display: block
}
@media (min-width:768px) and (max-width:1179px) {
  .header__contact {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 2rem
  }
}
@media (max-width:767px) {
  .header .btn--cyan {
    display: none
  }
}
@media (max-width:767px) {
  .header .btn--grey {
    display: none
  }
}
.main {
  position: relative;
  background: var(--main-bg)
}
.main__overlay {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: var(--cyan-dark);
  z-index: 10;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
@media (max-width:1179px) {
  html.js-nav-active .main__overlay {
    opacity: 1;
    visibility: visible
  }
}
.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
  background: var(--body-bg);
  color: var(--black);
  font-size: clamp(1.4rem,.19vw + 1.31rem,1.8rem);
  line-height: 1.7;
  text-align: center;
  padding: 2rem var(--space-x) calc(var(--action-height) + 2rem);
  z-index: 3
}
@media (min-width:768px) {
  .footer {
    padding: 3rem var(--space-x)
  }
}
.footer a {
  color: inherit;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.footer a:hover {
  color: var(--cyan-dark)
}
.footer ul {
  list-style: none;
  display: inline-flex;
  padding: 0;
  margin: 0
}
@media (min-width:992px) {
  .footer ul {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    row-gap: 1rem
  }
}
@media (max-width:991px) {
  .footer ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem
  }
}
.footer ul li {
  display: block
}
@media (min-width:992px) {
  .footer ul li:not(:last-child)::after {
    display: inline-flex;
    content: "|";
    margin: 0 1.5rem;
    color: var(--black)
  }
}
.footer ul li .icon {
  position: relative;
  top: -.2rem;
  fill: var(--cyan);
  -webkit-animation: heartbeat 2s infinite ease-in-out;
  -moz-animation: heartbeat 2s infinite ease-in-out;
  -o-animation: heartbeat 2s infinite ease-in-out;
  animation: heartbeat 2s infinite ease-in-out
}
html.js-nav-active {
  overflow: hidden
}
@media (max-width:1179px) {
  html {
    scrollbar-width: none;
    -ms-overflow-style: none
  }
  html::-webkit-scrollbar {
    width: 0
  }
}
@media (min-width:1180px) {
  .navigation {
    position: relative!important
  }
  .navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
  }
  .navigation ul li {
    position: relative;
    white-space: nowrap;
    padding: 2rem 0;
    line-height: 1;
    transition: all .3s cubic-bezier(.5,0,.5,1)
  }
  .navigation ul li .dropdown-toggle,
  .navigation ul li:before {
    display: none
  }
  .navigation ul li > ul {
    -webkit-animation: navFadeOut .3s;
    -moz-animation: navFadeOut .3s;
    -o-animation: navFadeOut .3s;
    animation: navFadeOut .3s
  }
  .navigation ul li:focus-within > ul,
  .navigation ul li:hover > ul {
    visibility: visible;
    display: block;
    -webkit-animation: navFadeIn .3s;
    -moz-animation: navFadeIn .3s;
    -o-animation: navFadeIn .3s;
    animation: navFadeIn .3s
  }
  .navigation ul li a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-variation-settings: "wght" var(--semibold);
    padding: 1.5rem .5rem
  }
  .navigation ul li.menu-item-has-children > a {
    gap: 1rem
  }
  .navigation ul li.menu-item-has-children > a::after {
    position: relative;
    top: 0;
    display: block;
    content: "";
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    transition: transform .3s cubic-bezier(.5,0,.5,1)
  }
  .navigation ul li ul,
  .navigation ul li ul ul {
    position: absolute;
    display: none;
    visibility: hidden;
    width: 100%;
    width: fit-content;
    z-index: 99999;
    text-align: left;
    -webkit-box-shadow: 0 0 1.5rem .1rem rgba(47,47,47,.2);
    -moz-box-shadow: 0 0 1.5rem .1rem rgba(47,47,47,.2);
    box-shadow: 0 0 1.5rem .1rem rgba(47,47,47,.2)
  }
  .navigation ul li ul li,
  .navigation ul li ul ul li {
    display: block;
    height: auto;
    width: 100%;
    border: 0;
    padding: 0;
    line-height: 1
  }
  .navigation ul li ul li a,
  .navigation ul li ul ul li a {
    width: 100%;
    min-width: 25rem;
    min-height: 5.5rem;
    font-variation-settings: "wght" var(--semibold);
    font-size: clamp(1.4rem,.19vw + 1.31rem,1.8rem);
    border-top: 0;
    padding: 1.7rem 2rem;
    justify-content: space-between
  }
}
@media (min-width:1180px) and (min-width:1180px) {
  .navigation ul li ul li a,
  .navigation ul li ul ul li a {
    min-height: 5.5rem;
    padding: 1.7rem 2rem
  }
}
@media (min-width:1180px) {
  .navigation ul li ul li:focus-within > a,
  .navigation ul li ul li:hover > a,
  .navigation ul li ul ul li:focus-within > a,
  .navigation ul li ul ul li:hover > a {
    text-decoration: none
  }
  .navigation ul li ul li.menu-item-has-children,
  .navigation ul li ul ul li.menu-item-has-children {
    padding: 0
  }
  .navigation ul li ul li.menu-item-has-children > a::after,
  .navigation ul li ul ul li.menu-item-has-children > a::after {
    width: 1.3rem;
    top: .1rem
  }
  .navigation > ul {
    display: flex;
    align-items: baseline;
    justify-content: center;
    column-gap: clamp(.5rem,.72vw + .15rem,2rem)
  }
}
@media (min-width:1180px) and (min-width:1280px) {
  .navigation > ul {
    column-gap: clamp(.5rem,1.68vw + -.31rem,4rem)
  }
}
@media (min-width:1180px) {
  .navigation > ul > li {
    display: block
  }
  .navigation > ul > li > a {
    font-size: var(--h6);
    color: var(--black)
  }
  .navigation > ul > li > a:focus,
  .navigation > ul > li > a:hover {
    color: var(--cyan)
  }
  .navigation > ul > li.menu-item-has-children > a::after {
    width: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%2300B0AD' %3E%3Cpath d='M10.8,18.3c.7.7,1.7.7,2.4,0l10.2-10.2c.7-.7.7-1.7,0-2.4s-1.7-.7-2.4,0l-9,9L3,5.7c-.7-.7-1.7-.7-2.4,0S0,7.5.6,8.1l10.2,10.2h0Z'/%3E%3C/svg%3E")
  }
}
@media (min-width:1180px) and (min-width:2560px) {
  .navigation > ul > li.menu-item-has-children > a::after {
    width: 2rem
  }
}
@media (min-width:1180px) {
  .navigation > ul > li.menu-item-has-children:focus-within > a::after,
  .navigation > ul > li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg)
  }
  .navigation > ul > li.current-menu-item > a {
    color: var(--cyan)
  }
  .navigation > ul > li.current-menu-item:focus-within > a,
  .navigation > ul > li.current-menu-item:hover > a {
    color: var(--cyan)
  }
  .navigation > ul > li > ul {
    top: 100%;
    left: 0
  }
  .navigation > ul > li > ul > li {
    padding: 0
  }
  .navigation > ul > li > ul > li > a {
    color: var(--black);
    background-color: var(--grey)
  }
  .navigation > ul > li > ul > li:not(:last-child) > a {
    border-bottom: .1rem solid var(--black)
  }
  .navigation > ul > li > ul > li:focus-within > a,
  .navigation > ul > li > ul > li:hover > a {
    color: var(--white);
    background-color: var(--black);
    border-color: var(--black)
  }
  .navigation > ul > li > ul > li.menu-item-has-children > a::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%232F2F2F' %3E%3Cpath d='M14,12L4.7,2.7,7.3,0l12,12-12,12-2.7-2.7,9.3-9.3Z'/%3E%3C/svg%3E")
  }
  .navigation > ul > li > ul > li.menu-item-has-children:focus-within > a::after,
  .navigation > ul > li > ul > li.menu-item-has-children:hover > a::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23ffffff' %3E%3Cpath d='M14,12L4.7,2.7,7.3,0l12,12-12,12-2.7-2.7,9.3-9.3Z'/%3E%3C/svg%3E")
  }
  .navigation > ul > li > ul > li.current-menu-item > a {
    color: var(--white);
    background-color: rgb(0,81.3333333333,91.5);
    border-color: rgb(0,81.3333333333,91.5)
  }
  .navigation > ul > li > ul > li.current-menu-item > a::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23ffffff' %3E%3Cpath d='M14,12L4.7,2.7,7.3,0l12,12-12,12-2.7-2.7,9.3-9.3Z'/%3E%3C/svg%3E")
  }
  .navigation > ul > li > ul > li.current-menu-item:focus-within > a,
  .navigation > ul > li > ul > li.current-menu-item:hover > a {
    color: var(--white);
    background-color: rgb(0,81.3333333333,91.5);
    border-color: rgb(0,81.3333333333,91.5)
  }
  .navigation > ul > li > ul > li.current-menu-item:focus-within > a::after,
  .navigation > ul > li > ul > li.current-menu-item:hover > a::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23ffffff' %3E%3Cpath d='M14,12L4.7,2.7,7.3,0l12,12-12,12-2.7-2.7,9.3-9.3Z'/%3E%3C/svg%3E")
  }
  .navigation > ul > li > ul > li > ul {
    top: 0;
    left: 100%
  }
  .navigation > ul > li > ul > li > ul > li > a {
    color: var(--black);
    background-color: var(--grey)
  }
  .navigation > ul > li > ul > li > ul > li:not(:last-child) > a {
    border-bottom: .1rem solid var(--black)
  }
  .navigation > ul > li > ul > li > ul > li:focus-within > a,
  .navigation > ul > li > ul > li > ul > li:hover > a {
    color: var(--white);
    background-color: var(--black);
    border-color: var(--black)
  }
  .navigation > ul > li > ul > li > ul > li.current-menu-item > a {
    color: var(--white);
    background-color: rgb(0,81.3333333333,91.5);
    border-color: rgb(0,81.3333333333,91.5)
  }
  .navigation > ul > li > ul > li > ul > li.current-menu-item:focus-within > a,
  .navigation > ul > li > ul > li > ul > li.current-menu-item:hover > a {
    color: var(--white);
    background-color: rgb(0,81.3333333333,91.5);
    border-color: rgb(0,81.3333333333,91.5)
  }
  .navigation > ul > li.menu-item-has-children:last-child > ul {
    left: auto;
    right: 0
  }
}
@media (max-width:1179px) {
  .navigation {
    position: fixed!important;
    top: -100%;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    opacity: 0;
    overflow-x: hidden;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    transition: all .8s cubic-bezier(.5,0,.5,1)
  }
  .navigation.opened {
    opacity: 1;
    top: var(--header-height)
  }
  .navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
  }
  .navigation ul li {
    position: relative;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    line-height: 1;
    text-align: center
  }
  .navigation ul li:before {
    display: none
  }
  .navigation ul li a {
    display: block;
    font-size: 2.5rem;
    font-variation-settings: "wght" var(--bold);
    padding: 2rem;
    width: fit-content
  }
  .navigation ul li ul {
    display: none
  }
  .navigation ul li ul.toggled {
    display: block
  }
  .navigation ul li ul li a {
    font-size: 1.6rem
  }
  .navigation > ul {
    padding-bottom: 20rem
  }
  .navigation > ul > li {
    border-bottom: .1rem solid transparent
  }
  .navigation > ul > li > a {
    color: var(--white);
    background-color: transparent
  }
  .navigation > ul > li.current-menu-item > a {
    color: var(--cyan);
    background-color: transparent
  }
  .navigation > ul > li > ul > li:not(:last-child) {
    border-bottom: .1rem solid rgb(8.75,8.75,8.75)
  }
  .navigation > ul > li > ul > li > a {
    color: var(--white);
    background-color: rgb(34.25,34.25,34.25)
  }
  .navigation > ul > li > ul > li.current-menu-item > a {
    color: var(--white);
    background-color: rgb(0,81.3333333333,91.5)
  }
  .navigation > ul > li > ul > li > ul > li:not(:last-child) {
    border-bottom: .1rem solid hsl(0,0%,-1.568627451%)
  }
  .navigation > ul > li > ul > li > ul > li > a {
    color: var(--white);
    background-color: rgb(21.5,21.5,21.5)
  }
  .navigation > ul > li > ul > li > ul > li.current-menu-item > a {
    color: var(--white);
    background-color: rgb(0,81.3333333333,91.5)
  }
}
.dropdown-toggle {
  position: absolute;
  top: .8rem;
  right: 1.5rem;
  content: "";
  height: 4rem;
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  color: var(--grey-light);
  background-color: var(--cyan-dark);
  padding: 0;
  margin: 0;
  line-height: 1;
  transition: all .3s cubic-bezier(.5,0,.5,1);
  border-radius: .5rem;
  cursor: pointer;
  outline: 0
}
.dropdown-toggle::after {
  position: relative;
  display: block;
  top: .2rem;
  width: 2.8rem;
  aspect-ratio: 1/1;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23ffffff' %3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'/%3E%3C/svg%3E")
}
.dropdown-toggle.toggled::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23ffffff' %3E%3Cpath d='M5 11V13H19V11H5Z'/%3E%3C/svg%3E")
}
.burger {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  height: 4.9rem;
  width: 4.9rem;
  background: var(--grey);
  border-radius: 100%
}
@media (min-width:1180px) {
  .burger {
    display: none
  }
}
.burger__inner,
.burger__inner::after,
.burger__inner::before {
  position: absolute;
  display: block;
  width: 2.1rem;
  height: .3rem;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  background-color: var(--black)
}
.burger__inner {
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-duration: .1s
}
.burger__inner::after,
.burger__inner::before {
  display: block;
  content: ""
}
.burger__inner::before {
  top: -.7rem;
  transition: top .1s ease .12s,opacity .1s ease
}
.burger__inner::after {
  bottom: -.7rem;
  transition: bottom .1s ease .12s,transform .1s cubic-bezier(.55,.055,.675,.19)
}
.burger.active .burger__inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: rotate(45deg)
}
.burger.active .burger__inner::before {
  top: 0;
  opacity: 0;
  transition: top .1s ease,opacity .1s ease .12s
}
.burger.active .burger__inner::after {
  bottom: 0;
  transition: bottom .1s ease,transform .1s cubic-bezier(.215,.61,.355,1) .12s;
  transform: rotate(-90deg)
}
.banner {
  position: relative;
  background-color: var(--grey);
  color: var(--white)
}
.banner__row {
  padding: calc(var(--header-height) + var(--space-x)) var(--space-x) var(--space-y)
}
.banner__row:has(.banner__column--media) {
  display: flex
}
@media (max-width:991px) {
  .banner__row:has(.banner__column--media) {
    flex-direction: column
  }
}
.banner__row:has(.banner__column--media) .banner__column {
  position: relative
}
.banner__row:has(.banner__column--media) .banner__column--body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--space-y) var(--space-x);
  background-color: #161616
}
@media (max-width:991px) {
  .banner__row:has(.banner__column--media) .banner__column--body {
    border-radius: var(--border-radius-lg);
    z-index: 2
  }
}
@media (min-width:992px) {
  .banner__row:has(.banner__column--media) .banner__column--body {
    width: calc(50% - var(--space-x));
    padding: var(--space-y) 0 var(--space-y) var(--space-x);
    border-radius: var(--border-radius-lg) 0 0 var(--border-radius-lg)
  }
  .banner__row:has(.banner__column--media) .banner__column--body:after {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    border-radius: 0 var(--border-radius-lg) var(--border-radius-lg) 0;
    height: 100%;
    width: var(--space-x);
    background-color: var(--black-dark);
    content: "";
    z-index: 2
  }
}
.banner__row:not(:has(.banner__column--media)) .banner__column {
  position: relative
}
.banner__row:not(:has(.banner__column--media)) .banner__column--body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: var(--space-y) var(--space-x);
  background-color: #161616;
  border-radius: var(--border-radius-lg)
}
.banner__row:not(:has(.banner__column--media)) .banner__body {
  position: relative;
  width: 100%;
  max-width: 160rem;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:xl) {
  .banner__row:not(:has(.banner__column--media)) .banner__body {
    max-width: 190rem
  }
}
@media (min-width:160rem) {
  .banner__row:not(:has(.banner__column--media)) .banner__body {
    max-width: 205rem
  }
}
.banner__row:not(:has(.banner__column--media)) .banner__body {
  max-width: 130rem
}
.banner__column {
  position: relative
}
.banner__column--media {
  overflow: hidden;
  aspect-ratio: 16/10
}
@media (max-width:991px) {
  .banner__column--media {
    border-bottom-left-radius: var(--border-radius-lg);
    border-bottom-right-radius: var(--border-radius-lg);
    margin-top: -3rem
  }
}
@media (min-width:992px) {
  .banner__column--media {
    border-top-right-radius: var(--border-radius-lg);
    border-bottom-right-radius: var(--border-radius-lg);
    width: calc(50% + var(--space-x))
  }
}
.banner__column--media img,
.banner__column--media video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%
}
@media (max-width:991px) {
  .banner__column--media img,
  .banner__column--media video {
    padding-top: 3rem
  }
}
@media (min-width:992px) {
  .banner__column--media img,
  .banner__column--media video {
    padding-left: var(--space-x)
  }
}
.banner__column--media img.banner__video--contain,
.banner__column--media video.banner__video--contain {
  -o-object-fit: contain;
  object-fit: contain
}
.banner__video {
  position: relative;
  background-color: var(--white);
  z-index: 1
}
.banner__fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain!important;
  object-fit: contain!important;
  z-index: 0
}
.banner__body h1 {
  font-size: clamp(2.8rem,1.92vw + 1.88rem,6.8rem)
}
.banner__body h2 {
  font-size: var(--h3);
  line-height: 1.2
}
.banner__body ul:not(.list--exempt) {
  list-style: none;
  padding-left: 2rem
}
@media (min-width:1180px) {
  .banner__body ul:not(.list--exempt) {
    padding-left: 2.5rem
  }
}
.banner__body ul:not(.list--exempt) li {
  position: relative;
  margin: 0
}
.banner__body ul:not(.list--exempt) li::marker {
  display: none
}
.banner__body ul:not(.list--exempt) li:not(:last-child) {
  margin-bottom: .5rem
}
.banner__body ul:not(.list--exempt) li::before {
  position: absolute;
  left: -2rem;
  top: .7rem;
  display: block;
  content: "";
  width: .7rem;
  height: .7rem;
  background: var(--yellow);
  border-radius: 50%
}
@media (min-width:1180px) {
  .banner__body ul:not(.list--exempt) li::before {
    left: -2.5rem;
    top: .8rem;
    width: .8rem;
    height: .8rem
  }
}
.banner__body ul {
  margin-bottom: 0
}
.banner__body ol {
  padding-left: 2rem;
  counter-reset: custom-counter;
  list-style: none
}
@media (min-width:1180px) {
  .banner__body ol {
    padding-left: 2.5rem
  }
}
.banner__body ol li {
  position: relative;
  margin: 0;
  counter-increment: custom-counter
}
.banner__body ol li::marker {
  display: none
}
.banner__body ol li:not(:last-child) {
  margin-bottom: .5rem
}
.banner__body ol li::before {
  position: absolute;
  left: -2rem;
  top: 0;
  display: block;
  content: counter(custom-counter) ".";
  font-variation-settings: "wght" var(--bold);
  color: var(--yellow)
}
@media (min-width:1180px) {
  .banner__body ol li::before {
    left: -2.5rem
  }
}
.banner__body ol {
  margin-bottom: 0
}
.banner__meta {
  display: flex;
  gap: 3rem;
  margin-block-start: var(--heading-margin-block-start);
  align-items: center
}
.banner__categories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem,.48vw + .77rem,2rem)
}
.banner__categories li {
  display: block
}
.banner__categories a {
  display: inline-block;
  font-size: 90%;
  color: var(--white);
  background: var(--cyan-dark);
  padding: .6rem 2.2rem 1rem;
  border-radius: 20rem
}
.banner__categories a:hover {
  color: var(--grey-dark);
  background: var(--white)
}
.banner__date .icon {
  display: inline-block;
  margin-right: 1rem;
  vertical-align: text-bottom
}
.banner__date .icon svg {
  fill: var(--cyan-dark)
}
.banner .btn {
  color: var(--white);
  background: var(--cyan);
  border-color: var(--cyan)
}
.banner .btn .icon svg {
  fill: var(--white)
}
.banner .btn:focus,
.banner .btn:focus-visible,
.banner .btn:hover {
  color: var(--black);
  background: var(--white);
  border-color: var(--white)
}
.banner .btn:focus .icon svg,
.banner .btn:focus-visible .icon svg,
.banner .btn:hover .icon svg {
  fill: var(--black)
}
.banner .btn {
  margin-block-start: 1.5lh
}
.banner .btn:has(+.btn--space) {
  margin-right: 1rem
}
@media (min-width:992px) {
  .banner .btn {
    margin-block-start: 2lh
  }
  .banner .btn:has(+.btn--space) {
    margin-right: 2rem
  }
}
.page-id-8 .banner__body h2 {
  color: var(--cyan)
}
.page-id-8 .banner__body strong {
  color: var(--cyan)
}
.page-id-8 .banner__body ul:not(.list--exempt) li::before {
  background: var(--cyan)
}
.page-id-10 .banner__body h2 {
  color: var(--yellow)
}
.page-id-10 .banner__body strong {
  color: var(--yellow)
}
.page-id-10 .banner__body ul:not(.list--exempt) li::before {
  background: var(--yellow)
}
.breadcrumb > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem
}
.breadcrumb .icon--chevron {
  position: relative;
  top: .2rem;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23ffffff' %3E%3Cpath d='M14,12L4.7,2.7,7.3,0l12,12-12,12-2.7-2.7,9.3-9.3Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 1.6rem;
  aspect-ratio: 1/1
}
.breadcrumb a {
  color: var(--grey)
}
.breadcrumb a:focus,
.breadcrumb a:focus-visible,
.breadcrumb a:hover {
  color: var(--white)
}
.content {
  position: relative;
  padding-left: var(--space-x);
  padding-right: var(--space-x)
}
.content--top {
  padding-top: var(--space-y)
}
.content--bottom {
  padding-bottom: var(--space-y)
}
.content:first-of-type {
  z-index: 1
}
.content--left .content__row > :nth-child(1) {
  background-color: #060510
}
@media (max-width:991px) {
  .content--left .content__row > :nth-child(1) {
    order: 2;
    aspect-ratio: 16/10;
    border-radius: 0 0 var(--border-radius-lg) var(--border-radius-lg);
    overflow: hidden;
    margin-top: -3rem
  }
  .content--left .content__row > :nth-child(1) .content__logo,
  .content--left .content__row > :nth-child(1) img,
  .content--left .content__row > :nth-child(1) video {
    left: 0
  }
}
@media (max-width:767px) {
  .content--left .content__row > :nth-child(1) {
    aspect-ratio: 16/13
  }
}
@media (min-width:992px) {
  .content--left .content__row > :nth-child(1) {
    order: 1;
    border-radius: var(--border-radius-lg) 0 0 var(--border-radius-lg);
    width: calc(50% + var(--space-x));
    overflow: hidden
  }
  .content--left .content__row > :nth-child(1) .content__logo,
  .content--left .content__row > :nth-child(1) img,
  .content--left .content__row > :nth-child(1) video {
    left: 0
  }
}
@media (max-width:991px) {
  .content--left .content__row > :nth-child(2) {
    order: 1;
    padding: var(--space-y) var(--space-x);
    border-radius: var(--border-radius-lg)
  }
}
@media (min-width:992px) {
  .content--left .content__row > :nth-child(2) {
    position: relative;
    order: 2;
    width: calc(50% - var(--space-x));
    padding: var(--space-y) var(--space-x) var(--space-y) 0;
    border-radius: 0 var(--border-radius-lg) var(--border-radius-lg) 0
  }
  .content--left .content__row > :nth-child(2):after {
    position: absolute;
    top: 0;
    right: 100%;
    display: block;
    border-radius: var(--border-radius-lg) 0 0 var(--border-radius-lg);
    height: 100%;
    width: var(--space-x);
    background-color: #161616;
    content: "";
    z-index: 2
  }
}
.content--right .content__row > :nth-child(1) {
  background-color: #060510
}
@media (max-width:991px) {
  .content--right .content__row > :nth-child(1) {
    order: 2;
    aspect-ratio: 16/10;
    border-radius: 0 0 var(--border-radius-lg) var(--border-radius-lg);
    overflow: hidden;
    margin-top: -3rem
  }
  .content--right .content__row > :nth-child(1) .content__logo,
  .content--right .content__row > :nth-child(1) img,
  .content--right .content__row > :nth-child(1) video {
    left: 0
  }
}
@media (max-width:767px) {
  .content--right .content__row > :nth-child(1) {
    aspect-ratio: 16/13
  }
}
@media (min-width:992px) {
  .content--right .content__row > :nth-child(1) {
    order: 2;
    width: calc(50% + var(--space-x));
    border-radius: 0 var(--border-radius-lg) var(--border-radius-lg) 0;
    overflow: hidden
  }
  .content--right .content__row > :nth-child(1) .content__logo,
  .content--right .content__row > :nth-child(1) img,
  .content--right .content__row > :nth-child(1) video {
    right: 0
  }
}
@media (max-width:991px) {
  .content--right .content__row > :nth-child(2) {
    order: 1;
    padding: var(--space-y) var(--space-x);
    border-radius: var(--border-radius-lg)
  }
}
@media (min-width:992px) {
  .content--right .content__row > :nth-child(2) {
    position: relative;
    order: 1;
    width: calc(50% - var(--space-x));
    padding: var(--space-y) 0 var(--space-y) var(--space-x);
    border-radius: var(--border-radius-lg) 0 0 var(--border-radius-lg)
  }
  .content--right .content__row > :nth-child(2):after {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    border-radius: 0 var(--border-radius-lg) var(--border-radius-lg) 0;
    height: 100%;
    width: var(--space-x);
    background-color: #161616;
    content: "";
    z-index: 2
  }
}
.content__fixed {
  position: relative;
  width: 100%;
  max-width: 160rem;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:xl) {
  .content__fixed {
    max-width: 190rem
  }
}
@media (min-width:160rem) {
  .content__fixed {
    max-width: 205rem
  }
}
.content__fixed {
  overflow: hidden
}
.content h2 {
  font-size: var(--h3);
  text-align: center;
  margin-block-end: var(--space-heading-fb);
  margin-block-end: var(--space-heading);
  color: var(--black)
}
.content__row {
  display: flex
}
@media (max-width:991px) {
  .content__row {
    flex-direction: column
  }
}
.content__row > :nth-child(1) {
  position: relative
}
.content__row > :nth-child(2) {
  position: relative;
  background-color: #161616;
  color: var(--white);
  z-index: 2
}
@media (min-width:992px) {
  .content__row > :nth-child(2) {
    display: flex;
    justify-content: center
  }
}
.content__media:not(.content__media--fit,.content__media--carousel) img,
.content__media:not(.content__media--fit,.content__media--carousel) video {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center
}
.content__media--fit img,
.content__media--fit video {
  position: absolute;
  bottom: 0;
  margin: 0;
  -o-object-position: center;
  object-position: center
}
@media (max-width:991px) {
  .content__media--fit img,
  .content__media--fit video {
    width: 100%;
    height: calc(100% - var(--space-x))
  }
}
@media (min-width:992px) {
  .content__media--fit img,
  .content__media--fit video {
    width: calc(100% - var(--space-x));
    height: 100%
  }
}
.content__media--cover img,
.content__media--cover video {
  -o-object-fit: cover;
  object-fit: cover
}
.content__media--contain img,
.content__media--contain video {
  -o-object-fit: contain;
  object-fit: contain
}
.content__logo {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center
}
@media (max-width:991px) {
  .content__logo {
    top: var(--space-x);
    width: 100%;
    height: calc(100% - var(--space-x))
  }
}
@media (min-width:992px) {
  .content__logo {
    top: 0;
    width: calc(100% - var(--space-x));
    height: 100%
  }
}
.content__logo img {
  position: relative
}
@media (max-width:991px) {
  .content__logo img {
    max-width: 60%
  }
}
@media (min-width:992px) {
  .content__logo img {
    max-width: 80%
  }
}
.content__carousel {
  position: relative;
  width: 100%;
  height: 100%
}
.content__carousel::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5)
}
.content__carousel img,
.content__carousel video {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 1s cubic-bezier(.5,0,.5,1)
}
.content__carousel img.content__fade--in,
.content__carousel video.content__fade--in {
  opacity: 1
}
.content__carousel img.content__fade--out,
.content__carousel video.content__fade--out {
  opacity: 0
}
.content__body hr {
  margin-block: 1lh;
  border-color: var(--grey)
}
.content__body h2 {
  font-size: var(--h5);
  margin-block-end: 0;
  text-align: left
}
.content__body h2:has(+h3) + h3 {
  margin-block-start: .5lh
}
.content__body h3 {
  font-size: var(--h4)
}
.content__body h3:not(:has(+p)) {
  margin-block-end: 0
}
.content__body h3:has(+p) {
  margin-block-end: .6lh
}
.content__body h4 {
  font-size: var(--h2);
  margin-block: 0
}
.content__body h4 small {
  font-size: 60%;
  font-variation-settings: "wght" var(--regular)
}
.content__body ul.list {
  list-style: none;
  margin-block-start: .8lh;
  padding-left: 2rem
}
@media (min-width:992px) {
  .content__body ul.list {
    padding-left: 3.5rem
  }
}
.content__body ul.list:has(+.btn) {
  margin-block-end: 1.5lh
}
.content__body ul.list li {
  position: relative;
  margin: 0
}
.content__body ul.list li:not(:last-child) {
  margin-bottom: .5rem
}
.content__body ul.list--ticks li::before {
  position: absolute;
  left: -2rem;
  top: .2rem;
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23ffffff' %3E%3Cpath d='M20.13047,2.97826l-11.29762,12.11799-5.10086-4.82476-2.89396,3.1041,8.20137,7.64615,14.12257-15.14697-3.0315-2.8965Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%
}
@media (min-width:992px) {
  .content__body ul.list--ticks li::before {
    left: -3.5rem
  }
}
.content__body ul.list--bullets li::before {
  position: absolute;
  top: .4rem;
  left: -2rem;
  display: block;
  content: "";
  width: .8rem;
  height: .8rem;
  background: var(--yellow);
  border-radius: 50%
}
@media (min-width:992px) {
  .content__body ul.list--bullets li::before {
    top: .9rem;
    left: -3.5rem
  }
}
.content__body blockquote {
  display: flex;
  gap: 2rem
}
.content__body blockquote::before {
  position: relative;
  top: .4rem;
  display: block;
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: 100%
}
@media (min-width:992px) {
  .content__body blockquote::before {
    width: 3.2rem;
    height: 3.2rem
  }
}
.content__body blockquote p {
  font-variation-settings: "wght" var(--medium);
  font-style: italic
}
.content__body .btn {
  margin-block-end: 1.2lh
}
.content__volume {
  position: absolute;
  right: 2.4rem;
  bottom: 2.4rem;
  z-index: 2;
  background-color: var(--cyan);
  width: 5.5rem;
  height: 5.5rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.content__volume .icon svg {
  color: var(--black)
}
.content__volume:hover {
  background-color: var(--white)
}
.content__volume:hover .icon svg {
  color: var(--black)
}
.content--white {
  background-color: var(--white);
  color: var(--black)
}
.content--grey {
  background-color: var(--grey-light)
}
.content--web .content__body h2 {
  color: var(--cyan)!important
}
.content--web .content__body strong {
  color: var(--cyan)
}
.content--web .content__body hr {
  border-color: var(--cyan)
}
.content--web .content__body ul.list--ticks li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%2300B0AD' %3E%3Cpath d='M20.13047,2.97826l-11.29762,12.11799-5.10086-4.82476-2.89396,3.1041,8.20137,7.64615,14.12257-15.14697-3.0315-2.8965Z'/%3E%3C/svg%3E")
}
.content--web .content__body ul.list--bullets li::before {
  background-color: var(--cyan)
}
.content--web .content__body blockquote::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%2300B0AD' %3E%3Cpath d='M11.05032,16.17158c0,3.26962-2.31135,5.41176-5.41176,5.41176-3.157,0-5.46816-2.19854-5.46816-5.41176,0-1.4657.22542-2.53677,1.52191-5.63737L4.96192,2.41667h5.58097l-2.48036,8.96319c1.86032.78925,2.9878,2.48036,2.9878,4.79171ZM23.8296,16.17158c0,3.26962-2.31135,5.41176-5.41156,5.41176-3.1572,0-5.46835-2.19854-5.46835-5.41176,0-1.4657.22542-2.53677,1.5221-5.63737l3.26942-8.11754h5.58116l-2.48056,8.96319c1.86052.78925,2.9878,2.48036,2.9878,4.79171Z'/%3E%3C/svg%3E")
}
.content--web .content__body .btn {
  color: var(--white);
  background: var(--cyan);
  border-color: var(--cyan)
}
.content--web .content__body .btn .icon svg {
  fill: var(--white)
}
.content--web .content__body .btn:focus,
.content--web .content__body .btn:focus-visible,
.content--web .content__body .btn:hover {
  color: var(--black);
  background: var(--white);
  border-color: var(--white)
}
.content--web .content__body .btn:focus .icon svg,
.content--web .content__body .btn:focus-visible .icon svg,
.content--web .content__body .btn:hover .icon svg {
  fill: var(--black)
}
.content--voice .content__body h2 {
  color: var(--yellow)!important
}
.content--voice .content__body strong {
  color: var(--yellow)
}
.content--voice .content__body hr {
  border-color: var(--yellow)
}
.content--voice .content__body ul.list--ticks li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23F9EA65' %3E%3Cpath d='M20.13047,2.97826l-11.29762,12.11799-5.10086-4.82476-2.89396,3.1041,8.20137,7.64615,14.12257-15.14697-3.0315-2.8965Z'/%3E%3C/svg%3E")
}
.content--voice .content__body ul.list--bullets li::before {
  background-color: var(--yellow)
}
.content--voice .content__body blockquote::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23F9EA65' %3E%3Cpath d='M11.05032,16.17158c0,3.26962-2.31135,5.41176-5.41176,5.41176-3.157,0-5.46816-2.19854-5.46816-5.41176,0-1.4657.22542-2.53677,1.52191-5.63737L4.96192,2.41667h5.58097l-2.48036,8.96319c1.86032.78925,2.9878,2.48036,2.9878,4.79171ZM23.8296,16.17158c0,3.26962-2.31135,5.41176-5.41156,5.41176-3.1572,0-5.46835-2.19854-5.46835-5.41176,0-1.4657.22542-2.53677,1.5221-5.63737l3.26942-8.11754h5.58116l-2.48056,8.96319c1.86052.78925,2.9878,2.48036,2.9878,4.79171Z'/%3E%3C/svg%3E")
}
.content--voice .content__body .btn {
  color: var(--black);
  background: var(--yellow);
  border-color: var(--yellow)
}
.content--voice .content__body .btn .icon svg {
  fill: var(--black)
}
.content--voice .content__body .btn:focus,
.content--voice .content__body .btn:focus-visible,
.content--voice .content__body .btn:hover {
  color: var(--black);
  background: var(--white);
  border-color: var(--white)
}
.content--voice .content__body .btn:focus .icon svg,
.content--voice .content__body .btn:focus-visible .icon svg,
.content--voice .content__body .btn:hover .icon svg {
  fill: var(--black)
}
body:has(.banner):not(:has(.banner__column--media)) .content__fixed {
  max-width: 130rem
}
body:has(.banner):not(:has(.banner__column--media)) .content ul:not(.list--exempt) {
  list-style: none;
  padding-left: 2rem
}
@media (min-width:1180px) {
  body:has(.banner):not(:has(.banner__column--media)) .content ul:not(.list--exempt) {
    padding-left: 2.5rem
  }
}
body:has(.banner):not(:has(.banner__column--media)) .content ul:not(.list--exempt) li {
  position: relative;
  margin: 0
}
body:has(.banner):not(:has(.banner__column--media)) .content ul:not(.list--exempt) li::marker {
  display: none
}
body:has(.banner):not(:has(.banner__column--media)) .content ul:not(.list--exempt) li:not(:last-child) {
  margin-bottom: .5rem
}
body:has(.banner):not(:has(.banner__column--media)) .content ul:not(.list--exempt) li::before {
  position: absolute;
  left: -2rem;
  top: .7rem;
  display: block;
  content: "";
  width: .7rem;
  height: .7rem;
  background: var(--yellow);
  border-radius: 50%
}
@media (min-width:1180px) {
  body:has(.banner):not(:has(.banner__column--media)) .content ul:not(.list--exempt) li::before {
    left: -2.5rem;
    top: .8rem;
    width: .8rem;
    height: .8rem
  }
}
body:has(.banner):not(:has(.banner__column--media)) .content ul:not(.list--exempt) li::before {
  background-color: var(--cyan)
}
body:has(.banner):not(:has(.banner__column--media)) .content ol {
  padding-left: 2rem;
  counter-reset: custom-counter;
  list-style: none
}
@media (min-width:1180px) {
  body:has(.banner):not(:has(.banner__column--media)) .content ol {
    padding-left: 2.5rem
  }
}
body:has(.banner):not(:has(.banner__column--media)) .content ol li {
  position: relative;
  margin: 0;
  counter-increment: custom-counter
}
body:has(.banner):not(:has(.banner__column--media)) .content ol li::marker {
  display: none
}
body:has(.banner):not(:has(.banner__column--media)) .content ol li:not(:last-child) {
  margin-bottom: .5rem
}
body:has(.banner):not(:has(.banner__column--media)) .content ol li::before {
  position: absolute;
  left: -2rem;
  top: 0;
  display: block;
  content: counter(custom-counter) ".";
  font-variation-settings: "wght" var(--bold);
  color: var(--yellow)
}
@media (min-width:1180px) {
  body:has(.banner):not(:has(.banner__column--media)) .content ol li::before {
    left: -2.5rem
  }
}
body:has(.banner):not(:has(.banner__column--media)) .content ol li::before {
  color: var(--cyan)
}
.loop {
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 clamp(-1rem,-.48vw + -.77rem,-2rem);
  row-gap: clamp(2rem,.96vw + 1.54rem,4rem)
}
.loop > * {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 0 clamp(1rem,.48vw + .77rem,2rem)
}
@media (min-width:480px) {
  .loop > * {
    width: 50%
  }
}
@media (min-width:992px) {
  .loop > * {
    width: 33.33333333%
  }
}
@media (min-width:1280px) {
  .loop > * {
    width: 25%
  }
}
.post {
  display: block;
  background: var(--white);
  color: var(--black);
  height: 100%
}
.post .btn {
  color: var(--white);
  background: var(--cyan);
  border-color: var(--cyan)
}
.post .btn .icon svg {
  fill: var(--white)
}
.post .btn:focus,
.post .btn:focus-visible,
.post .btn:hover {
  color: var(--white);
  background: var(--black);
  border-color: var(--black)
}
.post .btn:focus .icon svg,
.post .btn:focus-visible .icon svg,
.post .btn:hover .icon svg {
  fill: var(--white)
}
.post:focus,
.post:hover {
  background: var(--cyan-dark);
  color: var(--white)
}
.post:focus .btn,
.post:hover .btn {
  color: var(--grey-dark);
  background: var(--white);
  border-color: var(--white)
}
.post:focus .btn .icon svg,
.post:hover .btn .icon svg {
  fill: var(--grey-dark)
}
.post:focus .btn:focus,
.post:focus .btn:focus-visible,
.post:focus .btn:hover,
.post:hover .btn:focus,
.post:hover .btn:focus-visible,
.post:hover .btn:hover {
  color: var(--white);
  background: var(--cyan);
  border-color: var(--cyan)
}
.post:focus .btn:focus .icon svg,
.post:focus .btn:focus-visible .icon svg,
.post:focus .btn:hover .icon svg,
.post:hover .btn:focus .icon svg,
.post:hover .btn:focus-visible .icon svg,
.post:hover .btn:hover .icon svg {
  fill: var(--white)
}
.post__row {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%
}
.post__media {
  position: relative
}
.post__media img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2
}
.post__body {
  display: grid;
  grid-template-rows: 1fr auto;
  padding: clamp(2rem,.48vw + 1.77rem,3rem)
}
.pagination {
  text-align: center;
  padding-top: var(--space-heading)
}
.pagination__list {
  list-style: none;
  margin: 0;
  padding: 0
}
.pagination__item {
  display: inline-block;
  padding: 0 .5rem
}
.pagination__item::before {
  display: none
}
.pagination__item a,
.pagination__item span {
  margin: 0;
  display: block;
  font-variation-settings: "wght" var(--regular);
  font-size: 1.4rem;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.2rem;
  text-indent: .2rem;
  padding: 0;
  color: var(--black);
  background: var(--white);
  border-width: .2rem;
  border-style: solid;
  border-color: var(--white);
  border-radius: .8rem
}
.pagination__item a:focus,
.pagination__item a:hover,
.pagination__item span:focus,
.pagination__item span:hover {
  color: var(--white);
  background: var(--grey-dark);
  border-color: var(--grey-dark)
}
@media (min-width:992px) {
  .pagination__item a,
  .pagination__item span {
    font-size: 1.6rem;
    width: 5.5rem;
    height: 5.5rem;
    line-height: 5.2rem
  }
}
.pagination__item a.next,
.pagination__item a.prev,
.pagination__item span.next,
.pagination__item span.prev {
  padding: 0 3rem;
  width: auto;
  text-transform: uppercase
}
.pagination__item--active a,
.pagination__item--active span {
  cursor: not-allowed;
  color: var(--white);
  background: var(--cyan-dark);
  border-color: var(--cyan-dark)
}
html.js-dialog-active {
  overflow: hidden
}
.dialog {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  border: 0;
  background: 0 0;
  color: var(--black);
  opacity: 0;
  visibility: hidden;
  appearance: none;
  z-index: 99999;
  transition: opacity .3s ease-in-out,visibility .3s ease-in-out
}
.dialog__backdrop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  transition: opacity .3s ease-in-out,visibility .3s ease-in-out
}
.dialog__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border: 0;
  background: 0 0;
  opacity: 0;
  transition: opacity .3s ease-in-out,transform .3s ease-in-out;
  transition-delay: .3s;
  transform: translateY(-5rem);
  z-index: 999999;
  max-width: 100%;
  height: 100%;
  padding: var(--header-height) var(--space-x) var(--space-x);
  margin: 0 auto;
  overflow-y: auto
}
body:not(:has(.header--sticky)) {
  .dialog__inner {
    padding-top: calc(var(--header-height) + var(--space-x));
  }
}
@media (min-width:1600px) {
  .dialog__inner {
    max-width: 200rem
  }
}
@media (min-height:900px) and (min-width:780px) {
  .dialog__inner {
    align-items: center
  }
}
.dialog__frame {
  position: relative;
  width: 100%;
  padding: var(--space-gutter);
  border: .3rem solid var(--white);
  border-radius: var(--border-radius-lg)
}
.dialog__demo {
  display: grid;
  align-items: center;
  color: var(--white);
  width: 100%;
  gap: var(--space-gutter)
}
@media (max-width:991px) {
  .dialog__demo {
    grid-template-rows: repeat(2,auto)
  }
}
@media (min-width:992px) {
  .dialog__demo {
    grid-template-columns: repeat(2,1fr)
  }
}
.dialog__chat {
  background-color: #f0f5ff;
  border-radius: var(--border-radius-sm);
  display: flex;
  overflow: hidden;
  padding: .5rem;
  min-height: 50rem;
  height: 100%;
  width: 100%
}
@media (min-width:480px) {
  .dialog__chat {
    padding: 2rem;
    min-height: 45rem
  }
}
@media (min-width:1550px) {
  .dialog__chat {
    min-height: 55rem
  }
}
.dialog__cta {
  display: flex;
  flex-direction: column;
  text-align: left;
  border-left: .8rem solid var(--yellow);
  color: var(--white);
  padding: 0 0 0 2.5rem;
  font-size: var(--h5);
  font-weight: var(--bold);
  line-height: 1.4;
  margin-block-start: 1.5em;
  margin-block-start: 1lh
}
.dialog__cta span:not(.icon) {
  color: var(--yellow)
}
.dialog__cta .icon {
  position: relative;
  right: -.5rem;
  display: inline-block;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.dialog__cta .icon svg {
  fill: var(--yellow)
}
.dialog__cta:focus .icon,
.dialog__cta:focus-visible .icon,
.dialog__cta:hover .icon {
  right: -1.5rem
}
.dialog__contact {
  display: grid;
  color: var(--black);
  background-color: var(--grey);
  border-radius: var(--border-radius-sm);
  width: 100%;
  overflow: hidden
}
@media (max-width:991px) {
  .dialog__contact {
    grid-template-rows: 1fr auto
  }
}
@media (min-width:992px) {
  .dialog__contact {
    grid-template-columns: 1fr 40rem
  }
}
.dialog__contact > * {
  padding: var(--space-gutter)
}
.dialog__form {
  display: flex;
  flex-direction: column;
  justify-content: center
}
.dialog__book {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: var(--white);
  -webkit-box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  -moz-box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem
}
.dialog__book h2 {
  font-size: var(--h4)
}
.dialog__book .btn {
  margin-block-start: var(--heading-margin-block-start-fb);
  margin-block-start: var(--heading-margin-block-start)
}
.dialog__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background-color: var(--black);
  width: 8rem;
  border-radius: 100%
}
@media (max-width:991px) {
  .dialog__icon {
    grid-template-rows: 1fr auto
  }
}
.dialog__icon .icon {
  display: block
}
.dialog__icon .icon svg {
  fill: var(--white)
}
.dialog__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  -webkit-box-shadow: rgba(0,0,0,.2) .2rem 0 1.5rem;
  -moz-box-shadow: rgba(0,0,0,.2) .2rem 0 1.5rem;
  box-shadow: rgba(0,0,0,.2) .2rem 0 1.5rem
}
.dialog__heading h2 {
  font-size: var(--h3);
  margin-bottom: 1.5rem
}
.dialog__heading h3 {
  font-size: var(--h6);
  font-variation-settings: "wght" var(--medium);
  margin: 0
}
.dialog__booking {
  color: var(--black);
  background-color: var(--grey);
  border-radius: var(--border-radius-sm);
  width: 100%;
  overflow: hidden
}
.dialog__booking > * {
  padding: var(--space-gutter)
}
.dialog__live {
  color: var(--white);
  display: grid;
  gap: var(--space-x)
}
@media (min-width:768px) {
  .dialog__live {
    align-items: center;
    min-height: 40rem;
    grid-template-columns: 25rem 1fr
  }
}
@media (min-width:992px) {
  .dialog__live {
    min-height: 45rem;
    grid-template-columns: 40rem 1fr
  }
}
@media (min-width:1550px) {
  .dialog__live {
    min-height: 55rem
  }
}
@media (max-width:767px) {
  .dialog__live iframe {
    min-height: 30rem
  }
}
@media (min-width:768px) {
  .dialog__live iframe {
    height: 100%
  }
}
.dialog__close {
  display: flex;
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 3.8rem;
  height: 3.8rem;
  background-color: var(--cyan);
  border-radius: 50%;
  z-index: 1;
  padding: .5rem;
  aspect-ratio: 1/1;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
@media (min-width:768px) {
  .dialog__close {
    width: 5rem;
    height: 5rem
  }
}
.dialog__close .icon {
  width: 100%;
  height: 100%;
  vertical-align: initial;
  aspect-ratio: 1/1
}
.dialog__close .icon svg {
  fill: var(--white);
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.dialog__close:focus,
.dialog__close:hover {
  background-color: var(--yellow)
}
.dialog__close:focus .icon svg,
.dialog__close:hover .icon svg {
  fill: var(--black)
}
.dialog--active {
  opacity: 1;
  visibility: visible;
  appearance: auto;
  transform: translateY(0)
}
.dialog--active .dialog__inner {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1ms
}
.dialog--active .dialog__backdrop {
  opacity: 1;
  visibility: visible
}
.dialog__inner::-webkit-scrollbar {
  display: none
}
.dialog__inner {
  -ms-overflow-style: none;
  scrollbar-width: none
}
.accordion {
  display: grid;
  grid-template-columns: 100%;
  max-width: 110rem;
  margin: 0 auto;
  border-bottom: .2rem solid var(--cyan)
}
.accordion > * {
  display: block;
  margin: 0
}
.accordion__icon {
  display: block;
  width: 2rem;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%232F2F2F' %3E%3Cpath d='M10.8,18.3c.7.7,1.7.7,2.4,0l10.2-10.2c.7-.7.7-1.7,0-2.4s-1.7-.7-2.4,0l-9,9L3,5.7c-.7-.7-1.7-.7-2.4,0S0,7.5.6,8.1l10.2,10.2h0Z'/%3E%3C/svg%3E");
  background-size: 65%;
  border-radius: 100%;
  background-position: center;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
@media (min-width:480px) {
  .accordion__icon {
    width: 3.2rem
  }
}
.accordion__toggle {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  text-align: left;
  margin: 0;
  width: 100%;
  padding: 1.5rem;
  font-size: var(--h5);
  line-height: 1.3;
  letter-spacing: .05rem;
  font-variation-settings: "wght" var(--semibold);
  border-top: .2rem solid var(--cyan);
  cursor: pointer;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
@media (min-width:992px) {
  .accordion__toggle {
    padding: 2rem
  }
}
.accordion__description {
  display: none
}
.accordion__content {
  padding: 0 1.5rem 2rem
}
@media (min-width:992px) {
  .accordion__content {
    padding: 0 2rem 3rem
  }
}
.accordion__content p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}
.accordion__content p:first-child {
  margin-top: 0
}
.accordion__content p:last-child {
  margin-bottom: 0
}
.accordion__item--open .accordion__icon {
  transform: rotate(180deg)
}
.action {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999
}
@media (min-width:768px) {
  .action {
    display: none
  }
}
.action__frame {
  background-color: var(--white);
  padding: 1.5rem
}
.action ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: clamp(1rem,.48vw + .77rem,2rem)
}
.action ul li {
  display: block
}
.action .btn--cyan {
  display: block
}
@media (min-width:768px) {
  .action .btn--cyan {
    display: none
  }
}
.action .btn--grey {
  display: block
}
@media (min-width:768px) {
  .action .btn--grey {
    display: none
  }
}
.action .btn--grey span {
  display: inline-block
}
@media (max-width:429px) {
  .action .btn--grey span {
    display: none
  }
}
.contact {
  position: relative;
  padding: var(--space-y) var(--space-x);
  background-color: #000
}
.contact__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: .3
}
@media (min-width:992px) {
  .contact__media {
    left: -20%
  }
}
.contact__fixed {
  position: relative;
  width: 100%;
  max-width: 160rem;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:xl) {
  .contact__fixed {
    max-width: 190rem
  }
}
@media (min-width:160rem) {
  .contact__fixed {
    max-width: 205rem
  }
}
.contact h2 {
  font-size: var(--h3);
  text-align: center;
  margin-block-end: var(--space-heading-fb);
  margin-block-end: var(--space-heading)
}
.contact__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 4rem 0 0;
  margin: 0 -1rem;
  row-gap: calc(clamp(3rem,.96vw + 2.54rem,5rem) + 4rem)
}
@media (min-width:992px) {
  .contact__list {
    margin: 0 -2rem
  }
}
.contact__list > * {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 0 1rem
}
@media (min-width:768px) {
  .contact__list > * {
    width: 50%
  }
}
@media (min-width:992px) {
  .contact__list > * {
    width: 33.33333333%;
    padding: 0 2rem
  }
}
.contact__list > * .btn {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.contact__list > :nth-child(odd) .btn {
  color: var(--white);
  background: var(--cyan);
  border-color: var(--cyan)
}
.contact__list > :nth-child(odd) .btn .icon svg {
  fill: var(--white)
}
.contact__list > :nth-child(odd) .btn:focus,
.contact__list > :nth-child(odd) .btn:focus-visible,
.contact__list > :nth-child(odd) .btn:hover {
  color: var(--black);
  background: var(--white);
  border-color: var(--white)
}
.contact__list > :nth-child(odd) .btn:focus .icon svg,
.contact__list > :nth-child(odd) .btn:focus-visible .icon svg,
.contact__list > :nth-child(odd) .btn:hover .icon svg {
  fill: var(--black)
}
.contact__list > :nth-child(even) .btn {
  color: var(--black);
  background: var(--yellow);
  border-color: var(--yellow)
}
.contact__list > :nth-child(even) .btn .icon svg {
  fill: var(--black)
}
.contact__list > :nth-child(even) .btn:focus,
.contact__list > :nth-child(even) .btn:focus-visible,
.contact__list > :nth-child(even) .btn:hover {
  color: var(--black);
  background: var(--white);
  border-color: var(--white)
}
.contact__list > :nth-child(even) .btn:focus .icon svg,
.contact__list > :nth-child(even) .btn:focus-visible .icon svg,
.contact__list > :nth-child(even) .btn:hover .icon svg {
  fill: var(--black)
}
.contact__action {
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
  width: 100%;
  font-variation-settings: "wght" var(--medium);
  text-align: center;
  color: var(--white);
  border: .2rem solid var(--white);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  padding: calc(clamp(2rem,1.44vw + 1.31rem,5rem) + 4rem) clamp(2rem,1.44vw + 1.31rem,5rem) clamp(2rem,1.44vw + 1.31rem,5rem);
  -webkit-box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  -moz-box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem
}
.contact__action:focus,
.contact__action:focus-visible,
.contact__action:hover {
  background-color: transparent
}
.contact__action h3 {
  font-size: var(--h4);
  text-wrap-style: balance
}
.contact__icon {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background-color: var(--white);
  width: 8rem;
  height: 8rem;
  border-radius: 100%
}
.contact__icon .icon {
  display: block;
  width: 50%
}
.contact__icon .icon svg {
  fill: var(--black)
}
.benefits {
  position: relative;
  padding: var(--space-y) var(--space-x);
  background-color: var(--cyan-dark)
}
.benefits__fixed {
  position: relative;
  width: 100%;
  max-width: 160rem;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:xl) {
  .benefits__fixed {
    max-width: 190rem
  }
}
@media (min-width:160rem) {
  .benefits__fixed {
    max-width: 205rem
  }
}
.benefits h2 {
  font-size: var(--h3);
  text-align: center;
  margin-block-end: var(--space-heading-fb);
  margin-block-end: var(--space-heading)
}
.benefits__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
@media (min-width:768px) and (max-width:991px) {
  .benefits__list {
    row-gap: clamp(4rem,.48vw + 3.77rem,5rem)
  }
}
.benefits__list > * {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%
}
@media (max-width:767px) {
  .benefits__list > :nth-child(1) .benefits__body {
    padding: 0 0 var(--space-y)
  }
  .benefits__list > :nth-child(2) {
    border-width: .2rem 0;
    border-style: solid;
    border-color: var(--cyan)
  }
  .benefits__list > :nth-child(2) .benefits__body {
    padding: var(--space-y) 0
  }
  .benefits__list > :nth-child(3) .benefits__body {
    padding: var(--space-y) 0 0
  }
}
@media (min-width:768px) {
  .benefits__list > * {
    width: 50%
  }
  .benefits__list > * .benefits__body {
    padding: 0 var(--space-y)
  }
}
@media (min-width:992px) {
  .benefits__list > * {
    width: 33.33333333%
  }
  .benefits__list > :nth-child(2) {
    border-width: 0 .2rem;
    border-style: solid;
    border-color: var(--cyan)
  }
}
.benefits__body {
  text-align: center;
  font-variation-settings: "wght" var(--medium)
}
.benefits__body h3 {
  font-size: var(--h4);
  margin-block-start: 1.4em;
  margin-block-start: 1.2lh;
  margin-block-end: .8em;
  margin-block-end: .5lh
}
.benefits__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border: .2rem solid var(--white);
  width: clamp(7rem,1.92vw + 6.08rem,11rem);
  border-radius: 100%
}
.benefits__icon .icon {
  display: block
}
.benefits__icon .icon svg {
  fill: var(--white)
}
.reviews {
  position: relative;
  background-color: #000;
  padding-bottom: var(--space-y)
}
.reviews__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: .5
}
.reviews__inner {
  padding: var(--space-y) var(--space-x) 0
}
.reviews:has(.clients) .reviews__inner {
  padding-bottom: var(--space-y)
}
.reviews__fixed {
  position: relative;
  width: 100%;
  max-width: 160rem;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:xl) {
  .reviews__fixed {
    max-width: 190rem
  }
}
@media (min-width:160rem) {
  .reviews__fixed {
    max-width: 205rem
  }
}
.reviews h2 {
  font-size: var(--h3);
  text-align: center;
  margin-block-end: var(--space-heading-fb);
  margin-block-end: var(--space-heading);
  color: var(--white)
}
.reviews__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1rem;
  row-gap: 2rem
}
@media (min-width:992px) {
  .reviews__list {
    margin: 0 -2rem;
    row-gap: 4rem
  }
}
.reviews__list > * {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 0 1rem
}
@media (min-width:768px) {
  .reviews__list > * {
    width: 50%
  }
}
@media (min-width:992px) {
  .reviews__list > * {
    width: 33.33333333%;
    padding: 0 2rem
  }
}
.reviews__header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 2rem
}
.reviews__stars {
  display: flex
}
.reviews__stars svg {
  fill: var(--cyan)
}
.reviews__source {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: clamp(4rem,1.92vw + 3.08rem,8rem);
  border-radius: 100%;
  border: .1rem solid var(--grey);
  padding: clamp(1rem,.48vw + .77rem,2rem)
}
.reviews__source img {
  width: 100%;
  height: auto
}
.reviews__body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  row-gap: clamp(1rem,.96vw + .54rem,3rem);
  height: 100%;
  font-variation-settings: "wght" var(--medium);
  color: var(--black);
  background-color: var(--white);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  padding: clamp(3rem,.96vw + 2.54rem,5rem);
  -webkit-box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  -moz-box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem
}
.reviews__body:focus,
.reviews__body:focus-visible,
.reviews__body:hover {
  background-color: var(--white)
}
.reviews__body h3 {
  font-size: var(--h4)
}
.reviews__body h3 strong {
  color: var(--cyan)
}
.reviews__site {
  font-size: 90%;
  font-variation-settings: "wght" var(--bold)
}
.reviews .btn {
  display: block;
  margin-block-start: var(--space-footnote-fb);
  margin-block-start: var(--space-footnote);
  margin-left: auto;
  margin-right: auto
}
.questions {
  background-color: var(--white);
  color: var(--black);
  padding: var(--space-y) var(--space-x)
}
.questions__fixed {
  position: relative;
  width: 100%;
  max-width: 160rem;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:xl) {
  .questions__fixed {
    max-width: 190rem
  }
}
@media (min-width:160rem) {
  .questions__fixed {
    max-width: 205rem
  }
}
.questions__emblem {
  display: block;
  width: clamp(4rem,1.92vw + 3.08rem,8rem);
  aspect-ratio: 1/1;
  margin: 0 auto;
  animation: bounce 2.5s ease infinite;
  animation-delay: 1ms
}
.questions h2 {
  font-size: var(--h3);
  text-align: center;
  margin-block-start: .4em;
  margin-block-start: .3lh;
  margin-block-end: var(--space-heading-fb);
  margin-block-end: var(--space-heading)
}
.main:has(.hand) .questions {
  position: relative;
  z-index: 1
}
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000;
  color: var(--white);
  padding: calc(var(--header-height) + var(--space-x)) var(--space-x) var(--space-y);
  min-height: calc(var(--vh,1vh) * 100)
}
.hero__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: .3
}
.hero__fixed {
  position: relative;
  width: 100%;
  max-width: 160rem;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:xl) {
  .hero__fixed {
    max-width: 190rem
  }
}
@media (min-width:160rem) {
  .hero__fixed {
    max-width: 205rem
  }
}
@media (min-width:1180px) {
  .hero__row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: var(--space-x)
  }
}
.hero__body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-wrap-style: balance
}
@media (max-width:1179px) {
  .hero__body {
    padding-bottom: var(--space-x)
  }
}
.hero__body h2 {
  font-size: var(--h4)
}
.hero__body h2 strong {
  color: var(--yellow)
}
.hero__content {
  display: flex;
  flex-direction: column
}
@media (min-width:1180px) {
  .hero__content {
    width: 90%;
    margin: 0 auto
  }
}
.hero__intro {
  justify-self: center
}
@media (max-width:1179px) {
  .hero__badge {
    margin-block-start: 2lh
  }
}
@media (min-width:1180px) {
  .hero__badge {
    width: 90%;
    margin: 0 auto
  }
}
.hero__badge .integrate {
  background-color: var(--white);
  color: var(--black);
  border-radius: 2rem;
  -webkit-box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  -moz-box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  grid-template-columns: 1fr 15rem
}
@media (min-width:480px) {
  .hero__badge .integrate {
    grid-template-columns: auto 17rem
  }
}
@media (min-width:1180px) {
  .hero__badge .integrate {
    grid-template-columns: auto 20rem
  }
}
.hero__badge .integrate h3 {
  font-size: var(--h6)
}
.products {
  position: relative;
  background: var(--cyan-dark);
  color: var(--white);
  padding: var(--space-y) var(--space-x);
  text-align: center
}
.products__fixed {
  position: relative;
  width: 100%;
  max-width: 160rem;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:xl) {
  .products__fixed {
    max-width: 190rem
  }
}
@media (min-width:160rem) {
  .products__fixed {
    max-width: 205rem
  }
}
.products__list {
  list-style: none
}
@media (max-width:991px) {
  .products__list {
    display: flex;
    flex-direction: column;
    row-gap: clamp(4rem,1.44vw + 3.31rem,7rem)
  }
}
@media (min-width:992px) {
  .products__list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: clamp(4rem,1.44vw + 3.31rem,7rem)
  }
}
.products__list > * {
  position: relative
}
.products__list > :nth-child(1) .products__media {
  margin: 0 clamp(3rem,2.4vw + 1.85rem,8rem)
}
.products__list > :nth-child(1) .products__media video {
  object-fit: contain
}
.products__list > :nth-child(1) h3 {
  color: var(--cyan)
}
.products__list > :nth-child(2) h3 {
  color: var(--yellow)
}
.products__item {
  display: grid;
  grid-template-rows: auto 1fr;
  color: var(--white);
  background-color: #000;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  text-align: left;
  -webkit-box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  -moz-box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem
}
@media (min-width:2560px) {
  .products__item {
    padding: 2rem 0 0
  }
}
.products__media {
  position: relative;
  height: 20vw;
  max-height: 17rem;
  min-height: 10rem
}
.products__media video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transform: translate(-50%,-50%)
}
.products__list > :nth-child(1) .products__media video {
  top: 52%
}
.products__body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 clamp(3rem,2.4vw + 1.85rem,8rem) clamp(3rem,2.4vw + 1.85rem,8rem);
  z-index: 1
}
.products h2 {
  font-size: var(--h3);
  text-align: center;
  margin-block-end: 0;
  margin-block-end: var(--space-heading-fb);
  margin-block-end: var(--space-heading)
}
.products h2 strong {
  color: var(--yellow)
}
.products h3 {
  font-size: var(--h5);
  margin-block-end: 0
}
.products h4 {
  font-size: var(--h3);
  margin-block-start: .3lh
}
.clients {
  position: relative;
  overflow: hidden
}
.clients__slider {
  display: flex;
  width: fit-content
}
.clients__list {
  display: flex;
  align-items: center
}
@media (max-width:991px) {
  .clients__list {
    column-gap: 2rem;
    margin-right: 2rem
  }
}
@media (min-width:992px) {
  .clients__list {
    column-gap: 6rem;
    margin-right: 6rem
  }
}
.clients__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  opacity: .8
}
.clients__list a:focus,
.clients__list a:focus-visible,
.clients__list a:hover {
  opacity: 1
}
.clients__list a img {
  display: block;
  max-width: none
}
@media (max-width:991px) {
  .clients__list a img {
    transform: scale(.8)
  }
}
.demo {
  position: relative
}
.demo__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-bottom: 2rem
}
.demo__tab {
  display: block;
  font-size: clamp(1.2rem,.19vw + 1.11rem,1.6rem);
  font-variation-settings: "wght" var(--bold);
  letter-spacing: .08rem;
  color: var(--white);
  background: var(--cyan-dark);
  padding: .8rem 2rem;
  border-radius: 10rem;
  cursor: pointer;
  transition: .2s;
  white-space: nowrap
}
.demo__tab:hover {
  color: var(--white);
  background: var(--black)
}
.demo__tab--active {
  color: var(--white);
  background: var(--cyan)
}
.demo__row {
  display: flex;
  gap: 1.8rem;
  align-items: flex-start
}
@media (max-width:1179px) {
  .demo__row {
    flex-direction: column
  }
}
.demo__widget {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  height: 35rem;
  display: flex;
  flex-direction: column;
  background-color: #f0f5ff;
  border-radius: 1rem;
  -webkit-box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  -moz-box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  overflow: hidden
}
@media (min-width:1180px) {
  .demo__widget {
    flex: 0 0 35rem;
    height: 50rem
  }
}
@media (min-width:1550px) {
  .demo__widget {
    flex: 0 0 40rem;
    height: 55rem
  }
}
@media (min-width:2560px) {
  .demo__widget {
    flex: 0 0 45rem;
    height: 60rem
  }
}
.demo__header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.3rem 1.5rem;
  border-bottom: .1rem solid #d1d5db;
  color: #222;
  font-size: clamp(1rem,.29vw + .86rem,1.6rem);
  line-height: 1.3;
  text-align: center;
  text-wrap-style: pretty
}
.demo__feed {
  flex: 1;
  min-height: 0;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  overflow-y: auto;
  scroll-behavior: smooth;
  scrollbar-width: none
}
.demo__feed::-webkit-scrollbar {
  display: none
}
@keyframes msg-in {
  to {
    opacity: 1;
    transform: none
  }
}
@keyframes msg-highlight {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(111,243,223,0)
  }
  30% {
    box-shadow: 0 0 0 2px rgba(99,214,197,.6),0 0 20px 2px rgba(111,243,223,.32)
  }
}
.demo__msg {
  position: relative;
  max-width: 82%;
  font-size: clamp(1.2rem,.29vw + 1.06rem,1.8rem);
  line-height: 1.4;
  letter-spacing: .05rem;
  padding: 1.1rem 1.4rem;
  border-radius: .8rem;
  opacity: 0;
  transform: translateY(.8rem);
  animation: msg-in .42s cubic-bezier(.2,.8,.2,1) forwards;
  box-shadow: #cecece 0 .4rem .4rem -.3rem
}
.demo__msg b {
  font-variation-settings: "wght" var(--bold)
}
.demo__msg.bot {
  align-self: flex-start;
  background-color: var(--white);
  color: var(--black);
  border-top-left-radius: 0
}
.demo__msg.user {
  align-self: flex-end;
  background-color: var(--black);
  color: var(--white);
  border-top-right-radius: 0
}
.demo__msg--hl:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 1;
  transform: none;
  animation: msg-highlight 1.6s ease;
  border-radius: .8rem;
  border-top-left-radius: 0
}
@keyframes msg-bounce {
  0%,
  100%,
  60% {
    transform: translateY(0)
  }
  30% {
    transform: translateY(-5px)
  }
}
.demo__typing {
  display: flex;
  align-self: flex-start;
  gap: .3rem;
  background-color: var(--white);
  border-top-left-radius: 0;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: .05rem;
  padding: 1.3rem 1.4rem;
  border-radius: .8rem;
  opacity: 0;
  animation: msg-in .3s forwards
}
.demo__typing i {
  width: .5rem;
  height: .5rem;
  border-radius: 100%;
  background: #222;
  opacity: .8;
  display: block;
  animation: msg-bounce 1.3s infinite
}
.demo__typing i:nth-child(2) {
  animation-delay: .18s
}
.demo__typing i:nth-child(3) {
  animation-delay: .36s
}
@keyframes msg-flow {
  0% {
    background-position: 0 0
  }
  100% {
    background-position: 280% 0
  }
}
.demo__capture {
  background-color: var(--cyan);
  color: var(--white);
  font-size: clamp(1.2rem,.29vw + 1.06rem,1.8rem);
  line-height: 1.4;
  letter-spacing: .05rem;
  padding: 1.1rem 1.4rem;
  border-radius: .8rem;
  margin: .5rem 0 0;
  display: flex;
  align-items: center;
  gap: 1.3rem;
  box-shadow: 0 .4rem .4rem -.3rem rgba(52,216,192,.55);
  opacity: 0;
  transform: translateY(1rem);
  animation: msg-in .5s forwards,msg-flow 4.5s linear infinite
}
.demo__capture small {
  font-size: 85%
}
.demo__tick {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem
}
.demo__tick .icon--check {
  width: 100%
}
.demo__tick .icon--check svg {
  fill: var(--white)
}
.demo__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 1.5rem;
  border-top: .1rem solid #d1d5db
}
.demo__logo {
  display: block;
  width: 14rem;
  height: 3rem
}
@media (min-width:1550px) {
  .demo__logo {
    width: 17rem;
    height: 3.7rem
  }
}
.demo__logo svg {
  fill: #222
}
.demo__play {
  background-color: #222;
  cursor: pointer;
  opacity: .5;
  border: none;
  justify-content: center;
  align-items: center;
  width: 3.4rem;
  height: 3.4rem;
  padding: .5rem;
  transition: opacity .2s;
  border-radius: .4rem
}
@media (min-width:1550px) {
  .demo__play {
    width: 4rem;
    height: 4rem
  }
}
.demo__play svg {
  fill: var(--white)
}
.demo__play:hover {
  opacity: 1
}
.demo__callouts {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  pointer-events: none
}
@media (max-width:1179px) {
  .demo__callouts {
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 0;
    margin-top: .4rem
  }
}
@keyframes msg-callout {
  0% {
    box-shadow: 0 14px 30px -16px rgba(0,0,0,.8)
  }
  28% {
    box-shadow: 0 0 22px 1px rgba(99,214,197,.5),0 14px 30px -16px rgba(0,0,0,.8)
  }
  100% {
    box-shadow: 0 14px 30px -16px rgba(0,0,0,.8)
  }
}
.demo__callout {
  background-color: var(--cyan-dark);
  border-radius: .8rem;
  padding: 1.2rem 1.5rem;
  box-shadow: 0 1.4rem 3rem -1.6rem rgba(0,0,0,.8);
  opacity: 0;
  transform: translateX(1.4rem) scale(.96);
  transition: opacity .45s,transform .45s
}
@media (max-width:1179px) {
  .demo__callout {
    flex: 1 1 16rem;
    transform: translateY(1rem) scale(.96)
  }
}
.demo__callout.show {
  opacity: 1;
  transform: none;
  animation: msg-callout 1.6s ease
}
.demo__callout .k {
  font-size: clamp(1.3rem,.24vw + 1.18rem,1.8rem);
  font-variation-settings: "wght" var(--heading-weight);
  color: var(--white);
  display: flex;
  align-items: flex-start;
  gap: .8rem
}
.demo__callout .k .icon--check {
  width: 1.5rem;
  margin-top: .4rem
}
.demo__callout .k .icon--check svg {
  fill: var(--white)
}
.demo__callout .v {
  font-size: clamp(1.2rem,.14vw + 1.13rem,1.5rem);
  margin-top: .2rem;
  line-height: 1.3
}
.demo--web {
  height: 100%;
  border: clamp(.8rem,.58vw + .52rem,2rem) solid var(--black)
}
.demo--web .demo__row,
.demo--web .demo__widget {
  height: 100%
}
@media (max-width:767px) {
  .demo--web .demo__widget {
    border-radius: .6rem
  }
}
.demo--web .demo__header {
  font-size: clamp(.6rem,.29vw + .46rem,1.2rem)
}
@media (max-width:767px) {
  .demo--web .demo__header {
    padding: .5rem 1rem
  }
}
@media (max-width:767px) {
  .demo--web .demo__feed {
    padding: 1rem;
    gap: 1rem
  }
}
@media (max-width:479px) {
  .demo--web .demo__feed {
    padding: .5rem
  }
}
@media (min-width:992px) {
  .demo--web .demo__feed {
    gap: 1rem
  }
}
.demo--web .demo__msg {
  font-size: clamp(.6rem,.34vw + .44rem,1.3rem);
  max-width: 90%
}
@media (max-width:767px) {
  .demo--web .demo__msg {
    max-width: 100%;
    padding: .8rem 1rem
  }
}
@media (max-width:479px) {
  .demo--web .demo__msg {
    padding: .5rem .8rem
  }
}
.demo--web .demo__typing {
  gap: .3rem;
  padding: 1.3rem 1.4rem
}
.demo--web .demo__typing i {
  width: .3rem;
  height: .3rem
}
.demo--web .demo__capture {
  font-size: clamp(.7rem,.34vw + .54rem,1.4rem);
  text-wrap-style: pretty
}
@media (max-width:767px) {
  .demo--web .demo__capture {
    padding: .8rem 1rem;
    gap: 1rem
  }
}
@media (max-width:479px) {
  .demo--web .demo__capture {
    padding: .5rem .8rem
  }
}
.demo--web .demo__capture small {
  font-size: 85%
}
.demo--web .demo__tick {
  width: 1.3rem;
  height: 1.3rem
}
@media (min-width:768px) {
  .demo--web .demo__tick {
    width: 1.5rem;
    height: 1.5rem
  }
}
.demo--web .demo__logo {
  display: flex;
  width: 8vw;
  min-width: 7rem;
  height: auto
}
@media (min-width:992px) {
  .demo--web .demo__logo {
    max-width: 12rem
  }
}
@media (min-width:2560px) {
  .demo--web .demo__logo {
    max-width: 13rem
  }
}
.demo--web .demo__footer {
  column-gap: 1rem
}
@media (max-width:767px) {
  .demo--web .demo__footer {
    padding: .5rem 1rem
  }
}
.demo--web .demo__play {
  padding: 0;
  aspect-ratio: 1/1;
  width: 1.8rem;
  height: 1.8rem
}
@media (min-width:768px) {
  .demo--web .demo__play {
    width: 2rem;
    height: 2rem
  }
}
@media (min-width:1180px) {
  .demo--web .demo__play {
    width: 3rem;
    height: 3rem
  }
}
@media (min-width:1550px) {
  .demo--web .demo__play {
    width: 3.3rem;
    height: 3.3rem
  }
}
@media (min-width:2560px) {
  .demo--web .demo__play {
    width: 3.5rem;
    height: 3.5rem
  }
}
.demo--web .demo__play .icon {
  width: 60%
}
.advantages {
  position: relative;
  padding: var(--space-y) var(--space-x);
  background-color: var(--white);
  color: var(--black)
}
.advantages__fixed {
  position: relative;
  width: 100%;
  max-width: 160rem;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:xl) {
  .advantages__fixed {
    max-width: 190rem
  }
}
@media (min-width:160rem) {
  .advantages__fixed {
    max-width: 205rem
  }
}
.advantages h2 {
  font-size: var(--h3);
  text-align: center;
  margin-block-end: var(--space-heading-fb);
  margin-block-end: var(--space-heading)
}
.advantages__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 -1rem;
  padding-top: clamp(2rem,1.44vw + 1.31rem,5rem);
  row-gap: clamp(5rem,1.92vw + 4.08rem,9rem)
}
@media (min-width:992px) {
  .advantages__list {
    margin: 0 -2rem
  }
}
.advantages__list > * {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 0 1rem
}
@media (min-width:768px) {
  .advantages__list > * {
    width: 50%
  }
}
@media (min-width:992px) {
  .advantages__list > * {
    padding: 0 2rem
  }
}
@media (min-width:1280px) {
  .advantages__list > * {
    width: 25%
  }
}
.advantages__body {
  height: 100%;
  width: 100%;
  font-variation-settings: "wght" var(--medium);
  text-align: center;
  border: .2rem solid var(--black);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  padding: clamp(5rem,1.92vw + 4.08rem,9rem) clamp(2.5rem,1.2vw + 1.92rem,5rem) clamp(2.5rem,1.2vw + 1.92rem,5rem)
}
.advantages__body h3 {
  font-size: var(--h4);
  margin-block-start: 0;
  line-height: 1.2
}
.advantages .icon {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background-color: var(--cyan);
  width: 6rem;
  height: 6rem;
  border-radius: 100%
}
@media (min-width:480px) {
  .advantages .icon {
    top: -3.5rem;
    width: 7rem;
    height: 7rem
  }
}
@media (min-width:992px) {
  .advantages .icon {
    top: -4rem;
    width: 8rem;
    height: 8rem
  }
}
@media (min-width:1550px) {
  .advantages .icon {
    top: -4.2rem;
    width: 8.5rem;
    height: 8.5rem
  }
}
@media (min-width:2560px) {
  .advantages .icon {
    top: -4.5rem;
    width: 10rem;
    height: 10rem
  }
}
.advantages .icon svg {
  width: 53%;
  height: 53%;
  fill: var(--white)
}
.hand {
  position: relative;
  background-color: var(--cyan-dark);
  padding: var(--space-y) var(--space-x) 0
}
.hand__fixed {
  position: relative;
  width: 100%;
  max-width: 160rem;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:xl) {
  .hand__fixed {
    max-width: 190rem
  }
}
@media (min-width:160rem) {
  .hand__fixed {
    max-width: 205rem
  }
}
.hand__intro {
  text-align: center;
  max-width: 70rem;
  margin: 0 auto 3rem;
  text-wrap-style: balance
}
@media (min-width:768px) {
  .hand__intro {
    margin: 0 auto 6rem
  }
}
.hand__intro h2 {
  font-size: var(--h3)
}
.hand__row {
  column-gap: var(--space-x)
}
@media (max-width:991px) {
  .hand__row {
    display: flex;
    flex-direction: column;
    align-items: center
  }
}
@media (min-width:992px) {
  .hand__row {
    display: grid;
    grid-template-columns: minmax(15rem,1fr) auto minmax(15rem,1fr)
  }
}
.hand__row > * {
  position: relative
}
.hand__row > :nth-child(2) {
  display: flex;
  justify-content: center
}
@media (max-width:991px) {
  .hand__row > :nth-child(2) {
    width: 35rem;
    order: 2
  }
}
@media (max-width:767px) {
  .hand__row > :nth-child(2) {
    width: 25rem;
    order: 2
  }
}
@media (min-width:992px) {
  .hand__row > :nth-child(2) {
    max-width: 50rem;
    width: 24vw
  }
}
.hand__row > :not(:nth-child(2)) {
  padding-bottom: var(--space-y)
}
@media (max-width:991px) {
  .hand__row > :nth-child(4) {
    order: 1
  }
}
@media (max-width:991px) {
  .hand__media {
    position: relative;
    height: 65rem;
    overflow: hidden
  }
}
@media (max-width:767px) {
  .hand__media {
    position: relative;
    height: 48rem;
    overflow: hidden
  }
}
@media (min-width:992px) {
  .hand__media {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%
  }
}
.hand__img {
  position: relative;
  z-index: 1
}
.hand__widget {
  background-color: var(--black);
  position: absolute;
  top: 1.2rem;
  left: 48%;
  aspect-ratio: 50/111;
  transform: translateX(-50%);
  border-radius: 1.5rem
}
@media (max-width:991px) {
  .hand__widget {
    width: 22rem
  }
}
@media (max-width:767px) {
  .hand__widget {
    width: 16rem;
    border-radius: .4rem;
    aspect-ratio: 50/109;
    top: 1.1rem
  }
}
@media (min-width:992px) {
  .hand__widget {
    max-width: 32rem;
    width: 15.5vw;
    aspect-ratio: 50/110
  }
}
.hand__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  height: 100%
}
.hand__list li {
  flex: 1 0 0
}
.hand__list li:not(:last-child) {
  margin-bottom: 4rem
}
.hand__list li:nth-child(odd) .hand__body {
  background-color: var(--black)
}
.hand__list li:nth-child(even) .hand__body {
  background-color: var(--cyan)
}
@media (max-width:991px) {
  .hand__list li {
    opacity: 1!important
  }
}
.hand__points {
  list-style: none;
  display: grid;
  gap: 2rem
}
@media (max-width:767px) {
  .hand__points {
    grid-template-columns: auto
  }
}
@media (min-width:768px) and (max-width:991px) {
  .hand__points {
    grid-template-columns: repeat(2,1fr)
  }
}
@media (min-width:992px) {
  .hand__points {
    grid-template-columns: auto
  }
}
.hand__points li:nth-child(odd) .hand__body {
  background-color: var(--black)
}
.hand__points li:nth-child(even) .hand__body {
  background-color: var(--cyan)
}
.hand__body {
  position: relative;
  color: var(--white);
  height: 100%;
  border-radius: var(--border-radius-lg);
  padding: clamp(2.5rem,1.44vw + 1.81rem,5.5rem);
  -webkit-box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  -moz-box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem
}
.hand__body .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: .3rem solid var(--white);
  border-radius: 100%;
  width: clamp(3rem,1.44vw + 2.31rem,6rem);
  height: clamp(3rem,1.44vw + 2.31rem,6rem)
}
.hand__body .icon svg {
  fill: var(--white);
  width: 45%;
  height: 45%
}
.hand__body h3 {
  display: inline-flex;
  justify-content: center;
  column-gap: 2rem;
  font-size: clamp(1.9rem,.29vw + 1.76rem,2.5rem);
  margin-block-end: .5lh
}
.hand__body h3 span:not(.icon) {
  align-self: center
}
.feature {
  position: relative;
  padding-left: var(--space-x);
  padding-right: var(--space-x);
  text-align: center
}
.feature--top {
  padding-top: var(--space-y)
}
.feature--bottom {
  padding-bottom: var(--space-y)
}
.feature__fixed {
  position: relative;
  width: 100%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto
}
.feature__emblem {
  display: block;
  width: clamp(4rem,1.92vw + 3.08rem,8rem);
  aspect-ratio: 1/1;
  margin: 0 auto;
  animation: bounce 2.5s ease infinite;
  animation-delay: 1ms
}
.feature h2 {
  font-size: var(--h3)
}
.feature:has(.feature__emblem) h2 {
  margin-block-start: .4em;
  margin-block-start: .3lh
}
.feature .btn {
  margin-block-start: 1.5lh
}
.feature .btn:has(+.btn--space) {
  margin-right: 1rem
}
@media (min-width:992px) {
  .feature .btn {
    margin-block-start: 2lh
  }
  .feature .btn:has(+.btn--space) {
    margin-right: 2rem
  }
}
.feature--white {
  background-color: var(--white);
  color: var(--black)
}
.feature--white .btn {
  color: var(--white);
  background: var(--cyan);
  border-color: var(--cyan)
}
.feature--white .btn .icon svg {
  fill: var(--white)
}
.feature--white .btn:focus,
.feature--white .btn:focus-visible,
.feature--white .btn:hover {
  color: var(--white);
  background: var(--black);
  border-color: var(--black)
}
.feature--white .btn:focus .icon svg,
.feature--white .btn:focus-visible .icon svg,
.feature--white .btn:hover .icon svg {
  fill: var(--white)
}
.feature--black {
  background-color: var(--black);
  color: var(--white)
}
.feature--black .btn {
  color: var(--white);
  background: var(--cyan);
  border-color: var(--cyan)
}
.feature--black .btn .icon svg {
  fill: var(--white)
}
.feature--black .btn:focus,
.feature--black .btn:focus-visible,
.feature--black .btn:hover {
  color: var(--black);
  background: var(--white);
  border-color: var(--white)
}
.feature--black .btn:focus .icon svg,
.feature--black .btn:focus-visible .icon svg,
.feature--black .btn:hover .icon svg {
  fill: var(--black)
}
.feature--cyan {
  background-color: var(--cyan-dark);
  color: var(--white)
}
.feature--cyan .btn {
  color: var(--black);
  background: var(--yellow);
  border-color: var(--yellow)
}
.feature--cyan .btn .icon svg {
  fill: var(--black)
}
.feature--cyan .btn:focus,
.feature--cyan .btn:focus-visible,
.feature--cyan .btn:hover {
  color: var(--black);
  background: var(--white);
  border-color: var(--white)
}
.feature--cyan .btn:focus .icon svg,
.feature--cyan .btn:focus-visible .icon svg,
.feature--cyan .btn:hover .icon svg {
  fill: var(--black)
}
.display {
  position: relative;
  background-color: var(--grey-light)
}
.display__row {
  padding: calc(var(--header-height) + var(--space-x)) var(--space-x) var(--space-y)
}
.display__frame {
  display: flex;
  flex-direction: column;
  background-color: var(--black);
  color: var(--white);
  padding: var(--space-y) 0 0;
  border-radius: var(--border-radius-lg);
  -webkit-box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  -moz-box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  overflow: hidden
}
.display__heading {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  text-align: center;
  text-wrap-style: balance;
  padding: 0 var(--space-x)
}
@media (min-width:1550px) {
  .display__heading {
    max-width: 130rem
  }
}
@media (min-width:2560px) {
  .display__heading {
    max-width: 150rem
  }
}
.display__heading h1 {
  font-size: clamp(2.8rem,1.92vw + 1.88rem,6.8rem)
}
.display__heading h2 {
  font-size: var(--h3);
  line-height: 1.2;
  color: var(--yellow)
}
.display__heading p {
  font-size: var(--h5);
  font-weight: var(--medium)
}
.display__heading ul:not(.list--exempt) {
  list-style: none;
  padding-left: 2rem
}
@media (min-width:1180px) {
  .display__heading ul:not(.list--exempt) {
    padding-left: 2.5rem
  }
}
.display__heading ul:not(.list--exempt) li {
  position: relative;
  margin: 0
}
.display__heading ul:not(.list--exempt) li::marker {
  display: none
}
.display__heading ul:not(.list--exempt) li:not(:last-child) {
  margin-bottom: .5rem
}
.display__heading ul:not(.list--exempt) li::before {
  position: absolute;
  left: -2rem;
  top: .7rem;
  display: block;
  content: "";
  width: .7rem;
  height: .7rem;
  background: var(--yellow);
  border-radius: 50%
}
@media (min-width:1180px) {
  .display__heading ul:not(.list--exempt) li::before {
    left: -2.5rem;
    top: .8rem;
    width: .8rem;
    height: .8rem
  }
}
.display__heading ul {
  margin-bottom: 0
}
.display__heading ol {
  padding-left: 2rem;
  counter-reset: custom-counter;
  list-style: none
}
@media (min-width:1180px) {
  .display__heading ol {
    padding-left: 2.5rem
  }
}
.display__heading ol li {
  position: relative;
  margin: 0;
  counter-increment: custom-counter
}
.display__heading ol li::marker {
  display: none
}
.display__heading ol li:not(:last-child) {
  margin-bottom: .5rem
}
.display__heading ol li::before {
  position: absolute;
  left: -2rem;
  top: 0;
  display: block;
  content: counter(custom-counter) ".";
  font-variation-settings: "wght" var(--bold);
  color: var(--yellow)
}
@media (min-width:1180px) {
  .display__heading ol li::before {
    left: -2.5rem
  }
}
.display__heading ol {
  margin-bottom: 0
}
.display__loop {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: var(--space-x) var(--space-x) var(--space-y)
}
@media (min-width:1550px) {
  .display__loop {
    max-width: 150rem
  }
}
.display__list {
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 clamp(-1rem,-.48vw + -.77rem,-2rem);
  row-gap: clamp(2rem,.96vw + 1.54rem,4rem)
}
.display__list--2 > * {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%
}
@media (min-width:992px) {
  .display__list--2 > * {
    width: 50%
  }
}
.display__list--3 > * {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%
}
@media (min-width:480px) {
  .display__list--3 > * {
    width: 50%
  }
}
@media (min-width:992px) {
  .display__list--3 > * {
    width: 33.33333333%
  }
}
.display__list::before {
  position: absolute;
  top: 14rem;
  left: -300%;
  width: 600%;
  height: 600%;
  background-color: var(--cyan-dark);
  content: ""
}
@media (min-width:768px) {
  .display__list::before {
    top: 18rem
  }
}
@media (min-width:1180px) {
  .display__list::before {
    top: 22rem
  }
}
@media (min-width:1550px) {
  .display__list::before {
    top: 24rem
  }
}
.display__item {
  padding: 0 clamp(1rem,.48vw + .77rem,2rem)
}
.display__body {
  position: relative;
  height: 100%;
  border-radius: var(--border-radius-sm);
  overflow: hidden
}
.display__body:has(.display__media) {
  display: grid;
  grid-template-rows: auto 1fr
}
.display__body:not(:has(.display__media)) .display__content {
  height: 100%
}
.display__media {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: var(--white);
  padding: 2rem;
  -webkit-box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  -moz-box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  box-shadow: rgba(0,0,0,.2) 0 .2rem 1.5rem;
  height: 14rem
}
@media (min-width:768px) {
  .display__media {
    height: 18rem
  }
}
@media (min-width:1180px) {
  .display__media {
    height: 22rem
  }
}
@media (min-width:1550px) {
  .display__media {
    height: 24rem
  }
}
.display__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}
.display__content {
  background-color: var(--white);
  color: var(--black);
  padding: clamp(3rem,.96vw + 2.54rem,5rem)
}
.display__content h3 {
  font-size: var(--h4);
  line-height: 1.3
}
.display__content h3:has(+h3) + h3 {
  margin-top: 0
}
.display__content h4 {
  font-size: var(--h2);
  margin-block: 0
}
.display__content h4 small {
  font-size: 60%;
  font-variation-settings: "wght" var(--regular)
}
.display__content hr {
  margin-block: 1lh;
  border-color: var(--grey)
}
.display__content ul {
  list-style: none;
  margin-block-start: .8lh;
  padding-left: 2rem
}
@media (min-width:992px) {
  .display__content ul {
    padding-left: 3.5rem
  }
}
.display__content ul:has(+.btn) {
  margin-block-end: 1.5lh
}
.display__content ul li {
  position: relative;
  margin: 0
}
.display__content ul li:not(:last-child) {
  margin-bottom: .5rem
}
.display__content ul li::before {
  position: absolute;
  left: -2rem;
  top: .2rem;
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23ffffff' %3E%3Cpath d='M20.13047,2.97826l-11.29762,12.11799-5.10086-4.82476-2.89396,3.1041,8.20137,7.64615,14.12257-15.14697-3.0315-2.8965Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%
}
@media (min-width:992px) {
  .display__content ul li::before {
    left: -3.5rem
  }
}
.display__content .btn {
  margin-block-end: 1.2lh
}
.display__footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--space-x) var(--space-x) var(--space-y)
}
.page-id-16 .display__list > :nth-child(1) strong {
  color: var(--cyan)
}
.page-id-16 .display__list > :nth-child(1) hr {
  border-color: var(--cyan)
}
.page-id-16 .display__list > :nth-child(1) .display__content {
  background-color: var(--black-dark);
  color: var(--white)
}
.page-id-16 .display__list > :nth-child(1) .display__content ul li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%2300B0AD' %3E%3Cpath d='M20.13047,2.97826l-11.29762,12.11799-5.10086-4.82476-2.89396,3.1041,8.20137,7.64615,14.12257-15.14697-3.0315-2.8965Z'/%3E%3C/svg%3E")
}
.page-id-16 .display__list > :nth-child(1) .btn {
  color: var(--white);
  background: var(--cyan);
  border-color: var(--cyan)
}
.page-id-16 .display__list > :nth-child(1) .btn .icon svg {
  fill: var(--white)
}
.page-id-16 .display__list > :nth-child(1) .btn:focus,
.page-id-16 .display__list > :nth-child(1) .btn:focus-visible,
.page-id-16 .display__list > :nth-child(1) .btn:hover {
  color: var(--black);
  background: var(--white);
  border-color: var(--white)
}
.page-id-16 .display__list > :nth-child(1) .btn:focus .icon svg,
.page-id-16 .display__list > :nth-child(1) .btn:focus-visible .icon svg,
.page-id-16 .display__list > :nth-child(1) .btn:hover .icon svg {
  fill: var(--black)
}
.page-id-16 .display__list > :nth-child(2) strong {
  color: var(--yellow)
}
.page-id-16 .display__list > :nth-child(2) hr {
  border-color: var(--yellow)
}
.page-id-16 .display__list > :nth-child(2) .display__content {
  background-color: var(--black-dark);
  color: var(--white)
}
.page-id-16 .display__list > :nth-child(2) .display__content ul li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23F9EA65' %3E%3Cpath d='M20.13047,2.97826l-11.29762,12.11799-5.10086-4.82476-2.89396,3.1041,8.20137,7.64615,14.12257-15.14697-3.0315-2.8965Z'/%3E%3C/svg%3E")
}
.page-id-16 .display__list > :nth-child(2) .btn {
  color: var(--black);
  background: var(--yellow);
  border-color: var(--yellow)
}
.page-id-16 .display__list > :nth-child(2) .btn .icon svg {
  fill: var(--black)
}
.page-id-16 .display__list > :nth-child(2) .btn:focus,
.page-id-16 .display__list > :nth-child(2) .btn:focus-visible,
.page-id-16 .display__list > :nth-child(2) .btn:hover {
  color: var(--black);
  background: var(--white);
  border-color: var(--white)
}
.page-id-16 .display__list > :nth-child(2) .btn:focus .icon svg,
.page-id-16 .display__list > :nth-child(2) .btn:focus-visible .icon svg,
.page-id-16 .display__list > :nth-child(2) .btn:hover .icon svg {
  fill: var(--black)
}
.integrate {
  display: grid;
  align-items: center;
  justify-content: center;
  color: var(--black);
  padding: 0 3.5rem;
  column-gap: 2rem;
  grid-template-columns: 1fr 20rem
}
@media (min-width:480px) {
  .integrate {
    grid-template-columns: auto 24rem
  }
}
@media (min-width:1180px) {
  .integrate {
    grid-template-columns: auto 35rem
  }
}
.integrate h3 {
  font-size: var(--h4);
  margin: 0
}
.integrate__logos {
  position: relative;
  opacity: .7
}
.brands {
  background-color: var(--grey-light);
  color: var(--black);
  padding: 0 var(--space-x)
}
.booking {
  position: relative;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto
}
.booking__title {
  font-size: var(--h4);
  margin-top: 0;
  margin-block-end: .8lh
}
.booking__status {
  border-radius: 1.2rem;
  padding: 1rem 2rem;
  border: .2rem solid #b3b3b3;
  margin-block-end: .8lh
}
@media (min-width:768px) {
  .booking__status {
    padding: 2rem 3rem
  }
}
.booking__status--error {
  border-color: var(--danger);
  background: rgba(221, 73, 80, 0.1);
  color: #7d2024;
}
.booking__status--success {
  border-color: var(--success);
  background: rgba(120, 196, 104, 0.2);
  color: #1a570e;
}
.booking__one {
  display: grid;
  gap: var(--space-x);
  padding-bottom: 3rem
}
@media (max-width:767px) {
  .booking__one {
    grid-template-rows: 1fr 25rem
  }
}
@media (min-width:768px) and (max-width:1179px) {
  .booking__one {
    grid-template-columns: 1fr 25rem
  }
}
@media (min-width:1180px) {
  .booking__one {
    grid-template-columns: 1fr 32rem
  }
}
.booking__calendar {
  display: grid;
  gap: .5rem;
  border-radius: 1.2rem;
  padding: 1rem;
  border: .2rem solid #b3b3b3
}
@media (min-width:768px) {
  .booking__calendar {
    padding: 2rem
  }
}
.booking__navigation {
  display: grid;
  grid-template-columns: 4rem 1fr 4rem;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem
}
.booking__month {
  text-align: center;
  margin: 0
}
.booking__direction {
  border-radius: .5rem;
  background-color: #b3b3b3;
  cursor: pointer;
  border-radius: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.booking__direction:focus,
.booking__direction:focus-visible,
.booking__direction:hover {
  background-color: var(--grey-dark)
}
.booking__direction .icon {
  width: 1.3rem
}
.booking__direction .icon svg {
  fill: var(--white)
}
.booking__direction--prev .icon {
  transform: rotate(90deg)
}
.booking__direction--next .icon {
  transform: rotate(-90deg)
}
.booking__weekdays {
  display: grid;
  grid-template-columns: repeat(7,minmax(0,1fr));
  gap: .4rem;
  margin-bottom: .6rem
}
.booking__weekdays span {
  text-align: center;
  font-size: 1.2rem;
  color: var(--grey-dark)
}
.booking__grid {
  display: grid;
  grid-template-columns: repeat(7,minmax(0,1fr));
  gap: .4rem
}
.booking__day {
  border-radius: .8rem;
  color: var(--white);
  background-color: var(--cyan-dark);
  min-height: 3.8rem;
  cursor: pointer;
  font-variation-settings: "wght" var(--medium)
}
.booking__day--disabled {
  cursor: not-allowed;
  color: var(--black);
  background-color: var(--white)
}
.booking__day--today {
  font-variation-settings: "wght" var(--semibold);
  cursor: not-allowed;
  color: var(--white);
  background-color: var(--grey-dark)
}
.booking__day--outside {
  background: 0 0
}
.booking__day--selected {
  background-color: var(--cyan);
  color: var(--white);
  font-variation-settings: "wght" var(--semibold)
}
.booking__aside {
  display: grid
}
.booking__aside > div {
  position: relative;
  border-radius: 1.2rem;
  border: .2rem solid #b3b3b3
}
.booking__times {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  width: 100%;
  padding: 1rem;
  overflow-y: scroll
}
@media (min-width:768px) {
  .booking__times {
    padding: 2rem
  }
}
.booking__slot {
  display: block;
  cursor: pointer;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  font-variation-settings: "wght" var(--semibold);
  line-height: 1.2;
  letter-spacing: .08rem;
  background-color: transparent;
  border-width: .3rem;
  border-style: solid;
  border-color: transparent;
  border-radius: 50rem;
  padding: 1rem 2rem 1.2rem;
  color: var(--white);
  background: var(--cyan-dark);
  border-color: var(--cyan-dark);
  width: 100%
}
@media (min-width:768px) {
  .booking__slot {
    padding: 1.2rem 3rem 1.4rem
  }
}
.booking__slot--selected {
  color: var(--white);
  background: var(--cyan);
  border-color: var(--cyan)
}
.booking__summary {
  padding: 2rem;
  border: .2rem solid #b3b3b3;
  border-radius: 1.2rem;
  margin-top: 3rem
}
.alert {
  border: .2rem solid var(--danger);
  background-color: rgba(221,73,80,.05);
  border-radius: var(--border-radius-sm);
  padding: var(--space-gutter);
  margin: 0 0 var(--space-gutter)
}
.alert h3,
.alert h3 strong {
  color: var(--danger)
}