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

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

body {
  line-height:1;
}

ol,
ul {
  list-style:none;
}

blockquote,
q {
  quotes:none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content:'';
  content:none;
}

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

body {
  -webkit-text-size-adjust:none
}

mark {
  background-color:transparent;
  color:inherit
}

input::-moz-focus-inner {
  border:0;
  padding:0
}

input[type="text"],
input[type="email"],
select,
textarea {
  -moz-appearance:none;
  -webkit-appearance:none;
  -ms-appearance:none;
  appearance:none
}

*,
 *::before,
 *::after {
  box-sizing: border-box;
}

body {
  line-height: 1.0;
  min-height: var(--viewport-height);
  min-width: 320px;
  overflow-x: hidden;
  word-wrap: break-word;
  background-color: #F0F2F5;
}

:root {
  --background-height: 100vh;
  --site-language-alignment: left;
  --site-language-direction: ltr;
  --site-language-flex-alignment: flex-start;
  --site-language-indent-left: 1;
  --site-language-indent-right: 0;
  --site-language-margin-left: 0;
  --site-language-margin-right: auto;
  --viewport-height: 100vh;
}

html {
  font-size: 18pt;
}

u {
  text-decoration: underline;
}

strong {
  color: inherit;
  font-weight: bolder;
}

em {
  font-style: italic;
}

code {
  background-color: rgba(144,
  144,
  144,
  0.25);
  border-radius: 0.25em;
  font-family: 'Lucida Console',
   'Courier New',
   monospace;
  font-size: 0.9em;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0 0.25em;
  padding: 0.25em 0.5em;
  text-indent: 0;
}

mark {
  background-color: rgba(144,
  144,
  144,
  0.25);
}

spoiler-text {
  -webkit-text-stroke: 0;
  background-color: rgba(32,
  32,
  32,
  0.75);
  text-shadow: none;
  text-stroke: 0;
  color: transparent;
  cursor: pointer;
  transition: color 0.1s ease-in-out;
}

spoiler-text.active {
  color: #FFFFFF;
  cursor: text;
}

s {
  text-decoration: line-through;
}

sub {
  font-size: smaller;
  vertical-align: sub;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.25s ease;
}

a[onclick]:not([href]) {
  cursor: pointer;
}

unloaded-script {
  display: none;
}

.site-wrapper {
  -webkit-overflow-scrolling: touch;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: var(--viewport-height);
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 0rem 0rem 0rem 0rem;
}

.site-main {
  --alignment: left;
  --flex-alignment: flex-start;
  --indent-left: 1;
  --indent-right: 0;
  --margin-left: 0;
  --margin-right: auto;
  --border-radius-tl: 0.5rem;
  --border-radius-tr: 0.5rem;
  --border-radius-br: 0.5rem;
  --border-radius-bl: 0.5rem;
  align-items: center;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  max-width: 100%;
  position: relative;
  text-align: var(--alignment);
  z-index: 1;
  background-color: transparent;
  border-radius: var(--border-radius-tl) var(--border-radius-tr) var(--border-radius-br) var(--border-radius-bl);
  transition: opacity 1.25s ease-in-out 0s;
}

.site-main > .inner {
  --padding-horizontal: 0rem;
  --padding-vertical: 2.5rem;
  --spacing: 2.375rem;
  --width: 25rem;
  border-radius: var(--border-radius-tl) var(--border-radius-tr) var(--border-radius-br) var(--border-radius-bl);
  max-width: 100%;
  position: relative;
  width: var(--width);
  z-index: 1;
  padding: var(--padding-vertical) var(--padding-horizontal);
}

.site-main > .inner > header {
  margin-bottom: var(--spacing);
}

.site-main > .inner > footer {
  margin-top: var(--spacing);
}

.site-main > .inner > * > * {
  margin-top: var(--spacing);
  margin-bottom: var(--spacing);
}

.site-main > .inner > * > :first-child {
  margin-top: 0 !important;
}

.site-main > .inner > * > :last-child {
  margin-bottom: 0 !important;
}

.site-main > .inner > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  max-width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
  width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
}

.site-main > .inner > .full:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  margin-top: calc(var(--padding-vertical) * -1) !important;
}

.site-main > .inner > .full:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

.site-main > .inner > .full.screen {
  border-radius: 0 !important;
  max-width: 100vw;
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  right: auto;
}

.site-main > .inner > * > .full {
  margin-left: calc(0rem);
  max-width: calc(100% + 0rem + 0.4725px);
  width: calc(100% + 0rem + 0.4725px);
}

.site-main > .inner > * > .full.screen {
  border-radius: 0 !important;
  max-width: 100vw;
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  right: auto;
}

.site-main > .inner > .active > .full:first-child {
  margin-top: -2.5rem !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.site-main > .inner > .active {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.site-main > .inner > .active > .full:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  margin-bottom: -2.5rem !important;
}

body.is-loading .site-main {
  opacity: 0;
}

body.is-instant .site-main,
 body.is-instant .site-main > .inner > *,
body.is-instant .site-main > .inner > section > * {
  transition: none !important;
}

body.is-instant::after {
  display: none !important;
  transition: none !important;
}

.image-component {
  display: block;
  line-height: 0;
  max-width: 100%;
  position: relative;
}

.image-component > .frame {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,
   0,
   0);
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  vertical-align: top;
  width: 100%;
}

.image-component > .frame > img {
  border-radius: 0 !important;
  max-width: 100%;
  vertical-align: top;
  width: inherit;
}

.image-component.full > .frame {
  display: block;
}

.image-component.full:first-child > .frame {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.image-component.full:last-child > .frame {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.image-component.instance-1:not(:first-child) {
  margin-top: 2.75rem !important;
}

.image-component.instance-1:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

.image-component.instance-1 > .frame {
  width: 100vw;
  transition: none;
}

.image-component.instance-1 > .frame > img {
  transition: none;
}

.image-component.instance-2:not(:first-child) {
  margin-top: 2.75rem !important;
}

.image-component.instance-2:not(:last-child) {
  margin-bottom: 2.75rem !important;
}

.image-component.instance-2 > .frame {
  width: 100vw;
  border-radius: 0.75rem;
  border-color: rgba(0,
  0,
  0,
  0.439);
  border-style: solid;
  border-width: 1px;
  transition: none;
}

.image-component.instance-2 > .frame > img:first-child {
  border-radius: calc(0.75rem - 1px) !important;
}

.image-component.instance-2 > .frame > img {
  transition: none;
}

.image-component.instance-3:not(:first-child) {
  margin-top: 2.75rem !important;
}

.image-component.instance-3:not(:last-child) {
  margin-bottom: 2.75rem !important;
}

.image-component.instance-3 > .frame {
  width: 100vw;
  border-radius: 0.75rem;
  border-color: rgba(0,
  0,
  0,
  0.439);
  border-style: solid;
  border-width: 1px;
  transition: none;
}

.image-component.instance-3 > .frame > img:first-child {
  border-radius: calc(0.75rem - 1px) !important;
}

.image-component.instance-3 > .frame > img {
  transition: none;
}

.text-component {
  direction: var(--site-language-direction);
  position: relative;
}

.text-component span.p {
  display: block;
  position: relative;
}

.text-component span[style],
 .text-component strong,
 .text-component a,
 .text-component code,
 .text-component mark,
 .text-component spoiler-text {
  -webkit-text-fill-color: currentcolor;
}

.text-component.instance-3 {
  color: #2E2D31;
  font-family: 'Inter',
   sans-serif;
  font-size: 27px;
  line-height: 1.125;
  font-weight: 700;
}

.text-component.instance-3 a {
  align-items: baseline;
  color: #000000;
  display: inline-flex;
  gap: 0.28rem;
  text-decoration: none;
}

.text-component.instance-3 a > .heading-link-icon {
  fill: #228EFF;
  flex: 0 0 auto;
  height: 0.7em;
  transform: translateY(0.02em);
  width: 0.7em;
}

.text-component.instance-3 a:hover {
  text-decoration: none;
}

.text-component.instance-3 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}

.text-component.instance-20 {
  color: rgba(46,
  45,
  49,
  0.631);
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: 16.5px;
  line-height: 1.125;
  font-weight: 400;
}

.text-component.instance-20 a {
  color: inherit;
  text-decoration: none;
}

.text-component.instance-20 a:hover {
  text-decoration: none;
}

.text-component.instance-20 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}

.text-component.style-1:not(:first-child) {
  margin-top: 3rem !important;
}

.text-component.style-1:not(:last-child) {
  margin-bottom: 3rem !important;
}

.text-component.style-1 {
  text-align: left;
  color: #487B85;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
}

.text-component.style-1 mark {
  background-color: rgba(255,
  255,
  0,
  0.671);
}

.text-component.style-1 a {
  text-decoration: underline;
}

.text-component.style-1 a:hover {
  text-decoration: none;
}

.text-component.style-1 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}

.text-component.instance-2 {
  text-align: left;
  color: #000000;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: 0.025rem;
  width: calc(100% + 0.025rem);
  font-size: 2em;
  line-height: 0.75;
  font-weight: 700;
}

.text-component.instance-2 mark {
  background-color: rgba(255,
  255,
  0,
  0.671);
}

.text-component.instance-2 a {
  text-decoration: underline;
}

.text-component.instance-2 a:hover {
  text-decoration: none;
}

.text-component.instance-2 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}

.text-component.instance-28 {
  text-align: left;
  color: #000000;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
}

.text-component.instance-28 mark {
  background-color: rgba(255,
  255,
  0,
  0.671);
}

.text-component.instance-28 a {
  text-decoration: underline;
}

.text-component.instance-28 a:hover {
  text-decoration: none;
}

.text-component.instance-28 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}

.text-component.instance-12:not(:first-child) {
  margin-top: 2.5rem !important;
}

.text-component.instance-12:not(:last-child) {
  margin-bottom: 2.5rem !important;
}

.text-component.instance-12 {
  text-align: left;
  color: #000000;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
}

.text-component.instance-12 mark {
  background-color: rgba(255,
  255,
  0,
  0.671);
}

.text-component.instance-12 a {
  text-decoration: underline;
}

.text-component.instance-12 a:hover {
  text-decoration: none;
}

.text-component.instance-12 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}

.text-component.instance-32:not(:first-child) {
  margin-top: 2.5rem !important;
}

.text-component.instance-32:not(:last-child) {
  margin-bottom: 2.5rem !important;
}

.text-component.instance-32 {
  text-align: left;
  color: #000000;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
}

.text-component.instance-32 mark {
  background-color: rgba(255,
  255,
  0,
  0.671);
}

.text-component.instance-32 a {
  text-decoration: underline;
}

