@charset "UTF-8";
/*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: Montserrat, Verdana, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
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)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
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;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}
/*
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)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  print-color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 375px){
  .container{
    max-width: 375px;
  }
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 992px){
  .container{
    max-width: 992px;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}
@media (min-width: 1500px){
  .container{
    max-width: 1500px;
  }
}
@media (min-width: 1650px){
  .container{
    max-width: 1650px;
  }
}
@media (min-width: 1700px){
  .container{
    max-width: 1700px;
  }
}
@media (min-width: 1900px){
  .container{
    max-width: 1900px;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect{
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}
.form-input::placeholder,.form-textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
.form-input::-webkit-date-and-time-value{
  min-height: 1.5em;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
:root {
  --edge-line-position: 5rem;
}

.alert{
  position: relative;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.alert-primary{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.alert-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.alert-success{
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.alert-danger{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.alert-warning{
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}

.alert-info{
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

blockquote {
  margin-top: 0;
  margin-bottom: 1em;
}
blockquote p:before {
  content: open-quote;
}
blockquote p:after {
  content: close-quote;
}

:root {
  --transition-default: all 0.3s ease-in-out;
  --gutter: 1rem;
}
@media (min-width: 768px) {
  :root {
    --gutter: 1.5rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --gutter: 2rem;
  }
}

html {
  scroll-behavior: smooth;
}

* {
  scroll-margin-top: 20px;
}
@media (min-width: 1200px) {
  * {
    scroll-margin-top: 50px;
  }
}

.scroll-disabled {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

body{
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.58;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  body{
    font-size: 1rem;
  }
}
body.show-screen-size:after {
  position: fixed;
  left: 50%;
  bottom: 0px;
  width: 160px;
  background: #000;
  color: #fff;
  content: "[TINY] 0px-374px";
  text-align: center;
  padding: 5px;
  font-size: 12px;
  z-index: 9999;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-left: -80px;
}
@media (min-width: 375px) {
  body.show-screen-size:after {
    content: "[MINI] 375px-479px";
  }
}
@media (min-width: 480px) {
  body.show-screen-size:after {
    content: "[XS] 480px-767px";
  }
}
@media (min-width: 768px) {
  body.show-screen-size:after {
    content: "[SM] 768px-991px";
  }
}
@media (min-width: 992px) {
  body.show-screen-size:after {
    content: "[MD] 992px-1199px";
  }
}
@media (min-width: 1200px) {
  body.show-screen-size:after {
    content: "[LG] 1200px-1499px";
  }
}
@media (min-width: 1500px) {
  body.show-screen-size:after {
    content: "[XL] 1500px-1549px";
  }
}
@media (min-width: 1650px) {
  body.show-screen-size:after {
    content: "[XL] 1650px-1699px";
  }
}
@media (min-width: 1700px) {
  body.show-screen-size:after {
    content: "[XL] 1700px-1899px";
  }
}
@media (min-width: 1900px) {
  body.show-screen-size:after {
    content: "[XXL] 1900px-∞";
  }
}

.l-outline {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .l-outline {
    padding-top: 80px;
  }
}

[type=text], [type=email], [type=url], [type=password], [type=number], [type=date], [type=datetime-local], [type=month], [type=search], [type=tel], [type=time], [type=week], [multiple], textarea {
  border: 0;
  border-bottom: 2px solid #0A0A0A;
  background-color: transparent;
  color: #0A0A0A;
  border-radius: 0;
  font-size: 16px;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
[type=text]:focus, [type=email]:focus, [type=url]:focus, [type=password]:focus, [type=number]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=week]:focus, [multiple]:focus, textarea:focus {
  box-shadow: none;
  border-color: #fff;
  outline: none;
}
[type=text]::placeholder, [type=email]::placeholder, [type=url]::placeholder, [type=password]::placeholder, [type=number]::placeholder, [type=date]::placeholder, [type=datetime-local]::placeholder, [type=month]::placeholder, [type=search]::placeholder, [type=tel]::placeholder, [type=time]::placeholder, [type=week]::placeholder, [multiple]::placeholder, textarea::placeholder {
  color: #626262;
}
[type=text].dark-input, [type=email].dark-input, [type=url].dark-input, [type=password].dark-input, [type=number].dark-input, [type=date].dark-input, [type=datetime-local].dark-input, [type=month].dark-input, [type=search].dark-input, [type=tel].dark-input, [type=time].dark-input, [type=week].dark-input, [multiple].dark-input, textarea.dark-input {
  background: none;
  border: 0;
  border-bottom: 2px solid #fff;
  font-size: 16px;
  color: #fff;
  padding: 0.5em 0;
}
[type=text].dark-input:focus, [type=email].dark-input:focus, [type=url].dark-input:focus, [type=password].dark-input:focus, [type=number].dark-input:focus, [type=date].dark-input:focus, [type=datetime-local].dark-input:focus, [type=month].dark-input:focus, [type=search].dark-input:focus, [type=tel].dark-input:focus, [type=time].dark-input:focus, [type=week].dark-input:focus, [multiple].dark-input:focus, textarea.dark-input:focus {
  outline: none;
  border-color: #FFB831;
  box-shadow: none;
}

textarea {
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(17, 65, 255, 0.33);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  background-color: white;
  color: #667085;
  border-radius: 0;
  font-size: 13px;
  text-indent: 0 !important;
  padding-top: 1.1rem;
  display: block;
  width: 100%;
}

.form-wrap {
  position: relative;
}
.form-wrap br {
  display: none;
}

.form-wrap--is-active .form-label {
  font-size: 10px;
  transform: translate(0, -150%);
}

.form-label {
  position: absolute;
  left: 1px;
  top: 21px;
  transform: translate(0, -50%);
  font-size: 16px;
  z-index: 20;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  margin-left: 0.75rem;
}

.form-checkbox {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(17, 65, 255, 0.33);
  background-color: white;
  border-radius: 0;
  width: 23px;
  height: 24px;
  cursor: pointer;
}

.grecaptcha-badge {
  visibility: hidden;
}

#download-newsletter [type=text], #download-newsletter [type=email], #download-newsletter [type=url], #download-newsletter [type=password], #download-newsletter [type=number], #download-newsletter [type=date], #download-newsletter [type=datetime-local], #download-newsletter [type=month], #download-newsletter [type=search], #download-newsletter [type=tel], #download-newsletter [type=time], #download-newsletter [type=week], #download-newsletter [multiple], #download-newsletter textarea, #download-form [type=text], #download-form [type=email], #download-form [type=url], #download-form [type=password], #download-form [type=number], #download-form [type=date], #download-form [type=datetime-local], #download-form [type=month], #download-form [type=search], #download-form [type=tel], #download-form [type=time], #download-form [type=week], #download-form [multiple], #download-form textarea {
  color: black;
}
#download-newsletter input, #download-form input {
  color: black;
}
#download-newsletter .form-label, #download-form .form-label {
  margin-left: 0;
}

.post-password-form {
  max-width: 100%;
  margin: 50px auto;
}
@media (min-width: 768px) {
  .post-password-form {
    width: 600px !important;
    margin: 100px auto;
  }
}
.post-password-form input[type=submit] {
  margin-top: 24px;
}
.post-password-form input[type=password]:focus {
  border-color: #FFB831;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: DM Serif Display, Georgia, sans-serif;
  margin-bottom: 0.6em;
  line-height: 1.12;
}

h1 {
  font-size: 45px;
}
@media screen and (min-width: 375px) {
  h1 {
    font-size: calc(45px + 0 * ((100vw - 375px) / 825));
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 45px;
  }
}

h2 {
  font-size: 45px;
}
@media screen and (min-width: 375px) {
  h2 {
    font-size: calc(45px + 0 * ((100vw - 375px) / 825));
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 45px;
  }
}

h3 {
  font-size: 28px;
}
@media screen and (min-width: 375px) {
  h3 {
    font-size: calc(28px + 0 * ((100vw - 375px) / 825));
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 28px;
}
@media screen and (min-width: 375px) {
  h4 {
    font-size: calc(28px + 0 * ((100vw - 375px) / 825));
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-size: 28px;
}
@media screen and (min-width: 375px) {
  h5 {
    font-size: calc(28px + 0 * ((100vw - 375px) / 825));
  }
}
@media screen and (min-width: 1200px) {
  h5 {
    font-size: 28px;
  }
}

h6 {
  font-size: 28px;
}
@media screen and (min-width: 375px) {
  h6 {
    font-size: calc(28px + 0 * ((100vw - 375px) / 825));
  }
}
@media screen and (min-width: 1200px) {
  h6 {
    font-size: 28px;
  }
}

.lazyload {
  opacity: 0;
  transition: all 0.1s ease-in-out;
}

.lazyloaded {
  opacity: 1;
}

/**
 * * Links
 * */
