@import url(//hello.myfonts.net/count/3cbed9);
/*! tailwindcss v2.0.4 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * @license
 * MyFonts Webfont Build ID 3981017, 2020-11-30T03:25:45-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Larken-Bold by EllenLuff
 * URL: https://www.myfonts.com/fonts/ellenluff/larken/bold/
 * Copyright: Copyright © 2020 by Tom Anders Watkins &amp; Ellen Luff. All rights reserved.
 *
 *
 *
 * © 2020 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */

@font-face {
  font-family: 'Larken';

  font-style: normal;

  font-weight: bold;

  font-stretch: normal;

  src: url(fonts/15d5e5cfac6076d6fab29147d22a30c0.woff2) format('woff2'), url(fonts/46d706dde76997fe231e9e9d6c7134a2.woff) format('woff');
}

/* CSS reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin:0;
  padding:0;
}

html,body {
  margin:0;
  padding:0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #292926;
  font-family: Karla, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.content-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Larken", Times serif;
  font-weight: bold;
}

/* TODO: Too global */

h1 {
  font-size: 4.75rem;
  line-height: 1.05;
}

.u-gradient-bg {
  background: linear-gradient(360deg, #030402 0%, rgba(3, 4, 2, 0) 100%);
}

.micromodal-slide {
  overflow-y: scroll;
}

.wysywig ul li {
  padding-left: 64px;
  position: relative;
  margin-bottom: 24px;
}

.wysywig ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: '';
  width: 32px;
  height: 32px;
  background-color: var(--sshg-color-primary);
}

.wysywig ul li:after {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #292926;
  border-radius: 50%;
}

.page-template-terms-and-conditions footer > div:not(:last-of-type),
.error404 footer > div:not(:last-of-type) {
  background-color: #FED056;
}

.page-template-terms-and-conditions footer > div:first-of-type > :nth-child(2),
.error404 footer > div:first-of-type > :nth-child(2) {
  display: none;
}

.page-template-terms-and-conditions #modal-navmenu .modal__container > div:first-of-type,
.error404 #modal-navmenu .modal__container > div:first-of-type {
  display: none;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}

@media (min-width: 1540px){
  .container{
    max-width: 1540px;
  }
}

.prose{
  color: #374151;
  max-width: 65ch;
}

.prose [class~="lead"]{
  color: #4b5563;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose a{
  color: #111827;
  text-decoration: underline;
  font-weight: 500;
}

.prose strong{
  color: #111827;
  font-weight: 600;
}