.text-component.instance-32 a:hover {
  text-decoration: none;
}

.text-component.instance-32 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}

.text-component.instance-31:not(:first-child) {
  margin-top: 2.5rem !important;
}

.text-component.instance-31:not(:last-child) {
  margin-bottom: 2.5rem !important;
}

.text-component.instance-31 {
  text-align: left;
  color: #000000;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
}

.text-component.instance-31 mark {
  background-color: rgba(255,
  255,
  0,
  0.671);
}

.text-component.instance-31 a {
  text-decoration: underline;
}

.text-component.instance-31 a:hover {
  text-decoration: none;
}

.text-component.instance-31 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}

.text-component.instance-26:not(:first-child) {
  margin-top: 2.5rem !important;
}

.text-component.instance-26:not(:last-child) {
  margin-bottom: 2.5rem !important;
}

.text-component.instance-26 {
  text-align: left;
  color: #000000;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
}

.text-component.instance-26 mark {
  background-color: rgba(255,
  255,
  0,
  0.671);
}

.text-component.instance-26 a {
  color: #228EFF;
  text-decoration: underline;
}

.text-component.instance-26 a:hover {
  text-decoration: none;
}

.text-component.instance-26 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}

.text-component.instance-30:not(:first-child) {
  margin-top: 2.5rem !important;
}

.text-component.instance-30:not(:last-child) {
  margin-bottom: 2.5rem !important;
}

.text-component.instance-30 {
  text-align: left;
  color: #000000;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
}

.text-component.instance-30 mark {
  background-color: rgba(255,
  255,
  0,
  0.671);
}

.text-component.instance-30 a {
  text-decoration: underline;
}

.text-component.instance-30 a:hover {
  text-decoration: none;
}

.text-component.instance-30 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}

.text-component.instance-19 {
  text-align: left;
  color: #000000;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
}

.text-component.instance-19 mark {
  background-color: rgba(255,
  255,
  0,
  0.671);
}

.text-component.instance-19 a {
  text-decoration: underline;
}

.text-component.instance-19 a:hover {
  text-decoration: none;
}

.text-component.instance-19 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}

.text-component.instance-5 {
  text-align: left;
  color: #000000;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
}

.text-component.instance-5 mark {
  background-color: rgba(255,
  255,
  0,
  0.671);
}

.text-component.instance-5 a {
  text-decoration: underline;
}

.text-component.instance-5 a:hover {
  text-decoration: none;
}

.text-component.instance-5 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}

.text-component.instance-7 {
  text-align: left;
  color: #000000;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
}

.text-component.instance-7 mark {
  background-color: rgba(255,
  255,
  0,
  0.671);
}

.text-component.instance-7 a {
  text-decoration: underline;
}

.text-component.instance-7 a:hover {
  text-decoration: none;
}

.text-component.instance-7 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}

.text-component.instance-25 {
  text-align: left;
  color: #000000;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
}

.text-component.instance-25 mark {
  background-color: rgba(255,
  255,
  0,
  0.671);
}

.text-component.instance-25 a {
  text-decoration: underline;
}

.text-component.instance-25 a:hover {
  text-decoration: none;
}

.text-component.instance-25 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}

.text-component.instance-14 {
  text-align: left;
  color: #000000;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
}

.text-component.instance-14 mark {
  background-color: rgba(255,
  255,
  0,
  0.671);
}

.text-component.instance-14 a {
  color: #228EFF;
  text-decoration: underline;
}

.text-component.instance-14 a:hover {
  text-decoration: none;
}

.text-component.instance-14 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}

.text-component.instance-16 {
  text-align: left;
  color: #000000;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
}

.text-component.instance-16 mark {
  background-color: rgba(255,
  255,
  0,
  0.671);
}

.text-component.instance-16 a {
  text-decoration: underline;
}

.text-component.instance-16 a:hover {
  text-decoration: none;
}

.text-component.instance-16 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}

.text-component.instance-21 {
  text-align: left;
  color: #000000;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
}

.text-component.instance-21 mark {
  background-color: rgba(255,
  255,
  0,
  0.671);
}

.text-component.instance-21 a {
  text-decoration: underline;
}

.text-component.instance-21 a:hover {
  text-decoration: none;
}

.text-component.instance-21 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}

.text-component.instance-23 {
  text-align: left;
  color: #000000;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
}

.text-component.instance-23 mark {
  background-color: rgba(255,
  255,
  0,
  0.671);
}

.text-component.instance-23 a {
  text-decoration: underline;
}

.text-component.instance-23 a:hover {
  text-decoration: none;
}

.text-component.instance-23 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}

.text-component.instance-29 {
  text-align: left;
  color: #000000;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
}

.text-component.instance-29 mark {
  background-color: rgba(255,
  255,
  0,
  0.671);
}

.text-component.instance-29 a {
  color: #228EFF;
  text-decoration: underline;
}

.text-component.instance-29 a.restaurant-link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.text-component.instance-29 a.restaurant-link > .text-link-icon {
  fill: #228EFF;
  height: 0.72em;
  margin-left: 0.28rem;
  transform: translateY(0.04em);
  width: 0.72em;
}

.text-component.instance-29 .item-description {
  color: rgba(0, 0, 0, 0.72);
  display: block;
  font-size: 0.92em;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 0.2rem;
}

.text-component.instance-29 a:hover {
  text-decoration: none;
}

.text-component.instance-29 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}

.text-component.instance-35 {
  text-align: left;
  color: #000000;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
}

.text-component.instance-35 mark {
  background-color: rgba(255,
  255,
  0,
  0.671);
}

.text-component.instance-35 a {
  color: #228EFF;
  text-decoration: underline;
}

.text-component.instance-35 a.title-link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.text-component.instance-35 a.title-link > .text-link-icon {
  fill: #228EFF;
  height: 0.72em;
  margin-left: 0.28rem;
  transform: translateY(0.04em);
  width: 0.72em;
}

.text-component.instance-35 .item-description {
  color: rgba(0, 0, 0, 0.72);
  display: block;
  font-size: 0.92em;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 0.2rem;
}

.text-component.instance-35 a:hover {
  text-decoration: none;
}

.text-component.instance-35 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}

.text-component.instance-9 {
  text-align: left;
  color: #000000;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
}

.text-component.instance-9 mark {
  background-color: rgba(255,
  255,
  0,
  0.671);
}

.text-component.instance-9 a {
  color: #228EFF;
  text-decoration: underline;
}

.text-component.instance-9 a.nicetravel-link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.text-component.instance-9 a.nicetravel-link > .text-link-icon {
  fill: #228EFF;
  height: 0.72em;
  margin-left: 0.28rem;
  transform: translateY(0.04em);
  width: 0.72em;
}

.text-component.instance-9 .item-description {
  color: rgba(0, 0, 0, 0.72);
  display: block;
  font-size: 0.92em;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 0.2rem;
}

.text-component.instance-9 a:hover {
  text-decoration: none;
}

.text-component.instance-9 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}

.text-component.instance-27 {
  text-align: left;
  color: #000000;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
}

.text-component.instance-27 mark {
  background-color: rgba(255,
  255,
  0,
  0.671);
}

.text-component.instance-27 a {
  color: #228EFF;
  text-decoration: underline;
}

.text-component.instance-27 a:hover {
  text-decoration: none;
}

.text-component.instance-27 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}

.text-component.instance-33 {
  text-align: left;
  color: #000000;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
}

.text-component.instance-33 mark {
  background-color: rgba(255,
  255,
  0,
  0.671);
}

.text-component.instance-33 a {
  text-decoration: underline;
}

.text-component.instance-33 a:hover {
  text-decoration: none;
}

.text-component.instance-33 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}

.buttons-component {
  cursor: default;
  display: flex;
  justify-content: var(--flex-alignment);
  letter-spacing: 0;
  padding: 0;
}

.buttons-component > li {
  max-width: 100%;
  text-align: var(--alignment);
}

.buttons-component > li > a {
  align-items: center;
  justify-content: center;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}

.buttons-component.instance-1 {
  --flex-alignment: center;
  --alignment: center;
  gap: 1rem;
  flex-direction: row;
  flex-wrap: wrap;
}

.buttons-component.instance-1:not(:first-child) {
  margin-top: 1.5rem !important;
}

.buttons-component.instance-1:not(:last-child) {
  margin-bottom: 1rem !important;
}

.buttons-component.instance-1 > li > a {
  display: inline-grid;
  grid-template-columns: 24px 9rem;
  column-gap: 0.75rem;
  align-items: center;
  justify-content: center;
  text-align: left;
  width: 20rem;
  height: 3.5rem;
  line-height: 3.5rem;
  padding: 0 0.5rem 0 1.2rem;
  vertical-align: middle;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  font-size: 1em;
  font-weight: 600;
  border-radius: 0.375rem;
  background-color: #F2F2F2;
  box-shadow: 0 0.18rem 0.35rem rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  color: #000000;
  transition: color 0.25s ease,
   background-color 0.25s ease,
   border-color 0.25s ease,
   box-shadow 0.25s ease,
   transform 0.25s ease;
}

.buttons-component.instance-1 > li > a > svg {
  display: block;
  fill: #000000;
  justify-self: end;
  height: 24px;
  min-width: 16px;
  pointer-events: none;
  width: 24px;
  transition: fill 0.25s ease;
}

.buttons-component.instance-1 > li > a > .label {
  direction: var(--site-language-direction);
  font-size: 16.5px;
  justify-self: start;
  overflow: hidden;
}

.buttons-component.instance-1 > li > a.n01 > svg {
  fill: #FFFFFF;
  transform: scale(1.08);
}

.buttons-component.instance-1 > li > a.n01 {
  background-color: #000000;
  color: #FFFFFF;
}

.buttons-component.instance-1 > li > a.n02 > svg {
  fill: #FFFFFF;
  transform: scale(0.95);
}

.buttons-component.instance-1 > li > a.n02 {
  background-color: #FF0000;
  color: #FFFFFF;
}

.buttons-component.instance-3 {
  --flex-alignment: center;
  --alignment: center;
  gap: 1rem;
  flex-direction: row;
  flex-wrap: wrap;
}

.buttons-component.instance-3:not(:first-child) {
  margin-top: 0 !important;
}

.buttons-component.instance-3:not(:last-child) {
  margin-bottom: 2.25rem !important;
}