a {
  color: #FFB831;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
a:hover {
  color: rgb(230, 166, 44);
  text-decoration: underline;
}

a[href$=jpg]:focus, a[href$=jpeg]:focus, a[href$=jpe]:focus, a[href$=png]:focus, a[href$=gif]:focus {
  outline: none;
}

.link-inside-black a {
  color: #0A0A0A;
  text-decoration: underline;
}
.link-inside-black a:hover {
  text-decoration: none;
  color: #000;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

li {
  margin-bottom: 0;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1rem;
  margin-top: 0.5rem;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1rem;
  margin-left: 0;
}

.list-arrow {
  position: relative;
}
.list-arrow::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFB831;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjcwNzEgMC43OTI4OTNDMTUuMzE2NiAwLjQwMjM2OSAxNC42ODM0IDAuNDAyMzY5IDE0LjI5MjkgMC43OTI4OTNDMTMuOTAyNCAxLjE4MzQyIDEzLjkwMjQgMS44MTY1OCAxNC4yOTI5IDIuMjA3MTFMMTUuNzA3MSAwLjc5Mjg5M1pNMTkgNS41TDE5LjcwNzEgNi4yMDcxMUMyMC4wOTc2IDUuODE2NTggMjAuMDk3NiA1LjE4MzQyIDE5LjcwNzEgNC43OTI4OUwxOSA1LjVaTTE0LjI5MjkgOC43OTI4OUMxMy45MDI0IDkuMTgzNDIgMTMuOTAyNCA5LjgxNjU4IDE0LjI5MjkgMTAuMjA3MUMxNC42ODM0IDEwLjU5NzYgMTUuMzE2NiAxMC41OTc2IDE1LjcwNzEgMTAuMjA3MUwxNC4yOTI5IDguNzkyODlaTTEgNC41QzAuNDQ3NzE1IDQuNSAwIDQuOTQ3NzEgMCA1LjVDMCA2LjA1MjI4IDAuNDQ3NzE1IDYuNSAxIDYuNUwxIDQuNVpNMTQuMjkyOSAyLjIwNzExTDE4LjI5MjkgNi4yMDcxMUwxOS43MDcxIDQuNzkyODlMMTUuNzA3MSAwLjc5Mjg5M0wxNC4yOTI5IDIuMjA3MTFaTTE4LjI5MjkgNC43OTI4OUwxNC4yOTI5IDguNzkyODlMMTUuNzA3MSAxMC4yMDcxTDE5LjcwNzEgNi4yMDcxMUwxOC4yOTI5IDQuNzkyODlaTTE5IDQuNUwxIDQuNUwxIDYuNUwxOSA2LjVWNC41WiIgZmlsbD0iIzBGMTYyMCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center;
}

.wp-block-list,
.single__content ul {
  margin-top: calc(2 * 1em);
  margin-bottom: calc(2 * 1em);
  list-style-type: disc;
}
.wp-block-list li,
.single__content ul li {
  margin-left: 2em;
  margin-bottom: 0.35em;
}
.wp-block-list li::marker,
.single__content ul li::marker {
  color: #FFB831;
  font-size: 1.25em;
}

.single__content ul {
  padding-left: 0;
  margin-left: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

object,
iframe,
embed,
canvas,
video,
audio,
svg {
  max-width: 100%;
}

.svg-in-full svg {
  width: 100%;
  height: auto;
}

p {
  margin-bottom: 1em;
}

.p-reset p:first-child {
  margin-top: 0;
}
.p-reset p:last-child {
  margin-bottom: 0;
}

.text-spacing--more p {
  margin-top: 33px;
}

.text-spacing--10 p {
  margin-top: 22px;
}

pre {
  margin-top: 0;
  margin-bottom: 1em;
}

/**
 * Print styles.
 * Taken from https://github.com/h5bp/html5-boilerplate
 */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}
table:not(.kb-table) {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.125rem;
}
table:not(.kb-table) thead {
  border-bottom: 2px solid #dadada;
}
table:not(.kb-table) tfoot {
  border-top: 2px solid #dadada;
}
table:not(.kb-table) th {
  text-align: inherit;
}
table:not(.kb-table) td,
table:not(.kb-table) th {
  border: 1px solid #dadada;
  padding: 0.5rem 0.75rem;
  text-align: inherit;
}
table:not(.kb-table) th,
table:not(.kb-table) tfoot td {
  background: #F2F2F2;
  color: #0A0A0A;
  font-weight: bold;
  padding: 0.75rem 0.75rem;
}

.wp-block-table {
  margin-block: 2rem;
}

.enable-typography-styles ul:not(:where([class~=reset-typography] *)){
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  list-style-type: disc;
  padding-left: 1.5rem;
}
.enable-typography-styles ol:not(:where([class~=reset-typography] *)){
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  list-style-type: decimal;
  padding-left: 1.5rem;
}
.enable-typography-styles li:not(:where([class~=reset-typography] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.enable-typography-styles ul:not(:where([class~=reset-typography] *)) > li::marker,
.enable-typography-styles ol:not(:where([class~=reset-typography] *)) > li::marker{
  --tw-text-opacity: 1;
  color: rgb(255 184 49 / var(--tw-text-opacity));
}
.enable-typography-styles hr{
  margin-top: 3em;
  margin-bottom: 3em;
  --tw-border-opacity: 1;
  border-color: rgb(255 184 49 / var(--tw-border-opacity));
  opacity: 0.5;
}

.handwritten-text-with-underline {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.handwritten-text-with-underline::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-image: url(../svg/handwritten-underline.svg);
  background-repeat: no-repeat;
  background-position: center calc(100% - 0.1em);
  background-size: contain;
}

.l-wrap,
.l-blocks-wrap > *:not(.alignwide):not(.alignleft):not(.alignfull):not(.wp-block-group):not(.block-editor-inner-blocks),
.l-blocks-wrap > .alignwide:not(.wp-block-group),
.blocks-container > *:not(.alignwide):not(.alignfull):not(.wp-block-group):not(.block-editor-inner-blocks),
.single-post__content > *:not(.alignwide):not(.alignleft):not(.alignfull):not(.wp-block-group):not(.block-editor-inner-blocks),
.single-post__content > .alignwide:not(.wp-block-group){
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 90rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .l-wrap,
.l-blocks-wrap > *:not(.alignwide):not(.alignleft):not(.alignfull):not(.wp-block-group):not(.block-editor-inner-blocks),
.l-blocks-wrap > .alignwide:not(.wp-block-group),
.blocks-container > *:not(.alignwide):not(.alignfull):not(.wp-block-group):not(.block-editor-inner-blocks),
.single-post__content > *:not(.alignwide):not(.alignleft):not(.alignfull):not(.wp-block-group):not(.block-editor-inner-blocks),
.single-post__content > .alignwide:not(.wp-block-group){
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .l-wrap,
.l-blocks-wrap > *:not(.alignwide):not(.alignleft):not(.alignfull):not(.wp-block-group):not(.block-editor-inner-blocks),
.l-blocks-wrap > .alignwide:not(.wp-block-group),
.blocks-container > *:not(.alignwide):not(.alignfull):not(.wp-block-group):not(.block-editor-inner-blocks),
.single-post__content > *:not(.alignwide):not(.alignleft):not(.alignfull):not(.wp-block-group):not(.block-editor-inner-blocks),
.single-post__content > .alignwide:not(.wp-block-group){
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.l-blocks-wrap > .alignwide:not(.wp-block-group){
  max-width: 87.5rem;
}

.single-post__content > .alignwide:not(.wp-block-group){
  max-width: 90rem;
}

.wp-block-group__inner-container > *:not(.alignwide):not(.alignfull):not(.l-block){
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .wp-block-group__inner-container > *:not(.alignwide):not(.alignfull):not(.l-block){
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-group__inner-container > *:not(.alignwide):not(.alignfull):not(.l-block){
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.l-wrap--narrow{
  max-width: 50rem;
}

.l-wrap--for-menu{
  max-width: 106.4375rem;
}

.l-blocks-wrap > .alignwide,
.wp-block-group .alignwide{
  max-width: 87.5rem;
}

.single-post__content > *:not(.alignwide):not(.alignleft):not(.alignfull):not(.wp-block-group):not(.block-editor-inner-blocks){
  max-width: 44.25rem;
}

@media (min-width: 1200px){
  .l-wrap--with-sidebar{
    padding-left: 120px;
  }
}

@media (min-width: 1650px){
  .l-wrap--with-sidebar{
    padding-left: 2rem;
  }
}

.default-block-spacing{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .default-block-spacing{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

[data-aos=zoom-in] {
  transform: scale(0.95);
}

[data-aos=reveal] {
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=reveal].aos-animate {
  opacity: 1;
}
@media (min-width: 768px) {
  [data-aos=reveal] {
    transform: translateY(20px);
  }
  [data-aos=reveal].aos-animate {
    transform: translateY(0);
  }
}

body[data-aos-easing=reveal] [data-aos], [data-aos][data-aos][data-aos-easing=new-easing] {
  transition-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
}

#bp_container > .bp-x {
  display: flex;
  justify-content: center;
  align-items: center;
}

#bp_container img {
  background: #fff;
}

body .forminator-ui.forminator-custom-form.forminator-design--flat .forminator-label {
  font-size: 33px !important;
  font-family: DM Serif Display, Georgia, sans-serif !important;
  color: #000 !important;
  margin-bottom: 0.8em;
  line-height: 1.3 !important;
}

.forminator-ui.forminator-design--flat .forminator-checkbox .forminator-checkbox-box,
.forminator-ui.forminator-custom-form[data-design=flat] .forminator-radio .forminator-radio-bullet {
  border: 1px solid #c7c4c4 !important;
}

.forminator-ui.forminator-custom-form[data-design=flat] .forminator-checkbox-label,
.forminator-ui.forminator-custom-form[data-design=flat] .forminator-radio .forminator-radio-label {
  font-size: 18px !important;
}

.forminator-ui .initial-info {
  font-size: 18px;
}
.forminator-ui .initial-info strong {
  color: #333;
}

body .forminator-ui.forminator-custom-form[data-design=flat]:not(.forminator-size--small) .forminator-pagination-footer {
  margin-top: 50px;
}

.hamburger:hover .hamburger-box,
.hamburger.is-active:hover .hamburger-box {
  transition: all 0.3s ease-in-out;
}
.hamburger:hover .hamburger-box .hamburger-inner,
.hamburger:hover .hamburger-box .hamburger-inner::before,
.hamburger:hover .hamburger-box .hamburger-inner::after,
.hamburger.is-active:hover .hamburger-box .hamburger-inner,
.hamburger.is-active:hover .hamburger-box .hamburger-inner::before,
.hamburger.is-active:hover .hamburger-box .hamburger-inner::after {
  transition: all 0.4s ease-in-out;
  background-color: #FFB831;
}

.hamburger.is-active .hamburger-box {
  transform: scale(1.2);
}
.hamburger.is-active .hamburger-box .hamburger-inner,
.hamburger.is-active .hamburger-box .hamburger-inner::before,
.hamburger.is-active .hamburger-box .hamburger-inner::after {
  background-color: #FFB831;
}

.hf-message {
  border-radius: 5px;
  background: #EBF5FF;
  color: #215CDC;
  border: 1px solid #b8dcff;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

.hf-message-success {
  background: #F3FAF7;
  border: 1px solid #cfebdf;
  color: #03543F;
}

.leaflet-container{
  font-family: Montserrat, Verdana, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.leaflet-container .leaflet-popup-content{
  text-align: center;
}

.g-recaptcha {
  transform: scale(0.85);
  transform-origin: 0 0;
}
@media (min-width: 768px) {
  .g-recaptcha {
    transform: scale(1);
  }
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.comment-list ol {
  list-style: none;
}

li.comment {
  border-bottom: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(5, 1, 7, 0.11);
  margin-bottom: 1em;
  padding: 1em;
}
li.comment div.vcard {
  font-weight: 400;
}
li.comment div.vcard img.avatar {
  border: 5px solid #ccc;
  float: right;
  margin: 0 0 20px 20px;
}
li.comment div.comment-metadata {
  font-size: 11px;
  margin-bottom: 0.7em;
}
li.comment ul {
  font-size: 12px;
  list-style: none;
  margin: 0 0 0 20px;
}
li.comment div.reply {
  font-size: 11px;
}
li.comment div.reply a {
  font-weight: bold;
}
li.comment div.reply ul.children {
  list-style: none;
  margin: 12px;
  text-indent: 0;
}
li.comment div.reply ul.children li.depth-2 {
  border-left: 5px solid #ccc;
  margin: 0 0 10px 10px;
}
li.comment div.reply ul.children li.depth-3 {
  border-left: 5px solid #bbb;
  margin: 0 0 10px 10px;
}
li.comment div.reply ul.children li.depth-4 {
  border-left: 5px solid #aaa;
  margin: 0 0 10px 10px;
}

.comment-body {
  margin-bottom: 1em;
}

/* Contact Form 7 Styles */
div.wpcf7-response-output {
  margin: 20px 0;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  padding: 0.3em 0.6em;
}

span.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  border: 1px solid transparent;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  margin-top: 4px;
  padding: 0.3em 0.6em;
  font-size: 0.8em;
}

div.wpcf7-validation-errors,
div.wpcf7-spam-blocked {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding: 0.8em 1em;
}

.wpcf7-validation-errors {
  clear: both;
  margin-top: 1em;
}

.contact--recaptcha {
  padding-top: 1em;
}

div.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 0.8em 1em;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}

span.wpcf7-list-item {
  margin-left: 0;
}

div.wpcf7 .ajax-loader,
div.wpcf7 .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  background: url(../svg/spinner.svg);
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
}

.hidden-submit-button input {
  display: none;
}

.wp-pagenavi {
  padding-top: 10px;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .wp-pagenavi {
    padding-top: 24px;
  }
}
.wp-pagenavi .pages,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  display: none;
}
.wp-pagenavi .extend {
  display: inline-block;
  margin-right: 14px;
  color: #A3B3C0;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend {
  color: #a6b2bf;
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  margin-right: 14px;
  line-height: 38px;
  min-width: 35px;
  text-align: center;
  transition: all 0.3s;
  background: #FFFFFF;
  text-shadow: none;
  border: 1px solid #A3B3C0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend {
    height: 56px;
    line-height: 54px;
    min-width: 41px;
    font-size: 18px;
  }
}
.wp-pagenavi .page:hover, .wp-pagenavi .page:focus,
.wp-pagenavi .current:hover,
.wp-pagenavi .current:focus,
.wp-pagenavi .first:hover,
.wp-pagenavi .first:focus,
.wp-pagenavi .last:hover,
.wp-pagenavi .last:focus,
.wp-pagenavi .extend:hover,
.wp-pagenavi .extend:focus {
  text-decoration: none;
  color: #6b7f94;
  border-color: #678196;
}
.wp-pagenavi .current {
  color: #FFB831;
  background: #FFFFFF;
  border-color: #FFB831;
}
.wp-pagenavi .current:hover {
  color: #FFB831;
  background: #fff;
  border-color: #FFB831;
}

.alignleft {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .alignleft {
    margin-bottom: 25px;
    float: left;
    margin-right: 42px;
    display: inline;
  }
}
@media (min-width: 992px) {
  .alignleft {
    margin-bottom: 45px;
  }
}

.alignright {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .alignright {
    display: inline;
    float: right;
    margin-left: 42px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .alignright {
    margin-bottom: 45px;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption p:first-child {
  margin-bottom: 0.5em;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

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

.wp-caption .wp-caption-text {
  margin: 0 0 1em;
  font-size: 0.8rem;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.entry-meta {
  margin-bottom: 15px;
  font-style: italic;
  font-size: 0.85em;
}

.entry-footer {
  padding: 1em 0;
}

.entry-back {
  text-align: center;
  padding-top: 3em;
}

.cat-links,
.tags-links {
  display: block;
  margin-bottom: 0.4em;
}

.wp-block-image {
  margin-bottom: 1em;
}
.wp-block-image img {
  max-width: 100%;
}
.wp-block-image .aligncenter {
  text-align: center;
}
.wp-block-image .alignfull img,
.wp-block-image .alignwide img {
  width: 100%;
}
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter,
.wp-block-image .is-resized {
  display: table;
}
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption,
.wp-block-image .is-resized > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.wp-block-image .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-left: 0;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-image .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-right: 0;
  margin-left: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  background-color: #3b3b3b;
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 10px 5px;
  margin-bottom: 1rem;
  font-style: italic;
}

.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.wp-block-embed iframe {
  max-width: 100%;
}

.wp-block-embed__wrapper {
  position: relative;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  padding-top: 177.77%;
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}

:root {
  --btn-padding-block: 1.4em;
  --btn-padding-inline: 0.95em;
  --btn-padding-for-icon: 3.3em;
  --btn-font-size: 14px;
  --btn-padding-block-lg: 1.75em;
  --btn-padding-inline-lg: 1.2em;
  --btn-font-size-lg: 16px;
  --btn-padding-for-icon-lg: 3.3em;
}
@media (min-width: 768px) {
  :root {
    --btn-font-size-lg: 18px;
  }
}

.c-btn,
body .forminator-ui.forminator-design--flat[id] .forminator-button-submit,
body .forminator-ui.forminator-design--flat[id] .forminator-button-next,
body .forminator-ui.forminator-design--flat[id] .forminator-button-back,
.post-password-form input[type=submit] {
  font-size: var(--btn-font-size);
  font-family: Montserrat, Verdana, sans-serif;
  font-weight: 500;
  display: inline-block;
  padding: var(--btn-padding-inline) var(--btn-padding-for-icon) var(--btn-padding-inline) var(--btn-padding-block);
  color: #0F1620;
  text-transform: uppercase;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 1px;
  border: 2px solid #FFB831;
  vertical-align: middle;
  user-select: none;
  letter-spacing: 0.13em;
  overflow: hidden;
  transition: 1s all ease, 0.3s background-color ease-in-out;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-btn,
body .forminator-ui.forminator-design--flat[id] .forminator-button-submit,
body .forminator-ui.forminator-design--flat[id] .forminator-button-next,
body .forminator-ui.forminator-design--flat[id] .forminator-button-back,
.post-password-form input[type=submit] {
    white-space: nowrap;
  }
}
.c-btn::before,
body .forminator-ui.forminator-design--flat[id] .forminator-button-submit::before,
body .forminator-ui.forminator-design--flat[id] .forminator-button-next::before,
body .forminator-ui.forminator-design--flat[id] .forminator-button-back::before,
.post-password-form input[type=submit]::before {
  background: #FFB831;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transition: all 0.6s ease;
  width: 100%;
  height: 0%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-btn::after,
body .forminator-ui.forminator-design--flat[id] .forminator-button-submit::after,
body .forminator-ui.forminator-design--flat[id] .forminator-button-next::after,
body .forminator-ui.forminator-design--flat[id] .forminator-button-back::after,
.post-password-form input[type=submit]::after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0Ljc1NzEgNi4wNzYzMUMxNC40MzEgNS43NTAyMyAxMy45MDIzIDUuNzUwMjMgMTMuNTc2MiA2LjA3NjMxQzEzLjI1MDEgNi40MDI0IDEzLjI1MDEgNi45MzEwOSAxMy41NzYyIDcuMjU3MThMMTQuNzU3MSA2LjA3NjMxWk0xNy41IDEwLjAwMDFMMTguMDkwNCAxMC41OTA1QzE4LjQxNjUgMTAuMjY0NCAxOC40MTY1IDkuNzM1NzQgMTguMDkwNCA5LjQwOTY1TDE3LjUgMTAuMDAwMVpNMTMuNTc2MiAxMi43NDNDMTMuMjUwMSAxMy4wNjkxIDEzLjI1MDEgMTMuNTk3OCAxMy41NzYyIDEzLjkyMzhDMTMuOTAyMyAxNC4yNDk5IDE0LjQzMSAxNC4yNDk5IDE0Ljc1NzEgMTMuOTIzOEwxMy41NzYyIDEyLjc0M1pNMi41IDkuMTY1MDhDMi4wMzg4NCA5LjE2NTA4IDEuNjY1IDkuNTM4OTIgMS42NjUgMTAuMDAwMUMxLjY2NSAxMC40NjEyIDIuMDM4ODQgMTAuODM1MSAyLjUgMTAuODM1MUwyLjUgOS4xNjUwOFpNMTMuNTc2MiA3LjI1NzE4TDE2LjkwOTYgMTAuNTkwNUwxOC4wOTA0IDkuNDA5NjVMMTQuNzU3MSA2LjA3NjMxTDEzLjU3NjIgNy4yNTcxOFpNMTYuOTA5NiA5LjQwOTY1TDEzLjU3NjIgMTIuNzQzTDE0Ljc1NzEgMTMuOTIzOEwxOC4wOTA0IDEwLjU5MDVMMTYuOTA5NiA5LjQwOTY1Wk0xNy41IDkuMTY1MDhMMi41IDkuMTY1MDhMMi41IDEwLjgzNTFMMTcuNSAxMC44MzUxVjkuMTY1MDhaIiBmaWxsPSIjMEYxNjIwIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
}
.c-btn:hover, .c-btn.btn--hover, .group:hover .c-btn, .c-btn:focus-visible,
body .forminator-ui.forminator-design--flat[id] .forminator-button-submit:hover,
body .forminator-ui.forminator-design--flat[id] .forminator-button-submit.btn--hover,
.group:hover body .forminator-ui.forminator-design--flat[id] .forminator-button-submit,
body .forminator-ui.forminator-design--flat[id] .forminator-button-submit:focus-visible,
body .forminator-ui.forminator-design--flat[id] .forminator-button-next:hover,
body .forminator-ui.forminator-design--flat[id] .forminator-button-next.btn--hover,
.group:hover body .forminator-ui.forminator-design--flat[id] .forminator-button-next,
body .forminator-ui.forminator-design--flat[id] .forminator-button-next:focus-visible,
body .forminator-ui.forminator-design--flat[id] .forminator-button-back:hover,
body .forminator-ui.forminator-design--flat[id] .forminator-button-back.btn--hover,
.group:hover body .forminator-ui.forminator-design--flat[id] .forminator-button-back,
body .forminator-ui.forminator-design--flat[id] .forminator-button-back:focus-visible,
.post-password-form input[type=submit]:hover,
.post-password-form input[type=submit].btn--hover,
.group:hover .post-password-form input[type=submit],
.post-password-form input[type=submit]:focus-visible {
  background-color: transparent;
  text-decoration: none;
  color: #0F1620;
}
.c-btn:hover::before, .c-btn.btn--hover::before, .group:hover .c-btn::before, .c-btn:focus-visible::before,
body .forminator-ui.forminator-design--flat[id] .forminator-button-submit:hover::before,
body .forminator-ui.forminator-design--flat[id] .forminator-button-submit.btn--hover::before,
.group:hover body .forminator-ui.forminator-design--flat[id] .forminator-button-submit::before,
body .forminator-ui.forminator-design--flat[id] .forminator-button-submit:focus-visible::before,
body .forminator-ui.forminator-design--flat[id] .forminator-button-next:hover::before,
body .forminator-ui.forminator-design--flat[id] .forminator-button-next.btn--hover::before,
.group:hover body .forminator-ui.forminator-design--flat[id] .forminator-button-next::before,
body .forminator-ui.forminator-design--flat[id] .forminator-button-next:focus-visible::before,
body .forminator-ui.forminator-design--flat[id] .forminator-button-back:hover::before,
body .forminator-ui.forminator-design--flat[id] .forminator-button-back.btn--hover::before,
.group:hover body .forminator-ui.forminator-design--flat[id] .forminator-button-back::before,
body .forminator-ui.forminator-design--flat[id] .forminator-button-back:focus-visible::before,
.post-password-form input[type=submit]:hover::before,
.post-password-form input[type=submit].btn--hover::before,
.group:hover .post-password-form input[type=submit]::before,
.post-password-form input[type=submit]:focus-visible::before {
  height: 725%;
}
.c-btn:hover::after, .c-btn.btn--hover::after, .group:hover .c-btn::after, .c-btn:focus-visible::after,
body .forminator-ui.forminator-design--flat[id] .forminator-button-submit:hover::after,
body .forminator-ui.forminator-design--flat[id] .forminator-button-submit.btn--hover::after,
.group:hover body .forminator-ui.forminator-design--flat[id] .forminator-button-submit::after,
body .forminator-ui.forminator-design--flat[id] .forminator-button-submit:focus-visible::after,
body .forminator-ui.forminator-design--flat[id] .forminator-button-next:hover::after,
body .forminator-ui.forminator-design--flat[id] .forminator-button-next.btn--hover::after,
.group:hover body .forminator-ui.forminator-design--flat[id] .forminator-button-next::after,
body .forminator-ui.forminator-design--flat[id] .forminator-button-next:focus-visible::after,
body .forminator-ui.forminator-design--flat[id] .forminator-button-back:hover::after,
body .forminator-ui.forminator-design--flat[id] .forminator-button-back.btn--hover::after,
.group:hover body .forminator-ui.forminator-design--flat[id] .forminator-button-back::after,
body .forminator-ui.forminator-design--flat[id] .forminator-button-back:focus-visible::after,
.post-password-form input[type=submit]:hover::after,
.post-password-form input[type=submit].btn--hover::after,
.group:hover .post-password-form input[type=submit]::after,
.post-password-form input[type=submit]:focus-visible::after {
  animation-name: arrow-anim;
  animation-duration: 900ms;
}
.c-btn:focus, .c-btn:active, .c-btn:active:focus,
body .forminator-ui.forminator-design--flat[id] .forminator-button-submit:focus,
body .forminator-ui.forminator-design--flat[id] .forminator-button-submit:active,
body .forminator-ui.forminator-design--flat[id] .forminator-button-submit:active:focus,
body .forminator-ui.forminator-design--flat[id] .forminator-button-next:focus,
body .forminator-ui.forminator-design--flat[id] .forminator-button-next:active,
body .forminator-ui.forminator-design--flat[id] .forminator-button-next:active:focus,
body .forminator-ui.forminator-design--flat[id] .forminator-button-back:focus,
body .forminator-ui.forminator-design--flat[id] .forminator-button-back:active,
body .forminator-ui.forminator-design--flat[id] .forminator-button-back:active:focus,
.post-password-form input[type=submit]:focus,
.post-password-form input[type=submit]:active,
.post-password-form input[type=submit]:active:focus {
  outline: none;
}
.c-btn[disabled],
body .forminator-ui.forminator-design--flat[id] .forminator-button-submit[disabled],
body .forminator-ui.forminator-design--flat[id] .forminator-button-next[disabled],
body .forminator-ui.forminator-design--flat[id] .forminator-button-back[disabled],
.post-password-form input[type=submit][disabled] {
  background: #ccc;
  color: #000;
}

body .forminator-ui.forminator-design--flat[id] .forminator-button-submit,
body .forminator-ui.forminator-design--flat[id] .forminator-button-next,
body .forminator-ui.forminator-design--flat[id] .forminator-button-back {
  background: none !important;
  color: #0F1620 !important;
}
body .forminator-ui.forminator-design--flat[id] .forminator-button-submit:hover, body .forminator-ui.forminator-design--flat[id] .forminator-button-submit:focus,
body .forminator-ui.forminator-design--flat[id] .forminator-button-next:hover,
body .forminator-ui.forminator-design--flat[id] .forminator-button-next:focus,
body .forminator-ui.forminator-design--flat[id] .forminator-button-back:hover,
body .forminator-ui.forminator-design--flat[id] .forminator-button-back:focus {
  box-shadow: none;
}

body .forminator-ui.forminator-design--flat[id] .forminator-button-back {
  padding: 0.95em 1.4em 0.95em 3.3em;
}
body .forminator-ui.forminator-design--flat[id] .forminator-button-back::after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 20px;
  right: auto;
  transform: translateY(-50%) rotate(-180deg);
  transition: all 0.3s ease-in-out;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0Ljc1NzEgNi4wNzYzMUMxNC40MzEgNS43NTAyMyAxMy45MDIzIDUuNzUwMjMgMTMuNTc2MiA2LjA3NjMxQzEzLjI1MDEgNi40MDI0IDEzLjI1MDEgNi45MzEwOSAxMy41NzYyIDcuMjU3MThMMTQuNzU3MSA2LjA3NjMxWk0xNy41IDEwLjAwMDFMMTguMDkwNCAxMC41OTA1QzE4LjQxNjUgMTAuMjY0NCAxOC40MTY1IDkuNzM1NzQgMTguMDkwNCA5LjQwOTY1TDE3LjUgMTAuMDAwMVpNMTMuNTc2MiAxMi43NDNDMTMuMjUwMSAxMy4wNjkxIDEzLjI1MDEgMTMuNTk3OCAxMy41NzYyIDEzLjkyMzhDMTMuOTAyMyAxNC4yNDk5IDE0LjQzMSAxNC4yNDk5IDE0Ljc1NzEgMTMuOTIzOEwxMy41NzYyIDEyLjc0M1pNMi41IDkuMTY1MDhDMi4wMzg4NCA5LjE2NTA4IDEuNjY1IDkuNTM4OTIgMS42NjUgMTAuMDAwMUMxLjY2NSAxMC40NjEyIDIuMDM4ODQgMTAuODM1MSAyLjUgMTAuODM1MUwyLjUgOS4xNjUwOFpNMTMuNTc2MiA3LjI1NzE4TDE2LjkwOTYgMTAuNTkwNUwxOC4wOTA0IDkuNDA5NjVMMTQuNzU3MSA2LjA3NjMxTDEzLjU3NjIgNy4yNTcxOFpNMTYuOTA5NiA5LjQwOTY1TDEzLjU3NjIgMTIuNzQzTDE0Ljc1NzEgMTMuOTIzOEwxOC4wOTA0IDEwLjU5MDVMMTYuOTA5NiA5LjQwOTY1Wk0xNy41IDkuMTY1MDhMMi41IDkuMTY1MDhMMi41IDEwLjgzNTFMMTcuNSAxMC44MzUxVjkuMTY1MDhaIiBmaWxsPSIjMEYxNjIwIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
}
body .forminator-ui.forminator-design--flat[id] .forminator-button-back:hover::after, body .forminator-ui.forminator-design--flat[id] .forminator-button-back.btn--hover::after, .group:hover body .forminator-ui.forminator-design--flat[id] .forminator-button-back::after {
  animation-name: arrow-anim-back;
}

@keyframes arrow-anim {
  0% {
    transform: translateX(0) translateY(-50%);
  }
  25% {
    transform: translateX(20px) translateY(-50%);
    opacity: 0;
  }
  50% {
    transform: translateX(-10px) translateY(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) translateY(-50%);
    opacity: 1;
  }
}
@keyframes arrow-anim-back {
  0% {
    transform: translateX(0) translateY(-50%) rotate(-180deg);
  }
  25% {
    transform: translateX(-20px) translateY(-50%) rotate(-180deg);
    opacity: 0;
  }
  50% {
    transform: translateX(10px) translateY(-50%) rotate(-180deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) translateY(-50%) rotate(-180deg);
    opacity: 1;
  }
}
@keyframes arrow-anim-alt {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(20px);
    opacity: 0;
  }
  50% {
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.c-btn--no-icon,
.post-password-form input[type=submit] {
  padding: var(--btn-padding-inline) var(--btn-padding-block);
}
.c-btn--no-icon::after,
.post-password-form input[type=submit]::after {
  display: none;
}

.c-btn--alt,
.c-btn--text-white {
  color: #fff;
}
.c-btn--alt:hover,
.c-btn--text-white:hover {
  color: #0F1620;
}
.c-btn--alt::after,
.c-btn--text-white::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0Ljc1NzEgNi4wNzYzMUMxNC40MzEgNS43NTAyMyAxMy45MDIzIDUuNzUwMjMgMTMuNTc2MiA2LjA3NjMxQzEzLjI1MDEgNi40MDI0IDEzLjI1MDEgNi45MzEwOSAxMy41NzYyIDcuMjU3MThMMTQuNzU3MSA2LjA3NjMxWk0xNy41IDEwLjAwMDFMMTguMDkwNCAxMC41OTA1QzE4LjQxNjUgMTAuMjY0NCAxOC40MTY1IDkuNzM1NzQgMTguMDkwNCA5LjQwOTY1TDE3LjUgMTAuMDAwMVpNMTMuNTc2MiAxMi43NDNDMTMuMjUwMSAxMy4wNjkxIDEzLjI1MDEgMTMuNTk3OCAxMy41NzYyIDEzLjkyMzhDMTMuOTAyMyAxNC4yNDk5IDE0LjQzMSAxNC4yNDk5IDE0Ljc1NzEgMTMuOTIzOEwxMy41NzYyIDEyLjc0M1pNMi41IDkuMTY1MDhDMi4wMzg4NCA5LjE2NTA4IDEuNjY1IDkuNTM4OTIgMS42NjUgMTAuMDAwMUMxLjY2NSAxMC40NjEyIDIuMDM4ODQgMTAuODM1MSAyLjUgMTAuODM1MUwyLjUgOS4xNjUwOFpNMTMuNTc2MiA3LjI1NzE4TDE2LjkwOTYgMTAuNTkwNUwxOC4wOTA0IDkuNDA5NjVMMTQuNzU3MSA2LjA3NjMxTDEzLjU3NjIgNy4yNTcxOFpNMTYuOTA5NiA5LjQwOTY1TDEzLjU3NjIgMTIuNzQzTDE0Ljc1NzEgMTMuOTIzOEwxOC4wOTA0IDEwLjU5MDVMMTYuOTA5NiA5LjQwOTY1Wk0xNy41IDkuMTY1MDhMMi41IDkuMTY1MDhMMi41IDEwLjgzNTFMMTcuNSAxMC44MzUxVjkuMTY1MDhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
}
.c-btn--alt:hover::after, .c-btn--alt.btn--hover::after, .group:hover .c-btn--alt::after,
.c-btn--text-white:hover::after,
.c-btn--text-white.btn--hover::after,
.group:hover .c-btn--text-white::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0Ljc1NzEgNi4wNzYzMUMxNC40MzEgNS43NTAyMyAxMy45MDIzIDUuNzUwMjMgMTMuNTc2MiA2LjA3NjMxQzEzLjI1MDEgNi40MDI0IDEzLjI1MDEgNi45MzEwOSAxMy41NzYyIDcuMjU3MThMMTQuNzU3MSA2LjA3NjMxWk0xNy41IDEwLjAwMDFMMTguMDkwNCAxMC41OTA1QzE4LjQxNjUgMTAuMjY0NCAxOC40MTY1IDkuNzM1NzQgMTguMDkwNCA5LjQwOTY1TDE3LjUgMTAuMDAwMVpNMTMuNTc2MiAxMi43NDNDMTMuMjUwMSAxMy4wNjkxIDEzLjI1MDEgMTMuNTk3OCAxMy41NzYyIDEzLjkyMzhDMTMuOTAyMyAxNC4yNDk5IDE0LjQzMSAxNC4yNDk5IDE0Ljc1NzEgMTMuOTIzOEwxMy41NzYyIDEyLjc0M1pNMi41IDkuMTY1MDhDMi4wMzg4NCA5LjE2NTA4IDEuNjY1IDkuNTM4OTIgMS42NjUgMTAuMDAwMUMxLjY2NSAxMC40NjEyIDIuMDM4ODQgMTAuODM1MSAyLjUgMTAuODM1MUwyLjUgOS4xNjUwOFpNMTMuNTc2MiA3LjI1NzE4TDE2LjkwOTYgMTAuNTkwNUwxOC4wOTA0IDkuNDA5NjVMMTQuNzU3MSA2LjA3NjMxTDEzLjU3NjIgNy4yNTcxOFpNMTYuOTA5NiA5LjQwOTY1TDEzLjU3NjIgMTIuNzQzTDE0Ljc1NzEgMTMuOTIzOEwxOC4wOTA0IDEwLjU5MDVMMTYuOTA5NiA5LjQwOTY1Wk0xNy41IDkuMTY1MDhMMi41IDkuMTY1MDhMMi41IDEwLjgzNTFMMTcuNSAxMC44MzUxVjkuMTY1MDhaIiBmaWxsPSIjMEYxNjIwIi8+Cjwvc3ZnPgo=");
}

.c-btn--black {
  background-color: #1E1E1E;
  color: #fff;
  border: 0;
}
.c-btn--black:hover {
  color: #fff;
}

.c-btn--brand {
  background-color: #FFB831;
  color: #1E1E1E;
}
.c-btn--brand:hover {
  color: #1E1E1E;
  background-color: #fff;
  border-color: #fff;
}
.c-btn--brand::before {
  background: #fff;
}

.c-btn--brand-text {
  color: #FFB831;
}

.c-btn--download {
  color: #fff;
  font-size: 13px;
}
@media screen and (min-width: 375px) {
  .c-btn--download {
    font-size: calc(13px + 1 * ((100vw - 375px) / 825));
  }
}
@media screen and (min-width: 1200px) {
  .c-btn--download {
    font-size: 14px;
  }
}
.c-btn--download:hover {
  color: #fff;
}
.c-btn--download::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuMTY4MzQgMTMuODMzNEM0LjE2ODM0IDEzLjM3MjMgMy43OTQ1IDEyLjk5ODQgMy4zMzMzNCAxMi45OTg0QzIuODcyMTkgMTIuOTk4NCAyLjQ5ODM0IDEzLjM3MjMgMi40OTgzNCAxMy44MzM0TDQuMTY4MzQgMTMuODMzNFpNMTcuNTAxNyAxMy44MzM0QzE3LjUwMTcgMTMuMzcyMyAxNy4xMjc4IDEyLjk5ODQgMTYuNjY2NyAxMi45OTg0QzE2LjIwNTUgMTIuOTk4NCAxNS44MzE3IDEzLjM3MjMgMTUuODMxNyAxMy44MzM0TDE3LjUwMTcgMTMuODMzNFpNMTMuOTIzOCAxMS4wOTA1QzE0LjI0OTkgMTAuNzY0NCAxNC4yNDk5IDEwLjIzNTcgMTMuOTIzOCA5LjkwOTY1QzEzLjU5NzcgOS41ODM1NiAxMy4wNjkgOS41ODM1NiAxMi43NDI5IDkuOTA5NjVMMTMuOTIzOCAxMS4wOTA1Wk0xMCAxMy44MzM0TDkuNDA5NTggMTQuNDIzOEM5LjczNTY2IDE0Ljc0OTkgMTAuMjY0NCAxNC43NDk5IDEwLjU5MDQgMTQuNDIzOEwxMCAxMy44MzM0Wk03LjI1NzExIDkuOTA5NjVDNi45MzEwMiA5LjU4MzU2IDYuNDAyMzMgOS41ODM1NiA2LjA3NjI0IDkuOTA5NjVDNS43NTAxNSAxMC4yMzU3IDUuNzUwMTUgMTAuNzY0NCA2LjA3NjI0IDExLjA5MDVMNy4yNTcxMSA5LjkwOTY1Wk0xMC44MzUgMy44MzM0MUMxMC44MzUgMy4zNzIyNiAxMC40NjEyIDIuOTk4NDEgMTAgMi45OTg0MUM5LjUzODg1IDIuOTk4NDEgOS4xNjUwMSAzLjM3MjI2IDkuMTY1MDEgMy44MzM0MUwxMC44MzUgMy44MzM0MVpNMTQuMTY2NyAxNi4zMzE3TDUuODMzMzQgMTYuMzMxN0w1LjgzMzM0IDE4LjAwMTdMMTQuMTY2NyAxOC4wMDE3TDE0LjE2NjcgMTYuMzMxN1pNNC4xNjgzNCAxNC42NjY3TDQuMTY4MzQgMTMuODMzNEwyLjQ5ODM0IDEzLjgzMzRMMi40OTgzNCAxNC42NjY3TDQuMTY4MzQgMTQuNjY2N1pNMTUuODMxNyAxMy44MzM0TDE1LjgzMTcgMTQuNjY2N0wxNy41MDE3IDE0LjY2NjdMMTcuNTAxNyAxMy44MzM0TDE1LjgzMTcgMTMuODMzNFpNMTQuMTY2NyAxOC4wMDE3QzE2LjAwODUgMTguMDAxNyAxNy41MDE3IDE2LjUwODYgMTcuNTAxNyAxNC42NjY3TDE1LjgzMTcgMTQuNjY2N0MxNS44MzE3IDE1LjU4NjMgMTUuMDg2MiAxNi4zMzE3IDE0LjE2NjcgMTYuMzMxN0wxNC4xNjY3IDE4LjAwMTdaTTUuODMzMzQgMTYuMzMxN0M0LjkxMzc5IDE2LjMzMTcgNC4xNjgzNCAxNS41ODYzIDQuMTY4MzQgMTQuNjY2N0wyLjQ5ODM0IDE0LjY2NjdDMi40OTgzNCAxNi41MDg2IDMuOTkxNDcgMTguMDAxNyA1LjgzMzM0IDE4LjAwMTdMNS44MzMzNCAxNi4zMzE3Wk0xMi43NDI5IDkuOTA5NjVMOS40MDk1OCAxMy4yNDNMMTAuNTkwNCAxNC40MjM4TDEzLjkyMzggMTEuMDkwNUwxMi43NDI5IDkuOTA5NjVaTTEwLjU5MDQgMTMuMjQzTDcuMjU3MTEgOS45MDk2NUw2LjA3NjI0IDExLjA5MDVMOS40MDk1OCAxNC40MjM4TDEwLjU5MDQgMTMuMjQzWk0xMC44MzUgMTMuODMzNEwxMC44MzUgMy44MzM0MUw5LjE2NTAxIDMuODMzNDFMOS4xNjUwMSAxMy44MzM0TDEwLjgzNSAxMy44MzM0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
}
.c-btn--download:hover::after {
  animation: none;
}

.c-btn--pencil--b-yellow {
  word-break: break-word;
  white-space: normal;
  color: #fff;
}
.c-btn--pencil--b-yellow:hover {
  color: #fff;
}
.c-btn--pencil--b-yellow::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2Ljg4OTggMy42MTAxOUwxNy40ODAyIDMuMDE5NzZWMy4wMTk3NkwxNi44ODk4IDMuNjEwMTlaTTUuNDE2NzEgMTguMDI5NlYxOC44NjQ2QzUuNjM4MTcgMTguODY0NiA1Ljg1MDU1IDE4Ljc3NjYgNi4wMDcxNSAxOC42Mkw1LjQxNjcxIDE4LjAyOTZaTTIuNTAwMDUgMTguMDI5NkgxLjY2NTA1QzEuNjY1MDUgMTguNDkwNyAyLjAzODg5IDE4Ljg2NDYgMi41MDAwNSAxOC44NjQ2VjE4LjAyOTZaTTIuNTAwMDUgMTUuMDUzN0wxLjkwOTYxIDE0LjQ2MzJDMS43NTMwMiAxNC42MTk4IDEuNjY1MDUgMTQuODMyMiAxLjY2NTA1IDE1LjA1MzdIMi41MDAwNVpNMTMuMjg0IDQuMjY5NzZDMTIuOTU3OSAzLjk0MzY3IDEyLjQyOTIgMy45NDM2NyAxMi4xMDMxIDQuMjY5NzZDMTEuNzc3IDQuNTk1ODUgMTEuNzc3IDUuMTI0NTQgMTIuMTAzMSA1LjQ1MDYzTDEzLjI4NCA0LjI2OTc2Wk0xNS4wNDk0IDguMzk2OTFDMTUuMzc1NSA4LjcyMjk5IDE1LjkwNDIgOC43MjI5OSAxNi4yMzAyIDguMzk2OTFDMTYuNTU2MyA4LjA3MDgyIDE2LjU1NjMgNy41NDIxMyAxNi4yMzAyIDcuMjE2MDRMMTUuMDQ5NCA4LjM5NjkxWk0xNC41MzQgNC4yMDA2M0MxNS4wMjE1IDMuNzEzMTIgMTUuODExOSAzLjcxMzEyIDE2LjI5OTQgNC4yMDA2M0wxNy40ODAyIDMuMDE5NzZDMTYuMzQwNiAxLjg4MDA4IDE0LjQ5MjggMS44ODAwOCAxMy4zNTMxIDMuMDE5NzZMMTQuNTM0IDQuMjAwNjNaTTE2LjI5OTQgNC4yMDA2M0MxNi43ODY5IDQuNjg4MTMgMTYuNzg2OSA1LjQ3ODUzIDE2LjI5OTQgNS45NjYwNEwxNy40ODAyIDcuMTQ2OTFDMTguNjE5OSA2LjAwNzIzIDE4LjYxOTkgNC4xNTk0NCAxNy40ODAyIDMuMDE5NzZMMTYuMjk5NCA0LjIwMDYzWk0xNi4yOTk0IDUuOTY2MDRMNC44MjYyOCAxNy40MzkxTDYuMDA3MTUgMTguNjJMMTcuNDgwMiA3LjE0NjkxTDE2LjI5OTQgNS45NjYwNFpNNS40MTY3MSAxNy4xOTQ2SDIuNTAwMDVWMTguODY0Nkg1LjQxNjcxVjE3LjE5NDZaTTEzLjM1MzEgMy4wMTk3NkwxLjkwOTYxIDE0LjQ2MzJMMy4wOTA0OCAxNS42NDQxTDE0LjUzNCA0LjIwMDYzTDEzLjM1MzEgMy4wMTk3NlpNMS42NjUwNSAxNS4wNTM3VjE4LjAyOTZIMy4zMzUwNVYxNS4wNTM3SDEuNjY1MDVaTTEyLjEwMzEgNS40NTA2M0wxNS4wNDk0IDguMzk2OTFMMTYuMjMwMiA3LjIxNjA0TDEzLjI4NCA0LjI2OTc2TDEyLjEwMzEgNS40NTA2M1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
}
.c-btn--pencil--b-yellow:hover::after {
  animation: none;
}

.c-btn--with-svg-icon {
  padding: 0.8em 1.4em 0.8em 1.4em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .c-btn--with-svg-icon {
    padding: 0.95em 1.4em 0.95em 1.4em;
  }
}
.c-btn--with-svg-icon::after {
  display: none;
}
.c-btn--with-svg-icon svg {
  margin-left: 0.6rem;
}

.c-btn--pencil,
.c-btn--black {
  color: #fff;
  text-align: center;
  border: 2px solid #1E1E1E;
  display: inline-flex;
  align-items: center;
  padding: 0.8em 1.4em 0.8em 1.4em;
  background: none;
  font-size: 13px;
}
@media screen and (min-width: 375px) {
  .c-btn--pencil,
.c-btn--black {
    font-size: calc(13px + 1 * ((100vw - 375px) / 825));
  }
}
@media screen and (min-width: 1200px) {
  .c-btn--pencil,
.c-btn--black {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .c-btn--pencil,
.c-btn--black {
    padding: 0.95em 1.4em 0.95em 1.4em;
  }
}
.c-btn--pencil svg,
.c-btn--black svg {
  margin-left: 0.6rem;
}
.c-btn--pencil:hover,
.c-btn--black:hover {
  color: #1E1E1E;
  background: none;
}
.c-btn--pencil::before,
.c-btn--black::before {
  background: #fff;
}
.c-btn--pencil::after,
.c-btn--black::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  width: 100%;
  height: 100%;
  background: #1E1E1E;
  z-index: -2;
  transform: none;
}
.c-btn--pencil:hover::after,
.c-btn--black:hover::after {
  animation: none;
  background: #1E1E1E;
}

.c-btn--with-animation:hover svg {
  animation-name: arrow-anim-alt;
  animation-duration: 900ms;
}

.c-btn--contact {
  color: #0F1620;
  background: #FFB831;
  padding: 0.35em 0.1em 0.45em 0.1em;
  letter-spacing: 0.12em;
  border: 1.5px solid #FFB831;
  font-size: 9px;
}
@media (min-width: 340px) {
  .c-btn--contact {
    font-size: 11px;
  }
}
@media (min-width: 375px) {
  .c-btn--contact {
    padding: 0.35em 0.3em 0.45em 0.3em;
    font-size: 10.5px;
  }
}
@media (min-width: 25.625rem) {
  .c-btn--contact {
    padding: 0.35em 0.45em 0.45em 0.45em;
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .c-btn--contact {
    letter-spacing: 0.08em;
    border: 2px solid #FFB831;
    padding: 0.7em 0.8em 0.7em 0.8em;
    font-size: 14px;
  }
}
.c-btn--contact svg {
  display: none;
}
@media (min-width: 768px) {
  .c-btn--contact svg {
    display: block;
  }
}
.c-btn--contact:hover {
  color: #0F1620;
  background: rgb(255, 212, 131);
}
.c-btn--contact:hover::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuOTYzMTcgNS45NzE5OUMyLjU3OTQ3IDUuNzE2MTggMi4wNjEwNCA1LjgxOTg3IDEuODA1MjQgNi4yMDM1N0MxLjU0OTQzIDYuNTg3MjggMS42NTMxMiA3LjEwNTcxIDIuMDM2ODMgNy4zNjE1MUwyLjk2MzE3IDUuOTcxOTlaTTkuMDc1NSAxMS4wNTA0TDguNjEyMzIgMTEuNzQ1Mkg4LjYxMjMzTDkuMDc1NSAxMS4wNTA0Wk0xMC45MjQ1IDExLjA1MDRMMTAuNDYxMyAxMC4zNTU3TDEwLjkyNDUgMTEuMDUwNFpNMTcuOTYzMiA3LjM2MTUxQzE4LjM0NjkgNy4xMDU3MSAxOC40NTA2IDYuNTg3MjggMTguMTk0OCA2LjIwMzU3QzE3LjkzOSA1LjgxOTg3IDE3LjQyMDUgNS43MTYxOCAxNy4wMzY4IDUuOTcxOTlMMTcuOTYzMiA3LjM2MTUxWk00LjE2NjY3IDUuMDAxNzVIMTUuODMzM1YzLjMzMTc1SDQuMTY2NjdWNS4wMDE3NVpNMTYuNjY1IDUuODMzNDFWMTQuMTY2N0gxOC4zMzVWNS44MzM0MUgxNi42NjVaTTE1LjgzMzMgMTQuOTk4NEg0LjE2NjY3VjE2LjY2ODRIMTUuODMzM1YxNC45OTg0Wk0zLjMzNSAxNC4xNjY3VjUuODMzNDFIMS42NjVWMTQuMTY2N0gzLjMzNVpNNC4xNjY2NyAxNC45OTg0QzMuNzA3MzUgMTQuOTk4NCAzLjMzNSAxNC42MjYxIDMuMzM1IDE0LjE2NjdIMS42NjVDMS42NjUgMTUuNTQ4NCAyLjc4NTAzIDE2LjY2ODQgNC4xNjY2NyAxNi42Njg0VjE0Ljk5ODRaTTE2LjY2NSAxNC4xNjY3QzE2LjY2NSAxNC42MjYxIDE2LjI5MjYgMTQuOTk4NCAxNS44MzMzIDE0Ljk5ODRWMTYuNjY4NEMxNy4yMTUgMTYuNjY4NCAxOC4zMzUgMTUuNTQ4NCAxOC4zMzUgMTQuMTY2N0gxNi42NjVaTTE1LjgzMzMgNS4wMDE3NUMxNi4yOTI2IDUuMDAxNzUgMTYuNjY1IDUuMzc0MSAxNi42NjUgNS44MzM0MUgxOC4zMzVDMTguMzM1IDQuNDUxNzggMTcuMjE1IDMuMzMxNzUgMTUuODMzMyAzLjMzMTc1VjUuMDAxNzVaTTQuMTY2NjcgMy4zMzE3NUMyLjc4NTAzIDMuMzMxNzUgMS42NjUgNC40NTE3OCAxLjY2NSA1LjgzMzQxSDMuMzM1QzMuMzM1IDUuMzc0MSAzLjcwNzM1IDUuMDAxNzUgNC4xNjY2NyA1LjAwMTc1VjMuMzMxNzVaTTIuMDM2ODMgNy4zNjE1MUw4LjYxMjMyIDExLjc0NTJMOS41Mzg2NyAxMC4zNTU3TDIuOTYzMTcgNS45NzE5OUwyLjAzNjgzIDcuMzYxNTFaTTExLjM4NzcgMTEuNzQ1MkwxNy45NjMyIDcuMzYxNTFMMTcuMDM2OCA1Ljk3MTk5TDEwLjQ2MTMgMTAuMzU1N0wxMS4zODc3IDExLjc0NTJaTTguNjEyMzMgMTEuNzQ1MkM5LjQ1MjYzIDEyLjMwNTQgMTAuNTQ3NCAxMi4zMDU0IDExLjM4NzcgMTEuNzQ1MkwxMC40NjEzIDEwLjM1NTdDMTAuMTgyIDEwLjU0MTkgOS44MTgwMyAxMC41NDE5IDkuNTM4NjcgMTAuMzU1N0w4LjYxMjMzIDExLjc0NTJaIiBmaWxsPSIjMEYxNjIwIi8+Cjwvc3ZnPgo=");
  animation: none;
}

.c-btn--cookie {
  padding: 0.3em 0.8em 0.3em 0.8em;
  margin: 0 5px 5px 0;
  font-size: 16px;
}
@media screen and (min-width: 375px) {
  .c-btn--cookie {
    font-size: calc(16px + 2 * ((100vw - 375px) / 825));
  }
}
@media screen and (min-width: 1200px) {
  .c-btn--cookie {
    font-size: 18px;
  }
}

.c-btn--link {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  color: #FFB831;
  font-size: 13px;
  font-weight: 500;
}
.c-btn--link::before {
  display: none;
}
.c-btn--link:hover {
  color: #FFB831;
  background: none;
}
.c-btn--link::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0Ljc1NzEgNi4wNzYzMUMxNC40MzEgNS43NTAyMyAxMy45MDIzIDUuNzUwMjMgMTMuNTc2MiA2LjA3NjMxQzEzLjI1MDEgNi40MDI0IDEzLjI1MDEgNi45MzEwOSAxMy41NzYyIDcuMjU3MThMMTQuNzU3MSA2LjA3NjMxWk0xNy41IDEwLjAwMDFMMTguMDkwNCAxMC41OTA1QzE4LjQxNjUgMTAuMjY0NCAxOC40MTY1IDkuNzM1NzQgMTguMDkwNCA5LjQwOTY1TDE3LjUgMTAuMDAwMVpNMTMuNTc2MiAxMi43NDNDMTMuMjUwMSAxMy4wNjkxIDEzLjI1MDEgMTMuNTk3OCAxMy41NzYyIDEzLjkyMzhDMTMuOTAyMyAxNC4yNDk5IDE0LjQzMSAxNC4yNDk5IDE0Ljc1NzEgMTMuOTIzOEwxMy41NzYyIDEyLjc0M1pNMi41IDkuMTY1MDhDMi4wMzg4NCA5LjE2NTA4IDEuNjY1IDkuNTM4OTIgMS42NjUgMTAuMDAwMUMxLjY2NSAxMC40NjEyIDIuMDM4ODQgMTAuODM1MSAyLjUgMTAuODM1MUwyLjUgOS4xNjUwOFpNMTMuNTc2MiA3LjI1NzE4TDE2LjkwOTYgMTAuNTkwNUwxOC4wOTA0IDkuNDA5NjVMMTQuNzU3MSA2LjA3NjMxTDEzLjU3NjIgNy4yNTcxOFpNMTYuOTA5NiA5LjQwOTY1TDEzLjU3NjIgMTIuNzQzTDE0Ljc1NzEgMTMuOTIzOEwxOC4wOTA0IDEwLjU5MDVMMTYuOTA5NiA5LjQwOTY1Wk0xNy41IDkuMTY1MDhMMi41IDkuMTY1MDhMMi41IDEwLjgzNTFMMTcuNSAxMC44MzUxVjkuMTY1MDhaIiBmaWxsPSIjRkZCODMxIi8+Cjwvc3ZnPgo=");
}

.c-btn--simple {
  width: 100%;
  text-align: center;
  padding: 0.6em 1.4em;
  font-size: 13px;
}
.c-btn--simple::after {
  display: none;
}

.c-btn--small {
  padding: 0.65em 2.7em 0.6em 0.8em;
  letter-spacing: 0.1em;
}
.c-btn--small::after {
  right: 12px;
}

.c-btn--yellow-border {
  color: #FFB831;
  padding: 0.35em 0.8em 0.35em 0.9em;
  font-size: 13px;
  white-space: break-spaces;
}
.c-btn--yellow-border:hover {
  color: white;
}
.c-btn--yellow-border::after {
  background-image: none;
}

.c-btn--black-border {
  border-color: #1E1E1E;
}

.c-btn--yellow {
  background-color: #FFB831;
  padding: 0.55em 0.7em 0.55em 0.7em;
  white-space: break-spaces;
  font-size: 14px;
}
@media screen and (min-width: 375px) {
  .c-btn--yellow {
    font-size: calc(14px + 4 * ((100vw - 375px) / 825));
  }
}
@media screen and (min-width: 1200px) {
  .c-btn--yellow {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .c-btn--yellow {
    padding: 0.55em 1.3em 0.55em 1.1em;
  }
}
.c-btn--yellow::after {
  display: none;
}

.c-btn--white-text-no-arrow {
  color: #fff;
  padding: 0.95em 1.4em 0.95em 1.4em;
}
.c-btn--white-text-no-arrow:hover {
  background: #FFB831;
  color: #0A0A0A;
}
.c-btn--white-text-no-arrow::after {
  display: none;
}

.c-btn--small-on-mobile {
  --btn-padding-block: 0.95em;
  --btn-padding-inline: 1.1em;
  --btn-padding-for-icon: 3em;
  --btn-font-size: 13px;
}
@media (min-width: 480px) {
  .c-btn--small-on-mobile {
    --btn-font-size: 14px;
  }
}
.c-btn--small-on-mobile::after {
  right: 10px;
}
@media (min-width: 768px) {
  .c-btn--small-on-mobile::after {
    right: 20px;
  }
}

.c-btn--arrow-next-to-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.95em 1.4em 0.95em 1.4em;
}
.c-btn--arrow-next-to-text::after {
  display: none;
}
.c-btn--arrow-next-to-text svg {
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.c-btn--arrow-next-to-text:hover svg,
.c-btn--arrow-next-to-text:hover .c-btn__arrow {
  transform: translateX(10px);
}

.c-btn__arrow {
  background: url(../svg/arrow-right-white.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  transform: translateX(0);
}

.c-btn--with-icon-animation:hover svg {
  animation-name: arrow-anim-alt;
  animation-duration: 900ms;
}

.c-btn--calendar {
  background-color: #FFB831;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95em 1.4em 0.95em 1.4em;
  gap: 8px;
}
.c-btn--calendar::after {
  display: none;
}

.c-btn--calendar-dark {
  background-color: #1E1E1E;
  border-color: #1E1E1E;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95em 1.4em 0.95em 1.4em;
  gap: 8px;
}
.c-btn--calendar-dark::after {
  display: none;
}

.btn--txt-white {
  color: #fff;
}

.c-big-btn {
  --background: #0A0A0A;
  --edge-size: 35px;
  --border-color: #FFB831;
  --border-left-width: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2em 2.5em;
  background: var(--background);
  border-left-width: var(--border-left-width);
  border-color: var(--border-color);
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  gap: 0.5rem;
  letter-spacing: 0.1em;
  position: relative;
  width: 100%;
  isolation: isolate;
  clip-path: polygon(100% 0, 100% calc(100% - var(--edge-size)), calc(100% - var(--edge-size)) 100%, 0 100%, 0 0);
}
@media (min-width: 1200px) {
  .c-big-btn {
    padding: 3.5em 2.5em;
  }
}
.c-big-btn::before, .c-big-btn::after {
  content: "";
  position: absolute;
  inset: 0;
}
.c-big-btn::before {
  z-index: -2;
  background: var(--background);
}
.c-big-btn::after {
  background: var(--background);
  z-index: -1;
  clip-path: polygon(calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px - var(--edge-size)), calc(100% - 1px - var(--edge-size)) calc(100% - 1px), 1px calc(100% - 1px), 1px 1px);
}
.c-big-btn:hover {
  text-decoration: none;
  color: #0F1620;
}
.c-big-btn:hover span::after,
.c-big-btn:hover span::before {
  transform: translateX(0);
}
.c-big-btn span {
  isolation: isolate;
}
.c-big-btn svg {
  position: relative;
  z-index: 11;
}
.c-big-btn span::after,
.c-big-btn span::before {
  content: "";
  position: absolute;
  left: calc(-1 * var(--border-left-width));
  top: 0px;
  width: calc(100% + var(--border-left-width));
  height: 100%;
  background: var(--border-color);
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
  z-index: -2;
}

.c-btn--lg {
  padding: var(--btn-padding-inline-lg) var(--btn-padding-for-icon-lg) var(--btn-padding-inline-lg) var(--btn-padding-block-lg);
  font-size: var(--btn-font-size-lg);
}
.c-btn--lg.c-btn--no-icon {
  padding: var(--btn-padding-inline-lg) var(--btn-padding-block-lg);
}

.c-cookie-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #DBDDE0;
  line-height: 1.3;
  padding: 0.8em 0;
  transform: translateY(100%);
  transition: all 0.2s ease-out 0s;
  z-index: 9999;
  font-size: 14px;
}
@media screen and (min-width: 375px) {
  .c-cookie-bar {
    font-size: calc(14px + 2 * ((100vw - 375px) / 825));
  }
}
@media screen and (min-width: 1200px) {
  .c-cookie-bar {
    font-size: 16px;
  }
}
.c-cookie-bar--not-decided .c-cookie-bar {
  transform: translateY(0);
  transition: all 0.2s ease-out 1s;
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.3);
}

.c-cookie-bar__btns {
  text-align: center;
}

.c-cookie-bar__txt {
  margin-bottom: 10px;
}
.c-cookie-bar__txt p:last-child {
  margin: 0;
}

.c-site-footer {
  border-top: 2px solid #667085;
  padding: 80px 0 100px;
  background: #667085;
  color: #fff;
}

.check-list--footer {
  padding-left: 31px;
  margin-top: 17px;
}
.check-list--footer li {
  position: relative;
  margin-bottom: 10px;
}
.check-list--footer li::after {
  content: " ";
  position: absolute;
  top: 0;
  left: -32px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTNMOSAxN0wxOSA3IiBzdHJva2U9IiNEQURBREEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}

.check-list--footer-black {
  padding-left: 31px;
  margin-top: 17px;
}
.check-list--footer-black li {
  position: relative;
  margin-bottom: 10px;
}
.check-list--footer-black li::after {
  content: " ";
  position: absolute;
  top: 0;
  left: -32px;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTNMOSAxN0wxOSA3IiBzdHJva2U9IiMwRjE2MjAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}

.c-footer-menu {
  opacity: 0.6;
  font-size: 14px;
  line-height: 1.5;
}
.c-footer-menu li {
  display: inline-block;
  padding-right: 7px;
  margin-right: 1px;
}
.c-footer-menu li:last-of-type a::after {
  display: none;
}
.c-footer-menu a {
  color: #C6C6C6;
  position: relative;
}
.c-footer-menu a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -7px;
  height: 13px;
  width: 1px;
  background: #D9D9D9;
}
.c-footer-menu a:hover {
  color: #FFB831;
  text-decoration: none;
}

.footer-cta__split {
  position: relative;
  background: #fff;
  --corner-size: 140px;
}
@media (min-width: 768px) {
  .footer-cta__split {
    --corner-size: 60px;
  }
}
@media (min-width: 1200px) {
  .footer-cta__split {
    --corner-size: 140px;
  }
}
.footer-cta__split::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 100%;
  background: #0A0A0A;
  display: none;
}
@media (min-width: 768px) {
  .footer-cta__split::before {
    display: block;
  }
}
.footer-cta__split::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #FFB831;
  clip-path: polygon(100% 0, 100% calc(100% - var(--corner-size)), calc(100% - var(--corner-size)) 100%, var(--edge-line-position) 100%, 0% calc(100% - var(--edge-line-position)), 0 0);
  display: none;
}
@media (min-width: 768px) {
  .footer-cta__split::after {
    display: block;
    clip-path: polygon(100% 0, 100% calc(100% - var(--corner-size)), calc(100% - var(--corner-size)) 100%, 0px 100%, 0% calc(100% - var(--corner-size)), 0 0);
  }
}
@media (min-width: 1500px) {
  .footer-cta__split::after {
    clip-path: polygon(100% 0, 100% calc(100% - var(--corner-size)), calc(100% - var(--corner-size)) 100%, var(--edge-line-position) 100%, 0% calc(100% - var(--edge-line-position)), 0 0);
  }
}

.footer-cta__split-left-bg,
.footer-cta__split-right-bg {
  position: absolute;
  right: calc(var(--edge-line-position) + 1px);
  top: 0;
  width: 333px;
  height: 100%;
  background-repeat: repeat-y;
  background-position: left 115%;
}

.footer-cta__split-right-bg {
  right: calc(var(--edge-line-position) + 1px - 85px);
  width: 85px;
}

.footer-cta__split-in::before, .footer-cta__split-in::after {
  content: "";
  position: absolute;
  left: var(--edge-line-position);
  top: 0;
  width: 1px;
  height: 100%;
  background: #FFCD6F;
  z-index: 9;
  display: none;
}
@media (min-width: 1500px) {
  .footer-cta__split-in::before, .footer-cta__split-in::after {
    display: block;
  }
}
.footer-cta__split-in::after {
  background: #E4E7EC;
  left: auto;
  right: var(--edge-line-position);
}
@media (min-width: 768px) {
  .footer-cta__split-in::after {
    display: block;
  }
}

.footer-cta__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  z-index: 20;
  position: relative;
}
@media (min-width: 768px) {
  .footer-cta__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.footer-cta__col-content {
  padding: 3rem 0rem;
  color: #0F1620;
  position: relative;
}
@media (min-width: 768px) {
  .footer-cta__col-content {
    padding: 3rem 2rem 3rem 0;
  }
}
@media (min-width: 1200px) {
  .footer-cta__col-content {
    padding: 16rem 2rem 7rem 0;
  }
}
@media (min-width: 1500px) {
  .footer-cta__col-content {
    padding: 19rem 2rem 10rem 0;
  }
}
.footer-cta__col-content::after {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0;
  width: calc(100% + 2rem);
  height: 100%;
  background: #FFB831;
  z-index: -1;
}
@media (min-width: 768px) {
  .footer-cta__col-content::after {
    display: none;
  }
}

.footer-cta__text-wrap {
  max-width: 35ch;
}

.footer-cta__col-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .footer-cta__col-button {
    padding: 1rem 0 2rem var(--gutter);
  }
}
@media (min-width: 1200px) {
  .footer-cta__col-button {
    padding: 8.625rem 0 2rem 9.375rem;
  }
}

.footer-cta__pattern {
  position: absolute;
  right: calc(-330px + var(--edge-line-position));
  top: 0;
  z-index: 1;
}

.footer-cta__text-cool {
  font-family: Brownhill, 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-size: 3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .footer-cta__text-cool {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .footer-cta__text-cool {
    font-size: 3rem;
  }
}

.browserupgrade {
  text-align: center;
  margin: 0 auto;
  background: #FC0;
  color: #000;
  padding: 0.8em 0;
  font-size: 14px;
}
.browserupgrade a {
  color: #806600;
  text-decoration: underline;
}
.browserupgrade a:hover {
  text-decoration: none;
}

.header-visual-styles{
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}
.header-visual-styles.js-header--scrolled{
  background-color: rgb(10 10 10 / 0.65);
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.header-visual-styles__blur {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  z-index: -1;
}

.admin-bar .header-visual-styles {
  margin-top: 46px;
}
@media (min-width: 783px) {
  .admin-bar .header-visual-styles {
    margin-top: 32px;
  }
}

.marquee-desktop, .marquee-mobile {
  --gap: 1rem;
  --speed: 30s;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee-desktop--enable-animation {
  -webkit-mask-image: linear-gradient(to right, transparent, black 25px, black calc(100% - 25px), transparent);
  mask-image: linear-gradient(to right, transparent, black 25px, black calc(100% - 25px), transparent);
}

.marquee-mobile {
  position: relative;
}
.marquee-mobile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #FFB831, transparent 25px, transparent calc(100% - 25px), #FFB831);
  pointer-events: none;
  z-index: 1;
}

.marquee-desktop__content, .marquee-mobile__content {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: var(--gap);
  min-width: 100%;
  white-space: nowrap;
}

.marquee-desktop__content {
  justify-content: flex-start;
}
.marquee-desktop__content span {
  white-space: nowrap;
  display: inline-block;
}

.marquee-mobile__content {
  justify-content: flex-start;
}
.marquee-mobile__content span {
  white-space: nowrap;
  display: inline-block;
}

@keyframes scroll-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-desktop__content, .marquee-mobile__content {
    animation-play-state: paused !important;
  }
}
.marquee-desktop--enable-animation .marquee-desktop__content,
.marquee-mobile--enable-animation .marquee-mobile__content {
  animation: scroll-marquee var(--speed) linear infinite;
}

.marquee-desktop--reverse .marquee-desktop__content,
.marquee-mobile--reverse .marquee-mobile__content {
  animation-direction: reverse;
}

.marquee-desktop--hover-pause:hover .marquee-desktop__content,
.marquee-mobile--hover-pause:hover .marquee-mobile__content {
  animation-play-state: paused;
}

ul.c-hor-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.c-hor-menu > li {
  display: inline-block;
  position: relative;
}
ul.c-hor-menu > li.opened .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  left: 0;
  transition: opacity 0.2s cubic-bezier(0.55, 0, 0.1, 1) 0.1s, transform 0.2s cubic-bezier(0.55, 0, 0.1, 1) 0.1s, left 0s 0s ease;
}
ul.c-hor-menu > li.opened > a:before {
  width: 100%;
}
ul.c-hor-menu > li > a {
  display: inline-block;
  padding: 0.2em 0.8em;
  text-decoration: none;
  border-radius: 5px;
  color: #667085;
}
ul.c-hor-menu > li > a:hover, ul.c-hor-menu > li > a:focus {
  text-decoration: none;
  color: #FFB831;
}
ul.c-hor-menu > li.menu-item-has-children > a {
  padding-right: 1.5em;
}
ul.c-hor-menu > li.menu-item-has-children > a:after {
  content: " ";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #222 transparent transparent transparent;
}
ul.c-hor-menu > li.current-menu-item a, ul.c-hor-menu > li.current_page_parent a {
  background: rgb(255, 198, 90);
  color: #fff;
}
ul.c-hor-menu .sub-menu {
  position: absolute;
  top: auto;
  left: -10000px;
  background: #fff;
  margin: 0;
  padding: 6px 0 10px 0;
  list-style: none;
  line-height: 1.2;
  box-shadow: 1.4px 1.4px 6px rgba(2, 2, 3, 0.16);
  border-radius: 0;
  z-index: 999;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  text-align: left;
  font-size: 0.8rem;
  font-weight: normal;
  transition: left 0.5s 0.5s ease-in-out, opacity 0.2s 0.1s cubic-bezier(0.55, 0, 0.1, 1), transform 0.2s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  width: auto;
}
@media (min-width: 992px) {
  ul.c-hor-menu .sub-menu {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  ul.c-hor-menu .sub-menu {
    font-size: 1.08rem;
  }
}
ul.c-hor-menu .sub-menu li {
  display: block;
}
ul.c-hor-menu .sub-menu a {
  display: block;
  text-decoration: none;
  font-weight: normal;
  padding: 0.5em 1em;
  white-space: nowrap;
  color: #667085;
}
ul.c-hor-menu .sub-menu li.current-menu-item a,
ul.c-hor-menu .sub-menu a:hover {
  color: #FFB831;
}

.language-switcher {
  position: relative;
  min-width: 50px;
  z-index: 1;
  user-select: none;
  margin: 0 auto;
  height: 100%;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.15em;
}
@media (min-width: 375px) {
  .language-switcher {
    min-width: 74px;
  }
}
@media (min-width: 768px) {
  .language-switcher {
    min-width: 99px;
  }
}
.language-switcher.opened ul {
  display: block;
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.language-switcher.opened .toggle {
  color: #FFB831;
}
.language-switcher.opened .toggle-arrow {
  transform: rotate(180deg);
}
.language-switcher .toggle,
.language-switcher ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.5s;
}
.language-switcher .toggle {
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  font-size: 13px;
  letter-spacing: 0.15em;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .language-switcher .toggle {
    color: #DFE0EA;
  }
}
.language-switcher .toggle:hover {
  color: #FFB831;
}
.language-switcher ul {
  opacity: 0;
  transform: translateY(-5px);
  pointer-events: all;
  position: absolute;
  top: 60px;
  left: -1px;
  right: -1px;
  background: #0A0A0A;
  color: #000;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.2));
  border: 1px solid #444444;
  border-top: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .language-switcher ul {
    top: 80px;
  }
}
.language-switcher ul li {
  display: block;
  margin: 0 auto;
}
.language-switcher ul li:hover a {
  text-decoration: none;
  color: #FFB831;
}
.language-switcher ul li a,
.language-switcher ul li span {
  display: inline-block;
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  padding: 22px 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
.language-switcher ul li a:hover,
.language-switcher ul li span:hover {
  text-decoration: none;
}
.language-switcher .toggle-arrow {
  width: 15px;
  margin-left: 3px;
  transition: background-color 0.1s ease-in-out, transform 0.3s ease-in-out;
}
@media (min-width: 375px) {
  .language-switcher .toggle-arrow {
    margin-left: 5px;
    width: 18px;
  }
}
@media (min-width: 768px) {
  .language-switcher .toggle-arrow {
    margin-left: 8px;
    width: 24px;
  }
}

.c-main-menu {
  display: none;
}
@media (min-width: 768px) {
  .c-main-menu {
    display: block;
  }
}

.c-main-menu__item a:hover {
  text-decoration: none;
}

.c-main-menu__item--style-large {
  font-size: 40px;
  line-height: 1.55;
  font-family: DM Serif Display, Georgia, sans-serif;
  border-bottom: 1px solid #4E4E4E;
}
@media (min-width: 1200px) {
  .c-main-menu__item--style-large {
    font-size: 69px;
  }
}
.c-main-menu__item--style-large a {
  color: #fff;
  position: relative;
  display: block;
}
.c-main-menu__item--style-large a.c-main-menu__menu-tab-item--active, .c-main-menu__item--style-large a:hover {
  color: #FFB831;
}
.c-main-menu__item--style-large a.c-main-menu__menu-tab-item--active svg, .c-main-menu__item--style-large a:hover svg {
  transform: translateX(0px);
  opacity: 1;
}
.c-main-menu__item--style-large svg {
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateX(-20px);
  opacity: 0;
}

.c-main-menu__item--style-small {
  font-size: 1.3125rem;
  margin-top: 0.8em;
}
.c-main-menu__item--style-small a {
  color: #A8A8A8;
}
.c-main-menu__item--style-small a:hover {
  color: #FFB831;
}

.c-main-menu__item--style-large + .c-main-menu__item--style-small {
  margin-top: 1em;
}
@media (min-width: 1200px) {
  .c-main-menu__item--style-large + .c-main-menu__item--style-small {
    margin-top: 2.8em;
  }
}

.c-main-menu__submenu-wrap {
  padding-top: 2.0625rem;
  max-width: 51.4375rem;
}
@media (min-width: 1200px) {
  .c-main-menu__submenu-wrap {
    padding-top: 0;
  }
}

.c-main-menu__item--style-button {
  margin-top: 1.4em;
}
.c-main-menu__item--style-button .c-btn--contact {
  padding: 1em 1.5em 0.9em 1.5em;
  letter-spacing: 0.12em;
}
.c-main-menu__item--style-button .c-btn--contact::after {
  right: 19px;
}

@media (min-width: 768px){
  .c-main-menu__submenu-wrap{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.5rem;
  }
}

@media (min-width: 1200px){
  .c-main-menu__submenu-wrap{
    column-gap: 4rem;
  }
}

.c-main-menu__submenu-name {
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.1;
  font-family: DM Serif Display, Georgia, sans-serif;
}
@media (min-width: 1200px) {
  .c-main-menu__submenu-name {
    margin-top: 16px;
  }
}
.c-main-menu__submenu-name a {
  color: #fff;
  text-decoration: none;
}
.c-main-menu__submenu-name a:hover {
  color: #FFB831;
}

.c-main-menu__submenu-desc {
  margin-top: 0.5rem;
  color: #C6C6C6;
  font-size: 0.875rem;
}

.c-main-menu__subsubmenu-wrap {
  padding-left: 0;
  margin-left: 0;
  font-size: 0.875rem;
}
.c-main-menu__subsubmenu-wrap li {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0.6em;
}
.c-main-menu__subsubmenu-wrap a {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.c-main-menu__subsubmenu-wrap a:hover {
  color: #fff;
  text-decoration: none;
}
.c-main-menu__subsubmenu-wrap a::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 1px;
  background: #FFB831;
}

.c-main-menu__submenu-item {
  margin-bottom: 50px;
  max-width: 400px;
}

.c-main-menu__menu-tab {
  display: none;
}

.c-main-menu__menu-tab--active {
  display: block;
}

.c-main-menu__content-wrap {
  display: flex;
  padding-top: 26px;
}

.c-main-menu__content-img {
  flex: 0 0 365px;
  margin-right: 35px;
}

.c-main-menu__content-txt {
  width: 100%;
}

.c-main-menu__wrapper {
  display: flex;
}

.c-main-menu__menu-wrapper {
  flex: 0 0 30.4%;
  display: none;
}
@media (min-width: 768px) {
  .c-main-menu__menu-wrapper {
    display: block;
    margin-top: 1rem;
  }
}
@media (min-width: 1200px) {
  .c-main-menu__menu-wrapper {
    margin-top: 0;
  }
}

.c-main-menu__tabs {
  flex: 1 1 auto;
  padding-left: 30px;
  display: none;
}
@media (min-width: 768px) {
  .c-main-menu__tabs {
    display: block;
    height: calc(100vh - 96px);
    height: calc(calc(var(--vh, 1vh) * 100) - 96px);
    padding-right: 30px;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .c-main-menu__tabs {
    height: calc(100vh - 96px);
    height: calc(calc(var(--vh, 1vh) * 100) - 96px);
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .c-main-menu__tabs {
    padding-left: 83px;
    height: calc(100vh - 116px);
    height: calc(calc(var(--vh, 1vh) * 100) - 116px);
  }
}
@media (min-width: 1500px) {
  .c-main-menu__tabs {
    padding-left: 83px;
    height: calc(100vh - 156px);
    height: calc(calc(var(--vh, 1vh) * 100) - 156px);
  }
}

.mixitup-filter{
  border-width: 1px;
  border-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1200px){
  .mixitup-filter{
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
  }
}
.mixitup-filter.mixitup-control-active{
  --tw-border-opacity: 1;
  border-color: rgb(255 184 49 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.c-map {
  height: 400px;
}

@media (min-width: 768px) {
  .c-mobile-menu__wrap {
    display: none;
  }
}

ul.c-mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
}
ul.c-mobile-menu > li {
  display: block;
  position: relative;
  border-bottom: 1px solid #444444;
  padding: 1.18em 1.5rem;
}
ul.c-mobile-menu > li:first-child {
  padding-top: 1em;
}
ul.c-mobile-menu > li:last-child {
  border: 0;
}
ul.c-mobile-menu > li.opened .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  left: 0;
  transition: opacity 0.2s cubic-bezier(0.55, 0, 0.1, 1) 0.1s, transform 0.2s cubic-bezier(0.55, 0, 0.1, 1) 0.1s, left 0s 0s ease;
}
ul.c-mobile-menu > li.opened > a:before {
  width: 100%;
}
ul.c-mobile-menu > li > a {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-family: DM Serif Display, Georgia, sans-serif;
  font-size: 45px;
}
ul.c-mobile-menu > li > a:hover {
  text-decoration: none;
  color: #FFB831;
}
ul.c-mobile-menu > li > a.expanded {
  color: #FFB831;
}
ul.c-mobile-menu > li > a.expanded::after {
  transform: rotate(-180deg);
}
ul.c-mobile-menu > li.small-menu-item {
  border: 0;
  padding: 0.55em 1.5rem;
}
ul.c-mobile-menu > li.small-menu-item a {
  font-family: Montserrat, Verdana, sans-serif;
  color: #A8A8A8;
  font-size: 19px;
}
ul.c-mobile-menu > li.small-menu-item.small-menu-item--first {
  margin-top: 1.4rem;
}
ul.c-mobile-menu > li.menu-item-has-children > a {
  padding-right: 1.5em;
}
ul.c-mobile-menu > li.menu-item-has-children > a:after {
  content: " ";
  position: absolute;
  right: 0px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  transition: all 0.4s ease-in-out;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5IDlMMTIgMTZMNSA5IiBzdHJva2U9IiNGRkI4MzEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-size: 24px 24px;
}
ul.c-mobile-menu > li.current-menu-item a, ul.c-mobile-menu > li.current_page_parent a {
  color: #FFB831;
}
ul.c-mobile-menu ul {
  padding-top: 0.35rem;
  margin: 0;
  font-size: 16px;
}
ul.c-mobile-menu ul li {
  margin: 1rem 0;
  position: relative;
}
ul.c-mobile-menu ul li:last-child {
  margin-bottom: 0;
}
ul.c-mobile-menu ul li a {
  color: #A8A8A8;
  text-decoration: none;
  font-size: 19px;
}
ul.c-mobile-menu ul li a:hover {
  text-decoration: none;
  color: #FFB831;
}
ul.c-mobile-menu ul li.large-menu-item {
  margin: 0.1rem 0 0.1rem;
}
ul.c-mobile-menu ul li.large-menu-item a {
  font-family: DM Serif Display, Georgia, sans-serif;
  font-size: 28px;
  color: #fff;
}
ul.c-mobile-menu ul li.large-menu-item.large-menu-item--with-top-border {
  border-top: 1px solid #444444;
  padding-top: 0.5rem;
}
ul.c-mobile-menu ul li.first-standard-menu-item {
  margin-top: 0.6rem;
}
ul.c-mobile-menu ul li.white-menu-item a {
  color: #fff;
}
ul.c-mobile-menu ul li.current-menu-item a {
  color: #FFB831;
}

.c-pagination {
  margin-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .c-pagination {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
.c-pagination .page-numbers {
  display: inline-block;
  border: 2px solid #FFB831;
  min-width: 40px;
  text-align: center;
  border-radius: 15px;
  line-height: 44px;
  margin-right: 6px;
  padding: 2px 14px 0;
  text-decoration: none;
  color: #667085;
  font-weight: bold;
  font-size: 20px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}
.c-pagination .page-numbers:hover {
  border-color: rgb(230, 166, 44);
}
.c-pagination .page-numbers.current {
  color: #fff;
  background: #FFB831;
}

.c-quiz {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0A0A0A;
  color: #dadada;
}
.c-quiz .l-wrap {
  width: 100%;
}
.c-quiz__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-quiz__step {
  display: none;
  width: 100%;
  height: 100%;
}
.c-quiz__step[aria-hidden=false] {
  display: block;
}
.c-quiz__step--active {
  display: block;
  pointer-events: auto;
}
.c-quiz__step--fade-out {
  animation: fadeOut 0.3s forwards;
}
.c-quiz__step--fade-in {
  animation: fadeIn 0.3s forwards;
}
.c-quiz__content {
  display: flex;
}
.c-quiz__content > .c-quiz__text {
  flex: 1;
}
.c-quiz__content > .c-quiz__image {
  flex: 1;
}
@media (min-width: 768px) {
  .c-quiz__content--narrow {
    max-width: 58%;
  }
}
.c-quiz__text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .c-quiz__text {
    gap: 1.875rem;
  }
}
.c-quiz__text > div, .c-quiz__text > p, .c-quiz__text > ul, .c-quiz__text > .c-title, .post-password-form .c-quiz__text > .post-password-form-invalid-password {
  margin: 0;
}
.c-quiz__header {
  margin-bottom: 1rem;
}
.c-quiz__description {
  margin-bottom: 1rem;
}
.c-quiz__back {
  background: none;
  border: none;
  cursor: pointer;
  color: #FFB831;
  display: flex;
  gap: 1rem;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1313rem;
  font-size: 0.875rem;
  transition: var(--transition-default);
}
.c-quiz__back:hover {
  color: #fff;
}
.c-quiz__back:hover svg {
  transform: translateX(-5px);
}
.c-quiz__back svg {
  transition: var(--transition-default);
}
.c-quiz__input {
  display: block;
  width: 100%;
  padding: 0.5rem;
  margin-top: 0.5rem;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 1rem;
}
.c-quiz__input:focus {
  border-bottom-color: #FFB831;
}
.c-quiz__label {
  display: block;
  margin-bottom: 0.25rem;
  color: #98A2B3;
  font-weight: 500;
  font-size: 0.75rem;
}
.c-quiz__options {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media (min-width: 1200px) {
  .c-quiz__options {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-quiz__options--single-column {
  grid-template-columns: 1fr;
}
.c-quiz__options .c-quiz__error-message {
  margin-top: 0;
}
.c-quiz__options:not(.c-quiz__options--single-column) .c-quiz__error-message {
  grid-column: span 2;
}
.c-quiz__option {
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1px solid #A8A8A8;
  padding: 1rem 2rem;
  gap: 2rem;
  color: #dadada;
  font-size: 1rem;
  line-height: 1.5;
  height: 5rem;
  transition: var(--transition-default);
}
.c-quiz__option:hover {
  border-color: #fff;
}
.c-quiz__option:has(input[type=radio]:checked) {
  background: #FFB831;
  color: #0A0A0A;
  border-color: #FFB831;
}
.c-quiz__option [type=checkbox], .c-quiz__option [type=radio] {
  color: #0A0A0A;
}
.c-quiz__summary {
  padding: 1rem;
}
.c-quiz__summary-grid {
  display: flex;
  gap: 3rem;
}
.c-quiz__final-sidebar {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  display: none;
}
@media (min-width: 1200px) {
  .c-quiz__final-sidebar {
    display: flex;
  }
}
.c-quiz__final-sidebar-text {
  font-size: 1.1875rem;
}
.c-quiz__final h3 {
  margin-bottom: 0.5rem;
}
.c-quiz__input--error {
  border-bottom-color: #dc3545;
}
.c-quiz__error-message {
  color: #991b1b;
  font-size: 0.875rem;
  display: block;
  border: 1px solid #fca5a5;
  padding: 0.5rem 1rem;
  background: #fecaca;
  margin-top: 0.5rem;
}
.c-quiz__error-message--is-hidden {
  display: none;
}
.c-quiz__image-wrap {
  display: none;
}
@media (min-width: 768px) {
  .c-quiz__image-wrap {
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    overflow: hidden;
  }
}
.c-quiz__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.c-quiz__image:first-child img {
  opacity: 1;
}
.c-quiz__image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.c-quiz__image-overlay svg {
  width: auto;
  height: 100%;
  max-width: none;
  opacity: 0.3;
}
.c-quiz__inner {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1.5rem 0;
  overflow: auto;
}
@media (min-width: 768px) {
  .c-quiz__inner {
    padding: 2rem 0;
  }
}
.c-quiz__inner[aria-hidden=false], .c-quiz__step--active .c-quiz__inner {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 768px) {
  .c-quiz__in-el {
    height: 100%;
  }
}
.c-quiz .c-quiz__inner--summary .c-quiz__in-el {
  width: 100%;
}
.c-quiz__inner--summary {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .c-quiz__inner--summary {
    overflow: visible;
    padding: 0;
  }
}
.c-quiz__summary-content {
  height: 100%;
}
@media (min-width: 768px) {
  .c-quiz__summary-content {
    padding-top: 2rem;
    padding-bottom: 7rem;
    overflow: auto;
  }
}
@media (min-width: 1200px) {
  .c-quiz__summary-content {
    padding-bottom: 12rem;
  }
}
.c-quiz__summary-content-in {
  display: flex;
  align-items: center;
  min-height: 100%;
}
.c-quiz__footer {
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #1E1E1E;
  border-top: 1px solid #444444;
  padding: 1.25rem 0;
  z-index: 80;
}
@media (min-width: 1200px) {
  .c-quiz__footer {
    padding: 1.75rem 0;
  }
}
.c-quiz__footer .l-wrap {
  width: auto;
}
.c-quiz__footer-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .c-quiz__footer-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.c-quiz__footer-text {
  color: #dadada;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .c-quiz__footer-text {
    font-size: 1.1875rem;
  }
}
.c-quiz__footer-text p {
  display: block;
}
@media (min-width: 1200px) {
  .c-quiz__footer-text p {
    display: none;
  }
}
.c-quiz__footer-buttons {
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-quiz__footer-buttons {
    gap: 1.1875rem;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .c-quiz__footer-buttons .c-quiz__footer-button.c-btn--brand {
    display: none;
  }
}
.c-quiz__footer-buttons .c-quiz__footer-button.c-btn--brand-text {
  display: none;
}
@media (min-width: 768px) {
  .c-quiz__footer-buttons .c-quiz__footer-button.c-btn--brand-text {
    display: block;
  }
  .c-quiz__final {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .c-quiz__final {
    max-width: 58%;
  }
}
.c-quiz__final-item-content-grid-item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: #fff;
  width: 112px;
}
.c-quiz__final-item-content-grid-item:hover {
  text-decoration: none;
  color: #FFB831;
}
.c-quiz__final-item-content-grid-item-img {
  width: 112px;
}
.c-quiz__final-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media (min-width: 1200px) {
  .c-quiz__final-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-top: 3.3125rem;
  }
}
.c-quiz__final-item-content-grid {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.c-quiz__final-item-list {
  list-style: disc;
  list-style-position: inside;
}
.c-quiz__final-item-list li::marker {
  color: #FFB831;
}
.c-quiz__final-item-list a {
  text-decoration: underline;
  color: #fff;
}
.c-quiz__progress-area {
  position: absolute;
  left: 60%;
  top: 0;
  width: 40%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  display: none;
}
@media (min-width: 768px) {
  .c-quiz__progress-area {
    display: block;
  }
}
.c-quiz__progress-area--visible {
  opacity: 1;
  transform: translateX(0);
}
.c-quiz__progress-area--bg-alt {
  background: #1E1E1E;
}
@media (min-width: 1200px) {
  .c-quiz__progress-area--bg-alt {
    left: 57%;
    width: 43%;
  }
}
@media (min-width: 1430px) {
  .c-quiz__progress-area--bg-alt {
    left: 56%;
    width: 44%;
  }
}
@media (min-width: 1580px) {
  .c-quiz__progress-area--bg-alt {
    left: 55%;
    width: 45%;
  }
}
@media (min-width: 1730px) {
  .c-quiz__progress-area--bg-alt {
    left: 54%;
    width: 46%;
  }
}
@media (min-width: 2500px) {
  .c-quiz__progress-area--bg-alt {
    left: 53%;
    width: 47%;
  }
}
.c-quiz__progress-area svg {
  height: 100%;
  width: auto;
  max-width: none;
}
.c-quiz__progress-area #progress-rect {
  transition: width 1s ease-in-out;
}
.c-quiz__progress-area #progress-rect-wrap {
  transition: transform 0.5s ease-in-out;
}
.c-quiz__progress-area #progress-rect-wrap.c-quiz__progress-rect-wrap--hidden {
  transform: translateX(100%);
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.c-scroll-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease;
  background: #FFB831;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 50px;
  height: 50px;
  transform: translateY(100px);
  transition: all 0.5s cubic-bezier(0.23, 0.3, 0.24, 1.18);
  font-size: 30px;
  border: 2px solid #fff;
  z-index: 999;
}
.c-scroll-to-top svg {
  width: 23px;
  height: 23px;
  fill: #fff;
}
.c-scroll-to-top:hover {
  background: rgb(230, 166, 44);
  color: #fff;
  text-decoration: none;
}

.c-scroll-to-top.show {
  visibility: visible;
  transform: translateY(0);
  cursor: pointer;
  opacity: 1;
}

.c-share-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: white;
}

.c-share-icons a {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  padding: 7px 11px;
  margin-right: 1px;
  transition: all 0.2s ease;
  margin-bottom: 1px;
  color: #fff;
}

.c-share-icons p {
  margin-left: 8px;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
}

.c-share-icons__icon-facebook {
  background-color: #3b5998;
}

.c-share-icons__icon-facebook:hover {
  background-color: #4273c8;
}

.c-share-icons__icon-twitter {
  background-color: #55acee;
}

.c-share-icons__icon-twitter:hover {
  background-color: #32bbf5;
}

.c-share-icons__icon-mail {
  background-color: #999;
}

.c-share-icons__icon-mail:hover {
  background-color: #a8a8a8;
}

.c-share-icons__icon-xing {
  background-color: #126567;
}

.c-share-icons__icon-xing:hover {
  background-color: #29888a;
}

.c-share-icons__icon-whatsapp {
  background-color: #5cbe4a;
}

.c-share-icons__icon-whatsapp:hover {
  background-color: #34af23;
}

.c-title, .post-password-form .post-password-form-invalid-password {
  color: #000000;
  font-family: DM Serif Display, Georgia, sans-serif;
  margin-bottom: 0.6em;
  line-height: 1.12;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}
@media screen and (min-width: 375px) {
  .c-title, .post-password-form .post-password-form-invalid-password {
    font-size: calc(32px + 13 * ((100vw - 375px) / 825));
  }
}
@media screen and (min-width: 1200px) {
  .c-title, .post-password-form .post-password-form-invalid-password {
    font-size: 45px;
  }
}
.c-title em, .post-password-form .post-password-form-invalid-password em {
  color: #FFB831;
}
.c-title:not(.c-title--underline-disabled) em, .post-password-form .post-password-form-invalid-password:not(.c-title--underline-disabled) em {
  position: relative;
  background-position: 50% calc(100% - 0.15em);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../svg/underline.svg);
}
.c-title:not(.c-title--underline-disabled) em.c-title__em--multiline, .post-password-form .post-password-form-invalid-password:not(.c-title--underline-disabled) em.c-title__em--multiline {
  background: none;
}
.c-title:not(.c-title--underline-disabled) em.c-title__em--multiline .c-title__em-line, .post-password-form .post-password-form-invalid-password:not(.c-title--underline-disabled) em.c-title__em--multiline .c-title__em-line {
  display: inline;
  background-position: 50% calc(100% - 0.15em);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../svg/underline.svg);
  padding-bottom: 0;
}
.c-title:first-child, .post-password-form .post-password-form-invalid-password:first-child {
  margin-top: 0;
}

.c-title--underline-dark em {
  color: #000000;
}
.c-title--underline-dark:not(.c-title--underline-disabled) em {
  position: relative;
  background-position: 50% calc(100% - 0.15em);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../svg/underline-dark.svg);
}
.c-title--underline-dark:not(.c-title--underline-disabled) em.c-title__em--multiline {
  background: none;
}
.c-title--underline-dark:not(.c-title--underline-disabled) em.c-title__em--multiline .c-title__em-line {
  background-image: url(../svg/underline-dark.svg);
}

.c-title--small, .c-title--small-hero, .c-title--small-beige {
  font-size: 16px;
  font-family: Montserrat, Verdana, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: #FFB831 !important;
}
@media (min-width: 768px) {
  .c-title--small, .c-title--small-hero, .c-title--small-beige {
    letter-spacing: 0.63em;
  }
}
.c-title--small span, .c-title--small-hero span, .c-title--small-beige span {
  position: relative;
  padding-left: 2rem;
  display: block;
}
.c-title--small span::before, .c-title--small-hero span::before, .c-title--small-beige span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  transform: translateY(-2px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #FFB831 transparent;
}

.c-title--small-white {
  color: #fff !important;
}
.c-title--small-white span::before {
  background: #fff;
}

.c-title--small-beige {
  color: #FFEDCC !important;
}
.c-title--small-beige span::before {
  border-color: transparent transparent #FFEDCC transparent;
}

.c-title--small-dark {
  color: #0A0A0A !important;
}
.c-title--small-dark span::before {
  border-color: transparent transparent #0A0A0A transparent;
}

.c-title--19 {
  font-family: Montserrat, Verdana, sans-serif;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (min-width: 375px) {
  .c-title--19 {
    font-size: calc(18px + 1 * ((100vw - 375px) / 825));
  }
}
@media screen and (min-width: 1200px) {
  .c-title--19 {
    font-size: 19px;
  }
}

.c-title--medium {
  font-size: 28px;
}

.c-title--large {
  line-height: 0.95;
  font-size: 59px;
}
@media (min-width: 768px) {
  .c-title--large {
    line-height: 0.9;
    font-size: 59px;
  }
  @media screen and (min-width: 375px) {
    .c-title--large {
      font-size: calc(59px + 49 * ((100vw - 375px) / 825));
    }
  }
  @media screen and (min-width: 1200px) {
    .c-title--large {
      font-size: 108px;
    }
  }
}

.c-title--cta-hero {
  line-height: 0.95;
  font-size: 44px;
}
@media (min-width: 768px) {
  .c-title--cta-hero {
    line-height: 0.9;
    font-size: 59px;
  }
  @media screen and (min-width: 375px) {
    .c-title--cta-hero {
      font-size: calc(59px + 41 * ((100vw - 375px) / 825));
    }
  }
  @media screen and (min-width: 1200px) {
    .c-title--cta-hero {
      font-size: 100px;
    }
  }
}
.c-title--cta-hero:not(.c-title--underline-disabled) em {
  display: inline-block;
  padding-bottom: 0.25em;
}
.c-title--cta-hero:not(.c-title--underline-disabled) em br {
  display: none;
}

.c-title--small-classic {
  line-height: 0.9;
  font-size: 36px;
}
@media screen and (min-width: 375px) {
  .c-title--small-classic {
    font-size: calc(36px + 34 * ((100vw - 375px) / 825));
  }
}
@media screen and (min-width: 1200px) {
  .c-title--small-classic {
    font-size: 70px;
  }
}

.c-title--88 {
  line-height: 0.9;
  font-size: 54px;
}
@media screen and (min-width: 375px) {
  .c-title--88 {
    font-size: calc(54px + 34 * ((100vw - 375px) / 825));
  }
}
@media screen and (min-width: 1200px) {
  .c-title--88 {
    font-size: 88px;
  }
}

.c-title--88-bio-page {
  font-size: 65px;
  line-height: 0.9;
}
@media (min-width: 768px) {
  .c-title--88-bio-page {
    font-size: 71px;
  }
}
@media (min-width: 992px) {
  .c-title--88-bio-page {
    font-size: 71px;
  }
}
@media (min-width: 1200px) {
  .c-title--88-bio-page {
    font-size: 88px;
  }
}

.c-title--61 {
  font-size: 38px;
}
@media screen and (min-width: 375px) {
  .c-title--61 {
    font-size: calc(38px + 23 * ((100vw - 375px) / 825));
  }
}
@media screen and (min-width: 1200px) {
  .c-title--61 {
    font-size: 61px;
  }
}

.c-title--88-advance {
  font-size: 54px;
  line-height: 0.9;
}
@media (min-width: 768px) {
  .c-title--88-advance {
    font-size: 55px;
  }
}
@media (min-width: 992px) {
  .c-title--88-advance {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .c-title--88-advance {
    font-size: 64px;
  }
}
@media (min-width: 1500px) {
  .c-title--88-advance {
    font-size: 88px;
  }
}

.c-title--xmedium {
  font-weight: 500;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 24px;
}
@media screen and (min-width: 375px) {
  .c-title--xmedium {
    font-size: calc(24px + 0 * ((100vw - 375px) / 825));
  }
}
@media screen and (min-width: 1200px) {
  .c-title--xmedium {
    font-size: 24px;
  }
}

.c-title--24 {
  font-family: Montserrat, Verdana, sans-serif;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (min-width: 375px) {
  .c-title--24 {
    font-size: calc(16px + 8 * ((100vw - 375px) / 825));
  }
}
@media screen and (min-width: 1200px) {
  .c-title--24 {
    font-size: 24px;
  }
}

.c-title--33 {
  line-height: 1.1;
  font-size: 28px;
}
@media screen and (min-width: 375px) {
  .c-title--33 {
    font-size: calc(28px + 5 * ((100vw - 375px) / 825));
  }
}
@media screen and (min-width: 1200px) {
  .c-title--33 {
    font-size: 33px;
  }
}

.c-title--42 {
  font-weight: 400;
  font-size: 23px;
}
@media screen and (min-width: 375px) {
  .c-title--42 {
    font-size: calc(23px + 19 * ((100vw - 375px) / 825));
  }
}
@media screen and (min-width: 1200px) {
  .c-title--42 {
    font-size: 42px;
  }
}

.c-title--66 {
  font-weight: 400;
  font-size: 32px;
}
@media screen and (min-width: 375px) {
  .c-title--66 {
    font-size: calc(32px + 34 * ((100vw - 375px) / 825));
  }
}
@media screen and (min-width: 1200px) {
  .c-title--66 {
    font-size: 66px;
  }
}

.c-title--white {
  color: #fff;
}

.c-title--centered {
  text-align: center;
}

.c-subtitle {
  color: #A8A8A8;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.42;
  letter-spacing: 0.001em;
  font-weight: 500;
}
@media (min-width: 992px) {
  .c-subtitle{
    font-size: 1.25rem;
  }
}

.c-subtitle--white {
  color: #fff;
}

.c-subtitle--centered {
  text-align: center;
}

.c-title + .c-subtitle, .post-password-form .post-password-form-invalid-password + .c-subtitle {
  margin-top: -0.35em;
}

.c-video-box {
  position: relative;
  width: 100%;
  height: auto;
}

.c-video-box__video {
  width: 100%;
  height: auto;
  display: block;
}

.c-video-box__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.c-video-box:hover .c-video-box__overlay {
  opacity: 1;
}

.c-video-box__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.c-video-box__button {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.3s ease-in-out;
}
.c-video-box:hover .c-video-box__button {
  transform: translateY(0);
  opacity: 1;
}

.c-video-box__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 1.125rem;
  font-size: 1.1875rem;
}

.b-example{
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 49 / var(--tw-bg-opacity));
}

.text-size-medium{
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: -0.004em;
}
@media (min-width: 992px) {
  .text-size-medium{
    font-size: 1rem;
  }
}

.text-size-large{
  font-size: 1rem;
  line-height: 1.42;
  letter-spacing: 0.001em;
}
@media (min-width: 768px) {
  .text-size-large{
    font-size: 1.1875rem;
  }
}

.text-size-xlarge{
  font-size: 1.1875rem;
  line-height: 1.42;
  letter-spacing: 0.001em;
  font-weight: 500;
}
@media (min-width: 992px) {
  .text-size-xlarge{
    font-size: 1.5rem;
  }
}

.text-size-xlarger{
  font-size: 1.1875rem;
  line-height: 1.48;
  letter-spacing: -0.012em;
}
@media (min-width: 992px) {
  .text-size-xlarger{
    font-size: 1.5rem;
  }
}

.text-black {
  color: #1D1D1D;
}

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

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

.center-x-y{
  position: absolute;
  left: 50%;
  top: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

.center-x{
  position: absolute;
  left: 50%;
  top: 0px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

.center-y{
  position: absolute;
  left: 0px;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

.bottom-inset-shadow::after {
  position: absolute;
  top: 6px;
  left: 50%;
  content: "";
  display: block;
  width: 90%;
  border-radius: 50%;
  height: 30px;
  transform: translate(-50%);
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
  z-index: -1;
}

.bg-for-team-photo {
  background: radial-gradient(107.16% 107.16% at 0% 100%, #F5F5F5 0%, #E3E3E3 100%);
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.with-right-bottom-grey-drop-shadow {
  filter: drop-shadow(21px 20px 0px rgba(0, 0, 0, 0.05));
}

.sidebar-small-triangle {
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

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

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.-bottom-18{
  bottom: -4.5rem;
}

.-bottom-19{
  bottom: -4.75rem;
}

.-bottom-2{
  bottom: -0.5rem;
}

.-bottom-9{
  bottom: -2.25rem;
}

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

.-left-2{
  left: -0.5rem;
}

.-left-30{
  left: -7.5rem;
}

.-left-4{
  left: -1rem;
}

.-left-7{
  left: -1.75rem;
}

.-left-\[98\%\]{
  left: -98%;
}

.-right-2{
  right: -0.5rem;
}

.-right-35{
  right: -8.75rem;
}

.-right-\[98\%\]{
  right: -98%;
}

.-right-px{
  right: -1px;
}

.-top-5{
  top: -1.25rem;
}

.-top-6{
  top: -1.5rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-3{
  bottom: 0.75rem;
}

.bottom-6{
  bottom: 1.5rem;
}

.bottom-7{
  bottom: 1.75rem;
}

.bottom-\[-11px\]{
  bottom: -11px;
}

.bottom-\[-1px\]{
  bottom: -1px;
}

.bottom-\[-34px\]{
  bottom: -34px;
}

.bottom-\[-80px\]{
  bottom: -80px;
}

.bottom-\[10px\]{
  bottom: 10px;
}

.bottom-\[75px\]{
  bottom: 75px;
}

.left-0{
  left: 0px;
}

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

.left-3{
  left: 0.75rem;
}

.left-4{
  left: 1rem;
}

.left-6{
  left: 1.5rem;
}

.left-8{
  left: 2rem;
}

.left-\[-100vw\]{
  left: -100vw;
}

.left-\[-16px\]{
  left: -16px;
}

.left-\[-19px\]{
  left: -19px;
}

.left-\[-200px\]{
  left: -200px;
}

.left-\[-222px\]{
  left: -222px;
}

.left-\[-333px\]{
  left: -333px;
}

.left-\[-45px\]{
  left: -45px;
}

.left-\[-82px\]{
  left: -82px;
}

.left-\[-99vw\]{
  left: -99vw;
}

.left-\[100\%\]{
  left: 100%;
}

.left-\[1080px\]{
  left: 1080px;
}

.left-\[10px\]{
  left: 10px;
}

.left-\[132px\]{
  left: 132px;
}

.left-\[48vw\]{
  left: 48vw;
}

.left-full{
  left: 100%;
}

.right-0{
  right: 0px;
}

.right-2{
  right: 0.5rem;
}

.right-24{
  right: 6rem;
}

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

.right-6{
  right: 1.5rem;
}

.right-\[-100vw\]{
  right: -100vw;
}

.right-\[-2\%\]{
  right: -2%;
}

.right-\[-32px\]{
  right: -32px;
}

.right-\[-40px\]{
  right: -40px;
}

.right-\[-45px\]{
  right: -45px;
}

.right-\[-53px\]{
  right: -53px;
}

.right-\[-59px\]{
  right: -59px;
}

.top-0{
  top: 0px;
}

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

.top-12{
  top: 3rem;
}

.top-26{
  top: 6.5rem;
}

.top-3{
  top: 0.75rem;
}

.top-4{
  top: 1rem;
}

.top-48{
  top: 12rem;
}

.top-6{
  top: 1.5rem;
}

.top-\[-10px\]{
  top: -10px;
}

.top-\[-25px\]{
  top: -25px;
}

.top-\[-26px\]{
  top: -26px;
}

.top-\[-80px\]{
  top: -80px;
}

.top-\[-81px\]{
  top: -81px;
}

.top-\[15\%\]{
  top: 15%;
}

.top-\[300px\]{
  top: 300px;
}

.top-\[8px\]{
  top: 8px;
}

.top-px{
  top: 1px;
}

.\!z-30{
  z-index: 30 !important;
}

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

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

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

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

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

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

.z-\[-1\]{
  z-index: -1;
}

.z-\[1000\]{
  z-index: 1000;
}

.z-\[1\]{
  z-index: 1;
}

.z-\[21\]{
  z-index: 21;
}

.z-\[3\]{
  z-index: 3;
}

.z-\[900\]{
  z-index: 900;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-10{
  grid-column: span 10 / span 10;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

.col-span-14{
  grid-column: span 14 / span 14;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-5{
  grid-column: span 5 / span 5;
}

.col-span-7{
  grid-column: span 7 / span 7;
}

.col-start-2{
  grid-column-start: 2;
}

.m-0{
  margin: 0px;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

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

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

.\!-mt-3{
  margin-top: -0.75rem !important;
}

.-mb-2{
  margin-bottom: -0.5rem;
}

.-mb-27{
  margin-bottom: -6.75rem;
}

.-mr-4{
  margin-right: -1rem;
}

.-mt-10{
  margin-top: -2.5rem;
}

.-mt-12{
  margin-top: -3rem;
}

.-mt-16{
  margin-top: -4rem;
}

.-mt-23{
  margin-top: -5.75rem;
}

.-mt-3{
  margin-top: -0.75rem;
}

.-mt-6{
  margin-top: -1.5rem;
}

.-mt-\[2px\]{
  margin-top: -2px;
}

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

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-11{
  margin-bottom: 2.75rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-13{
  margin-bottom: 3.25rem;
}

.mb-14{
  margin-bottom: 3.5rem;
}

.mb-15{
  margin-bottom: 3.75rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-24{
  margin-bottom: 6rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-9{
  margin-bottom: 2.25rem;
}

.mb-\[-115px\]{
  margin-bottom: -115px;
}

.mb-\[-164px\]{
  margin-bottom: -164px;
}

.mb-\[10px\]{
  margin-bottom: 10px;
}

.mb-\[14px\]{
  margin-bottom: 14px;
}

.mb-\[26px\]{
  margin-bottom: 26px;
}

.mb-\[51px\]{
  margin-bottom: 51px;
}

.mb-\[6px\]{
  margin-bottom: 6px;
}

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

.ml-14{
  margin-left: 3.5rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.ml-7{
  margin-left: 1.75rem;
}

.ml-8{
  margin-left: 2rem;
}

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

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

.mr-2{
  margin-right: 0.5rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mr-8{
  margin-right: 2rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-16{
  margin-top: 4rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-9{
  margin-top: 2.25rem;
}

.mt-\[-10px\]{
  margin-top: -10px;
}

.mt-\[-19px\]{
  margin-top: -19px;
}

.mt-\[-20px\]{
  margin-top: -20px;
}

.mt-\[-215px\]{
  margin-top: -215px;
}

.mt-\[-30px\]{
  margin-top: -30px;
}

.mt-\[-36px\]{
  margin-top: -36px;
}

.mt-\[-55px\]{
  margin-top: -55px;
}

.mt-\[-90px\]{
  margin-top: -90px;
}

.mt-\[0\.625rem\]{
  margin-top: 0.625rem;
}

.mt-\[1\.875rem\]{
  margin-top: 1.875rem;
}

.mt-\[50px\]{
  margin-top: 50px;
}

.mt-\[60px\]{
  margin-top: 60px;
}

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.grid{
  display: grid;
}

.\!hidden{
  display: none !important;
}

.hidden{
  display: none;
}

.\!h-auto{
  height: auto !important;
}

.h-0{
  height: 0px;
}

.h-10{
  height: 2.5rem;
}

.h-20{
  height: 5rem;
}

.h-28{
  height: 7rem;
}

.h-3{
  height: 0.75rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-\[100px\]{
  height: 100px;
}

.h-\[10px\]{
  height: 10px;
}

.h-\[113px\]{
  height: 113px;
}

.h-\[120px\]{
  height: 120px;
}

.h-\[130px\]{
  height: 130px;
}

.h-\[1px\]{
  height: 1px;
}

.h-\[208px\]{
  height: 208px;
}

.h-\[21px\]{
  height: 21px;
}

.h-\[222px\]{
  height: 222px;
}

.h-\[24px\]{
  height: 24px;
}

.h-\[252px\]{
  height: 252px;
}

.h-\[280px\]{
  height: 280px;
}

.h-\[284px\]{
  height: 284px;
}

.h-\[296px\]{
  height: 296px;
}

.h-\[2px\]{
  height: 2px;
}

.h-\[300px\]{
  height: 300px;
}

.h-\[31px\]{
  height: 31px;
}

.h-\[325px\]{
  height: 325px;
}

.h-\[33px\]{
  height: 33px;
}

.h-\[35px\]{
  height: 35px;
}

.h-\[366px\]{
  height: 366px;
}

.h-\[368px\]{
  height: 368px;
}

.h-\[380px\]{
  height: 380px;
}

.h-\[42px\]{
  height: 42px;
}

.h-\[450px\]{
  height: 450px;
}

.h-\[52px\]{
  height: 52px;
}

.h-\[56px\]{
  height: 56px;
}

.h-\[60px\]{
  height: 60px;
}

.h-\[69px\]{
  height: 69px;
}

.h-\[81px\]{
  height: 81px;
}

.h-\[92\%\]{
  height: 92%;
}

.h-\[calc\(100\%-130px\)\]{
  height: calc(100% - 130px);
}

.h-\[calc\(100\%-75px\)\]{
  height: calc(100% - 75px);
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-px{
  height: 1px;
}

.max-h-16{
  max-height: 4rem;
}

.max-h-\[234px\]{
  max-height: 234px;
}

.max-h-\[52px\]{
  max-height: 52px;
}

.min-h-0{
  min-height: 0px;
}

.min-h-\[316px\]{
  min-height: 316px;
}

.min-h-\[376px\]{
  min-height: 376px;
}

.min-h-\[400px\]{
  min-height: 400px;
}

.min-h-\[500px\]{
  min-height: 500px;
}

.min-h-\[665px\]{
  min-height: 665px;
}

.min-h-\[781px\]{
  min-height: 781px;
}

.min-h-full{
  min-height: 100%;
}

.\!w-\[min\(90vw\2c 464px\)\]{
  width: min(90vw,464px) !important;
}

.\!w-\[min\(90vw\2c 586px\)\]{
  width: min(90vw,586px) !important;
}

.w-0{
  width: 0px;
}

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

.w-10{
  width: 2.5rem;
}

.w-15{
  width: 3.75rem;
}

.w-20{
  width: 5rem;
}

.w-28{
  width: 7rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\/4{
  width: 75%;
}

.w-40{
  width: 10rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-\[1000px\]{
  width: 1000px;
}

.w-\[101\%\]{
  width: 101%;
}

.w-\[105\%\]{
  width: 105%;
}

.w-\[1px\]{
  width: 1px;
}

.w-\[211px\]{
  width: 211px;
}

.w-\[25px\]{
  width: 25px;
}

.w-\[265px\]{
  width: 265px;
}

.w-\[27px\]{
  width: 27px;
}

.w-\[280px\]{
  width: 280px;
}

.w-\[33px\]{
  width: 33px;
}

.w-\[35px\]{
  width: 35px;
}

.w-\[40px\]{
  width: 40px;
}

.w-\[42px\]{
  width: 42px;
}

.w-\[45vw\]{
  width: 45vw;
}

.w-\[50px\]{
  width: 50px;
}

.w-\[55px\]{
  width: 55px;
}

.w-\[565px\]{
  width: 565px;
}

.w-\[56px\]{
  width: 56px;
}

.w-\[60px\]{
  width: 60px;
}

.w-\[687px\]{
  width: 687px;
}

.w-\[69px\]{
  width: 69px;
}

.w-\[700px\]{
  width: 700px;
}

.w-\[81px\]{
  width: 81px;
}

.w-\[997px\]{
  width: 997px;
}

.w-\[calc\(100\%_\+_16px\)\]{
  width: calc(100% + 16px);
}

.w-\[calc\(100vw-0\.75rem-20px\)\]{
  width: calc(100vw - 0.75rem - 20px);
}

.w-\[calc\(50px\+100vw\)\]{
  width: calc(50px + 100vw);
}

.w-\[calc\(70vw_\+_200px\)\]{
  width: calc(70vw + 200px);
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.w-max{
  width: max-content;
}

.w-screen{
  width: 100vw;
}

.min-w-\[134px\]{
  min-width: 134px;
}

.min-w-\[265px\]{
  min-width: 265px;
}

.min-w-\[31px\]{
  min-width: 31px;
}

.max-w-\[100px\]{
  max-width: 100px;
}

.max-w-\[1086px\]{
  max-width: 1086px;
}

.max-w-\[1100px\]{
  max-width: 1100px;
}

.max-w-\[110px\]{
  max-width: 110px;
}

.max-w-\[1156px\]{
  max-width: 1156px;
}

.max-w-\[117px\]{
  max-width: 117px;
}

.max-w-\[1180px\]{
  max-width: 1180px;
}

.max-w-\[1265px\]{
  max-width: 1265px;
}

.max-w-\[1319px\]{
  max-width: 1319px;
}

.max-w-\[1330px\]{
  max-width: 1330px;
}

.max-w-\[140px\]{
  max-width: 140px;
}

.max-w-\[142px\]{
  max-width: 142px;
}

.max-w-\[1578px\]{
  max-width: 1578px;
}

.max-w-\[1682px\]{
  max-width: 1682px;
}

.max-w-\[209px\]{
  max-width: 209px;
}

.max-w-\[21\.25rem\]{
  max-width: 21.25rem;
}

.max-w-\[250px\]{
  max-width: 250px;
}

.max-w-\[300px\]{
  max-width: 300px;
}

.max-w-\[317px\]{
  max-width: 317px;
}

.max-w-\[330px\]{
  max-width: 330px;
}

.max-w-\[380px\]{
  max-width: 380px;
}

.max-w-\[397px\]{
  max-width: 397px;
}

.max-w-\[400px\]{
  max-width: 400px;
}

.max-w-\[416px\]{
  max-width: 416px;
}

.max-w-\[433px\]{
  max-width: 433px;
}

.max-w-\[435px\]{
  max-width: 435px;
}

.max-w-\[441px\]{
  max-width: 441px;
}

.max-w-\[475px\]{
  max-width: 475px;
}

.max-w-\[495px\]{
  max-width: 495px;
}

.max-w-\[520px\]{
  max-width: 520px;
}

.max-w-\[52px\]{
  max-width: 52px;
}

.max-w-\[530px\]{
  max-width: 530px;
}

.max-w-\[547px\]{
  max-width: 547px;
}

.max-w-\[550px\]{
  max-width: 550px;
}

.max-w-\[573px\]{
  max-width: 573px;
}

.max-w-\[586px\]{
  max-width: 586px;
}

.max-w-\[624px\]{
  max-width: 624px;
}

.max-w-\[650px\]{
  max-width: 650px;
}

.max-w-\[707px\]{
  max-width: 707px;
}

.max-w-\[708px\]{
  max-width: 708px;
}

.max-w-\[733px\]{
  max-width: 733px;
}

.max-w-\[825px\]{
  max-width: 825px;
}

.max-w-\[870px\]{
  max-width: 870px;
}

.max-w-\[952px\]{
  max-width: 952px;
}

.max-w-max{
  max-width: max-content;
}

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

.flex-none{
  flex: none;
}

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

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

.origin-bottom-right{
  transform-origin: bottom right;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-\[-5px\]{
  --tw-translate-y: -5px;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-\[101\%\]{
  --tw-translate-y: 101%;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-\[110\%\]{
  --tw-translate-y: 110%;
  transform: translate(var(--tw-translate-x), 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-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), 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-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), 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));
}

.transform{
  transform: translate(var(--tw-translate-x), 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));
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

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

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

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

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

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

.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;
}

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

.gap-0{
  gap: 0px;
}

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-9{
  gap: 2.25rem;
}

.gap-\[10px\]{
  gap: 10px;
}

.gap-\[12px\]{
  gap: 12px;
}

.gap-\[50px\]{
  gap: 50px;
}

.gap-x-10{
  column-gap: 2.5rem;
}

.gap-x-8{
  column-gap: 2rem;
}

.gap-y-5{
  row-gap: 1.25rem;
}

.gap-y-9{
  row-gap: 2.25rem;
}

.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));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-divide-opacity));
}

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

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.\!overflow-visible{
  overflow: visible !important;
}

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

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

.rounded{
  border-radius: 0.25rem;
}

.rounded-full{
  border-radius: 9999px;
}

.border{
  border-width: 1px;
}

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

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

.border-b-\[11px\]{
  border-bottom-width: 11px;
}

.border-b-\[1rem\]{
  border-bottom-width: 1rem;
}

.border-b-dev-gap{
  border-bottom-width: 100px;
}

.border-l{
  border-left-width: 1px;
}

.border-l-\[1rem\]{
  border-left-width: 1rem;
}

.border-l-\[24px\]{
  border-left-width: 24px;
}

.border-l-\[3px\]{
  border-left-width: 3px;
}

.border-r{
  border-right-width: 1px;
}

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

.border-t-\[24px\]{
  border-top-width: 24px;
}

.border-t-dev-gap{
  border-top-width: 100px;
}

.border-\[\#444\]{
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity));
}

.border-\[\#D7D7D7\]{
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
}

.border-black-100{
  --tw-border-opacity: 1;
  border-color: rgb(218 218 218 / var(--tw-border-opacity));
}

.border-black-700{
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity));
}

.border-brand{
  --tw-border-opacity: 1;
  border-color: rgb(255 184 49 / var(--tw-border-opacity));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}

.border-transparent{
  border-color: transparent;
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-b-brand{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 184 49 / var(--tw-border-opacity));
}

.bg-\[\#151515\]{
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
}

.bg-\[\#212121\]{
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}

.bg-\[\#333\]{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.bg-\[\#F8F8F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-\[\#f2f2f2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.bg-\[\#f9f9f9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black-100{
  --tw-bg-opacity: 1;
  background-color: rgb(218 218 218 / var(--tw-bg-opacity));
}

.bg-black-700{
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity));
}

.bg-black-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity));
}

.bg-black-800\/\[0\.7\]{
  background-color: rgb(30 30 30 / 0.7);
}

.bg-black-900{
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}

.bg-black\/90{
  background-color: rgb(0 0 0 / 0.9);
}

.bg-black\/\[0\.2\]{
  background-color: rgb(0 0 0 / 0.2);
}

.bg-brand{
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 49 / var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}

.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(152 162 179 / var(--tw-bg-opacity));
}

.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.bg-gray-600\/25{
  background-color: rgb(75 85 99 / 0.25);
}

.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(43 43 43 / var(--tw-bg-opacity));
}

.bg-primary-800{
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 83 / var(--tw-bg-opacity));
}

.bg-primary-900{
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 49 / var(--tw-bg-opacity));
}

.bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

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

.bg-extinction-slider{
  background-image: linear-gradient(270deg, #FFFFFF -0.47%, rgba(255, 255, 255, 0) 72.51%);
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-hero-shadow-3{
  background-image: linear-gradient(163.23deg, #1E1E1E 22.29%, rgba(30, 30, 30, 0.87) 48.64%, rgba(30, 30, 30, 0.58) 67.56%, rgba(30, 30, 30, 0) 99.14%);
}

.from-black{
  --tw-gradient-from: #000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black-900{
  --tw-gradient-from: #0A0A0A;
  --tw-gradient-to: rgb(10 10 10 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/80{
  --tw-gradient-from: rgb(0 0 0 / 0.8);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-black-900\/80{
  --tw-gradient-to: rgb(10 10 10 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(10 10 10 / 0.8), var(--tw-gradient-to);
}

.to-transparent{
  --tw-gradient-to: transparent;
}

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

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

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

.bg-fixed{
  background-attachment: fixed;
}

.bg-local{
  background-attachment: local;
}

.bg-scroll{
  background-attachment: scroll;
}

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

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

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

.bg-left-bottom{
  background-position: left bottom;
}

.bg-left-top{
  background-position: left top;
}

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

.bg-right-bottom{
  background-position: right bottom;
}

.bg-right-top{
  background-position: right top;
}

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

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

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

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

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

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

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

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

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

.object-bottom{
  object-position: bottom;
}

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

.object-right-bottom{
  object-position: right bottom;
}

.object-right-top{
  object-position: right top;
}

.\!p-0{
  padding: 0px !important;
}

.\!p-4{
  padding: 1rem !important;
}

.p-0{
  padding: 0px;
}

.p-10{
  padding: 2.5rem;
}

.p-20{
  padding: 5rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

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

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-18{
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[23px\]{
  padding-top: 23px;
  padding-bottom: 23px;
}

.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}

.\!pb-10{
  padding-bottom: 2.5rem !important;
}

.\!pb-14{
  padding-bottom: 3.5rem !important;
}

.\!pb-15{
  padding-bottom: 3.75rem !important;
}

.\!pb-8{
  padding-bottom: 2rem !important;
}

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

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-15{
  padding-bottom: 3.75rem;
}

.pb-18{
  padding-bottom: 4.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-29{
  padding-bottom: 7.25rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-7{
  padding-bottom: 1.75rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pb-\[100px\]{
  padding-bottom: 100px;
}

.pb-\[1px\]{
  padding-bottom: 1px;
}

.pb-\[2\.125rem\]{
  padding-bottom: 2.125rem;
}

.pb-\[20px\]{
  padding-bottom: 20px;
}

.pb-\[225px\]{
  padding-bottom: 225px;
}

.pl-10{
  padding-left: 2.5rem;
}

.pl-11{
  padding-left: 2.75rem;
}

.pl-12{
  padding-left: 3rem;
}

.pl-13{
  padding-left: 3.25rem;
}

.pl-23{
  padding-left: 5.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-\[14px\]{
  padding-left: 14px;
}

.pr-10{
  padding-right: 2.5rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pr-7{
  padding-right: 1.75rem;
}

.pr-8{
  padding-right: 2rem;
}

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

.pt-1{
  padding-top: 0.25rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-13{
  padding-top: 3.25rem;
}

.pt-14{
  padding-top: 3.5rem;
}

.pt-15{
  padding-top: 3.75rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-18{
  padding-top: 4.5rem;
}

.pt-19{
  padding-top: 4.75rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-24{
  padding-top: 6rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-40{
  padding-top: 10rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-7{
  padding-top: 1.75rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-9{
  padding-top: 2.25rem;
}

.pt-\[210px\]{
  padding-top: 210px;
}

.pt-\[23px\]{
  padding-top: 23px;
}

.pt-\[40px\]{
  padding-top: 40px;
}

.pt-\[65px\]{
  padding-top: 65px;
}

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

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

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

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

.font-hero{
  font-family: Brownhill, 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-sans{
  font-family: Montserrat, Verdana, sans-serif;
}

.text-12{
  font-size: 0.75rem;
}

.text-13{
  font-size: 0.8125rem;
}

.text-14{
  font-size: 0.875rem;
}

.text-16{
  font-size: 1rem;
}

.text-17{
  font-size: 1.0625rem;
}

.text-18{
  font-size: 1.125rem;
}

.text-19{
  font-size: 1.1875rem;
}

.text-20{
  font-size: 1.25rem;
}

.text-24{
  font-size: 1.5rem;
}

.text-28{
  font-size: 1.75rem;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-32{
  font-size: 2rem;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[34px\]{
  font-size: 34px;
}

.text-\[50px\]{
  font-size: 50px;
}

.text-\[67px\]{
  font-size: 67px;
}

.text-\[73px\]{
  font-size: 73px;
}

.font-black{
  font-weight: 900;
}

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

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

.font-normal{
  font-weight: 400;
}

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.italic{
  font-style: italic;
}

.leading-1{
  line-height: 1;
}

.leading-1\.15{
  line-height: 1.15;
}

.leading-1\.2{
  line-height: 1.2;
}

.leading-1\.25{
  line-height: 1.25;
}

.leading-1\.3{
  line-height: 1.3;
}

.leading-1\.4{
  line-height: 1.4;
}

.leading-1\.45{
  line-height: 1.45;
}

.leading-1\.5{
  line-height: 1.5;
}

.leading-1\.6{
  line-height: 1.6;
}

.leading-\[1\.1\]{
  line-height: 1.1;
}

.leading-\[1\.2\]{
  line-height: 1.2;
}

.leading-\[1\.5\]{
  line-height: 1.5;
}

.leading-\[1\.6\]{
  line-height: 1.6;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-\[-0\.032em\]{
  letter-spacing: -0.032em;
}

.tracking-\[\.15em\]{
  letter-spacing: .15em;
}

.tracking-\[\.65em\]{
  letter-spacing: .65em;
}

.tracking-\[0\.033em\]{
  letter-spacing: 0.033em;
}

.tracking-\[0\.13em\]{
  letter-spacing: 0.13em;
}

.tracking-\[0\.62em\]{
  letter-spacing: 0.62em;
}

.tracking-\[0\.65em\]{
  letter-spacing: 0.65em;
}

.tracking-\[8px\]{
  letter-spacing: 8px;
}

.tracking-normal{
  letter-spacing: 0em;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.text-\[\#151515\]{
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}

.text-\[\#463515\]{
  --tw-text-opacity: 1;
  color: rgb(70 53 21 / var(--tw-text-opacity));
}

.text-\[\#808080\]{
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}

.text-base-txt{
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-black-100{
  --tw-text-opacity: 1;
  color: rgb(218 218 218 / var(--tw-text-opacity));
}

.text-black-200{
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

.text-black-200-alt{
  --tw-text-opacity: 1;
  color: rgb(198 198 198 / var(--tw-text-opacity));
}

.text-black-300{
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity));
}

.text-black-500{
  --tw-text-opacity: 1;
  color: rgb(98 98 98 / var(--tw-text-opacity));
}

.text-black-600{
  --tw-text-opacity: 1;
  color: rgb(78 78 78 / var(--tw-text-opacity));
}

.text-black-700{
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}

.text-black-800{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.text-black-900{
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}

.text-black-950{
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}

.text-brand{
  --tw-text-opacity: 1;
  color: rgb(255 184 49 / var(--tw-text-opacity));
}

.text-brown-100{
  --tw-text-opacity: 1;
  color: rgb(70 53 21 / var(--tw-text-opacity));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(15 22 32 / var(--tw-text-opacity));
}

.text-header{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-inherit{
  color: inherit;
}

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

.underline{
  text-decoration-line: underline;
}

.no-underline{
  text-decoration-line: none;
}

.underline-offset-2{
  text-underline-offset: 2px;
}

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

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-5{
  opacity: 0.05;
}

.opacity-60{
  opacity: 0.6;
}

.shadow-hero-grid{
  --tw-shadow: 0px 12px 0px 0px rgba(233, 156, 55, 1);
  --tw-shadow-colored: 0px 12px 0px 0px var(--tw-shadow-color);
  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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-teasers-splide{
  --tw-shadow: 0px 12px 0px 0px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 12px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-filter{
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.text-shadow-dark {
    text-shadow: -1px 0px 0px #626262, 1px 0px 0px #626262, 0px -1px 0px #626262, 0px 1px 0px #626262;
  }

.before\:\!-top-px::before{
  content: var(--tw-content);
  top: -1px !important;
}

.last-of-type\:mb-0:last-of-type{
  margin-bottom: 0px;
}

.last-of-type\:border-0:last-of-type{
  border-width: 0px;
}

.last-of-type\:border-r-0:last-of-type{
  border-right-width: 0px;
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), 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));
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), 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));
}

.hover\:border-brand:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 184 49 / var(--tw-border-opacity));
}

.hover\:bg-brand:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 49 / var(--tw-bg-opacity));
}

.hover\:bg-gray-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}

.hover\:text-base-txt:hover{
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

.hover\:text-brand:hover{
  --tw-text-opacity: 1;
  color: rgb(255 184 49 / var(--tw-text-opacity));
}

.hover\:text-header:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:no-underline:hover{
  text-decoration-line: none;
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.group:hover .group-hover\:translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), 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));
}

.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), 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));
}

.group:hover .group-hover\:border-brand{
  --tw-border-opacity: 1;
  border-color: rgb(255 184 49 / var(--tw-border-opacity));
}

.group:hover .group-hover\:text-black-800{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-brand{
  --tw-text-opacity: 1;
  color: rgb(255 184 49 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:text-shadow-light {
    text-shadow: -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, 0px 1px 0px #ffffff;
  }

@media (min-width: 375px){
  .mini\:mx-\[15px\]{
    margin-left: 15px;
    margin-right: 15px;
  }
  .mini\:flex{
    display: flex;
  }
  .mini\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .mini\:text-14{
    font-size: 0.875rem;
  }
}

@media (min-width: 480px){
  .xs\:-bottom-22{
    bottom: -5.5rem;
  }
  .xs\:-left-15{
    left: -3.75rem;
  }
  .xs\:left-auto{
    left: auto;
  }
  .xs\:right-\[360px\]{
    right: 360px;
  }
  .xs\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .xs\:mb-0{
    margin-bottom: 0px;
  }
  .xs\:mb-10{
    margin-bottom: 2.5rem;
  }
  .xs\:mb-3{
    margin-bottom: 0.75rem;
  }
  .xs\:mt-0{
    margin-top: 0px;
  }
  .xs\:block{
    display: block;
  }
  .xs\:flex{
    display: flex;
  }
  .xs\:grid{
    display: grid;
  }
  .xs\:hidden{
    display: none;
  }
  .xs\:h-\[202px\]{
    height: 202px;
  }
  .xs\:h-\[28px\]{
    height: 28px;
  }
  .xs\:h-\[302px\]{
    height: 302px;
  }
  .xs\:h-\[550px\]{
    height: 550px;
  }
  .xs\:min-h-\[429px\]{
    min-height: 429px;
  }
  .xs\:w-\[300px\]{
    width: 300px;
  }
  .xs\:w-\[80px\]{
    width: 80px;
  }
  .xs\:w-auto{
    width: auto;
  }
  .xs\:max-w-\[490px\]{
    max-width: 490px;
  }
  .xs\:max-w-\[500px\]{
    max-width: 500px;
  }
  .xs\:max-w-\[570px\]{
    max-width: 570px;
  }
  .xs\:max-w-\[686px\]{
    max-width: 686px;
  }
  .xs\:max-w-mobile-menu-xs{
    max-width: 23.75rem;
  }
  .xs\:max-w-none{
    max-width: none;
  }
  .xs\:translate-x-full{
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), 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));
  }
  .xs\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), 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));
  }
  .xs\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xs\:justify-end{
    justify-content: flex-end;
  }
  .xs\:gap-4{
    gap: 1rem;
  }
  .xs\:border-b-0{
    border-bottom-width: 0px;
  }
  .xs\:border-r{
    border-right-width: 1px;
  }
  .xs\:\!p-16{
    padding: 4rem !important;
  }
  .xs\:pb-3{
    padding-bottom: 0.75rem;
  }
  .xs\:pb-5{
    padding-bottom: 1.25rem;
  }
  .xs\:pb-8{
    padding-bottom: 2rem;
  }
  .xs\:pl-15{
    padding-left: 3.75rem;
  }
  .xs\:pr-15{
    padding-right: 3.75rem;
  }
  .xs\:pt-4{
    padding-top: 1rem;
  }
  .xs\:pt-8{
    padding-top: 2rem;
  }
  .xs\:text-\[90px\]{
    font-size: 90px;
  }
}

@media (min-width: 768px){
  .sm\:-bottom-14{
    bottom: -3.5rem;
  }
  .sm\:-left-20{
    left: -5rem;
  }
  .sm\:bottom-15{
    bottom: 3.75rem;
  }
  .sm\:bottom-\[-70px\]{
    bottom: -70px;
  }
  .sm\:left-3{
    left: 0.75rem;
  }
  .sm\:left-5{
    left: 1.25rem;
  }
  .sm\:left-\[120px\]{
    left: 120px;
  }
  .sm\:left-\[490px\]{
    left: 490px;
  }
  .sm\:right-0{
    right: 0px;
  }
  .sm\:right-\[422px\]{
    right: 422px;
  }
  .sm\:top-0{
    top: 0px;
  }
  .sm\:top-5{
    top: 1.25rem;
  }
  .sm\:top-\[0\.1875rem\]{
    top: 0.1875rem;
  }
  .sm\:top-\[175px\]{
    top: 175px;
  }
  .sm\:order-1{
    order: 1;
  }
  .sm\:order-2{
    order: 2;
  }
  .sm\:order-3{
    order: 3;
  }
  .sm\:col-span-11{
    grid-column: span 11 / span 11;
  }
  .sm\:col-span-13{
    grid-column: span 13 / span 13;
  }
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .sm\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .sm\:row-span-2{
    grid-row: span 2 / span 2;
  }
  .sm\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .sm\:\!mt-0{
    margin-top: 0px !important;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }
  .sm\:mb-12{
    margin-bottom: 3rem;
  }
  .sm\:mb-13{
    margin-bottom: 3.25rem;
  }
  .sm\:mb-15{
    margin-bottom: 3.75rem;
  }
  .sm\:mb-16{
    margin-bottom: 4rem;
  }
  .sm\:mb-2{
    margin-bottom: 0.5rem;
  }
  .sm\:mb-20{
    margin-bottom: 5rem;
  }
  .sm\:mb-21{
    margin-bottom: 5.25rem;
  }
  .sm\:mb-22{
    margin-bottom: 5.5rem;
  }
  .sm\:mb-30{
    margin-bottom: 7.5rem;
  }
  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }
  .sm\:mb-7{
    margin-bottom: 1.75rem;
  }
  .sm\:mb-9{
    margin-bottom: 2.25rem;
  }
  .sm\:mb-\[-148px\]{
    margin-bottom: -148px;
  }
  .sm\:mb-\[-277px\]{
    margin-bottom: -277px;
  }
  .sm\:mb-\[-81px\]{
    margin-bottom: -81px;
  }
  .sm\:ml-0{
    margin-left: 0px;
  }
  .sm\:ml-18{
    margin-left: 4.5rem;
  }
  .sm\:ml-20{
    margin-left: 5rem;
  }
  .sm\:ml-5{
    margin-left: 1.25rem;
  }
  .sm\:ml-6{
    margin-left: 1.5rem;
  }
  .sm\:ml-7{
    margin-left: 1.75rem;
  }
  .sm\:ml-8{
    margin-left: 2rem;
  }
  .sm\:ml-\[23px\]{
    margin-left: 23px;
  }
  .sm\:ml-\[24px\]{
    margin-left: 24px;
  }
  .sm\:mr-0{
    margin-right: 0px;
  }
  .sm\:mr-20{
    margin-right: 5rem;
  }
  .sm\:mr-3{
    margin-right: 0.75rem;
  }
  .sm\:mr-8{
    margin-right: 2rem;
  }
  .sm\:mr-\[24px\]{
    margin-right: 24px;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:mt-10{
    margin-top: 2.5rem;
  }
  .sm\:mt-15{
    margin-top: 3.75rem;
  }
  .sm\:mt-20{
    margin-top: 5rem;
  }
  .sm\:mt-25{
    margin-top: 6.25rem;
  }
  .sm\:mt-5{
    margin-top: 1.25rem;
  }
  .sm\:mt-6{
    margin-top: 1.5rem;
  }
  .sm\:mt-8{
    margin-top: 2rem;
  }
  .sm\:mt-\[-110px\]{
    margin-top: -110px;
  }
  .sm\:mt-\[-230px\]{
    margin-top: -230px;
  }
  .sm\:mt-\[0px\]{
    margin-top: 0px;
  }
  .sm\:mt-\[191px\]{
    margin-top: 191px;
  }
  .sm\:mt-\[81px\]{
    margin-top: 81px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:inline-block{
    display: inline-block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:grid{
    display: grid;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-\[150px\]{
    height: 150px;
  }
  .sm\:h-\[342px\]{
    height: 342px;
  }
  .sm\:h-\[380px\]{
    height: 380px;
  }
  .sm\:h-\[400px\]{
    height: 400px;
  }
  .sm\:h-\[calc\(100\%-150px\)\]{
    height: calc(100% - 150px);
  }
  .sm\:h-auto{
    height: auto;
  }
  .sm\:h-full{
    height: 100%;
  }
  .sm\:min-h-\[238px\]{
    min-height: 238px;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:w-11\/24{
    width: 45.83333333%;
  }
  .sm\:w-13\/24{
    width: 54.16666667%;
  }
  .sm\:w-\[400px\]{
    width: 400px;
  }
  .sm\:w-\[81px\]{
    width: 81px;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:max-w-\[160px\]{
    max-width: 160px;
  }
  .sm\:max-w-\[250px\]{
    max-width: 250px;
  }
  .sm\:max-w-\[312px\]{
    max-width: 312px;
  }
  .sm\:max-w-\[480px\]{
    max-width: 480px;
  }
  .sm\:max-w-\[505px\]{
    max-width: 505px;
  }
  .sm\:max-w-\[550px\]{
    max-width: 550px;
  }
  .sm\:max-w-\[75\%\]{
    max-width: 75%;
  }
  .sm\:max-w-none{
    max-width: none;
  }
  .sm\:-translate-x-full{
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), 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));
  }
  .sm\:translate-y-\[-148px\]{
    --tw-translate-y: -148px;
    transform: translate(var(--tw-translate-x), 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));
  }
  .sm\:translate-y-\[-81px\]{
    --tw-translate-y: -81px;
    transform: translate(var(--tw-translate-x), 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));
  }
  .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), 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));
  }
  .sm\:columns-2{
    columns: 2;
  }
  .sm\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-24{
    grid-template-columns: repeat(24, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:justify-end{
    justify-content: flex-end;
  }
  .sm\:justify-center{
    justify-content: center;
  }
  .sm\:gap-10{
    gap: 2.5rem;
  }
  .sm\:gap-16{
    gap: 4rem;
  }
  .sm\:gap-5{
    gap: 1.25rem;
  }
  .sm\:gap-7{
    gap: 1.75rem;
  }
  .sm\:gap-8{
    gap: 2rem;
  }
  .sm\:gap-x-10{
    column-gap: 2.5rem;
  }
  .sm\:overflow-visible{
    overflow: visible;
  }
  .sm\:overflow-y-hidden{
    overflow-y: hidden;
  }
  .sm\:\!border-r{
    border-right-width: 1px !important;
  }
  .sm\:border-b{
    border-bottom-width: 1px;
  }
  .sm\:border-l{
    border-left-width: 1px;
  }
  .sm\:border-r{
    border-right-width: 1px;
  }
  .sm\:border-r-0{
    border-right-width: 0px;
  }
  .sm\:border-black-700{
    --tw-border-opacity: 1;
    border-color: rgb(68 68 68 / var(--tw-border-opacity));
  }
  .sm\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgb(242 242 242 / var(--tw-border-opacity));
  }
  .sm\:border-transparent{
    border-color: transparent;
  }
  .sm\:bg-hero-shadow-1{
    background-image: linear-gradient(52.03deg, #1E1E1E 50.96%, rgba(30, 30, 30, 0.87) 60.65%, rgba(30, 30, 30, 0.7) 70.81%, rgba(30, 30, 30, 0.35) 75.68%, rgba(30, 30, 30, 0) 80.6%);
  }
  .sm\:bg-hero-shadow-2{
    background-image: linear-gradient(137.63deg, #1E1E1E 14.66%, rgba(30, 30, 30, 0.87) 22.25%, rgba(30, 30, 30, 0.58) 31.64%, rgba(30, 30, 30, 0) 41.16%);
  }
  .sm\:p-7{
    padding: 1.75rem;
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
  .sm\:py-15{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .sm\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .sm\:\!pb-14{
    padding-bottom: 3.5rem !important;
  }
  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }
  .sm\:pb-12{
    padding-bottom: 3rem;
  }
  .sm\:pb-13{
    padding-bottom: 3.25rem;
  }
  .sm\:pb-15{
    padding-bottom: 3.75rem;
  }
  .sm\:pb-16{
    padding-bottom: 4rem;
  }
  .sm\:pb-19{
    padding-bottom: 4.75rem;
  }
  .sm\:pb-2{
    padding-bottom: 0.5rem;
  }
  .sm\:pb-20{
    padding-bottom: 5rem;
  }
  .sm\:pb-23{
    padding-bottom: 5.75rem;
  }
  .sm\:pb-25{
    padding-bottom: 6.25rem;
  }
  .sm\:pb-34{
    padding-bottom: 8.5rem;
  }
  .sm\:pb-5{
    padding-bottom: 1.25rem;
  }
  .sm\:pb-6{
    padding-bottom: 1.5rem;
  }
  .sm\:pb-\[245px\]{
    padding-bottom: 245px;
  }
  .sm\:pl-10{
    padding-left: 2.5rem;
  }
  .sm\:pl-23{
    padding-left: 5.75rem;
  }
  .sm\:pl-30{
    padding-left: 7.5rem;
  }
  .sm\:pl-6{
    padding-left: 1.5rem;
  }
  .sm\:pl-8{
    padding-left: 2rem;
  }
  .sm\:pr-0{
    padding-right: 0px;
  }
  .sm\:pt-10{
    padding-top: 2.5rem;
  }
  .sm\:pt-12{
    padding-top: 3rem;
  }
  .sm\:pt-14{
    padding-top: 3.5rem;
  }
  .sm\:pt-15{
    padding-top: 3.75rem;
  }
  .sm\:pt-16{
    padding-top: 4rem;
  }
  .sm\:pt-20{
    padding-top: 5rem;
  }
  .sm\:pt-24{
    padding-top: 6rem;
  }
  .sm\:pt-28{
    padding-top: 7rem;
  }
  .sm\:pt-3{
    padding-top: 0.75rem;
  }
  .sm\:pt-5{
    padding-top: 1.25rem;
  }
  .sm\:pt-8{
    padding-top: 2rem;
  }
  .sm\:pt-\[100px\]{
    padding-top: 100px;
  }
  .sm\:pt-\[320px\]{
    padding-top: 320px;
  }
  .sm\:pt-\[80px\]{
    padding-top: 80px;
  }
  .sm\:text-left{
    text-align: left;
  }
  .sm\:text-13{
    font-size: 0.8125rem;
  }
  .sm\:text-14{
    font-size: 0.875rem;
  }
  .sm\:text-16{
    font-size: 1rem;
  }
  .sm\:text-17{
    font-size: 1.0625rem;
  }
  .sm\:text-19{
    font-size: 1.1875rem;
  }
  .sm\:text-22{
    font-size: 1.375rem;
  }
  .sm\:text-23{
    font-size: 1.4375rem;
  }
  .sm\:text-24{
    font-size: 1.5rem;
  }
  .sm\:text-\[67px\]{
    font-size: 67px;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:leading-1{
    line-height: 1;
  }
  .sm\:leading-1\.45{
    line-height: 1.45;
  }
  .sm\:duration-500{
    transition-duration: 500ms;
  }
  .sm\:before\:\!top-px::before{
    content: var(--tw-content);
    top: 1px !important;
  }
  .sm\:first\:mt-10:first-child{
    margin-top: 2.5rem;
  }
}

@media (min-width: 992px){
  .md\:absolute{
    position: absolute;
  }
  .md\:-right-13{
    right: -3.25rem;
  }
  .md\:bottom-\[-64px\]{
    bottom: -64px;
  }
  .md\:bottom-\[-65px\]{
    bottom: -65px;
  }
  .md\:left-1\/2{
    left: 50%;
  }
  .md\:right-0{
    right: 0px;
  }
  .md\:right-\[-90px\]{
    right: -90px;
  }
  .md\:right-\[417px\]{
    right: 417px;
  }
  .md\:right-auto{
    right: auto;
  }
  .md\:top-0{
    top: 0px;
  }
  .md\:top-1\/2{
    top: 50%;
  }
  .md\:top-32{
    top: 8rem;
  }
  .md\:col-span-11{
    grid-column: span 11 / span 11;
  }
  .md\:col-span-13{
    grid-column: span 13 / span 13;
  }
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .md\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .md\:col-start-3{
    grid-column-start: 3;
  }
  .md\:col-end-11{
    grid-column-end: 11;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:-mb-3{
    margin-bottom: -0.75rem;
  }
  .md\:-mb-5{
    margin-bottom: -1.25rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:mb-13{
    margin-bottom: 3.25rem;
  }
  .md\:mb-14{
    margin-bottom: 3.5rem;
  }
  .md\:mb-15{
    margin-bottom: 3.75rem;
  }
  .md\:mb-17{
    margin-bottom: 4.25rem;
  }
  .md\:mb-18{
    margin-bottom: 4.5rem;
  }
  .md\:mb-19{
    margin-bottom: 4.75rem;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:mb-24{
    margin-bottom: 6rem;
  }
  .md\:mb-25{
    margin-bottom: 6.25rem;
  }
  .md\:mb-26{
    margin-bottom: 6.5rem;
  }
  .md\:mb-28{
    margin-bottom: 7rem;
  }
  .md\:mb-30{
    margin-bottom: 7.5rem;
  }
  .md\:mb-36{
    margin-bottom: 9rem;
  }
  .md\:mb-37{
    margin-bottom: 9.25rem;
  }
  .md\:mb-4{
    margin-bottom: 1rem;
  }
  .md\:mb-42{
    margin-bottom: 10.5rem;
  }
  .md\:mb-5{
    margin-bottom: 1.25rem;
  }
  .md\:mb-9{
    margin-bottom: 2.25rem;
  }
  .md\:mb-\[-123px\]{
    margin-bottom: -123px;
  }
  .md\:mb-\[-143px\]{
    margin-bottom: -143px;
  }
  .md\:mb-\[-248px\]{
    margin-bottom: -248px;
  }
  .md\:mb-\[-52px\]{
    margin-bottom: -52px;
  }
  .md\:mb-\[114px\]{
    margin-bottom: 114px;
  }
  .md\:mb-\[72px\]{
    margin-bottom: 72px;
  }
  .md\:ml-0{
    margin-left: 0px;
  }
  .md\:ml-10{
    margin-left: 2.5rem;
  }
  .md\:ml-12{
    margin-left: 3rem;
  }
  .md\:ml-16{
    margin-left: 4rem;
  }
  .md\:ml-19{
    margin-left: 4.75rem;
  }
  .md\:ml-35{
    margin-left: 8.75rem;
  }
  .md\:ml-5{
    margin-left: 1.25rem;
  }
  .md\:ml-\[4px\]{
    margin-left: 4px;
  }
  .md\:mr-0{
    margin-right: 0px;
  }
  .md\:mr-13{
    margin-right: 3.25rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-15{
    margin-top: 3.75rem;
  }
  .md\:mt-27{
    margin-top: 6.75rem;
  }
  .md\:mt-30{
    margin-top: 7.5rem;
  }
  .md\:mt-7{
    margin-top: 1.75rem;
  }
  .md\:mt-9{
    margin-top: 2.25rem;
  }
  .md\:mt-\[121px\]{
    margin-top: 121px;
  }
  .md\:mt-\[319px\]{
    margin-top: 319px;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:inline{
    display: inline;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:\!hidden{
    display: none !important;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[120px\]{
    height: 120px;
  }
  .md\:h-\[402px\]{
    height: 402px;
  }
  .md\:h-\[480px\]{
    height: 480px;
  }
  .md\:h-\[606px\]{
    height: 606px;
  }
  .md\:h-\[88px\]{
    height: 88px;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:max-h-full{
    max-height: 100%;
  }
  .md\:min-h-\[466px\]{
    min-height: 466px;
  }
  .md\:min-h-\[650px\]{
    min-height: 650px;
  }
  .md\:min-h-\[781px\]{
    min-height: 781px;
  }
  .md\:\!w-\[464px\]{
    width: 464px !important;
  }
  .md\:\!w-\[586px\]{
    width: 586px !important;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-5{
    width: 1.25rem;
  }
  .md\:w-\[120px\]{
    width: 120px;
  }
  .md\:w-\[450px\]{
    width: 450px;
  }
  .md\:w-\[474px\]{
    width: 474px;
  }
  .md\:w-\[575px\]{
    width: 575px;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:w-px{
    width: 1px;
  }
  .md\:max-w-\[250px\]{
    max-width: 250px;
  }
  .md\:max-w-\[264px\]{
    max-width: 264px;
  }
  .md\:max-w-\[31\.25rem\]{
    max-width: 31.25rem;
  }
  .md\:max-w-\[380px\]{
    max-width: 380px;
  }
  .md\:max-w-\[435px\]{
    max-width: 435px;
  }
  .md\:max-w-\[45\%\]{
    max-width: 45%;
  }
  .md\:max-w-\[527px\]{
    max-width: 527px;
  }
  .md\:max-w-\[540px\]{
    max-width: 540px;
  }
  .md\:max-w-\[586px\]{
    max-width: 586px;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .md\:max-w-none{
    max-width: none;
  }
  .md\:-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), 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));
  }
  .md\:translate-y-\[-248px\]{
    --tw-translate-y: -248px;
    transform: translate(var(--tw-translate-x), 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));
  }
  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:place-items-center{
    place-items: center;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:gap-0{
    gap: 0px;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-15{
    gap: 3.75rem;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-x-20{
    column-gap: 5rem;
  }
  .md\:object-cover{
    object-fit: cover;
  }
  .md\:object-center{
    object-position: center;
  }
  .md\:object-right-bottom{
    object-position: right bottom;
  }
  .md\:p-18{
    padding: 4.5rem;
  }
  .md\:p-\[72px\]{
    padding: 72px;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-15{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-34{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
  .md\:py-15{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-22{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
  .md\:\!pb-3{
    padding-bottom: 0.75rem !important;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-10{
    padding-bottom: 2.5rem;
  }
  .md\:pb-15{
    padding-bottom: 3.75rem;
  }
  .md\:pb-17{
    padding-bottom: 4.25rem;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:pb-22{
    padding-bottom: 5.5rem;
  }
  .md\:pb-30{
    padding-bottom: 7.5rem;
  }
  .md\:pb-32{
    padding-bottom: 8rem;
  }
  .md\:pb-42{
    padding-bottom: 10.5rem;
  }
  .md\:pb-8{
    padding-bottom: 2rem;
  }
  .md\:pb-\[138px\]{
    padding-bottom: 138px;
  }
  .md\:pb-\[148px\]{
    padding-bottom: 148px;
  }
  .md\:pb-\[45px\]{
    padding-bottom: 45px;
  }
  .md\:pl-10{
    padding-left: 2.5rem;
  }
  .md\:pl-18{
    padding-left: 4.5rem;
  }
  .md\:pl-22{
    padding-left: 5.5rem;
  }
  .md\:pl-\[24px\]{
    padding-left: 24px;
  }
  .md\:pr-0{
    padding-right: 0px;
  }
  .md\:pr-13{
    padding-right: 3.25rem;
  }
  .md\:pr-24{
    padding-right: 6rem;
  }
  .md\:pr-\[418px\]{
    padding-right: 418px;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-10{
    padding-top: 2.5rem;
  }
  .md\:pt-12{
    padding-top: 3rem;
  }
  .md\:pt-15{
    padding-top: 3.75rem;
  }
  .md\:pt-16{
    padding-top: 4rem;
  }
  .md\:pt-18{
    padding-top: 4.5rem;
  }
  .md\:pt-19{
    padding-top: 4.75rem;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:pt-22{
    padding-top: 5.5rem;
  }
  .md\:pt-25{
    padding-top: 6.25rem;
  }
  .md\:pt-26{
    padding-top: 6.5rem;
  }
  .md\:pt-38{
    padding-top: 9.5rem;
  }
  .md\:pt-5{
    padding-top: 1.25rem;
  }
  .md\:pt-7{
    padding-top: 1.75rem;
  }
  .md\:pt-9{
    padding-top: 2.25rem;
  }
  .md\:pt-\[100px\]{
    padding-top: 100px;
  }
  .md\:pt-\[23px\]{
    padding-top: 23px;
  }
  .md\:pt-\[55px\]{
    padding-top: 55px;
  }
  .md\:pt-\[64px\]{
    padding-top: 64px;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-14{
    font-size: 0.875rem;
  }
  .md\:text-16{
    font-size: 1rem;
  }
  .md\:text-18{
    font-size: 1.125rem;
  }
  .md\:text-19{
    font-size: 1.1875rem;
  }
  .md\:text-24{
    font-size: 1.5rem;
  }
  .md\:text-28{
    font-size: 1.75rem;
  }
  .md\:text-29{
    font-size: 1.8125rem;
  }
  .md\:text-\[45px\]{
    font-size: 45px;
  }
  .md\:text-\[53px\]{
    font-size: 53px;
  }
  .md\:text-\[67px\]{
    font-size: 67px;
  }
  .md\:first-of-type\:pl-0:first-of-type{
    padding-left: 0px;
  }
}

@media (min-width: 1200px){
  .lg\:bottom-\[-74px\]{
    bottom: -74px;
  }
  .lg\:left-\[-180px\]{
    left: -180px;
  }
  .lg\:left-\[-252px\]{
    left: -252px;
  }
  .lg\:left-\[-45px\]{
    left: -45px;
  }
  .lg\:left-\[44vw\]{
    left: 44vw;
  }
  .lg\:left-\[50px\]{
    left: 50px;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:right-8{
    right: 2rem;
  }
  .lg\:right-\[470px\]{
    right: 470px;
  }
  .lg\:top-26{
    top: 6.5rem;
  }
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .lg\:col-span-11{
    grid-column: span 11 / span 11;
  }
  .lg\:col-span-13{
    grid-column: span 13 / span 13;
  }
  .lg\:col-span-14{
    grid-column: span 14 / span 14;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .lg\:-mt-15{
    margin-top: -3.75rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mb-19{
    margin-bottom: 4.75rem;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mb-29{
    margin-bottom: 7.25rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:mb-9{
    margin-bottom: 2.25rem;
  }
  .lg\:mb-\[26px\]{
    margin-bottom: 26px;
  }
  .lg\:mb-\[35px\]{
    margin-bottom: 35px;
  }
  .lg\:mb-\[9px\]{
    margin-bottom: 9px;
  }
  .lg\:ml-18{
    margin-left: 4.5rem;
  }
  .lg\:ml-29{
    margin-left: 7.25rem;
  }
  .lg\:mr-1{
    margin-right: 0.25rem;
  }
  .lg\:mr-20{
    margin-right: 5rem;
  }
  .lg\:mr-42{
    margin-right: 10.5rem;
  }
  .lg\:mr-5{
    margin-right: 1.25rem;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-17{
    margin-top: 4.25rem;
  }
  .lg\:mt-28{
    margin-top: 7rem;
  }
  .lg\:mt-35{
    margin-top: 8.75rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:\!hidden{
    display: none !important;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-5{
    height: 1.25rem;
  }
  .lg\:h-\[308px\]{
    height: 308px;
  }
  .lg\:h-\[482px\]{
    height: 482px;
  }
  .lg\:h-\[547px\]{
    height: 547px;
  }
  .lg\:h-\[580px\]{
    height: 580px;
  }
  .lg\:h-\[88px\]{
    height: 88px;
  }
  .lg\:min-h-\[470px\]{
    min-height: 470px;
  }
  .lg\:w-0{
    width: 0px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-\[550px\]{
    width: 550px;
  }
  .lg\:w-\[calc\(444px\+100vw\)\]{
    width: calc(444px + 100vw);
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:max-w-\[126px\]{
    max-width: 126px;
  }
  .lg\:max-w-\[226px\]{
    max-width: 226px;
  }
  .lg\:max-w-\[295px\]{
    max-width: 295px;
  }
  .lg\:max-w-\[500px\]{
    max-width: 500px;
  }
  .lg\:grid-cols-24{
    grid-template-columns: repeat(24, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-11{
    gap: 2.75rem;
  }
  .lg\:gap-15{
    gap: 3.75rem;
  }
  .lg\:gap-16{
    gap: 4rem;
  }
  .lg\:gap-5{
    gap: 1.25rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-x-\[108px\]{
    column-gap: 108px;
  }
  .lg\:\!border-r{
    border-right-width: 1px !important;
  }
  .lg\:border-r-0{
    border-right-width: 0px;
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-25{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-17{
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }
  .lg\:py-35{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
  .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .lg\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .lg\:\!pb-0{
    padding-bottom: 0px !important;
  }
  .lg\:\!pb-3{
    padding-bottom: 0.75rem !important;
  }
  .lg\:pb-11{
    padding-bottom: 2.75rem;
  }
  .lg\:pb-14{
    padding-bottom: 3.5rem;
  }
  .lg\:pb-15{
    padding-bottom: 3.75rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pb-22{
    padding-bottom: 5.5rem;
  }
  .lg\:pb-25{
    padding-bottom: 6.25rem;
  }
  .lg\:pb-28{
    padding-bottom: 7rem;
  }
  .lg\:pb-34{
    padding-bottom: 8.5rem;
  }
  .lg\:pb-4{
    padding-bottom: 1rem;
  }
  .lg\:pb-5{
    padding-bottom: 1.25rem;
  }
  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }
  .lg\:pb-\[170px\]{
    padding-bottom: 170px;
  }
  .lg\:pb-\[300px\]{
    padding-bottom: 300px;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pl-8{
    padding-left: 2rem;
  }
  .lg\:pl-\[50px\]{
    padding-left: 50px;
  }
  .lg\:pl-\[81px\]{
    padding-left: 81px;
  }
  .lg\:pr-18{
    padding-right: 4.5rem;
  }
  .lg\:pr-25{
    padding-right: 6.25rem;
  }
  .lg\:pr-8{
    padding-right: 2rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-10{
    padding-top: 2.5rem;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:pt-15{
    padding-top: 3.75rem;
  }
  .lg\:pt-24{
    padding-top: 6rem;
  }
  .lg\:pt-25{
    padding-top: 6.25rem;
  }
  .lg\:pt-26{
    padding-top: 6.5rem;
  }
  .lg\:pt-28{
    padding-top: 7rem;
  }
  .lg\:pt-30{
    padding-top: 7.5rem;
  }
  .lg\:pt-32{
    padding-top: 8rem;
  }
  .lg\:pt-5{
    padding-top: 1.25rem;
  }
  .lg\:pt-7{
    padding-top: 1.75rem;
  }
  .lg\:pt-9{
    padding-top: 2.25rem;
  }
  .lg\:pt-\[252px\]{
    padding-top: 252px;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-16{
    font-size: 1rem;
  }
  .lg\:text-19{
    font-size: 1.1875rem;
  }
  .lg\:text-20{
    font-size: 1.25rem;
  }
  .lg\:text-24{
    font-size: 1.5rem;
  }
  .lg\:text-25{
    font-size: 1.5625rem;
  }
  .lg\:text-32{
    font-size: 2rem;
  }
  .lg\:text-\[79px\]{
    font-size: 79px;
  }
  .lg\:text-\[90px\]{
    font-size: 90px;
  }
  .lg\:leading-1{
    line-height: 1;
  }
  .lg\:leading-1\.4{
    line-height: 1.4;
  }
  .lg\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 1500px){
  .xl\:bottom-\[-84px\]{
    bottom: -84px;
  }
  .xl\:left-\[157px\]{
    left: 157px;
  }
  .xl\:left-\[unset\]{
    left: unset;
  }
  .xl\:col-span-11{
    grid-column: span 11 / span 11;
  }
  .xl\:col-span-13{
    grid-column: span 13 / span 13;
  }
  .xl\:col-span-15{
    grid-column: span 15 / span 15;
  }
  .xl\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .xl\:mb-12{
    margin-bottom: 3rem;
  }
  .xl\:ml-10{
    margin-left: 2.5rem;
  }
  .xl\:ml-22{
    margin-left: 5.5rem;
  }
  .xl\:ml-5{
    margin-left: 1.25rem;
  }
  .xl\:block{
    display: block;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-\[392px\]{
    height: 392px;
  }
  .xl\:h-\[680px\]{
    height: 680px;
  }
  .xl\:min-h-\[652px\]{
    min-height: 652px;
  }
  .xl\:w-0{
    width: 0px;
  }
  .xl\:w-\[600px\]{
    width: 600px;
  }
  .xl\:max-w-\[1198px\]{
    max-width: 1198px;
  }
  .xl\:max-w-\[160px\]{
    max-width: 160px;
  }
  .xl\:gap-0{
    gap: 0px;
  }
  .xl\:gap-13{
    gap: 3.25rem;
  }
  .xl\:gap-20{
    gap: 5rem;
  }
  .xl\:gap-9{
    gap: 2.25rem;
  }
  .xl\:gap-x-\[144px\]{
    column-gap: 144px;
  }
  .xl\:px-39{
    padding-left: 9.75rem;
    padding-right: 9.75rem;
  }
  .xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .xl\:pb-12{
    padding-bottom: 3rem;
  }
  .xl\:pb-14{
    padding-bottom: 3.5rem;
  }
  .xl\:pl-27{
    padding-left: 6.75rem;
  }
  .xl\:pl-34{
    padding-left: 8.5rem;
  }
  .xl\:pl-\[70px\]{
    padding-left: 70px;
  }
  .xl\:pr-0{
    padding-right: 0px;
  }
  .xl\:pr-20{
    padding-right: 5rem;
  }
  .xl\:pr-\[131px\]{
    padding-right: 131px;
  }
  .xl\:pt-15{
    padding-top: 3.75rem;
  }
  .xl\:pt-\[3\.3125rem\]{
    padding-top: 3.3125rem;
  }
  .xl\:pt-\[60px\]{
    padding-top: 60px;
  }
}

@media (min-width: 1650px){
  .xxl\:left-20{
    left: 5rem;
  }
  .xxl\:left-\[-222px\]{
    left: -222px;
  }
  .xxl\:left-\[-333px\]{
    left: -333px;
  }
  .xxl\:left-\[49vw\]{
    left: 49vw;
  }
  .xxl\:right-20{
    right: 5rem;
  }
  .xxl\:block{
    display: block;
  }
  .xxl\:w-\[620px\]{
    width: 620px;
  }
  .xxl\:w-\[calc\(100\%-10rem\)\]{
    width: calc(100% - 10rem);
  }
  .xxl\:w-\[calc\(100vw-5rem-20px\)\]{
    width: calc(100vw - 5rem - 20px);
  }
  .xxl\:max-w-none{
    max-width: none;
  }
  .xxl\:p-0{
    padding: 0px;
  }
  .xxl\:pl-0{
    padding-left: 0px;
  }
  .xxl\:pl-10{
    padding-left: 2.5rem;
  }
  .xxl\:pl-8{
    padding-left: 2rem;
  }
}

@media (min-width: 1700px){
  .xxxl\:w-\[698px\]{
    width: 698px;
  }
}

@media (min-width: 1900px){
  .xxxxl\:block{
    display: block;
  }
  .xxxxl\:hidden{
    display: none;
  }
}

.\[\&_a\]\:text-black-900 a{
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}

.\[\&_a\]\:text-brand a{
  --tw-text-opacity: 1;
  color: rgb(255 184 49 / var(--tw-text-opacity));
}

.\[\&_a\]\:underline a{
  text-decoration-line: underline;
}

.\[\&_a\]\:hover\:no-underline:hover a{
  text-decoration-line: none;
}