.prose ol{
  counter-reset: list-counter;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose ol > li{
  position: relative;
  counter-increment: list-counter;
  padding-left: 1.75em;
}

.prose ol > li::before{
  content: counter(list-counter) ".";
  position: absolute;
  font-weight: 400;
  color: #6b7280;
  left: 0;
}

.prose ul > li{
  position: relative;
  padding-left: 1.75em;
}

.prose ul > li::before{
  content: "";
  position: absolute;
  background-color: #d1d5db;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: calc(0.875em - 0.1875em);
  left: 0.25em;
}

.prose hr{
  border-color: #e5e7eb;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose blockquote{
  font-weight: 500;
  font-style: italic;
  color: #111827;
  border-left-width: 0.25rem;
  border-left-color: #e5e7eb;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose blockquote p:first-of-type::before{
  content: open-quote;
}

.prose blockquote p:last-of-type::after{
  content: close-quote;
}

.prose h1{
  color: #111827;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose h2{
  color: #111827;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose h3{
  color: #111827;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose h4{
  color: #111827;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose figure figcaption{
  color: #6b7280;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose code{
  color: #111827;
  font-weight: 600;
  font-size: 0.875em;
}

.prose code::before{
  content: "`";
}

.prose code::after{
  content: "`";
}

.prose a code{
  color: #111827;
}

.prose pre{
  color: #e5e7eb;
  background-color: #1f2937;
  overflow-x: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose pre code{
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose pre code::before{
  content: "";
}

.prose pre code::after{
  content: "";
}

.prose table{
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose thead{
  color: #111827;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #d1d5db;
}

.prose thead th{
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose tbody tr{
  border-bottom-width: 1px;
  border-bottom-color: #e5e7eb;
}

.prose tbody tr:last-child{
  border-bottom-width: 0;
}

.prose tbody td{
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose{
  font-size: 1rem;
  line-height: 1.75;
}

.prose p{
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose img{
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose video{
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure{
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure > *{
  margin-top: 0;
  margin-bottom: 0;
}

.prose h2 code{
  font-size: 0.875em;
}

.prose h3 code{
  font-size: 0.9em;
}

.prose ul{
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose li{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose > ul > li p{
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose > ul > li > *:first-child{
  margin-top: 1.25em;
}

.prose > ul > li > *:last-child{
  margin-bottom: 1.25em;
}

.prose > ol > li > *:first-child{
  margin-top: 1.25em;
}

.prose > ol > li > *:last-child{
  margin-bottom: 1.25em;
}

.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol{
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose hr + *{
  margin-top: 0;
}

.prose h2 + *{
  margin-top: 0;
}

.prose h3 + *{
  margin-top: 0;
}

.prose h4 + *{
  margin-top: 0;
}

.prose thead th:first-child{
  padding-left: 0;
}

.prose thead th:last-child{
  padding-right: 0;
}

.prose tbody td:first-child{
  padding-left: 0;
}

.prose tbody td:last-child{
  padding-right: 0;
}

.prose > :first-child{
  margin-top: 0;
}

.prose > :last-child{
  margin-bottom: 0;
}

.prose-sm{
  font-size: 0.875rem;
  line-height: 1.7142857;
}

.prose-sm p{
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm [class~="lead"]{
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm blockquote{
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}

.prose-sm h1{
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.prose-sm h2{
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.prose-sm h3{
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-sm h4{
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

.prose-sm img{
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm video{
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm figure{
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm figure > *{
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm figure figcaption{
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

.prose-sm code{
  font-size: 0.8571429em;
}

.prose-sm h2 code{
  font-size: 0.9em;
}

.prose-sm h3 code{
  font-size: 0.8888889em;
}

.prose-sm pre{
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm ol{
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm ul{
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm li{
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.prose-sm ol > li{
  padding-left: 1.5714286em;
}

.prose-sm ol > li::before{
  left: 0;
}

.prose-sm ul > li{
  padding-left: 1.5714286em;
}

.prose-sm ul > li::before{
  height: 0.3571429em;
  width: 0.3571429em;
  top: calc(0.8571429em - 0.1785714em);
  left: 0.2142857em;
}

.prose-sm > ul > li p{
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm > ul > li > *:first-child{
  margin-top: 1.1428571em;
}

.prose-sm > ul > li > *:last-child{
  margin-bottom: 1.1428571em;
}

.prose-sm > ol > li > *:first-child{
  margin-top: 1.1428571em;
}

.prose-sm > ol > li > *:last-child{
  margin-bottom: 1.1428571em;
}

.prose-sm ul ul, .prose-sm ul ol, .prose-sm ol ul, .prose-sm ol ol{
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm hr{
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.prose-sm hr + *{
  margin-top: 0;
}

.prose-sm h2 + *{
  margin-top: 0;
}

.prose-sm h3 + *{
  margin-top: 0;
}

.prose-sm h4 + *{
  margin-top: 0;
}

.prose-sm table{
  font-size: 0.8571429em;
  line-height: 1.5;
}

.prose-sm thead th{
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm thead th:first-child{
  padding-left: 0;
}

.prose-sm thead th:last-child{
  padding-right: 0;
}

.prose-sm tbody td{
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm tbody td:first-child{
  padding-left: 0;
}

.prose-sm tbody td:last-child{
  padding-right: 0;
}

.prose-sm > :first-child{
  margin-top: 0;
}

.prose-sm > :last-child{
  margin-bottom: 0;
}

.prose-lg{
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.prose-lg p{
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg [class~="lead"]{
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg blockquote{
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}

.prose-lg h1{
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.prose-lg h2{
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg h3{
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg h4{
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-lg img{
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg video{
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg figure{
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg figure > *{
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg figure figcaption{
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.prose-lg code{
  font-size: 0.8888889em;
}

.prose-lg h2 code{
  font-size: 0.8666667em;
}

.prose-lg h3 code{
  font-size: 0.875em;
}

.prose-lg pre{
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}

.prose-lg ol{
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg ul{
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg li{
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-lg ol > li{
  padding-left: 1.6666667em;
}

.prose-lg ol > li::before{
  left: 0;
}

.prose-lg ul > li{
  padding-left: 1.6666667em;
}

.prose-lg ul > li::before{
  width: 0.3333333em;
  height: 0.3333333em;
  top: calc(0.8888889em - 0.1666667em);
  left: 0.2222222em;
}

.prose-lg > ul > li p{
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg > ul > li > *:first-child{
  margin-top: 1.3333333em;
}

.prose-lg > ul > li > *:last-child{
  margin-bottom: 1.3333333em;
}

.prose-lg > ol > li > *:first-child{
  margin-top: 1.3333333em;
}

.prose-lg > ol > li > *:last-child{
  margin-bottom: 1.3333333em;
}

.prose-lg ul ul, .prose-lg ul ol, .prose-lg ol ul, .prose-lg ol ol{
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg hr{
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.prose-lg hr + *{
  margin-top: 0;
}

.prose-lg h2 + *{
  margin-top: 0;
}

.prose-lg h3 + *{
  margin-top: 0;
}

.prose-lg h4 + *{
  margin-top: 0;
}

.prose-lg table{
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg thead th{
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg thead th:first-child{
  padding-left: 0;
}

.prose-lg thead th:last-child{
  padding-right: 0;
}

.prose-lg tbody td{
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg tbody td:first-child{
  padding-left: 0;
}

.prose-lg tbody td:last-child{
  padding-right: 0;
}

.prose-lg > :first-child{
  margin-top: 0;
}

.prose-lg > :last-child{
  margin-bottom: 0;
}

.prose-xl{
  font-size: 1.25rem;
  line-height: 1.6;
}

.prose-xl p{
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl [class~="lead"]{
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}

.prose-xl blockquote{
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1.0666667em;
}

.prose-xl h1{
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1;
}

.prose-xl h2{
  font-size: 1.8em;
  margin-top: 1.5555556em;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose-xl h3{
  font-size: 1.5em;
  margin-top: 1.6em;
  margin-bottom: 0.6666667em;
  line-height: 1.3333333;
}

.prose-xl h4{
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose-xl img{
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl video{
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl figure{
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl figure > *{
  margin-top: 0;
  margin-bottom: 0;
}

.prose-xl figure figcaption{
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}

.prose-xl code{
  font-size: 0.9em;
}

.prose-xl h2 code{
  font-size: 0.8611111em;
}

.prose-xl h3 code{
  font-size: 0.9em;
}

.prose-xl pre{
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-right: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-left: 1.3333333em;
}

.prose-xl ol{
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl ul{
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl li{
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.prose-xl ol > li{
  padding-left: 1.8em;
}

.prose-xl ol > li::before{
  left: 0;
}

.prose-xl ul > li{
  padding-left: 1.8em;
}

.prose-xl ul > li::before{
  width: 0.35em;
  height: 0.35em;
  top: calc(0.9em - 0.175em);
  left: 0.25em;
}

.prose-xl > ul > li p{
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl > ul > li > *:first-child{
  margin-top: 1.2em;
}

.prose-xl > ul > li > *:last-child{
  margin-bottom: 1.2em;
}

.prose-xl > ol > li > *:first-child{
  margin-top: 1.2em;
}

.prose-xl > ol > li > *:last-child{
  margin-bottom: 1.2em;
}

.prose-xl ul ul, .prose-xl ul ol, .prose-xl ol ul, .prose-xl ol ol{
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl hr{
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}

.prose-xl hr + *{
  margin-top: 0;
}

.prose-xl h2 + *{
  margin-top: 0;
}

.prose-xl h3 + *{
  margin-top: 0;
}

.prose-xl h4 + *{
  margin-top: 0;
}

.prose-xl table{
  font-size: 0.9em;
  line-height: 1.5555556;
}

.prose-xl thead th{
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}

.prose-xl thead th:first-child{
  padding-left: 0;
}

.prose-xl thead th:last-child{
  padding-right: 0;
}

.prose-xl tbody td{
  padding-top: 0.8888889em;
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}

.prose-xl tbody td:first-child{
  padding-left: 0;
}

.prose-xl tbody td:last-child{
  padding-right: 0;
}

.prose-xl > :first-child{
  margin-top: 0;
}

.prose-xl > :last-child{
  margin-bottom: 0;
}

/**
 * Swiper 6.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 5, 2021
 */

@font-face {
  font-family: 'swiper-icons';

  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');

  font-weight: 400;

  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.page-template-terms-and-conditions .menu-bg{
  background-color: #FED056;
}

.menu-button {
  background-image: url(images/menu.svg);
  content: " ";
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s ease-in-out;
}

.c-btn-close {
  background-image: url(images/close.svg);
  content: " ";
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 768px) {
  .modal-navmenu-topbar .c-btn-close.logo-filter {
    filter: none !important;
  }
}

.current-menu-item {
  order: -1;
  /* color: theme('colors.primary.DEFAULT'); */
}

.main-nav li {
  position: relative !important;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .main-nav li {
    margin-bottom: 16px;
  }
}

.main-nav li a {
  position: relative;
}

.lang-item:first-of-type {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .lang-item:first-of-type {
    margin-bottom: 0;
  }
}

.c-line-before::before {
  content: " ";
  display: inline-block;
  width: calc(50vw - 50px);
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #292926;
  position: absolute;
  transform: translateX(calc(-100% - 30px));
  cursor: default;
}

.gform_wrapper .contact-form {
  font-family: Karla, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.gform_wrapper {
  position: relative;
  color: #292926;
}

.gform_wrapper a {
  text-decoration: underline;
}

.gform_wrapper:not(.single-column-form_wrapper) {
  width: 100%;
}

@media (min-width: 768px) {
  .gform_wrapper:not(.single-column-form_wrapper) {
    width: 50%;
  }
}

.gform_wrapper .ginput_container input {
  padding: 13px;
  border-bottom: 1px solid #292926;
  font-size: 1.25rem;
  width: 100%;
  color: #4B4A49;
}

.screen-reader-text {
  visibility: hidden;
  position: absolute;
}

.ui-datepicker {
  background-color: white;
  padding: 30px;
  box-shadow: 4px 8px 16px rgba(219, 68, 101, 0.25);
  border-radius: 4px;
  position: relative;
  display: none;
}

.ui-datepicker-calendar {
  width: 250px;
  height: 200px;
  text-align: center;
}

.ui-datepicker thead {
  color: var(--color-primary);
}

.gform_wrapper .gfield_label {
  padding-left: 13px;
  font-size: 1rem;
  line-height: 30px;
}

.gform_wrapper .ginput_container_date input {
  background-color: #F5F5F5;
  border-radius: 4px 4px 0px 0px;
}

.ui-datepicker-prev {
  position: absolute;
  left: 30px;
  top: 30px;
}

.ui-datepicker-next {
  position: absolute;
  right: 30px;
  top: 30px;
}

.ui-datepicker-title {
  text-align: center;
  margin-bottom: 20px;
}

.gform_wrapper .gform_time .clear-multi {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}

.gform_wrapper .gform_time .clear-multi label {
  position: absolute;
  top: -23px;
  left: 0px;
}

.gform_wrapper .gfield_time_hour i {
  margin-left: 7px;
  margin-right: 10px;
  font-weight: 900;
  font-size: 1rem;
  font-style: normal;
  text-align: center;
}

.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute {
  display: inline-block;
}

.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input {
  background-color: #F5F5F5;
  border-radius: 4px 4px 0px 0px;
  width: 75px;
  font-size: 18px;
}

.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label {
  visibility: hidden;
}

.gform_wrapper .ginput_container_textarea textarea {
  resize: none;
  border-bottom: 1px solid #292926;
  height: 120px;
  width: 100%;
  padding: 13px;
  font-size: 1.25rem;
  background-color: #F5F5F5;
  border-radius: 4px 4px 0px 0px;
}

.ginput_container_select {
  background-color: #F5F5F5;
  border-radius: 4px 4px 0px 0px;
  padding: 13px;
  border-bottom: 1px solid black;
}

.ginput_container_select select {
  background-color: #F5F5F5;
  font-size: 1.25rem;
  color: #4B4A49;
  width: 100%;
}

.gfield_description {
  padding-top: 20px;
}

.ginput_container_checkbox {
  padding-top: 20px;
}

.gfield {
  margin-bottom: 50px;
}

.gform_wrapper .gform_button {
  padding: 16px 24px;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--sshg-color-primary-foreground);
  background-color: var(--sshg-color-primary);
  border-radius: 4px;
  transition: filter 0.1s linear;
  cursor: pointer;
}

.gform_wrapper .gform_button:hover {
  filter: brightness(125%);
  transition: filter 0.1s linear;
}

.readmore-popup .gform_wrapper {
  width: 100%;
}

.readmore-popup .ginput_container_email {
  margin-bottom: 60px;
}

.readmore-popup .ginput_container_email input {
  border-bottom: 2px solid black;
  padding: 15px;
  width: 100%;
}

.readmore-popup .gfield_label {
  padding-left: 13px;
  font-size: 1rem;
  line-height: 30px;
}

.readmore-popup .hidden_label > label {
  visibility: hidden;
  position: absolute;
}

.readmore-popup .gform_footer {
  position: absolute;
  top: 45px;
  right: 15px;
}

.readmore-popup .gform_footer:hover::after {
  transform: rotate(180deg) translateX(-3px);
  transition: transform 0.25s ease-in-out;
}

.readmore-popup input[type="submit"] {
  position: relative;
  padding: 0;
  padding-right: 30px;
  background: none;
  font-weight: 700;
  cursor: pointer;
}

.readmore-popup .gform_footer::after {
  background: url(images/arrow.svg);
  display: inline-block;
  content: " ";
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0px;
  transform: rotate(180deg);
}

.gform_wrapper ul.gfield_checkbox li:not(:last-of-type) {
  margin-bottom: 24px;
}

/*Default styles for Gravity Forms gform_wrapper class*/

.gform_wrapper
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label,
.gform_wrapper
  ul.gfield_checkbox
  li
  input[type="checkbox"]:not(:checked)
  + label {
  margin-left: 19px;
  font-weight: 400;
  font-size: 15px;
}

/*Custom subscribe box for .gform_wrapper class*/

.gform_wrapper [type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute !important;
  left: -9999px;
}

.gform_wrapper [type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative !important;
  padding-left: 1em !important;
  cursor: pointer !important;
}

.gform_wrapper [type="checkbox"]:checked + label:before {
  background-color: var(--sshg-color-primary);
  padding: 2px;
}

.gform_wrapper [type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: -17px;
  top: -1px;
  width: 1.3em;
  height: 1.3em;
  border: 2px solid black;
  padding: 2px;
}

.gform_wrapper [type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 11px;
  top: 2px;
  left: -10px;
  font-size: 1.3em;
  line-height: 0.8;
  border: 2px solid black;
  border-top: 0;
  border-left: 0;
}

/* checked mark aspect changes */

.gform_wrapper [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) rotate(45deg);
}

.gform_wrapper [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1) rotate(45deg);
}

/* disabled checkbox */

.gform_wrapper [type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.gform_wrapper [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

.gform_wrapper [type="checkbox"]:disabled + label {
  color: #aaa;
}

.validation_error {
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 4px;
  color: #c53434;
  border: 2px solid #c53434;
  box-shadow: 4px 8px 16px rgba(var(--sshg-color-primary-dark-rgba-value), 0.25);
}

.validation_message {
  padding: 5px 10px;
  background-color: #c53434;
  color: white;
  margin-bottom: 20px;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  right: 0;
  transform: translateY(-46px);
}

.ginput_container_email + .validation_message {
  padding: 5px 10px;
  background-color: #c53434;
  color: white;
  margin-top: 10px;
  margin-bottom: 0;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  right: 0;
  transform: translateY(0);
}

.gform_confirmation_message {
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 4px;
  color: #292926;
  border: 2px solid #1fbb00;
  box-shadow: 4px 8px 16px rgba(var(--sshg-color-primary-dark-rgba-value), 0.25);
}

.c-btn {
  padding: 16px 24px;
  background-color: var(--sshg-color-primary);
  color: var(--sshg-color-primary-foreground);
  border-radius: 4px;
  transition: 0.15s linear;
  font-weight: 700;
  font-size: 1.25rem;
}

.c-btn:hover {
  background-color: var(--sshg-color-primary-hover);
  transition: 0.15s linear;
}

.c-btn:focus {
  outline: none;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 74, 73, var(--tw-ring-opacity));
}

.c-btn:active {
  background-color: var(--sshg-color-primary-active);
}

.c-teaser-slider {
  width: 100%;
}

@media (min-width: 1024px) {
  .c-teaser-slider {
    width: calc(100% - 270px);
  }
}

.intro-block {
  width: 100%;
}

@media only screen and (min-width: 1280px) {
  .intro-block {
    width: calc(100% - 220px);
  }
}

.intro-block-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
}

.shg-logo {
  width: 193px;
  height: 106px;
}

.c-link {
  padding-right: 30px;
  position: relative;
}

.icon-rot-180::after { transform: rotate(180deg) translateY(-50%);
}

.icon-rot-135::after { transform: rotate(135deg) translateY(-50%);
}

.icon-rot-90::after { transform: rotate(90deg) translateY(-50%);
}

.c-link:after {
  content: "";
  display: inline;
  position: absolute;
  right: 0;
  background-image: url("/src/static/icons/open.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  top: 50%;
  transform-origin: top;
}

@media screen and (max-width: 768px) {
  .c-content-block-large+.c-content-block {
    margin-top: -100px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-content-block-large+.c-content-block {
    margin-top: -100px !important;
  }
}

@media screen and (min-width: 1024px) {
  .c-content-block-large+.c-content-block {
    margin-top: -200px !important;
  }
}

@media screen and (max-width: 640px) {
  .c-content-block:not(.c-content-block-large)+.c-content-block {
    margin-top: -100px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  .c-content-block:not(.c-content-block-large)+.c-content-block {
    margin-top: -190px;
  }
}

@media screen and (min-width: 1024px) {
  .c-content-block:not(.c-content-block-large)+.c-content-block {
    margin-top: -200px;
  }
}

.c-content-block__content {
  width: calc(100% - 50px);
}

.c-image {
  background-position: center center;
  background-repeat: no-repeat;
}

.gallery {
  -moz-columns: 3 200px;
       columns: 3 200px;
  -moz-column-gap: 0;
       column-gap: 0;
  font-size: 0;
}

.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (min-width: 640px) {
  .gallery {
    display: block;
    -moz-columns: 2 200px;
         columns: 2 200px;
    -moz-column-gap: 0;
         column-gap: 0;
    font-size: 0;
  }

  .gallery-item {
    /* width: 33.3%; */
    display: inline-block;
    height: 300px;
    padding: 7.5px;
    width: none;
  }
}

@media (min-width: 1024px) {
  .gallery {
    -moz-columns: 3 200px;
         columns: 3 200px;
    -moz-column-gap: 0;
         column-gap: 0;
    font-size: 0;
  }
}

@media ( max-width: 640px ) {
  .gallery-item {
    height: 164px;
    width: 50%;
    padding: 10px;
    flex-grow: 1;
  }
}

.gallery-item.c-text-card {
  width: 100%;
  flex-shrink: 0;
  height: 328px;
}

.gallery-item img {
  -o-object-fit: cover;
     object-fit: cover;
}

.c-text-card {
  width: 100%;
  font-size: 2.4375rem;
}

/* .gallery-item:nth-of-type(3n+3-n):not(.c-text-card) {
  height: 600px;
} */

@media (min-width: 640px) {
  .gallery-item:nth-of-type(3),
  .gallery-item:nth-of-type(5),
  .gallery-item:nth-of-type(7) {
    height: 600px;
  }
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.admin-bar .modal-navmenu-topbar {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .modal-navmenu-topbar {
    top: 46px;
  }
}

.admin-bar .navBar {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .navBar {
    top: 46px;
  }
}

.navBar {
  height: 80px;
  transition: all 0.5s ease;
}

@media (min-width: 640px) {
  .navBar {
    height: 96px;
  }
}

.navBar.scrolled {
  height: 80px;
  transition: all 0.5s ease;
}

.icon {
  display: inline-block; /* 1 */
  fill: currentColor; /* 2 */
  height: 2em; /* 3 */
  position: relative; /* 4 */
  top: 0em; /* -0.0625em; */ /* 4 */
  vertical-align: middle; /* 4 */
  width: 2em; /* 3 */
  color: #fff;
}

.c-btn-readmore {
  position: relative;
}

.c-btn-readmore:after {
  display: inline-block;
  content: " ";
  background-image: url(images/more_info.svg);
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
}

@media (min-width: 640px) {
  .c-btn-readmore:after {
    right: 25px;
  }
}

.c-btn-readmore.active::after {
  transform: translateY(-50%) rotate(540deg);
  transition: all 0.5s ease-in-out;
}

.readmore-popup.invisible {
  transform: translateY(-100px);
  opacity: 0;
}

.readmore-popup {
  transform: translateY(0px);
  opacity: 1;
  transition: opacity 0.25s 0.25s ease-in-out, transform 0.5s ease-in-out;
}

.readmore-popup *::after {
  opacity: 1;
  transform: all 0.25s ease-in-out;
}

.readmore-popup.invisible *::after {
  opacity: 1;
  transform: all 0.25s ease-in-out;
}

.filter-black {
  filter: brightness(0%);
}

.filter-white {
  filter: brightness(0) invert(1);
}

.icon-quote {
  display: inline-block; /* 1 */
  fill: currentColor; /* 2 */
  height: 2em; /* 3 */
  position: relative; /* 4 */
  top: 0em; /* -0.0625em; */ /* 4 */
  vertical-align: middle; /* 4 */
  width: 2em; /* 3 */
  color: currentColor;
}

.btn-arrow::after {
  background: url(images/arrow.svg);
  display: inline-block;
  content: " ";
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 4px;
  top: 50%;
  transform-origin: top;
  transform: rotate(180deg) scale(0.7) translateY(-50%);
  transition: transform 0.15s ease-in-out;
}

.c-btn-fixed-r {
  transition: all 0.15s 0.25s ease-in;
}

.c-btn-fixed-r.offScreen {
  transform: translateX(110%);
  transition: all .35s ease-in-out;
}

.c-btn-fixed-l.offScreen {
  transform: translateX(-110%);
  transition: all .35s ease-in-out;
}

.c-btn-fixed-l {
  transform: translateX(calc(-100% + 70px));
  transition: transform 0.15s 0.25s ease-in;
}

.c-btn-fixed-l:hover {
  transform: translateX(0);
  transition: transform 0.65s ease-in-out;
}

.footer-nav_container .menu-item {
  margin-bottom: 15px;
}

/* .c-mb-negative + .c-teaser-block {
  margin-top: 130px;
}

@screen lg {
  .c-mb-negative + .c-teaser-block {
    margin-top: 0px;
  }
} */

.logo-filter {
  filter: var(--sshg-logo-filter);
}

.lang-item {
  margin-left: 30px;
}

.current-lang {
  font-weight: 700;
  padding-left: 24px;
  position: relative;
}

.current-lang::before {
  content: '';
  position: absolute;
  background-color: #292926;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
}

.text-2-columns {
  -moz-columns: 2;
       columns: 2;
}

.swiper-slide .prose ul{
  list-style: none !important;
}

.c-contact-block-side img:not(.map) {
  display: none !important;
}

@media (min-width: 1024px) {
  .c-contact-block-side img:not(.map) {
    display: block !important;
  }
}

.c-lightbox-modal {
  overflow: hidden;
}

.splash-logo {
  width: 400px;
  height: auto;
}

.letters-top {
  -webkit-animation: appearFromBottom 2s 1s ease-out forwards;
          animation: appearFromBottom 2s 1s ease-out forwards;
  opacity: 0;
}

@-webkit-keyframes appearFromTop {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }

  25% {
    opacity: .25;
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes appearFromTop {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }

  25% {
    opacity: .25;
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.letters-bottom {
  -webkit-animation: appearFromTop 2s 1.25s ease-out forwards;
          animation: appearFromTop 2s 1.25s ease-out forwards;
  opacity: 0;
}

@-webkit-keyframes appearFromBottom {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }

  25% {
    opacity: .25;
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes appearFromBottom {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }

  25% {
    opacity: .25;
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.tiger-group {
  -webkit-animation: appearFromFar 2s ease-out forwards;
          animation: appearFromFar 2s ease-out forwards;
  transform-origin: 25% 25%;
  opacity: 0;
}

@-webkit-keyframes appearFromFar {
  0% {
    opacity: 0;
    transform: scale(1.15);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes appearFromFar {
  0% {
    opacity: 0;
    transform: scale(1.15);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.circle-left {
  -webkit-animation: appearFromLeft 2.5s .5s ease-out forwards;
          animation: appearFromLeft 2.5s .5s ease-out forwards;
  opacity: 0;
}

@-webkit-keyframes appearFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }

  25% {
    opacity: .25;
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes appearFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }

  25% {
    opacity: .25;
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.circle-right {
  -webkit-animation: appearFromRight 2.5s .5s ease-out forwards;
          animation: appearFromRight 2.5s .5s ease-out forwards;
  opacity: 0;
}

@-webkit-keyframes appearFromRight {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }

  25% {
    opacity: .25;
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes appearFromRight {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }

  25% {
    opacity: .25;
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.splash-bg {
  opacity: 0;
  -webkit-animation: appear .25s ease-in forwards;
          animation: appear .25s ease-in forwards;
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ampersand {
  opacity: 0;
  -webkit-animation: appearFromFar .5s 2s ease-out forwards;
          animation: appearFromFar .5s 2s ease-out forwards;
  transform-origin: 30% 0%;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2px * var(--tw-space-x-reverse));
  margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(5px * var(--tw-space-x-reverse));
  margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}

.space-y-15 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

.space-y-50 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(50px * var(--tw-space-y-reverse));
}

.space-x-70 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(70px * var(--tw-space-x-reverse));
  margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(41, 41, 38, var(--tw-bg-opacity));
}

.bg-graylight{
  --tw-bg-opacity: 1;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.bg-gray{
  background-color: #cccc;
}

.bg-graydark{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 74, 73, var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 170, 108, var(--tw-bg-opacity));
}

.bg-primary{
  background-color: var(--sshg-color-primary);
}

.bg-primary-dark{
  background-color: var(--sshg-color-primary-dark);
}

.bg-primary-active{
  background-color: var(--sshg-color-primary-active);
}

.bg-primary-hover{
  background-color: var(--sshg-color-primary-hover);
}

.bg-primary-lightest{
  background-color: var(--sshg-color-primary-lightest);
}

.bg-accent{
  background-color: var(--sshg-color-accent);
}

.bg-accent-dark{
  background-color: var(--sshg-color-accent-dark);
}

.bg-accent-active{
  background-color: var(--sshg-color-accent-active);
}

.bg-accent-hover{
  background-color: var(--sshg-color-accent-hover);
}

.bg-accent-lightest{
  background-color: var(--sshg-color-accent-lightest);
}

.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.bg-cover{
  background-size: cover;
}

.bg-contain{
  background-size: contain;
}

.border-green{
  --tw-border-opacity: 1;
  border-color: rgba(0, 170, 108, var(--tw-border-opacity));
}

.border-primary{
  border-color: var(--sshg-color-primary);
}

.focus\:border-black:focus{
  --tw-border-opacity: 1;
  border-color: rgba(41, 41, 38, var(--tw-border-opacity));
}

.rounded-6{
  border-radius: 6px;
}

.rounded{
  border-radius: 4px;
}

.rounded-1\/2{
  border-radius: 50%;
}

.rounded-b-none{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-l-none{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-t{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.rounded-r{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.rounded-b{
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rounded-l{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rounded-tl{
  border-top-left-radius: 4px;
}

.rounded-tr{
  border-top-right-radius: 4px;
}

.rounded-br{
  border-bottom-right-radius: 4px;
}

.border-0{
  border-width: 0px;
}

.border-2{
  border-width: 2px;
}

.border{
  border-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-t-8{
  border-top-width: 8px;
}

.border-b-8{
  border-bottom-width: 8px;
}

.cursor-pointer{
  cursor: pointer;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

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

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

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-grow{
  flex-grow: 1;
}

.flex-shrink{
  flex-shrink: 1;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-first{
  order: -9999;
}

.font-body{
  font-family: Karla, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-headings{
  font-family: Larken, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.font-bold{
  font-weight: 700;
}

.h-15{
  height: 15px;
}

.h-25{
  height: 25px;
}

.h-32{
  height: 32px;
}

.h-40{
  height: 40px;
}

.h-44{
  height: 44px;
}

.h-50{
  height: 50px;
}

.h-55{
  height: 55px;
}

.h-60{
  height: 60px;
}

.h-62{
  height: 62px;
}

.h-70{
  height: 70px;
}

.h-75{
  height: 75px;
}

.h-80{
  height: 80px;
}

.h-180{
  height: 180px;
}

.h-250{
  height: 250px;
}

.h-260{
  height: 260px;
}

.h-310{
  height: 310px;
}

.h-340{
  height: 340px;
}

.h-380{
  height: 380px;
}

.h-515{
  height: 515px;
}

.h-570{
  height: 570px;
}

.h-600{
  height: 600px;
}

.h-8\/10{
  height: 80%;
}

.h-full{
  height: 100%;
}

.h-auto{
  height: auto;
}

.text-s{
  font-size: 1rem;
  line-height: 1.5;
}

.text-m{
  font-size: 1.25rem;
  line-height: 1.6;
}

.text-l{
  font-size: 1.5625rem;
  line-height: 1.6;
}

.text-xsh{
  font-size: 1.5625rem;
  line-height: 1.28;
}

.text-sh{
  font-size: 1.9375rem;
  line-height: 1.29;
}

.text-mh{
  font-size: 2.4375rem;
  line-height: 1.44;
}

.text-lh{
  font-size: 3.5rem;
  line-height: 1.14;
}

.text-xlh{
  font-size: 4.75rem;
  line-height: 1.05;
}

.leading-5{
  line-height: 1.25rem;
}

.mx-8{
  margin-left: 8px;
  margin-right: 8px;
}

.mx-15{
  margin-left: 15px;
  margin-right: 15px;
}

.mx-40{
  margin-left: 40px;
  margin-right: 40px;
}

.my-65{
  margin-top: 65px;
  margin-bottom: 65px;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mt-0{
  margin-top: 0;
}

.mt-2{
  margin-top: 2px;
}

.ml-2{
  margin-left: 2px;
}

.mt-8{
  margin-top: 8px;
}

.mb-8{
  margin-bottom: 8px;
}

.mr-10{
  margin-right: 10px;
}

.mb-10{
  margin-bottom: 10px;
}

.mb-15{
  margin-bottom: 15px;
}

.ml-15{
  margin-left: 15px;
}

.mb-16{
  margin-bottom: 16px;
}

.mt-20{
  margin-top: 20px;
}

.mb-20{
  margin-bottom: 20px;
}

.mt-25{
  margin-top: 25px;
}

.mb-25{
  margin-bottom: 25px;
}

.mr-30{
  margin-right: 30px;
}

.mb-35{
  margin-bottom: 35px;
}

.mt-40{
  margin-top: 40px;
}

.mb-40{
  margin-bottom: 40px;
}

.ml-40{
  margin-left: 40px;
}

.mb-50{
  margin-bottom: 50px;
}

.mb-60{
  margin-bottom: 60px;
}

.ml-60{
  margin-left: 60px;
}

.mb-65{
  margin-bottom: 65px;
}

.mt-80{
  margin-top: 80px;
}

.ml-auto{
  margin-left: auto;
}

.-mb-100{
  margin-bottom: -100px;
}

.-mb-135{
  margin-bottom: -135px;
}

.-mb-200{
  margin-bottom: -200px;
}

.max-w-140{
  max-width: 140px;
}

.max-w-250{
  max-width: 250px;
}

.max-w-380{
  max-width: 380px;
}

.max-w-460{
  max-width: 460px;
}

.max-w-530{
  max-width: 530px;
}

.max-w-705{
  max-width: 705px;
}

.max-w-900{
  max-width: 900px;
}

.max-w-950{
  max-width: 950px;
}

.max-w-full{
  max-width: 100%;
}

.min-h-vh{
  min-height: 100vh;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:opacity-0{
  opacity: 0;
}

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-y-visible{
  overflow-y: visible;
}

.p-5{
  padding: 5px;
}

.p-8{
  padding: 8px;
}

.p-15{
  padding: 15px;
}

.p-25{
  padding: 25px;
}

.px-0{
  padding-left: 0;
  padding-right: 0;
}

.py-2{
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-8{
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-10{
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-10{
  padding-left: 10px;
  padding-right: 10px;
}

.py-15{
  padding-top: 15px;
  padding-bottom: 15px;
}

.px-15{
  padding-left: 15px;
  padding-right: 15px;
}

.px-20{
  padding-left: 20px;
  padding-right: 20px;
}

.px-25{
  padding-left: 25px;
  padding-right: 25px;
}

.py-30{
  padding-top: 30px;
  padding-bottom: 30px;
}

.px-40{
  padding-left: 40px;
  padding-right: 40px;
}

.px-50{
  padding-left: 50px;
  padding-right: 50px;
}

.px-60{
  padding-left: 60px;
  padding-right: 60px;
}

.px-65{
  padding-left: 65px;
  padding-right: 65px;
}

.py-70{
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-100{
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-130{
  padding-top: 130px;
  padding-bottom: 130px;
}

.py-170{
  padding-top: 170px;
  padding-bottom: 170px;
}

.pl-0{
  padding-left: 0;
}

.pl-8{
  padding-left: 8px;
}

.pt-10{
  padding-top: 10px;
}

.pr-10{
  padding-right: 10px;
}

.pb-15{
  padding-bottom: 15px;
}

.pr-20{
  padding-right: 20px;
}

.pb-20{
  padding-bottom: 20px;
}

.pr-25{
  padding-right: 25px;
}

.pl-25{
  padding-left: 25px;
}

.pr-30{
  padding-right: 30px;
}

.pb-35{
  padding-bottom: 35px;
}

.pt-40{
  padding-top: 40px;
}

.pr-40{
  padding-right: 40px;
}

.pl-40{
  padding-left: 40px;
}

.pt-50{
  padding-top: 50px;
}

.pb-50{
  padding-bottom: 50px;
}

.pr-60{
  padding-right: 60px;
}

.pb-60{
  padding-bottom: 60px;
}

.pt-65{
  padding-top: 65px;
}

.pt-70{
  padding-top: 70px;
}

.pr-70{
  padding-right: 70px;
}

.pr-75{
  padding-right: 75px;
}

.pb-80{
  padding-bottom: 80px;
}

.pt-100{
  padding-top: 100px;
}

.pb-100{
  padding-bottom: 100px;
}

.pt-130{
  padding-top: 130px;
}

.pb-130{
  padding-bottom: 130px;
}

.pt-150{
  padding-top: 150px;
}

.pt-155{
  padding-top: 155px;
}

.pr-170{
  padding-right: 170px;
}

.pb-170{
  padding-bottom: 170px;
}

.pt-200{
  padding-top: 200px;
}

.pb-200{
  padding-bottom: 200px;
}

.pb-310{
  padding-bottom: 310px;
}

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.top-0{
  top: 0;
}

.right-0{
  right: 0;
}

.bottom-0{
  bottom: 0;
}

.left-0{
  left: 0;
}

.right-15{
  right: 15px;
}

.left-15{
  left: 15px;
}

.right-20{
  right: 20px;
}

.right-25{
  right: 25px;
}

.top-30{
  top: 30px;
}

.top-50{
  top: 50px;
}

.top-65{
  top: 65px;
}

.right-65{
  right: 65px;
}

.right-70{
  right: 70px;
}

.top-190{
  top: 190px;
}

.top-235{
  top: 235px;
}

.top-410{
  top: 410px;
}

.top-500{
  top: 500px;
}

.-top-60{
  top: -60px;
}

.-bottom-60{
  bottom: -60px;
}

.-bottom-210{
  bottom: -210px;
}

.top-1\/2{
  top: 50%;
}

.left-1\/2{
  left: 50%;
}

.resize{
  resize: both;
}

*{
  --tw-shadow: 0 0 #0000;
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-primary{
  --tw-shadow: 4px 8px 16px rgba(var(--sshg-color-primary-dark-rgba-value), 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

*{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.focus\:ring-black:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 41, 38, var(--tw-ring-opacity));
}

.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgba(41, 41, 38, var(--tw-text-opacity));
}

.text-gray2{
  --tw-text-opacity: 1;
  color: rgba(109, 109, 109, var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-primary{
  color: var(--sshg-color-primary);
}

.text-primary-foreground{
  color: var(--sshg-color-primary-foreground);
}

.text-accent-foreground{
  color: var(--sshg-color-accent-foreground);
}

.hover\:text-primary-foreground:hover{
  color: var(--sshg-color-primary-foreground);
}

.focus\:text-primary-foreground:focus{
  color: var(--sshg-color-primary-foreground);
}

.uppercase{
  text-transform: uppercase;
}

.underline{
  text-decoration: underline;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.align-baseline{
  vertical-align: baseline;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.w-15{
  width: 15px;
}

.w-25{
  width: 25px;
}

.w-32{
  width: 32px;
}

.w-55{
  width: 55px;
}

.w-70{
  width: 70px;
}

.w-75{
  width: 75px;
}

.w-80{
  width: 80px;
}

.w-90{
  width: 90px;
}

.w-110{
  width: 110px;
}

.w-140{
  width: 140px;
}

.w-200{
  width: 200px;
}

.w-250{
  width: 250px;
}

.w-560{
  width: 560px;
}

.w-2\/5{
  width: 40%;
}

.w-1\/2{
  width: 50%;
}

.w-1\/3{
  width: 33.33%;
}

.w-8\/10{
  width: 80%;
}

.w-full{
  width: 100%;
}

.w-full-30{
  width: calc(100% - 30px);
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-50{
  z-index: 50;
}

.z-60{
  z-index: 60;
}

.z-70{
  z-index: 70;
}

.-z-15{
  z-index: -15;
}

.-z-10{
  z-index: -10;
}

.gap-50{
  gap: 50px;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.transform{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-200{
  --tw-scale-x: 2;
  --tw-scale-y: 2;
}

.rotate-180{
  --tw-rotate: 180deg;
}

.translate-x-15{
  --tw-translate-x: 15px;
}

.translate-x-60{
  --tw-translate-x: 60px;
}

.-translate-x-10{
  --tw-translate-x: -10px;
}

.-translate-x-15{
  --tw-translate-x: -15px;
}

.-translate-x-35{
  --tw-translate-x: -35px;
}

.-translate-x-60{
  --tw-translate-x: -60px;
}

.translate-x-1\/2{
  --tw-translate-x: 50%;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
}

.translate-y-1\/2{
  --tw-translate-y: 50%;
}

.translate-y-1\/3{
  --tw-translate-y: 33.333333%;
}

.translate-y-full{
  --tw-translate-y: 100%;
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
}

.-translate-y-2\/3{
  --tw-translate-y: -66.666667%;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-100{
  transition-duration: 100ms;
}

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@media (min-width: 640px){
  .sm\:prose{
    color: #374151;
    max-width: 65ch;
  }

  .sm\:prose [class~="lead"]{
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .sm\:prose a{
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
  }

  .sm\:prose strong{
    color: #111827;
    font-weight: 600;
  }

  .sm\:prose ol{
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .sm\:prose ol > li{
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

  .sm\:prose ol > li::before{
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #6b7280;
    left: 0;
  }

  .sm\:prose ul > li{
    position: relative;
    padding-left: 1.75em;
  }

  .sm\:prose ul > li::before{
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .sm\:prose hr{
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .sm\:prose blockquote{
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .sm\:prose blockquote p:first-of-type::before{
    content: open-quote;
  }

  .sm\:prose blockquote p:last-of-type::after{
    content: close-quote;
  }

  .sm\:prose h1{
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .sm\:prose h2{
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .sm\:prose h3{
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .sm\:prose h4{
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .sm\:prose figure figcaption{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .sm\:prose code{
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }

  .sm\:prose code::before{
    content: "`";
  }

  .sm\:prose code::after{
    content: "`";
  }

  .sm\:prose a code{
    color: #111827;
  }

  .sm\:prose pre{
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .sm\:prose pre code{
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .sm\:prose pre code::before{
    content: "";
  }

  .sm\:prose pre code::after{
    content: "";
  }

  .sm\:prose table{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .sm\:prose thead{
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d1d5db;
  }

  .sm\:prose thead th{
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .sm\:prose tbody tr{
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }

  .sm\:prose tbody tr:last-child{
    border-bottom-width: 0;
  }

  .sm\:prose tbody td{
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .sm\:prose{
    font-size: 1rem;
    line-height: 1.75;
  }

  .sm\:prose p{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .sm\:prose img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose h2 code{
    font-size: 0.875em;
  }

  .sm\:prose h3 code{
    font-size: 0.9em;
  }

  .sm\:prose ul{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .sm\:prose li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .sm\:prose > ul > li p{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .sm\:prose > ul > li > *:first-child{
    margin-top: 1.25em;
  }

  .sm\:prose > ul > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .sm\:prose > ol > li > *:first-child{
    margin-top: 1.25em;
  }

  .sm\:prose > ol > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .sm\:prose ul ul, .sm\:prose ul ol, .sm\:prose ol ul, .sm\:prose ol ol{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .sm\:prose hr + *{
    margin-top: 0;
  }

  .sm\:prose h2 + *{
    margin-top: 0;
  }

  .sm\:prose h3 + *{
    margin-top: 0;
  }

  .sm\:prose h4 + *{
    margin-top: 0;
  }

  .sm\:prose thead th:first-child{
    padding-left: 0;
  }

  .sm\:prose thead th:last-child{
    padding-right: 0;
  }

  .sm\:prose tbody td:first-child{
    padding-left: 0;
  }

  .sm\:prose tbody td:last-child{
    padding-right: 0;
  }

  .sm\:prose > :first-child{
    margin-top: 0;
  }

  .sm\:prose > :last-child{
    margin-bottom: 0;
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:h-400{
    height: 400px;
  }

  .sm\:h-640{
    height: 640px;
  }

  .sm\:text-m{
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .sm\:text-l{
    font-size: 1.5625rem;
    line-height: 1.6;
  }

  .sm\:text-xsh{
    font-size: 1.5625rem;
    line-height: 1.28;
  }

  .sm\:text-mh{
    font-size: 2.4375rem;
    line-height: 1.44;
  }

  .sm\:text-xlh{
    font-size: 4.75rem;
    line-height: 1.05;
  }

  .sm\:mx-60{
    margin-left: 60px;
    margin-right: 60px;
  }

  .sm\:-ml-15{
    margin-left: -15px;
  }

  .sm\:px-25{
    padding-left: 25px;
    padding-right: 25px;
  }

  .sm\:py-30{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sm\:px-60{
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm\:px-65{
    padding-left: 65px;
    padding-right: 65px;
  }

  .sm\:py-80{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sm\:pt-60{
    padding-top: 60px;
  }

  .sm\:pt-80{
    padding-top: 80px;
  }

  .sm\:pb-90{
    padding-bottom: 90px;
  }

  .sm\:pb-190{
    padding-bottom: 190px;
  }

  .sm\:pb-200{
    padding-bottom: 200px;
  }

  .sm\:pb-400{
    padding-bottom: 400px;
  }

  .sm\:top-0{
    top: 0;
  }

  .sm\:right-0{
    right: 0;
  }

  .sm\:bottom-0{
    bottom: 0;
  }

  .sm\:left-0{
    left: 0;
  }

  .sm\:left-25{
    left: 25px;
  }

  .sm\:right-65{
    right: 65px;
  }

  .sm\:top-155{
    top: 155px;
  }

  .sm\:bottom-auto{
    bottom: auto;
  }

  .sm\:-bottom-300{
    bottom: -300px;
  }

  .sm\:top-1\/2{
    top: 50%;
  }

  .sm\:w-full-50{
    width: calc(100% - 50px);
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:translate-x-60{
    --tw-translate-x: 60px;
  }

  .sm\:translate-x-70{
    --tw-translate-x: 70px;
  }

  .sm\:-translate-x-60{
    --tw-translate-x: -60px;
  }

  .sm\:-translate-x-70{
    --tw-translate-x: -70px;
  }

  .sm\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }
}

@media (min-width: 768px){
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:bg-primary{
    background-color: var(--sshg-color-primary);
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:h-400{
    height: 400px;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:text-m{
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .md\:text-sh{
    font-size: 1.9375rem;
    line-height: 1.29;
  }

  .md\:text-mh{
    font-size: 2.4375rem;
    line-height: 1.44;
  }

  .md\:text-lh{
    font-size: 3.5rem;
    line-height: 1.14;
  }

  .md\:mb-0{
    margin-bottom: 0;
  }

  .md\:mb-50{
    margin-bottom: 50px;
  }

  .md\:mb-130{
    margin-bottom: 130px;
  }

  .md\:min-h-vh{
    min-height: 100vh;
  }

  .md\:p-80{
    padding: 80px;
  }

  .md\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-50{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:px-60{
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:px-65{
    padding-left: 65px;
    padding-right: 65px;
  }

  .md\:pr-60{
    padding-right: 60px;
  }

  .md\:pt-100{
    padding-top: 100px;
  }

  .md\:pr-110{
    padding-right: 110px;
  }

  .md\:pr-120{
    padding-right: 120px;
  }

  .md\:pl-120{
    padding-left: 120px;
  }

  .md\:pt-160{
    padding-top: 160px;
  }

  .md\:relative{
    position: relative;
  }

  .md\:left-0{
    left: 0;
  }

  .md\:right-20{
    right: 20px;
  }

  .md\:right-60{
    right: 60px;
  }

  .md\:right-65{
    right: 65px;
  }

  .md\:top-114{
    top: 114px;
  }

  .md\:bottom-auto{
    bottom: auto;
  }

  .md\:shadow-primary{
    --tw-shadow: 4px 8px 16px rgba(var(--sshg-color-primary-dark-rgba-value), 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:w-860{
    width: 860px;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/3{
    width: 33.33%;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:translate-x-0{
    --tw-translate-x: 0;
  }

  .md\:translate-y-0{
    --tw-translate-y: 0;
  }
}

@media (min-width: 1024px){
  .lg\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .lg\:prose-lg p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg [class~="lead"]{
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .lg\:prose-lg blockquote{
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-lg h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .lg\:prose-lg h2{
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-lg h3{
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .lg\:prose-lg h4{
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .lg\:prose-lg img{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg video{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg figure{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-lg figure figcaption{
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .lg\:prose-lg code{
    font-size: 0.8888889em;
  }

  .lg\:prose-lg h2 code{
    font-size: 0.8666667em;
  }

  .lg\:prose-lg h3 code{
    font-size: 0.875em;
  }

  .lg\:prose-lg pre{
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .lg\:prose-lg ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg li{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .lg\:prose-lg ol > li{
    padding-left: 1.6666667em;
  }

  .lg\:prose-lg ol > li::before{
    left: 0;
  }

  .lg\:prose-lg ul > li{
    padding-left: 1.6666667em;
  }

  .lg\:prose-lg ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .lg\:prose-lg > ul > li p{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg ul ul, .lg\:prose-lg ul ol, .lg\:prose-lg ol ul, .lg\:prose-lg ol ol{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg hr{
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .lg\:prose-lg hr + *{
    margin-top: 0;
  }

  .lg\:prose-lg h2 + *{
    margin-top: 0;
  }

  .lg\:prose-lg h3 + *{
    margin-top: 0;
  }

  .lg\:prose-lg h4 + *{
    margin-top: 0;
  }

  .lg\:prose-lg table{
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .lg\:prose-lg thead th{
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:prose-lg thead th:first-child{
    padding-left: 0;
  }

  .lg\:prose-lg thead th:last-child{
    padding-right: 0;
  }

  .lg\:prose-lg tbody td{
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:prose-lg tbody td:first-child{
    padding-left: 0;
  }

  .lg\:prose-lg tbody td:last-child{
    padding-right: 0;
  }

  .lg\:prose-lg > :first-child{
    margin-top: 0;
  }

  .lg\:prose-lg > :last-child{
    margin-bottom: 0;
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-primary{
    background-color: var(--sshg-color-primary);
  }

  .lg\:rounded{
    border-radius: 4px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:h-450{
    height: 450px;
  }

  .lg\:h-600{
    height: 600px;
  }

  .lg\:h-640{
    height: 640px;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:text-sh{
    font-size: 1.9375rem;
    line-height: 1.29;
  }

  .lg\:mt-0{
    margin-top: 0;
  }

  .lg\:mb-0{
    margin-bottom: 0;
  }

  .lg\:ml-120{
    margin-left: 120px;
  }

  .lg\:-mb-135{
    margin-bottom: -135px;
  }

  .lg\:min-h-870{
    min-height: 870px;
  }

  .lg\:min-w-790{
    min-width: 790px;
  }

  .lg\:p-50{
    padding: 50px;
  }

  .lg\:px-8{
    padding-left: 8px;
    padding-right: 8px;
  }

  .lg\:py-16{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lg\:py-25{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .lg\:px-50{
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:px-75{
    padding-left: 75px;
    padding-right: 75px;
  }

  .lg\:px-120{
    padding-left: 120px;
    padding-right: 120px;
  }

  .lg\:px-225{
    padding-left: 225px;
    padding-right: 225px;
  }

  .lg\:pb-0{
    padding-bottom: 0;
  }

  .lg\:pt-20{
    padding-top: 20px;
  }

  .lg\:pl-25{
    padding-left: 25px;
  }

  .lg\:pl-40{
    padding-left: 40px;
  }

  .lg\:pr-50{
    padding-right: 50px;
  }

  .lg\:pl-60{
    padding-left: 60px;
  }

  .lg\:pt-130{
    padding-top: 130px;
  }

  .lg\:pl-130{
    padding-left: 130px;
  }

  .lg\:pb-135{
    padding-bottom: 135px;
  }

  .lg\:pb-190{
    padding-bottom: 190px;
  }

  .lg\:pl-190{
    padding-left: 190px;
  }

  .lg\:pr-200{
    padding-right: 200px;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:right-65{
    right: 65px;
  }

  .lg\:right-225{
    right: 225px;
  }

  .lg\:left-auto{
    left: auto;
  }

  .lg\:-bottom-35{
    bottom: -35px;
  }

  .lg\:-right-50{
    right: -50px;
  }

  .lg\:-left-50{
    left: -50px;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:w-270{
    width: 270px;
  }

  .lg\:w-450{
    width: 450px;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-2\/3{
    width: 66.66%;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:-translate-x-90{
    --tw-translate-x: -90px;
  }

  .lg\:translate-y-0{
    --tw-translate-y: 0;
  }
}

@media (min-width: 1280px){
  .xl\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .xl\:prose-2xl p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl [class~="lead"]{
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .xl\:prose-2xl blockquote{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .xl\:prose-2xl h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .xl\:prose-2xl h2{
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .xl\:prose-2xl h3{
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .xl\:prose-2xl h4{
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .xl\:prose-2xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-2xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-2xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-2xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose-2xl figure figcaption{
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .xl\:prose-2xl code{
    font-size: 0.8333333em;
  }

  .xl\:prose-2xl h2 code{
    font-size: 0.875em;
  }

  .xl\:prose-2xl h3 code{
    font-size: 0.8888889em;
  }

  .xl\:prose-2xl pre{
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .xl\:prose-2xl ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .xl\:prose-2xl ol > li{
    padding-left: 1.6666667em;
  }

  .xl\:prose-2xl ol > li::before{
    left: 0;
  }

  .xl\:prose-2xl ul > li{
    padding-left: 1.6666667em;
  }

  .xl\:prose-2xl ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .xl\:prose-2xl > ul > li p{
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .xl\:prose-2xl > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .xl\:prose-2xl > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .xl\:prose-2xl > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl ul ul, .xl\:prose-2xl ul ol, .xl\:prose-2xl ol ul, .xl\:prose-2xl ol ol{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .xl\:prose-2xl hr{
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .xl\:prose-2xl hr + *{
    margin-top: 0;
  }

  .xl\:prose-2xl h2 + *{
    margin-top: 0;
  }

  .xl\:prose-2xl h3 + *{
    margin-top: 0;
  }

  .xl\:prose-2xl h4 + *{
    margin-top: 0;
  }

  .xl\:prose-2xl table{
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .xl\:prose-2xl thead th{
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .xl\:prose-2xl thead th:first-child{
    padding-left: 0;
  }

  .xl\:prose-2xl thead th:last-child{
    padding-right: 0;
  }

  .xl\:prose-2xl tbody td{
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .xl\:prose-2xl tbody td:first-child{
    padding-left: 0;
  }

  .xl\:prose-2xl tbody td:last-child{
    padding-right: 0;
  }

  .xl\:prose-2xl > :first-child{
    margin-top: 0;
  }

  .xl\:prose-2xl > :last-child{
    margin-bottom: 0;
  }

  .xl\:space-x-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(25px * var(--tw-space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:text-mh{
    font-size: 2.4375rem;
    line-height: 1.44;
  }

  .xl\:mr-200{
    margin-right: 200px;
  }

  .xl\:pl-60{
    padding-left: 60px;
  }

  .xl\:pr-70{
    padding-right: 70px;
  }

  .xl\:pl-110{
    padding-left: 110px;
  }

  .xl\:pr-190{
    padding-right: 190px;
  }

  .xl\:-left-80{
    left: -80px;
  }

  .xl\:w-565{
    width: 565px;
  }
}

@media (min-width: 1440px){
  .\32xl\:pl-40{
    padding-left: 40px;
  }

  .\32xl\:pr-50{
    padding-right: 50px;
  }

  .\32xl\:-left-50{
    left: -50px;
  }
}

@media (min-width: 1540px){
  .\33xl\:translate-x-90{
    --tw-translate-x: 90px;
  }

  .\33xl\:-translate-x-90{
    --tw-translate-x: -90px;
  }
}


/*# sourceMappingURL=app.css.map*/