.buttons-component.instance-3 > li > a {
  align-items: center;
  display: inline-grid;
  grid-template-columns: 24px 9rem;
  column-gap: 0.75rem;
  justify-content: center;
  text-align: left;
  width: 20rem;
  height: 3.5rem;
  line-height: 3.5rem;
  padding: 0 0.5rem 0 1.2rem;
  vertical-align: middle;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  font-size: 1.125em;
  font-weight: 600;
  border-radius: 0.375rem;
  direction: var(--site-language-direction);
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #ECECEC;
  box-shadow: 0 0.16rem 0.32rem rgba(0, 0, 0, 0.09), inset 0 0 0 1px rgba(0, 0, 0, 0.035), inset 0 1px 0 rgba(255, 255, 255, 0.85);
  color: #000000;
  transition: color 0.25s ease,
   background-color 0.25s ease,
   border-color 0.25s ease,
   box-shadow 0.25s ease,
   transform 0.25s ease;
}

.buttons-component.instance-3 > li > a:hover {
  background-color: #BABABA !important;
}

.buttons-component.instance-3 > li > a > .button-icon {
  display: block;
  fill: currentColor;
  height: 24px;
  justify-self: end;
  width: 24px;
}

.buttons-component.instance-3 > li > a > .button-icon.fa-star {
  fill: url('#review-star-gradient');
  filter: drop-shadow(0 0.06rem 0 rgba(115, 76, 0, 0.22));
  stroke: #F8DC73;
  stroke-linejoin: round;
  stroke-width: 1.1rem;
}

.buttons-component.instance-3 > li > a > .button-icon.fa-heart {
  fill: #E30022;
}

.buttons-component.instance-4 {
  gap: 1rem;
  flex-direction: column;
  flex-wrap: nowrap;
}

.nicetravel-heading-logo {
  line-height: 0;
  margin: 0;
  text-align: left;
  width: 100%;
}

.nicetravel-heading-logo img {
  display: block;
  height: auto;
  max-width: min(10.5rem, 55%);
}

.nicetravel-brand {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 1.35rem;
  max-width: 30rem;
  width: 100%;
}

.nicetravel-brand img {
  display: block;
  height: auto;
  max-width: min(12rem, 58%);
}

.nicetravel-footer-brand {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 30rem;
  padding-top: 2rem;
  width: 100%;
}

.nicetravel-footer-brand img {
  display: block;
  height: auto;
  max-width: min(12rem, 58%);
}

.buttons-component.instance-4:not(:first-child) {
  margin-top: 2.25rem !important;
}

.buttons-component.instance-4:not(:last-child) {
  margin-bottom: 2.25rem !important;
}

.buttons-component.instance-4 > li > a {
  align-items: center;
  display: inline-grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  column-gap: 0.75rem;
  width: 30rem;
  height: 3.5rem;
  line-height: 3.5rem;
  padding: 0 1.2rem 0 1.75rem;
  vertical-align: middle;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  font-size: 1.125em;
  font-weight: 600;
  border-radius: 0.375rem;
  background-color: #ECECEC;
  box-shadow: 0 0.16rem 0.32rem rgba(0, 0, 0, 0.09), inset 0 0 0 1px rgba(0, 0, 0, 0.035), inset 0 1px 0 rgba(255, 255, 255, 0.85);
  color: #000000;
  transition: color 0.25s ease,
   background-color 0.25s ease,
   border-color 0.25s ease,
   box-shadow 0.25s ease,
   transform 0.25s ease;
}

.buttons-component.instance-4 > li > a > svg {
  display: block;
  fill: #000000;
  grid-column: 2;
  grid-row: 1;
  height: 24px;
  justify-self: end;
  min-width: 16px;
  pointer-events: none;
  width: 24px;
  transition: fill 0.25s ease;
}

.buttons-component.instance-4 > li > a > .label {
  direction: var(--site-language-direction);
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  overflow: hidden;
  text-align: left;
  width: 100%;
}

.buttons-component.instance-4 > li > a:hover {
  background-color: #BABABA !important;
}

.buttons-component.instance-2 {
  gap: 1rem;
  flex-direction: column;
  flex-wrap: nowrap;
}

.buttons-component.instance-2:not(:first-child) {
  margin-top: 2.25rem !important;
}

.buttons-component.instance-2:not(:last-child) {
  margin-bottom: 2.25rem !important;
}

.buttons-component.instance-2 > li > a {
  display: inline-flex;
  width: 30rem;
  height: 3.5rem;
  line-height: 3.5rem;
  padding: 0 0.5rem;
  vertical-align: middle;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  font-size: 1.125em;
  font-weight: 600;
  border-radius: 0.375rem;
  background-color: #E0E0E0;
  color: #000000;
  transition: color 0.25s ease,
   background-color 0.25s ease,
   border-color 0.25s ease;
}

.buttons-component.instance-2 > li > a > svg {
  display: block;
  fill: #000000;
  flex-grow: 0;
  flex-shrink: 0;
  height: 100%;
  min-width: 16px;
  pointer-events: none;
  width: 2em;
  margin-left: -0.125em;
  margin-right: calc(0.5em + 0rem);
  transition: fill 0.25s ease;
}

.buttons-component.instance-2 > li > a > .label {
  direction: var(--site-language-direction);
  overflow: hidden;
}

.buttons-component.instance-2 > li > a:hover {
  background-color: #BABABA !important;
}

.buttons-component.instance-5 {
  --flex-alignment: center;
  --alignment: center;
  gap: 1rem;
  flex-direction: column;
  flex-wrap: nowrap;
}

.buttons-component.instance-5:not(:first-child) {
  margin-top: 2.25rem !important;
}

.buttons-component.instance-5:not(:last-child) {
  margin-bottom: 2.25rem !important;
}

.buttons-component.instance-5 > li > a {
  display: inline-flex;
  width: 30rem;
  height: 3.5rem;
  line-height: 3.5rem;
  padding: 0 0.5rem;
  vertical-align: middle;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  font-size: 1.125em;
  font-weight: 600;
  border-radius: 0.375rem;
  background-color: #FFC439;
  color: #000000;
  transition: color 0.25s ease,
   background-color 0.25s ease,
   border-color 0.25s ease;
}

.buttons-component.instance-5 > li > a > svg {
  display: block;
  fill: #000000;
  flex-grow: 0;
  flex-shrink: 0;
  height: 100%;
  min-width: 16px;
  pointer-events: none;
  width: 2em;
  margin-left: -0.125em;
  margin-right: calc(0.5em + 0rem);
  transition: fill 0.25s ease;
}

.buttons-component.instance-5 > li > a > .label {
  direction: var(--site-language-direction);
  overflow: hidden;
}

.buttons-component.instance-5 > li > a:hover {
  background-color: #E5A700 !important;
}

.container-component {
  position: relative;
}

.container-component > .wrapper {
  vertical-align: top;
  position: relative;
  max-width: 100%;
  border-radius: inherit;
}

.container-component > .wrapper > .inner {
  vertical-align: top;
  position: relative;
  max-width: 100%;
  border-radius: inherit;
  text-align: var(--alignment);
}

.container-component.full:first-child > .wrapper {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.container-component.full:last-child > .wrapper {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.container-component.full:first-child > .wrapper > .inner {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.container-component.full:last-child > .wrapper > .inner {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.container-component.style-1 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  box-shadow: 0rem 0.875rem 1.5rem 0rem rgba(0,
  0,
  0,
  0.2);
  border-radius: 0.5rem;
}

.container-component.style-1 > .wrapper > .inner {
  --gutters: 2rem;
  --padding-horizontal: 1.5rem;
  --padding-vertical: 2.5rem;
  --spacing: 0.25rem;
  padding: var(--padding-vertical) var(--padding-horizontal);
  border-radius: calc(0.5rem - 0px);
}

.container-component.style-1 > .wrapper {
  max-width: 100%;
  width: 100%;
}

.container-component.style-1.default > .wrapper > .inner > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}

.container-component.style-1.default > .wrapper > .inner > *:first-child {
  margin-top: 0 !important;
}

.container-component.style-1.default > .wrapper > .inner > *:last-child {
  margin-bottom: 0 !important;
}

.container-component.style-1.columns > .wrapper > .inner {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}

.container-component.style-1.columns > .wrapper > .inner > * {
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%;
  text-align: var(--alignment);
  padding: 0 0 0 var(--gutters);
}

.container-component.style-1.columns > .wrapper > .inner > * > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}

.container-component.style-1.columns > .wrapper > .inner > * > *:first-child {
  margin-top: 0 !important;
}

.container-component.style-1.columns > .wrapper > .inner > * > *:last-child {
  margin-bottom: 0 !important;
}

.container-component.style-1.columns > .wrapper > .inner > *:first-child {
  margin-left: calc(var(--gutters) * -1);
}

.container-component.style-1.default > .wrapper > .inner > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  max-width: none !important;
  width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

.container-component.style-1.default > .wrapper > .inner > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.container-component.style-1.default > .wrapper > .inner > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.container-component.style-1.columns > .wrapper > .inner > div > .full {
  margin-left: calc(var(--gutters) * -0.5);
  max-width: none !important;
  width: calc(100% + var(--gutters) + 0.4725px);
}

.container-component.style-1.columns > .wrapper > .inner > div:first-child > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

.container-component.style-1.columns > .wrapper > .inner > div:last-child > .full {
  width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

.container-component.style-1.columns > .wrapper > .inner > div > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
}

.container-component.style-1.columns > .wrapper > .inner > div > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

.container-component.style-1.columns > .wrapper > .inner > div:first-child,
 .container-component.style-1.columns > .wrapper > .inner > div:first-child > .full:first-child {
  border-top-left-radius: inherit;
}

.container-component.style-1.columns > .wrapper > .inner > div:last-child,
 .container-component.style-1.columns > .wrapper > .inner > div:last-child > .full:first-child {
  border-top-right-radius: inherit;
}

.container-component.style-1.columns > .wrapper > .inner > .full {
  align-self: stretch;
}

.container-component.style-1.columns > .wrapper > .inner > .full:first-child {
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}

.container-component.style-1.columns > .wrapper > .inner > .full:last-child {
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}

.container-component.style-1.columns > .wrapper > .inner > .full > .full:first-child:last-child {
  border-radius: inherit;
  height: calc(100% + (var(--padding-vertical) * 2));
}

.container-component.style-1.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
  border-radius: inherit;
  height: 100%;
  position: absolute;
  width: 100%;
}

.container-component.style-2 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  box-shadow: 0rem 0.875rem 1.5rem 0rem rgba(0,
  0,
  0,
  0.2);
  border-radius: 0.5rem;
}

.container-component.style-2 > .wrapper > .inner {
  --gutters: 2rem;
  --padding-horizontal: 1.5rem;
  --padding-vertical: 1.5rem;
  --spacing: 0.25rem;
  padding: var(--padding-vertical) var(--padding-horizontal);
  border-radius: calc(0.5rem - 0px);
}

.container-component.style-2 > .wrapper {
  max-width: 100%;
  width: 100%;
}

.container-component.style-2.default > .wrapper > .inner > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}

.container-component.style-2.default > .wrapper > .inner > *:first-child {
  margin-top: 0 !important;
}

.container-component.style-2.default > .wrapper > .inner > *:last-child {
  margin-bottom: 0 !important;
}

.container-component.style-2.columns > .wrapper > .inner {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}

.container-component.style-2.columns > .wrapper > .inner > * {
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%;
  text-align: var(--alignment);
  padding: 0 0 0 var(--gutters);
}

.container-component.style-2.columns > .wrapper > .inner > * > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}

.container-component.style-2.columns > .wrapper > .inner > * > *:first-child {
  margin-top: 0 !important;
}

.container-component.style-2.columns > .wrapper > .inner > * > *:last-child {
  margin-bottom: 0 !important;
}

.container-component.style-2.columns > .wrapper > .inner > *:first-child {
  margin-left: calc(var(--gutters) * -1);
}

.container-component.style-2.default > .wrapper > .inner > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  max-width: none !important;
  width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

.container-component.style-2.default > .wrapper > .inner > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.container-component.style-2.default > .wrapper > .inner > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.container-component.style-2.columns > .wrapper > .inner > div > .full {
  margin-left: calc(var(--gutters) * -0.5);
  max-width: none !important;
  width: calc(100% + var(--gutters) + 0.4725px);
}

.container-component.style-2.columns > .wrapper > .inner > div:first-child > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

.container-component.style-2.columns > .wrapper > .inner > div:last-child > .full {
  width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

.container-component.style-2.columns > .wrapper > .inner > div > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
}

.container-component.style-2.columns > .wrapper > .inner > div > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

.container-component.style-2.columns > .wrapper > .inner > div:first-child,
 .container-component.style-2.columns > .wrapper > .inner > div:first-child > .full:first-child {
  border-top-left-radius: inherit;
}

.container-component.style-2.columns > .wrapper > .inner > div:last-child,
 .container-component.style-2.columns > .wrapper > .inner > div:last-child > .full:first-child {
  border-top-right-radius: inherit;
}

.container-component.style-2.columns > .wrapper > .inner > .full {
  align-self: stretch;
}

.container-component.style-2.columns > .wrapper > .inner > .full:first-child {
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}

.container-component.style-2.columns > .wrapper > .inner > .full:last-child {
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}

.container-component.style-2.columns > .wrapper > .inner > .full > .full:first-child:last-child {
  border-radius: inherit;
  height: calc(100% + (var(--padding-vertical) * 2));
}

.container-component.style-2.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
  border-radius: inherit;
  height: 100%;
  position: absolute;
  width: 100%;
}

.container-component.instance-16 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  box-shadow: 0rem 0.875rem 1.5rem 0rem rgba(0,
  0,
  0,
  0.2);
  border-radius: 0.5rem;
}

.container-component.instance-16 > .wrapper > .inner {
  --gutters: 2rem;
  --padding-horizontal: 1.5rem;
  --padding-vertical: 1rem;
  --spacing: 0.25rem;
  padding: var(--padding-vertical) var(--padding-horizontal);
  border-radius: calc(0.5rem - 0px);
}

.container-component.instance-16 > .wrapper {
  max-width: 100%;
  width: 100%;
}

.container-component.instance-16.default > .wrapper > .inner > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}

.container-component.instance-16.default > .wrapper > .inner > *:first-child {
  margin-top: 0 !important;
}

.container-component.instance-16.default > .wrapper > .inner > *:last-child {
  margin-bottom: 0 !important;
}

.container-component.instance-16.columns > .wrapper > .inner {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}

.container-component.instance-16.columns > .wrapper > .inner > * {
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%;
  text-align: var(--alignment);
  padding: 0 0 0 var(--gutters);
}

.container-component.instance-16.columns > .wrapper > .inner > * > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}

.container-component.instance-16.columns > .wrapper > .inner > * > *:first-child {
  margin-top: 0 !important;
}

.container-component.instance-16.columns > .wrapper > .inner > * > *:last-child {
  margin-bottom: 0 !important;
}

.container-component.instance-16.columns > .wrapper > .inner > *:first-child {
  margin-left: calc(var(--gutters) * -1);
}

.container-component.instance-16.default > .wrapper > .inner > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  max-width: none !important;
  width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

.container-component.instance-16.default > .wrapper > .inner > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.container-component.instance-16.default > .wrapper > .inner > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.container-component.instance-16.columns > .wrapper > .inner > div > .full {
  margin-left: calc(var(--gutters) * -0.5);
  max-width: none !important;
  width: calc(100% + var(--gutters) + 0.4725px);
}

.container-component.instance-16.columns > .wrapper > .inner > div:first-child > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

.container-component.instance-16.columns > .wrapper > .inner > div:last-child > .full {
  width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

.container-component.instance-16.columns > .wrapper > .inner > div > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
}

.container-component.instance-16.columns > .wrapper > .inner > div > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

.container-component.instance-16.columns > .wrapper > .inner > div:first-child,
 .container-component.instance-16.columns > .wrapper > .inner > div:first-child > .full:first-child {
  border-top-left-radius: inherit;
}

.container-component.instance-16.columns > .wrapper > .inner > div:last-child,
 .container-component.instance-16.columns > .wrapper > .inner > div:last-child > .full:first-child {
  border-top-right-radius: inherit;
}

.container-component.instance-16.columns > .wrapper > .inner > .full {
  align-self: stretch;
}

.container-component.instance-16.columns > .wrapper > .inner > .full:first-child {
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}

.container-component.instance-16.columns > .wrapper > .inner > .full:last-child {
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}

.container-component.instance-16.columns > .wrapper > .inner > .full > .full:first-child:last-child {
  border-radius: inherit;
  height: calc(100% + (var(--padding-vertical) * 2));
}

.container-component.instance-16.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
  border-radius: inherit;
  height: 100%;
  position: absolute;
  width: 100%;
}

.container-component.instance-14 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  box-shadow: 0rem 0.875rem 1.5rem 0rem rgba(0,
  0,
  0,
  0.2);
  border-radius: 0.5rem;
}

.container-component.instance-14 > .wrapper > .inner {
  --gutters: 2rem;
  --padding-horizontal: 1.5rem;
  --padding-vertical: 1rem;
  --spacing: 0.25rem;
  padding: var(--padding-vertical) var(--padding-horizontal);
  border-radius: calc(0.5rem - 0px);
}

.container-component.instance-14 > .wrapper {
  max-width: 100%;
  width: 100%;
}

.container-component.instance-14.default > .wrapper > .inner > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}

.container-component.instance-14.default > .wrapper > .inner > *:first-child {
  margin-top: 0 !important;
}

.container-component.instance-14.default > .wrapper > .inner > *:last-child {
  margin-bottom: 0 !important;
}

.container-component.instance-14.columns > .wrapper > .inner {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}

.container-component.instance-14.columns > .wrapper > .inner > * {
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%;
  text-align: var(--alignment);
  padding: 0 0 0 var(--gutters);
}

.container-component.instance-14.columns > .wrapper > .inner > * > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}

.container-component.instance-14.columns > .wrapper > .inner > * > *:first-child {
  margin-top: 0 !important;
}

.container-component.instance-14.columns > .wrapper > .inner > * > *:last-child {
  margin-bottom: 0 !important;
}

.container-component.instance-14.columns > .wrapper > .inner > *:first-child {
  margin-left: calc(var(--gutters) * -1);
}

.container-component.instance-14.default > .wrapper > .inner > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  max-width: none !important;
  width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

.container-component.instance-14.default > .wrapper > .inner > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.container-component.instance-14.default > .wrapper > .inner > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.container-component.instance-14.columns > .wrapper > .inner > div > .full {
  margin-left: calc(var(--gutters) * -0.5);
  max-width: none !important;
  width: calc(100% + var(--gutters) + 0.4725px);
}

.container-component.instance-14.columns > .wrapper > .inner > div:first-child > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

.container-component.instance-14.columns > .wrapper > .inner > div:last-child > .full {
  width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

.container-component.instance-14.columns > .wrapper > .inner > div > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
}

.container-component.instance-14.columns > .wrapper > .inner > div > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

.container-component.instance-14.columns > .wrapper > .inner > div:first-child,
 .container-component.instance-14.columns > .wrapper > .inner > div:first-child > .full:first-child {
  border-top-left-radius: inherit;
}

.container-component.instance-14.columns > .wrapper > .inner > div:last-child,
 .container-component.instance-14.columns > .wrapper > .inner > div:last-child > .full:first-child {
  border-top-right-radius: inherit;
}

.container-component.instance-14.columns > .wrapper > .inner > .full {
  align-self: stretch;
}

.container-component.instance-14.columns > .wrapper > .inner > .full:first-child {
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}

.container-component.instance-14.columns > .wrapper > .inner > .full:last-child {
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}

.container-component.instance-14.columns > .wrapper > .inner > .full > .full:first-child:last-child {
  border-radius: inherit;
  height: calc(100% + (var(--padding-vertical) * 2));
}

.container-component.instance-14.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
  border-radius: inherit;
  height: 100%;
  position: absolute;
  width: 100%;
}

body.standalone-page #reviews-section.review-tab-section {
  position: relative;
  width: 338px;
  max-width: calc(100vw - 28px);
  margin-left: auto;
  margin-right: auto;
}

body.standalone-page #reviews-section.review-tab-section .review-tab-heading {
  position: relative;
  z-index: 2;
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 0.35em;
  margin: 0 0 -10px;
  border-radius: 5px 5px 5px 0;
  padding: 10px 15px;
  background: #5A5A5A;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

body.standalone-page #reviews-section.review-tab-section .review-tab-icon {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  fill: currentColor;
}

body.standalone-page #reviews-section.review-tab-section #container14 {
  margin-top: 0 !important;
}

body.standalone-page #reviews-section.review-tab-section #container14 > .wrapper {
  border-radius: 0 8px 8px 8px;
}

body.standalone-page #reviews-section.review-tab-section #container14 > .wrapper > .inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 30px;
}

body.standalone-page #reviews-section.review-tab-section #icons02 {
  position: absolute;
  top: -34px;
  right: 0;
  z-index: 3;
  margin: 0 !important;
  font-size: 23px;
}

body.standalone-page #reviews-section.review-tab-section #icons02 > li > a {
  width: 28px;
  height: 28px;
}

body.standalone-page #reviews-section.review-tab-section #icons02 > li > a > svg,
body.standalone-page #reviews-section.review-tab-section #icons02 .n01 > svg,
body.standalone-page #reviews-section.review-tab-section #icons02 .n01:hover > svg {
  fill: #FF4500 !important;
}

body.standalone-page #reviews-section.review-tab-section #divider07,
body.standalone-page #reviews-section.review-tab-section #divider08,
body.standalone-page #reviews-section.review-tab-section #divider10 {
  display: none;
}

body.standalone-page #reviews-section.review-tab-section #buttons02:not(:last-child) {
  margin-bottom: 0 !important;
}

body.standalone-page #reviews-section.review-tab-section #buttons02 {
  --flex-alignment: center;
  --alignment: center;
  flex-direction: row;
  flex-wrap: wrap;
}

body.standalone-page #reviews-section.review-tab-section #buttons02 > li > a {
  display: inline-grid;
  grid-template-columns: 24px max-content;
  column-gap: 0.75rem;
  align-items: center;
  justify-content: center;
  text-align: left;
  width: 20rem;
  padding: 0 0.75rem;
  background-color: #ECECEC;
  box-shadow: 0 0.16rem 0.32rem rgba(0, 0, 0, 0.09), inset 0 0 0 1px rgba(0, 0, 0, 0.035), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

body.standalone-page #reviews-section.review-tab-section #buttons02 > li > a > svg {
  justify-self: end;
  height: 24px;
  width: 24px;
  margin: 0;
}

body.standalone-page #reviews-section.review-tab-section #buttons02 > li > a > .label {
  justify-self: start;
  text-align: left;
}

body.standalone-page #reviews-back-link.review-bottom-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  margin-top: 2.75rem;
  color: #2491FF !important;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

body.standalone-page #reviews-back-link.review-bottom-back-link:visited,
body.standalone-page #reviews-back-link.review-bottom-back-link:hover,
body.standalone-page #reviews-back-link.review-bottom-back-link:active {
  color: #2491FF !important;
  text-decoration: none;
}

body.standalone-page #reviews-back-link.review-bottom-back-link > svg {
  display: block;
  width: 0.85em;
  height: 0.85em;
  flex: 0 0 auto;
  fill: currentColor;
}

body.standalone-page #tips-section.tip-tab-section {
  position: relative;
  width: 338px;
  max-width: calc(100vw - 28px);
  margin-left: auto;
  margin-right: auto;
}

body.standalone-page #tips-section.tip-tab-section .tip-tab-heading {
  position: relative;
  z-index: 2;
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 0.35em;
  margin: 0 0 -10px;
  border-radius: 5px 5px 5px 0;
  padding: 10px 15px;
  background: #5A5A5A;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

body.standalone-page #tips-section.tip-tab-section .tip-tab-icon {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  fill: currentColor;
}

body.standalone-page #tips-section.tip-tab-section #container16 {
  margin-top: 0 !important;
}

body.standalone-page #tips-section.tip-tab-section #container16 > .wrapper {
  border-radius: 0 8px 8px 8px;
}

body.standalone-page #tips-section.tip-tab-section #container16 > .wrapper > .inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 30px;
}

body.standalone-page #tips-section.tip-tab-section #icons01 {
  position: absolute;
  top: -34px;
  right: 0;
  z-index: 3;
  margin: 0 !important;
  font-size: 23px;
}

body.standalone-page #tips-section.tip-tab-section #icons01 > li > a {
  width: 28px;
  height: 28px;
}

body.standalone-page #tips-section.tip-tab-section #icons01 > li > a > svg,
body.standalone-page #tips-section.tip-tab-section #icons01 .n01 > svg,
body.standalone-page #tips-section.tip-tab-section #icons01 .n01:hover > svg {
  fill: #FF4500 !important;
}

body.standalone-page #tips-section.tip-tab-section #divider06,
body.standalone-page #tips-section.tip-tab-section #divider04,
body.standalone-page #tips-section.tip-tab-section #divider03 {
  display: none;
}

body.standalone-page #tips-section.tip-tab-section #buttons05:not(:last-child) {
  margin-bottom: 0 !important;
}

body.standalone-page #tips-section.tip-tab-section #buttons05 > li > a {
  box-shadow: 0 0.16rem 0.32rem rgba(0, 0, 0, 0.09), inset 0 0 0 1px rgba(0, 0, 0, 0.035), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transition: color 0.25s ease,
   background-color 0.25s ease,
   border-color 0.25s ease,
   box-shadow 0.25s ease,
   transform 0.25s ease;
}

body.standalone-page #tips-section.tip-tab-section #buttons05 > li > a:hover {
  box-shadow: 0 0.12rem 0.24rem rgba(0, 0, 0, 0.12), inset 0 0 0 1px rgba(0, 0, 0, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

body.standalone-page #tips-back-link.tip-bottom-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  margin-top: 2.75rem;
  color: #2491FF !important;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

body.standalone-page #tips-back-link.tip-bottom-back-link:visited,
body.standalone-page #tips-back-link.tip-bottom-back-link:hover,
body.standalone-page #tips-back-link.tip-bottom-back-link:active {
  color: #2491FF !important;
  text-decoration: none;
}

body.standalone-page #tips-back-link.tip-bottom-back-link > svg {
  display: block;
  width: 0.85em;
  height: 0.85em;
  flex: 0 0 auto;
  fill: currentColor;
}

.container-component.instance-1 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  box-shadow: 0rem 0.875rem 1.5rem 0rem rgba(0,
  0,
  0,
  0.2);
  border-radius: 0.5rem;
}

.container-component.instance-1 > .wrapper > .inner {
  --gutters: 2rem;
  --padding-horizontal: 1.5rem;
  --padding-vertical: 1rem;
  --spacing: 0.25rem;
  padding: var(--padding-vertical) var(--padding-horizontal);
  border-radius: calc(0.5rem - 0px);
}

.container-component.instance-1 > .wrapper {
  max-width: 100%;
  width: 100%;
}

.container-component.instance-1.default > .wrapper > .inner > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}

.container-component.instance-1.default > .wrapper > .inner > *:first-child {
  margin-top: 0 !important;
}

.container-component.instance-1.default > .wrapper > .inner > *:last-child {
  margin-bottom: 0 !important;
}

.container-component.instance-1.columns > .wrapper > .inner {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}

.container-component.instance-1.columns > .wrapper > .inner > * {
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%;
  text-align: var(--alignment);
  padding: 0 0 0 var(--gutters);
}

.container-component.instance-1.columns > .wrapper > .inner > * > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}

.container-component.instance-1.columns > .wrapper > .inner > * > *:first-child {
  margin-top: 0 !important;
}

.container-component.instance-1.columns > .wrapper > .inner > * > *:last-child {
  margin-bottom: 0 !important;
}

.container-component.instance-1.columns > .wrapper > .inner > *:first-child {
  margin-left: calc(var(--gutters) * -1);
}

.container-component.instance-1.default > .wrapper > .inner > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  max-width: none !important;
  width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

.container-component.instance-1.default > .wrapper > .inner > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.container-component.instance-1.default > .wrapper > .inner > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.container-component.instance-1.columns > .wrapper > .inner > div > .full {
  margin-left: calc(var(--gutters) * -0.5);
  max-width: none !important;
  width: calc(100% + var(--gutters) + 0.4725px);
}

.container-component.instance-1.columns > .wrapper > .inner > div:first-child > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

.container-component.instance-1.columns > .wrapper > .inner > div:last-child > .full {
  width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

.container-component.instance-1.columns > .wrapper > .inner > div > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
}

.container-component.instance-1.columns > .wrapper > .inner > div > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

.container-component.instance-1.columns > .wrapper > .inner > div:first-child,
 .container-component.instance-1.columns > .wrapper > .inner > div:first-child > .full:first-child {
  border-top-left-radius: inherit;
}

.container-component.instance-1.columns > .wrapper > .inner > div:last-child,
 .container-component.instance-1.columns > .wrapper > .inner > div:last-child > .full:first-child {
  border-top-right-radius: inherit;
}

.container-component.instance-1.columns > .wrapper > .inner > .full {
  align-self: stretch;
}

.container-component.instance-1.columns > .wrapper > .inner > .full:first-child {
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}

.container-component.instance-1.columns > .wrapper > .inner > .full:last-child {
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}

.container-component.instance-1.columns > .wrapper > .inner > .full > .full:first-child:last-child {
  border-radius: inherit;
  height: calc(100% + (var(--padding-vertical) * 2));
}

.container-component.instance-1.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
  border-radius: inherit;
  height: 100%;
  position: absolute;
  width: 100%;
}

.list-component {
  display: block;
}

.list-component > ul,
 .list-component > ol {
  display: inline-block;
  max-width: 100%;
  text-align: var(--site-language-alignment);
  vertical-align: middle;
}

.list-component > ul > li,
 .list-component > ol > li {
  direction: var(--site-language-direction);
  display: flex;
  position: relative;
}

.list-component > ul > li::before,
 .list-component > ol > li::before {
  background-repeat: no-repeat;
  content: '';
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  font-variant: normal !important;
  letter-spacing: 0 !important;
  order: 1;
  position: relative;
}

.list-component > ul > li::after,
 .list-component > ol > li::after {
  content: '';
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  order: 2;
  pointer-events: none;
}

.list-component > ul > li > p,
 .list-component > ol > li > p {
  flex-grow: 1;
  flex-shrink: 1;
  order: 3;
}

.list-component > ul > li:first-child,
 .list-component > ol > li:first-child {
  margin-top: 0 !important;
}

.list-component.instance-1 {
  color: #000000;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
}

.list-component.instance-1 mark {
  background-color: rgba(255,
  255,
  0,
  0.671);
}

.list-component.instance-1 a {
  text-decoration: underline;
}

.list-component.instance-1 a:hover {
  text-decoration: none;
}

.list-component.instance-1 ul {
  width: 100%;
}

.list-component.instance-1 ul > li {
  margin-top: 1rem;
}

.list-component.instance-1 ul > li::after {
  width: 0.703125rem;
}

.list-component.instance-1 ul > li::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2210%22%20fill%3D%22%23000000%22%20%2F%3E%3C%2Fsvg%3E');
  border-radius: 0.375rem;
  background-position: left 60%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.6875rem;
  line-height: 1.6875rem;
  min-width: 0.791015625rem;
}

.list-component.instance-2 {
  color: #000000;
  font-family: 'Inter',
   sans-serif;
  letter-spacing: -0.025rem;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
}

.list-component.instance-2 mark {
  background-color: rgba(255,
  255,
  0,
  0.671);
}

.list-component.instance-2 a {
  text-decoration: underline;
}

.list-component.instance-2 a:hover {
  text-decoration: none;
}

.list-component.instance-2 ol {
  width: 100%;
}

.list-component.instance-2 ol > li {
  margin-top: 1rem;
  counter-increment: item;
}

.list-component.instance-2 ol > li::after {
  width: 0.703125rem;
}

.list-component.instance-2 ol > li::before {
  color: #000000;
  font-family: '-apple-system',
   'BlinkMacSystemFont',
   'Segoe UI',
   'Roboto',
   'Helvetica Neue',
   'Arial',
   sans-serif,
   'Apple Color Emoji',
   'Segoe UI Emoji',
   'Segoe UI Symbol';
  font-size: 1.125rem;
  font-weight: 900;
  content: counter(item) ".";
  border-radius: 0.375rem;
  background-position: left 60%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.6875rem;
  line-height: 1.6875rem;
  min-width: 1.4765625rem;
}

.list-component.instance-2 ol > li:first-child {
  counter-reset: item 0;
}

.icons-component {
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--flex-alignment);
  letter-spacing: 0;
  padding: 0;
}

.icons-component > li {
  position: relative;
  z-index: 1;
}

.icons-component > li > a {
  align-items: center;
  display: flex;
  justify-content: center;
}

.icons-component > li > a > svg {
  display: block;
  pointer-events: none;
  position: relative;
}

.icons-component > li > a + svg {
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.icons-component > li > a > .label {
  display: none;
}

.icons-component.instance-5 {
  justify-content: flex-end;
  font-size: 1.5em;
  gap: 0.75rem;
}

.icons-component.instance-5 > li > a {
  border-radius: 0.375rem;
  height: 1em;
  width: 1em;
  transition: color 0.25s ease,
   background-color 0.25s ease,
   border-color 0.25s ease;
}

.icons-component.instance-5 > li > a > svg {
  height: 100%;
  width: 100%;
  fill: #FF0000;
  transition: fill 0.25s ease;
}

.icons-component.instance-5 > li > a + svg {
  transition: fill 0.25s ease,
   stroke 0.25s ease;
}

.icons-component.instance-5 .n01 > svg {
  fill: #FF0000;
}

.icons-component.instance-5 .n01:hover > svg {
  fill: #FF0000 !important;
}

.icons-component.instance-3 {
  justify-content: center;
  font-size: 2em;
  gap: 0.75rem;
}

.icons-component.instance-3 > li > a {
  border-radius: 0.375rem;
  height: 1em;
  width: 1em;
  transition: color 0.25s ease,
   background-color 0.25s ease,
   border-color 0.25s ease;
}

.icons-component.instance-3 > li > a > svg {
  height: 100%;
  width: 100%;
  fill: #000000;
  transition: fill 0.25s ease;
}

.icons-component.instance-3 > li > a + svg {
  transition: fill 0.25s ease,
   stroke 0.25s ease;
}

.icons-component.instance-2 {
  justify-content: flex-end;
  font-size: 1.5em;
  gap: 0.75rem;
}

.icons-component.instance-2 > li > a {
  border-radius: 0.375rem;
  height: 1em;
  width: 1em;
  transition: color 0.25s ease,
   background-color 0.25s ease,
   border-color 0.25s ease;
}

.icons-component.instance-2 > li > a > svg {
  height: 100%;
  width: 100%;
  fill: #FF0000;
  transition: fill 0.25s ease;
}

.icons-component.instance-2 > li > a + svg {
  transition: fill 0.25s ease,
   stroke 0.25s ease;
}

.icons-component.instance-2 .n01 > svg {
  fill: #FF0000;
}

.icons-component.instance-2 .n01:hover > svg {
  fill: #FF0000 !important;
}

.icons-component.instance-4 {
  justify-content: center;
  font-size: 2em;
  gap: 0.75rem;
}

.icons-component.instance-4 > li > a {
  border-radius: 0.375rem;
  height: 1em;
  width: 1em;
  transition: color 0.25s ease,
   background-color 0.25s ease,
   border-color 0.25s ease;
}

.icons-component.instance-4 > li > a > svg {
  height: 100%;
  width: 100%;
  fill: #000000;
  transition: fill 0.25s ease;
}

.icons-component.instance-4 > li > a + svg {
  transition: fill 0.25s ease,
   stroke 0.25s ease;
}

.icons-component.instance-1 {
  justify-content: flex-end;
  font-size: 1.5em;
  gap: 0.75rem;
}

.icons-component.instance-1 > li > a {
  border-radius: 0.375rem;
  height: 1em;
  width: 1em;
  transition: color 0.25s ease,
   background-color 0.25s ease,
   border-color 0.25s ease;
}

.icons-component.instance-1 > li > a > svg {
  height: 100%;
  width: 100%;
  fill: #FF0000;
  transition: fill 0.25s ease;
}

.icons-component.instance-1 > li > a + svg {
  transition: fill 0.25s ease,
   stroke 0.25s ease;
}

.icons-component.instance-1 .n01 > svg {
  fill: #FF0000;
}

.icons-component.instance-1 .n01:hover > svg {
  fill: #FF0000 !important;
}

.icons-component.instance-6 {
  justify-content: center;
  font-size: 2em;
  gap: 0.75rem;
}

.icons-component.instance-6 > li > a {
  border-radius: 0.375rem;
  height: 1em;
  width: 1em;
  transition: color 0.25s ease,
   background-color 0.25s ease,
   border-color 0.25s ease;
}

.icons-component.instance-6 > li > a > svg {
  height: 100%;
  width: 100%;
  fill: #000000;
  transition: fill 0.25s ease;
}

.icons-component.instance-6 > li > a + svg {
  transition: fill 0.25s ease,
   stroke 0.25s ease;
}

.divider-component {
  align-items: center;
  border: 0;
  display: flex;
  justify-content: var(--flex-alignment);
  min-height: 1rem;
  padding: 0;
  position: relative;
  width: 100%;
}

.divider-component::before {
  content: '';
}

.divider-component.instance-5::before {
  width: 100%;
  background-color: transparent;
  height: 30px;
  border-radius: 0px;
}

.divider-component.instance-9::before {
  width: 100%;
  background-color: transparent;
  height: 20px;
  border-radius: 0px;
}

.divider-component.instance-11::before {
  width: 100%;
  background-color: transparent;
  height: 20px;
  border-radius: 0px;
}

.divider-component.instance-2::before {
  width: 100%;
  background-color: transparent;
  height: 1px;
  border-radius: 0px;
}

.divider-component.instance-1::before {
  width: 100%;
  background-color: transparent;
  height: 1px;
  border-radius: 0px;
}

.divider-component.instance-7:not(:first-child) {
  margin-top: 0rem !important;
}

.divider-component.instance-7:not(:last-child) {
  margin-bottom: 0rem !important;
}

.divider-component.instance-7::before {
  width: 100%;
  background-color: transparent;
  height: 20px;
  border-radius: 0px;
}

.divider-component.instance-8:not(:first-child) {
  margin-top: 0rem !important;
}

.divider-component.instance-8:not(:last-child) {
  margin-bottom: 0rem !important;
}

.divider-component.instance-8::before {
  width: 100%;
  background-color: transparent;
  height: 20px;
  border-radius: 0px;
}

.divider-component.instance-10::before {
  width: 100%;
  background-color: transparent;
  height: 20px;
  border-radius: 0px;
}

.divider-component.instance-6:not(:first-child) {
  margin-top: 0rem !important;
}

.divider-component.instance-6:not(:last-child) {
  margin-bottom: 0rem !important;
}

.divider-component.instance-6::before {
  height: 1rem;
  background-color: transparent;
  width: 20px;
  border-radius: 0px;
}

.divider-component.instance-4:not(:first-child) {
  margin-top: 0rem !important;
}

.divider-component.instance-4:not(:last-child) {
  margin-bottom: 0rem !important;
}

.divider-component.instance-4::before {
  height: 1rem;
  background-color: transparent;
  width: 20px;
  border-radius: 0px;
}

.divider-component.instance-3::before {
  width: 100%;
  background-color: transparent;
  height: 20px;
  border-radius: 0px;
}

@media (max-width: 1920px) {
}

@media (max-width: 1680px) {
  html {
    font-size: 13pt;
  }
}

@media (max-width: 1280px) {
  html {
    font-size: 13pt;
  }
}

@media (max-width: 1024px) {
}

@media (max-width: 980px) {
  html {
    font-size: 11pt;
  }
}

@media (max-width: 736px) {
  html {
    font-size: 11pt;
  }

  .site-wrapper {
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  }

  .site-main > .inner {
    --padding-horizontal: 1rem;
    --padding-vertical: 0.5rem;
    --spacing: 2.375rem;
  }

  .site-main > .inner > * > .full {
    margin-left: calc(-1rem);
    max-width: calc(100% + 2rem + 0.4725px);
    width: calc(100% + 2rem + 0.4725px);
  }

  .site-main > .inner > * > .full.screen {
    margin-left: -50vw;
  }

  .site-main > .inner > .active > .full:first-child {
    margin-top: -0.5rem !important;
  }

  .site-main > .inner > .active > .full:last-child {
    margin-bottom: -0.5rem !important;
  }

  .image-component.instance-1:not(:first-child) {
    margin-top: 2.0625rem !important;
  }

  .image-component.instance-1:not(:last-child) {
    margin-bottom: 1.125rem !important;
  }

  .image-component.instance-1 > .frame > img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
  }

  .image-component.instance-2:not(:first-child) {
    margin-top: 2.0625rem !important;
  }

  .image-component.instance-2:not(:last-child) {
    margin-bottom: 2.0625rem !important;
  }

  .image-component.instance-2 > .frame {
    width: 100vw;
  }

  .image-component.instance-2 > .frame > img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
  }

  .image-component.instance-3:not(:first-child) {
    margin-top: 2.0625rem !important;
  }

  .image-component.instance-3:not(:last-child) {
    margin-bottom: 2.0625rem !important;
  }

  .image-component.instance-3 > .frame {
    width: 100vw;
  }

  .image-component.instance-3 > .frame > img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
  }

  .text-component.instance-3 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 27px;
    line-height: 1.125;
  }

  .text-component.instance-20 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 16.5px;
    line-height: 1.125;
  }

  .text-component.style-1:not(:first-child) {
    margin-top: 2.25rem !important;
  }

  .text-component.style-1:not(:last-child) {
    margin-bottom: 2.25rem !important;
  }

  .text-component.style-1 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 27px;
    line-height: 1;
  }

  .text-component.instance-2 {
    letter-spacing: 0.021875rem;
    width: calc(100% + 0.021875rem);
    font-size: 2em;
    line-height: 0.75;
  }

  .text-component.instance-28 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.5;
  }

  .text-component.instance-12:not(:first-child) {
    margin-top: 1.875rem !important;
  }

  .text-component.instance-12:not(:last-child) {
    margin-bottom: 1.875rem !important;
  }

  .text-component.instance-12 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.5;
  }

  .text-component.instance-32:not(:first-child) {
    margin-top: 1.875rem !important;
  }

  .text-component.instance-32:not(:last-child) {
    margin-bottom: 1.875rem !important;
  }

  .text-component.instance-32 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.5;
  }

  .text-component.instance-31:not(:first-child) {
    margin-top: 1.875rem !important;
  }

  .text-component.instance-31:not(:last-child) {
    margin-bottom: 1.875rem !important;
  }

  .text-component.instance-31 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.5;
  }

  .text-component.instance-26:not(:first-child) {
    margin-top: 1.875rem !important;
  }

  .text-component.instance-26:not(:last-child) {
    margin-bottom: 1.875rem !important;
  }

  .text-component.instance-26 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.5;
  }

  .text-component.instance-30:not(:first-child) {
    margin-top: 1.875rem !important;
  }

  .text-component.instance-30:not(:last-child) {
    margin-bottom: 1.875rem !important;
  }

  .text-component.instance-30 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.5;
  }

  .text-component.instance-19 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.5;
  }

  .text-component.instance-5 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.5;
  }

  .text-component.instance-7 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.5;
  }

  .text-component.instance-25 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.5;
  }

  .text-component.instance-14 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.5;
  }

  .text-component.instance-16 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.5;
  }

  .text-component.instance-21 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.5;
  }

  .text-component.instance-23 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.5;
  }

  .text-component.instance-29 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.5;
  }

  .text-component.instance-35 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.5;
  }

  .text-component.instance-9 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.5;
  }

  .text-component.instance-27 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.5;
  }

  .text-component.instance-33 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.5;
  }

  .buttons-component.instance-1 {
    gap: 1rem;
  }

  .buttons-component.instance-1:not(:first-child) {
    margin-top: 1.25rem !important;
  }

  .buttons-component.instance-1:not(:last-child) {
    margin-bottom: 1rem !important;
  }

  .buttons-component.instance-1 > li > a {
    letter-spacing: -0.025rem;
    font-size: 1em;
  }

  .buttons-component.instance-1 > li > a > svg {
    height: 24px;
    width: 24px;
  }

  .buttons-component.instance-3 {
    gap: 1rem;
  }

  .buttons-component.instance-3:not(:first-child) {
    margin-top: 0 !important;
  }

  .buttons-component.instance-3:not(:last-child) {
    margin-bottom: 1.6875rem !important;
  }

  .buttons-component.instance-3 > li > a {
    letter-spacing: -0.025rem;
    font-size: 1.125em;
  }

  .buttons-component.instance-4 {
    gap: 1rem;
  }

  .buttons-component.instance-4:not(:first-child) {
    margin-top: 1.6875rem !important;
  }

  .buttons-component.instance-4:not(:last-child) {
    margin-bottom: 1.6875rem !important;
  }

  .buttons-component.instance-4 > li > a {
    letter-spacing: -0.025rem;
    font-size: 1.125em;
  }

  .buttons-component.instance-4 > li > a > svg {
    height: 24px;
    width: 24px;
  }

  .buttons-component.instance-2 {
    gap: 1rem;
  }

  .buttons-component.instance-2:not(:first-child) {
    margin-top: 1.6875rem !important;
  }

  .buttons-component.instance-2:not(:last-child) {
    margin-bottom: 1.6875rem !important;
  }

  .buttons-component.instance-2 > li > a {
    letter-spacing: -0.025rem;
    font-size: 1.125em;
  }

  .buttons-component.instance-2 > li > a > svg {
    width: 2em;
  }

  .buttons-component.instance-5 {
    gap: 1rem;
  }

  .buttons-component.instance-5:not(:first-child) {
    margin-top: 1.6875rem !important;
  }

  .buttons-component.instance-5:not(:last-child) {
    margin-bottom: 1.6875rem !important;
  }

  .buttons-component.instance-5 > li > a {
    letter-spacing: -0.025rem;
    font-size: 1.125em;
  }

  .buttons-component.instance-5 > li > a > svg {
    width: 2em;
  }

  .container-component.style-1 > .wrapper > .inner {
    --gutters: 1.5rem;
    --padding-horizontal: 1.5rem;
    --padding-vertical: 2.5rem;
    --spacing: 0.25rem;
  }

  .container-component.style-1.columns > .wrapper > .inner {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }

  .container-component.style-1.columns > .wrapper > .inner > span {
    height: 0;
    margin-top: calc(var(--gutters) * -1);
    pointer-events: none;
    visibility: hidden;
  }

  .container-component.style-1.columns > .wrapper > .inner > *:first-child {
    margin-left: 0 !important;
    padding-top: 0 !important;
  }

  .container-component.style-1.columns > .wrapper > .inner > * {
    padding: calc(var(--gutters) * 0.5) 0 !important;
  }

  .container-component.style-1.columns > .wrapper > .inner > *:last-child {
    padding-bottom: 0 !important;
  }

  .container-component.style-1.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }

  .container-component.style-1.columns > .wrapper > .inner > div:first-of-type > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }

  .container-component.style-1.columns > .wrapper > .inner > div:last-of-type > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }

  .container-component.style-1.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--gutters) * -0.5) !important;
  }

  .container-component.style-1.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--gutters) * -0.5) !important;
  }

  .container-component.style-1.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
  }

  .container-component.style-1.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
  }

  .container-component.style-1.columns > .wrapper > .inner > div:first-of-type,
   .container-component.style-1.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }

  .container-component.style-1.columns > .wrapper > .inner > div:last-of-type,
   .container-component.style-1.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }

  .container-component.style-1.columns > .wrapper > .inner > div:first-of-type,
   .container-component.style-1.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
    border-bottom-left-radius: 0 !important;
  }

  .container-component.style-1.columns > .wrapper > .inner > div:last-of-type,
   .container-component.style-1.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
    border-top-right-radius: 0 !important;
  }

  .container-component.style-1.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    height: auto;
  }

  .container-component.style-1.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    height: auto;
    position: relative;
    width: auto;
  }

  .container-component.style-2 > .wrapper > .inner {
    --gutters: 1.5rem;
    --padding-horizontal: 1.5rem;
    --padding-vertical: 1.5rem;
    --spacing: 0.25rem;
  }

  .container-component.instance-16 > .wrapper > .inner {
    --gutters: 1.5rem;
    --padding-horizontal: 1.5rem;
    --padding-vertical: 1rem;
    --spacing: 0.25rem;
  }

  .container-component.instance-16.columns > .wrapper > .inner {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }

  .container-component.instance-16.columns > .wrapper > .inner > span {
    height: 0;
    margin-top: calc(var(--gutters) * -1);
    pointer-events: none;
    visibility: hidden;
  }

  .container-component.instance-16.columns > .wrapper > .inner > *:first-child {
    margin-left: 0 !important;
    padding-top: 0 !important;
  }

  .container-component.instance-16.columns > .wrapper > .inner > * {
    padding: calc(var(--gutters) * 0.5) 0 !important;
  }

  .container-component.instance-16.columns > .wrapper > .inner > *:last-child {
    padding-bottom: 0 !important;
  }

  .container-component.instance-16.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }

  .container-component.instance-16.columns > .wrapper > .inner > div:first-of-type > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }

  .container-component.instance-16.columns > .wrapper > .inner > div:last-of-type > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }

  .container-component.instance-16.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--gutters) * -0.5) !important;
  }

  .container-component.instance-16.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--gutters) * -0.5) !important;
  }

  .container-component.instance-16.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
  }

  .container-component.instance-16.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
  }

  .container-component.instance-16.columns > .wrapper > .inner > div:first-of-type,
   .container-component.instance-16.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }

  .container-component.instance-16.columns > .wrapper > .inner > div:last-of-type,
   .container-component.instance-16.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }

  .container-component.instance-16.columns > .wrapper > .inner > div:first-of-type,
   .container-component.instance-16.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
    border-bottom-left-radius: 0 !important;
  }

  .container-component.instance-16.columns > .wrapper > .inner > div:last-of-type,
   .container-component.instance-16.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
    border-top-right-radius: 0 !important;
  }

  .container-component.instance-16.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    height: auto;
  }

  .container-component.instance-16.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    height: auto;
    position: relative;
    width: auto;
  }

  .container-component.instance-14 > .wrapper > .inner {
    --gutters: 1.5rem;
    --padding-horizontal: 1.5rem;
    --padding-vertical: 1rem;
    --spacing: 0.25rem;
  }

  .container-component.instance-14.columns > .wrapper > .inner {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }

  .container-component.instance-14.columns > .wrapper > .inner > span {
    height: 0;
    margin-top: calc(var(--gutters) * -1);
    pointer-events: none;
    visibility: hidden;
  }

  .container-component.instance-14.columns > .wrapper > .inner > *:first-child {
    margin-left: 0 !important;
    padding-top: 0 !important;
  }

  .container-component.instance-14.columns > .wrapper > .inner > * {
    padding: calc(var(--gutters) * 0.5) 0 !important;
  }

  .container-component.instance-14.columns > .wrapper > .inner > *:last-child {
    padding-bottom: 0 !important;
  }

  .container-component.instance-14.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }

  .container-component.instance-14.columns > .wrapper > .inner > div:first-of-type > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }

  .container-component.instance-14.columns > .wrapper > .inner > div:last-of-type > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }

  .container-component.instance-14.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--gutters) * -0.5) !important;
  }

  .container-component.instance-14.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--gutters) * -0.5) !important;
  }

  .container-component.instance-14.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
  }

  .container-component.instance-14.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
  }

  .container-component.instance-14.columns > .wrapper > .inner > div:first-of-type,
   .container-component.instance-14.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }

  .container-component.instance-14.columns > .wrapper > .inner > div:last-of-type,
   .container-component.instance-14.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }

  .container-component.instance-14.columns > .wrapper > .inner > div:first-of-type,
   .container-component.instance-14.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
    border-bottom-left-radius: 0 !important;
  }

  .container-component.instance-14.columns > .wrapper > .inner > div:last-of-type,
   .container-component.instance-14.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
    border-top-right-radius: 0 !important;
  }

  .container-component.instance-14.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    height: auto;
  }

  .container-component.instance-14.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    height: auto;
    position: relative;
    width: auto;
  }

  .container-component.instance-1 > .wrapper > .inner {
    --gutters: 1.5rem;
    --padding-horizontal: 1.5rem;
    --padding-vertical: 1rem;
    --spacing: 0.25rem;
  }

  .container-component.instance-1.columns > .wrapper > .inner {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }

  .container-component.instance-1.columns > .wrapper > .inner > span {
    height: 0;
    margin-top: calc(var(--gutters) * -1);
    pointer-events: none;
    visibility: hidden;
  }

  .container-component.instance-1.columns > .wrapper > .inner > *:first-child {
    margin-left: 0 !important;
    padding-top: 0 !important;
  }

  .container-component.instance-1.columns > .wrapper > .inner > * {
    padding: calc(var(--gutters) * 0.5) 0 !important;
  }

  .container-component.instance-1.columns > .wrapper > .inner > *:last-child {
    padding-bottom: 0 !important;
  }

  .container-component.instance-1.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }

  .container-component.instance-1.columns > .wrapper > .inner > div:first-of-type > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }

  .container-component.instance-1.columns > .wrapper > .inner > div:last-of-type > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }

  .container-component.instance-1.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--gutters) * -0.5) !important;
  }

  .container-component.instance-1.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--gutters) * -0.5) !important;
  }

  .container-component.instance-1.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
  }

  .container-component.instance-1.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
  }

  .container-component.instance-1.columns > .wrapper > .inner > div:first-of-type,
   .container-component.instance-1.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }

  .container-component.instance-1.columns > .wrapper > .inner > div:last-of-type,
   .container-component.instance-1.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }

  .container-component.instance-1.columns > .wrapper > .inner > div:first-of-type,
   .container-component.instance-1.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
    border-bottom-left-radius: 0 !important;
  }

  .container-component.instance-1.columns > .wrapper > .inner > div:last-of-type,
   .container-component.instance-1.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
    border-top-right-radius: 0 !important;
  }

  .container-component.instance-1.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    height: auto;
  }

  .container-component.instance-1.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    height: auto;
    position: relative;
    width: auto;
  }

  .list-component.instance-1 {
    letter-spacing: -0.021875rem;
    font-size: 1.125em;
    line-height: 1.5;
  }

  .list-component.instance-1 ul > li::after {
    width: 0.703125rem;
  }

  .list-component.instance-1 ul > li::before {
    height: 1.6875rem;
    line-height: 1.6875rem;
    min-width: 0.791015625rem;
  }

  .list-component.instance-2 {
    letter-spacing: -0.021875rem;
    font-size: 1.125em;
    line-height: 1.5;
  }

  .list-component.instance-2 ol > li::after {
    width: 0.703125rem;
  }

  .list-component.instance-2 ol > li::before {
    height: 1.6875rem;
    line-height: 1.6875rem;
    min-width: 1.4765625rem;
  }

  .icons-component.instance-5 {
    font-size: 1.5em;
    gap: 0.75rem;
  }

  .icons-component.instance-3 {
    font-size: 2em;
    gap: 0.75rem;
  }

  .icons-component.instance-2 {
    font-size: 1.5em;
    gap: 0.75rem;
  }

  .icons-component.instance-4 {
    font-size: 2em;
    gap: 0.75rem;
  }

  .icons-component.instance-1 {
    font-size: 1.5em;
    gap: 0.75rem;
  }

  .icons-component.instance-6 {
    font-size: 2em;
    gap: 0.75rem;
  }

  .divider-component.instance-5::before {
    width: 100rem;
  }

  .divider-component.instance-9::before {
    width: 100rem;
  }

  .divider-component.instance-11::before {
    width: 100rem;
  }

  .divider-component.instance-2::before {
    width: 100rem;
  }

  .divider-component.instance-1::before {
    width: 100rem;
  }

  .divider-component.instance-7:not(:first-child) {
    margin-top: 0rem !important;
  }

  .divider-component.instance-7:not(:last-child) {
    margin-bottom: 0rem !important;
  }

  .divider-component.instance-7::before {
    width: 100rem;
  }

  .divider-component.instance-8:not(:first-child) {
    margin-top: 0rem !important;
  }

  .divider-component.instance-8:not(:last-child) {
    margin-bottom: 0rem !important;
  }

  .divider-component.instance-8::before {
    width: 100rem;
  }

  .divider-component.instance-10::before {
    width: 100rem;
  }

  .divider-component.instance-6:not(:first-child) {
    margin-top: 0rem !important;
  }

  .divider-component.instance-6:not(:last-child) {
    margin-bottom: 0rem !important;
  }

  .divider-component.instance-6::before {
    height: 1rem;
  }

  .divider-component.instance-4:not(:first-child) {
    margin-top: 0rem !important;
  }

  .divider-component.instance-4:not(:last-child) {
    margin-bottom: 0rem !important;
  }

  .divider-component.instance-4::before {
    height: 1rem;
  }

  .divider-component.instance-3::before {
    width: 100rem;
  }
}

@media (max-width: 480px) {
  .site-wrapper {
    padding: 0.875rem 0.875rem 0.875rem 0.875rem;
  }

  .site-main > .inner {
    --spacing: 2.078125rem;
  }

  .buttons-component.instance-1 {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .buttons-component.instance-1 > li > a {
    max-width: 32rem;
    width: 100%;
  }

  .buttons-component.instance-3 {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .buttons-component.instance-3 > li > a {
    max-width: 32rem;
    width: 100%;
  }

  .buttons-component.instance-4 > li > a {
    max-width: 32rem;
    width: 100%;
  }

  .buttons-component.instance-2 > li > a {
    max-width: 32rem;
    width: 100%;
  }

  .buttons-component.instance-5 > li > a {
    width: 30rem;
  }

  .container-component.style-1 > .wrapper > .inner {
    --spacing: 0.21875rem;
  }

  .container-component.style-2 > .wrapper > .inner {
    --spacing: 0.21875rem;
  }

  .container-component.instance-16 > .wrapper > .inner {
    --spacing: 0.21875rem;
  }

  .container-component.instance-14 > .wrapper > .inner {
    --spacing: 0.21875rem;
  }

  .container-component.instance-1 > .wrapper > .inner {
    --spacing: 0.21875rem;
  }
}

@media (max-width: 360px) {
  .site-wrapper {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  }

  .site-main > .inner {
    --padding-horizontal: 0.75rem;
    --padding-vertical: 0.375rem;
    --spacing: 1.78125rem;
  }

  .site-main > .inner > * > .full {
    margin-left: calc(-0.75rem);
    max-width: calc(100% + 1.5rem + 0.4725px);
    width: calc(100% + 1.5rem + 0.4725px);
  }

  .site-main > .inner > * > .full.screen {
    margin-left: -50vw;
  }

  .site-main > .inner > .active > .full:first-child {
    margin-top: -0.375rem !important;
  }

  .site-main > .inner > .active > .full:last-child {
    margin-bottom: -0.375rem !important;
  }

  .text-component.instance-3 {
    font-size: 27px;
  }

  .text-component.instance-20 {
    font-size: 16.5px;
  }

  .text-component.style-1 {
    font-size: 27px;
  }

  .text-component.instance-2 {
    font-size: 1.5em;
  }

  .text-component.instance-28 {
    font-size: 1.125em;
  }

  .text-component.instance-12 {
    font-size: 1.125em;
  }

  .text-component.instance-32 {
    font-size: 1.125em;
  }

  .text-component.instance-31 {
    font-size: 1.125em;
  }

  .text-component.instance-26 {
    font-size: 1.125em;
  }

  .text-component.instance-30 {
    font-size: 1.125em;
  }

  .text-component.instance-19 {
    font-size: 1.125em;
  }

  .text-component.instance-5 {
    font-size: 1.125em;
  }

  .text-component.instance-7 {
    font-size: 1.125em;
  }

  .text-component.instance-25 {
    font-size: 1.125em;
  }

  .text-component.instance-14 {
    font-size: 1.125em;
  }

  .text-component.instance-16 {
    font-size: 1.125em;
  }

  .text-component.instance-21 {
    font-size: 1.125em;
  }

  .text-component.instance-23 {
    font-size: 1.125em;
  }

  .text-component.instance-29 {
    font-size: 1.125em;
  }

  .text-component.instance-35 {
    font-size: 1.125em;
  }

  .text-component.instance-9 {
    font-size: 1.125em;
  }

  .text-component.instance-27 {
    font-size: 1.125em;
  }

  .text-component.instance-33 {
    font-size: 1.125em;
  }

  .buttons-component.instance-1 {
    gap: 0.75rem;
  }

  .buttons-component.instance-3 {
    gap: 0.75rem;
  }

  .buttons-component.instance-4 {
    gap: 0.75rem;
  }

  .buttons-component.instance-2 {
    gap: 0.75rem;
  }

  .buttons-component.instance-5 {
    gap: 0.75rem;
  }

  .container-component.style-1 > .wrapper > .inner {
    --gutters: 1.5rem;
    --padding-horizontal: 1.125rem;
    --padding-vertical: 1.875rem;
    --spacing: 0.1875rem;
  }

  .container-component.style-2 > .wrapper > .inner {
    --gutters: 1.5rem;
    --padding-horizontal: 1.125rem;
    --padding-vertical: 1.125rem;
    --spacing: 0.1875rem;
  }

  .container-component.instance-16 > .wrapper > .inner {
    --gutters: 1.5rem;
    --padding-horizontal: 1.125rem;
    --padding-vertical: 0.75rem;
    --spacing: 0.1875rem;
  }

  .container-component.instance-14 > .wrapper > .inner {
    --gutters: 1.5rem;
    --padding-horizontal: 1.125rem;
    --padding-vertical: 0.75rem;
    --spacing: 0.1875rem;
  }

  .container-component.instance-1 > .wrapper > .inner {
    --gutters: 1.5rem;
    --padding-horizontal: 1.125rem;
    --padding-vertical: 0.75rem;
    --spacing: 0.1875rem;
  }

  .list-component.instance-1 {
    font-size: 1.125em;
  }

  .list-component.instance-1 ul > li::after {
    width: 0.703125rem;
  }

  .list-component.instance-1 ul > li::before {
    height: 1.6875rem;
    line-height: 1.6875rem;
    min-width: 0.791015625rem;
  }

  .list-component.instance-2 {
    font-size: 1.125em;
  }

  .list-component.instance-2 ol > li::after {
    width: 0.703125rem;
  }

  .list-component.instance-2 ol > li::before {
    height: 1.6875rem;
    line-height: 1.6875rem;
    min-width: 1.4765625rem;
  }

  .icons-component.instance-5 {
    gap: 0.5625rem;
  }

  .icons-component.instance-3 {
    gap: 0.5625rem;
  }

  .icons-component.instance-2 {
    gap: 0.5625rem;
  }

  .icons-component.instance-4 {
    gap: 0.5625rem;
  }

  .icons-component.instance-1 {
    gap: 0.5625rem;
  }

  .icons-component.instance-6 {
    gap: 0.5625rem;
  }
}
