@import url("https://use.typekit.net/wdh0ofz.css");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&display=swap");

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

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

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

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

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

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

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

html {
  font-family: myriad-pro, "Noto Sans TC", sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

.container{
  width: 100%;
}

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

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

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

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

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

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

.space-y-2 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse));
}

.space-y-4 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1rem * var(--space-y-reverse));
}

.space-y-5 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--space-y-reverse));
}

.space-x-5 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
}

.space-y-18 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4.5rem * var(--space-y-reverse));
}

.space-y-2\.5 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--space-y-reverse));
}

.space-x-7\.5 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(1.875rem * var(--space-x-reverse));
  margin-left: calc(1.875rem * calc(1 - var(--space-x-reverse)));
}

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

.bg-black{
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

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

.bg-gray-100{
  --bg-opacity: 1;
  background-color: #eeeeee;
  background-color: rgba(238, 238, 238, var(--bg-opacity));
}

.bg-gray-300{
  --bg-opacity: 1;
  background-color: #cccccc;
  background-color: rgba(204, 204, 204, var(--bg-opacity));
}

.bg-gray-600{
  --bg-opacity: 1;
  background-color: #999999;
  background-color: rgba(153, 153, 153, var(--bg-opacity));
}

.bg-gray-900{
  --bg-opacity: 1;
  background-color: #222222;
  background-color: rgba(34, 34, 34, var(--bg-opacity));
}

.bg-primary{
  --bg-opacity: 1;
  background-color: #AA182C;
  background-color: rgba(170, 24, 44, var(--bg-opacity));
}

.bg-primary-light{
  --bg-opacity: 1;
  background-color: #C80F27;
  background-color: rgba(200, 15, 39, var(--bg-opacity));
}

.bg-secondary{
  --bg-opacity: 1;
  background-color: #D5B56A;
  background-color: rgba(213, 181, 106, var(--bg-opacity));
}

.bg-secondary-dark{
  --bg-opacity: 1;
  background-color: #C3A358;
  background-color: rgba(195, 163, 88, var(--bg-opacity));
}

.group:hover .group-hover\:bg-primary{
  --bg-opacity: 1;
  background-color: #AA182C;
  background-color: rgba(170, 24, 44, var(--bg-opacity));
}

.hover\:bg-white:hover{
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.hover\:bg-primary-light:hover{
  --bg-opacity: 1;
  background-color: #C80F27;
  background-color: rgba(200, 15, 39, var(--bg-opacity));
}

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

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

.from-gray-100{
  --gradient-from-color: #eeeeee;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 238, 238, 0));
}

.from-primary{
  --gradient-from-color: #AA182C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 24, 44, 0));
}

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

.to-white{
  --gradient-to-color: #fff;
}

.bg-opacity-10{
  --bg-opacity: .1;
}

.bg-opacity-20{
  --bg-opacity: .2;
}

.bg-opacity-40{
  --bg-opacity: .4;
}

.bg-opacity-50{
  --bg-opacity: .5;
}

.bg-opacity-60{
  --bg-opacity: .6;
}

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

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

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

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

.border-white{
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.border-gray-300{
  --border-opacity: 1;
  border-color: #cccccc;
  border-color: rgba(204, 204, 204, var(--border-opacity));
}

.border-gray-700{
  --border-opacity: 1;
  border-color: #666666;
  border-color: rgba(102, 102, 102, var(--border-opacity));
}

.border-gray-900{
  --border-opacity: 1;
  border-color: #222222;
  border-color: rgba(34, 34, 34, var(--border-opacity));
}

.border-primary-light{
  --border-opacity: 1;
  border-color: #C80F27;
  border-color: rgba(200, 15, 39, var(--border-opacity));
}

.border-opacity-20{
  --border-opacity: .2;
}

.rounded-none{
  border-radius: 0;
}

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

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

.border{
  border-width: 1px;
}

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

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

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

.cursor-pointer{
  cursor: pointer;
}

.block{
  display: block;
}

.flex{
  display: -ms-flexbox;
  display: flex;
}

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

.table{
  display: table;
}

.hidden{
  display: none;
}

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

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

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

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

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

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

.justify-center{
  -ms-flex-pack: center;
      justify-content: center;
}

.justify-between{
  -ms-flex-pack: justify;
      justify-content: space-between;
}

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

.font-warnock{
  font-family: warnock-pro, "Noto Sans TC", serif;
}

.font-light{
  font-weight: 300;
}

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

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

.h-0{
  height: 0;
}

.h-2{
  height: 0.5rem;
}

.h-3{
  height: 0.75rem;
}

.h-5{
  height: 1.25rem;
}

.h-12{
  height: 3rem;
}

.h-15{
  height: 3.75rem;
}

.h-26{
  height: 6.5rem;
}

.h-50{
  height: 12.5rem;
}

.h-60{
  height: 15rem;
}

.h-70{
  height: 17.5rem;
}

.h-80{
  height: 20rem;
}

.h-180{
  height: 45rem;
}

.h-px{
  height: 1px;
}

.h-0\.75{
  height: 0.1875rem;
}

.h-2\.5{
  height: 0.625rem;
}

.h-7\.5{
  height: 1.875rem;
}

.h-12\.5{
  height: 3.125rem;
}

.h-2\/3{
  height: 66.666667%;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

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

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

.text-lg{
  font-size: 1.375rem;
}

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

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

.leading-tight{
  line-height: 1.25;
}

.leading-normal{
  line-height: 1.5;
}

.leading-relaxed{
  line-height: 1.625;
}

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

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

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

.mx-2\.5{
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-15{
  margin-top: 3.75rem;
}

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

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

.mt-18{
  margin-top: 4.5rem;
}

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

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

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

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

.mt-0\.5{
  margin-top: 0.125rem;
}

.mt-2\.5{
  margin-top: 0.625rem;
}

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

.mt-7\.5{
  margin-top: 1.875rem;
}

.mb-7\.5{
  margin-bottom: 1.875rem;
}

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

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

.group:hover .group-hover\:ml-7\.5{
  margin-left: 1.875rem;
}

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

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

.max-h-0{
  max-height: 0;
}

.max-w-45{
  max-width: 11.25rem;
}

.max-w-90{
  max-width: 22.5rem;
}

.max-w-135{
  max-width: 33.75rem;
}

.max-w-160{
  max-width: 40rem;
}

.max-w-240{
  max-width: 60rem;
}

.max-w-270{
  max-width: 67.5rem;
}

.max-w-272{
  max-width: 68rem;
}

.max-w-320{
  max-width: 80rem;
}

.min-h-135{
  min-height: 33.75rem;
}

.min-h-165{
  min-height: 41.25rem;
}

.min-h-180{
  min-height: 45rem;
}

.min-h-240{
  min-height: 60rem;
}

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

.min-h-\[25vh-12px\]{
  min-height: calc(25vh - 12px);
}

.min-h-\[100vh\+80px\]{
  min-height: calc(100vh + 80px);
}

.min-w-35{
  min-width: 8.75rem;
}

.min-w-45{
  min-width: 11.25rem;
}

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

.opacity-0{
  opacity: 0;
}

.opacity-10{
  opacity: .1;
}

.opacity-30{
  opacity: .3;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.hover\:opacity-50:hover{
  opacity: .5;
}

.overflow-hidden{
  overflow: hidden;
}

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

.p-0{
  padding: 0;
}

.p-10{
  padding: 2.5rem;
}

.p-7\.5{
  padding: 1.875rem;
}

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

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

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

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

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-15{
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

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

.py-17{
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}

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

.py-25{
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-7\.5{
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.px-7\.5{
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.py-12\.5{
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.py-17\.5{
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-15{
  padding-left: 3.75rem;
}

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

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

.pt-17{
  padding-top: 4.25rem;
}

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

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

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

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

.pt-25{
  padding-top: 6.25rem;
}

.pb-25{
  padding-bottom: 6.25rem;
}

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

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

.pt-30{
  padding-top: 7.5rem;
}

.pb-30{
  padding-bottom: 7.5rem;
}

.pt-35{
  padding-top: 8.75rem;
}

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

.pb-36{
  padding-bottom: 9rem;
}

.pt-2\.5{
  padding-top: 0.625rem;
}

.pb-2\.5{
  padding-bottom: 0.625rem;
}

.pl-2\.5{
  padding-left: 0.625rem;
}

.pt-7\.5{
  padding-top: 1.875rem;
}

.pl-7\.5{
  padding-left: 1.875rem;
}

.pt-12\.5{
  padding-top: 3.125rem;
}

.pt-17\.5{
  padding-top: 4.375rem;
}

.pb-37\.5{
  padding-bottom: 9.375rem;
}

.pt-2\/3{
  padding-top: 66.666667%;
}

.pt-full{
  padding-top: 100%;
}

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

.top-0{
  top: 0;
}

.right-0{
  right: 0;
}

.bottom-0{
  bottom: 0;
}

.left-0{
  left: 0;
}

.top-5{
  top: 1.25rem;
}

.top-10{
  top: 2.5rem;
}

.bottom-10{
  bottom: 2.5rem;
}

.top-18{
  top: 4.5rem;
}

.bottom-23{
  bottom: 5.75rem;
}

.top-25{
  top: 6.25rem;
}

.top-35{
  top: 8.75rem;
}

.-bottom-2\.5{
  bottom: -0.625rem;
}

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

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

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

.-left-15{
  left: -3.75rem;
}

.-right-17\.5{
  right: -4.375rem;
}

.-left-22\.5{
  left: -5.625rem;
}

.right-2\.5{
  right: 0.625rem;
}

.bottom-2\.5{
  bottom: 0.625rem;
}

.right-17\.5{
  right: 4.375rem;
}

.left-17\.5{
  left: 4.375rem;
}

.bottom-22\.5{
  bottom: 5.625rem;
}

.top-37\.5{
  top: 9.375rem;
}

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

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

.resize{
  resize: both;
}

.fill-current{
  fill: currentColor;
}

.stroke-current{
  stroke: currentColor;
}

.table-fixed{
  table-layout: fixed;
}

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

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

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

.text-gray-300{
  --text-opacity: 1;
  color: #cccccc;
  color: rgba(204, 204, 204, var(--text-opacity));
}

.text-gray-600{
  --text-opacity: 1;
  color: #999999;
  color: rgba(153, 153, 153, var(--text-opacity));
}

.text-primary-light{
  --text-opacity: 1;
  color: #C80F27;
  color: rgba(200, 15, 39, var(--text-opacity));
}

.text-secondary{
  --text-opacity: 1;
  color: #D5B56A;
  color: rgba(213, 181, 106, var(--text-opacity));
}

.text-secondary-dark{
  --text-opacity: 1;
  color: #C3A358;
  color: rgba(195, 163, 88, var(--text-opacity));
}

.group:hover .group-hover\:text-primary{
  --text-opacity: 1;
  color: #AA182C;
  color: rgba(170, 24, 44, var(--text-opacity));
}

.hover\:text-white:hover{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.hover\:text-primary:hover{
  --text-opacity: 1;
  color: #AA182C;
  color: rgba(170, 24, 44, var(--text-opacity));
}

.hover\:text-primary-light:hover{
  --text-opacity: 1;
  color: #C80F27;
  color: rgba(200, 15, 39, var(--text-opacity));
}

.hover\:text-secondary:hover{
  --text-opacity: 1;
  color: #D5B56A;
  color: rgba(213, 181, 106, var(--text-opacity));
}

.italic{
  font-style: italic;
}

.uppercase{
  text-transform: uppercase;
}

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

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

.w-2{
  width: 0.5rem;
}

.w-3{
  width: 0.75rem;
}

.w-4{
  width: 1rem;
}

.w-12{
  width: 3rem;
}

.w-15{
  width: 3.75rem;
}

.w-20{
  width: 5rem;
}

.w-25{
  width: 6.25rem;
}

.w-35{
  width: 8.75rem;
}

.w-40{
  width: 10rem;
}

.w-75{
  width: 18.75rem;
}

.w-px{
  width: 1px;
}

.w-2\.5{
  width: 0.625rem;
}

.w-12\.5{
  width: 3.125rem;
}

.w-22\.5{
  width: 5.625rem;
}

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

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

.w-2\/3{
  width: 66.666667%;
}

.w-7\/10{
  width: 70%;
}

.w-full{
  width: 100%;
}

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

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

.w-screen{
  width: 100vw;
}

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

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

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

.-rotate-45{
  --transform-rotate: -45deg;
}

.-translate-x-1\/2{
  --transform-translate-x: -50%;
}

.-translate-y-1\/2{
  --transform-translate-y: -50%;
}

.transition-all{
  transition-property: all;
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
}

.transition-opacity{
  transition-property: opacity;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

/* ==========
  #CONFIG
  ========== */

body {
  color: #222222;
  overflow-x: hidden;
}

main {
  overflow: hidden;
  padding-top: 3.75rem;
}

@media (min-width: 87.5em) {
  main {
    padding-top: 7.5rem;
  }
}

p {
  line-height: 1.75;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

select {
  background-image: url(../img/icon/icon-arrow-down.svg);
  background-size: 14px 8px;
  background-position: right 1.25rem center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

.table-responsive {
  overflow-x: auto;
}

.table-responsive table {
  min-width: 1152px;
}

table {
  width: 100%;
  border: 2px solid #222222;
}

th {
  height: 80px;
  font-weight: 400;
  padding: 0.5rem 2.5rem;
  background-color: #e8e8e8;
  border: 1px solid #cccccc;
}

td {
  padding: 1.875rem 2.5rem 3rem;
  background-color: #f9f9f9;
  border: 1px solid #cccccc;
  vertical-align: top;
}

label.error {
  display: inline-block;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: #d5b56a;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  margin: 0.5rem 0 0;
}

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

/* ==========
  #PLUGIN
  ========== */

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) [data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, transform;
  }

  html:not(.no-js) [data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    -ms-transform: none;
        transform: none;
  }

  html:not(.no-js) [data-aos="fade-up"] {
    transform: translate3d(0, 100px, 0);
  }

  html:not(.no-js) [data-aos="fade-down"] {
    transform: translate3d(0, -100px, 0);
  }

  html:not(.no-js) [data-aos="fade-right"] {
    transform: translate3d(-100px, 0, 0);
  }

  html:not(.no-js) [data-aos="fade-left"] {
    transform: translate3d(100px, 0, 0);
  }

  html:not(.no-js) [data-aos="fade-up-right"] {
    transform: translate3d(-100px, 100px, 0);
  }

  html:not(.no-js) [data-aos="fade-up-left"] {
    transform: translate3d(100px, 100px, 0);
  }

  html:not(.no-js) [data-aos="fade-down-right"] {
    transform: translate3d(-100px, -100px, 0);
  }

  html:not(.no-js) [data-aos="fade-down-left"] {
    transform: translate3d(100px, -100px, 0);
  }

  html:not(.no-js) [data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    transition-property: opacity, transform;
  }

  html:not(.no-js) [data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
  }

  html:not(.no-js) [data-aos="zoom-in"] {
    -ms-transform: scale(0.6);
        transform: scale(0.6);
  }

  html:not(.no-js) [data-aos="zoom-in-up"] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos="zoom-in-down"] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos="zoom-in-right"] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos="zoom-in-left"] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos="zoom-out"] {
    -ms-transform: scale(1.2);
        transform: scale(1.2);
  }

  html:not(.no-js) [data-aos="zoom-out-up"] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos="zoom-out-down"] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos="zoom-out-right"] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos="zoom-out-left"] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos^="slide"][data-aos^="slide"] {
    transition-property: transform;
    visibility: hidden;
  }

  html:not(.no-js) [data-aos^="slide"][data-aos^="slide"].aos-animate {
    visibility: visible;
    transform: translateZ(0);
  }

  html:not(.no-js) [data-aos="slide-up"] {
    transform: translate3d(0, 100%, 0);
  }

  html:not(.no-js) [data-aos="slide-down"] {
    transform: translate3d(0, -100%, 0);
  }

  html:not(.no-js) [data-aos="slide-right"] {
    transform: translate3d(-100%, 0, 0);
  }

  html:not(.no-js) [data-aos="slide-left"] {
    transform: translate3d(100%, 0, 0);
  }

  html:not(.no-js) [data-aos^="flip"][data-aos^="flip"] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform;
  }

  html:not(.no-js) [data-aos="flip-left"] {
    transform: perspective(2500px) rotateY(-100deg);
  }

  html:not(.no-js) [data-aos="flip-left"].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }

  html:not(.no-js) [data-aos="flip-right"] {
    transform: perspective(2500px) rotateY(100deg);
  }

  html:not(.no-js) [data-aos="flip-right"].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }

  html:not(.no-js) [data-aos="flip-up"] {
    transform: perspective(2500px) rotateX(-100deg);
  }

  html:not(.no-js) [data-aos="flip-up"].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }

  html:not(.no-js) [data-aos="flip-down"] {
    transform: perspective(2500px) rotateX(100deg);
  }

  html:not(.no-js) [data-aos="flip-down"].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}

/**
 * Swiper 5.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 20, 2020
 */

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

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

  font-weight: 400;

  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

/* Auto Height */

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

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

/* 3D Effects */

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

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

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

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

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

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

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

/* CSS Mode */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Common Styles */

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

/* Bullets */

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 0.625rem;
  border: 1px solid #d5b56a;
  border-radius: 100%;
}

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

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

.swiper-pagination-bullet-active {
  background: #d5b56a;
}

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

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

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

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

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

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

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

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

/* Progress */

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

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

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

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

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

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

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

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

/* Scrollbar */

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

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

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

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

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

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

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

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

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

/* Preloader */

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

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

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

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

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

/* a11y */

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

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

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

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

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

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

/* ==========
  #UTILITIES
  ========== */

.g-0 {
  margin-left: 0;
  margin-bottom: 0;
}

.g-0 > * {
  padding-left: 0;
  padding-bottom: 0;
}

.gx-0 {
  margin-left: 0;
}

.gx-0 > * {
  padding-left: 0;
}

.gy-0 {
  margin-bottom: 0;
}

.gy-0 > * {
  padding-bottom: 0;
}

.g-2\.5 {
  margin-left: -0.625rem;
  margin-bottom: -0.625rem;
}

.g-2\.5 > * {
  padding-left: 0.625rem;
  padding-bottom: 0.625rem;
}

.gx-2\.5 {
  margin-left: -0.625rem;
}

.gx-2\.5 > * {
  padding-left: 0.625rem;
}

.gy-2\.5 {
  margin-bottom: -0.625rem;
}

.gy-2\.5 > * {
  padding-bottom: 0.625rem;
}

.g-5 {
  margin-left: -1.25rem;
  margin-bottom: -1.25rem;
}

.g-5 > * {
  padding-left: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.gx-5 > * {
  padding-left: 1.25rem;
}

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

.gy-5 > * {
  padding-bottom: 1.25rem;
}

.g-9 {
  margin-left: -2.25rem;
  margin-bottom: -2.25rem;
}

.g-9 > * {
  padding-left: 2.25rem;
  padding-bottom: 2.25rem;
}

.gx-9 {
  margin-left: -2.25rem;
}

.gx-9 > * {
  padding-left: 2.25rem;
}

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

.gy-9 > * {
  padding-bottom: 2.25rem;
}

.g-10 {
  margin-left: -2.5rem;
  margin-bottom: -2.5rem;
}

.g-10 > * {
  padding-left: 2.5rem;
  padding-bottom: 2.5rem;
}

.gx-10 {
  margin-left: -2.5rem;
}

.gx-10 > * {
  padding-left: 2.5rem;
}

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

.gy-10 > * {
  padding-bottom: 2.5rem;
}

.g-11 {
  margin-left: -2.75rem;
  margin-bottom: -2.75rem;
}

.g-11 > * {
  padding-left: 2.75rem;
  padding-bottom: 2.75rem;
}

.gx-11 {
  margin-left: -2.75rem;
}

.gx-11 > * {
  padding-left: 2.75rem;
}

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

.gy-11 > * {
  padding-bottom: 2.75rem;
}

.g-12\.5 {
  margin-left: -3.125rem;
  margin-bottom: -3.125rem;
}

.g-12\.5 > * {
  padding-left: 3.125rem;
  padding-bottom: 3.125rem;
}

.gx-12\.5 {
  margin-left: -3.125rem;
}

.gx-12\.5 > * {
  padding-left: 3.125rem;
}

.gy-12\.5 {
  margin-bottom: -3.125rem;
}

.gy-12\.5 > * {
  padding-bottom: 3.125rem;
}

.g-15 {
  margin-left: -3.75rem;
  margin-bottom: -3.75rem;
}

.g-15 > * {
  padding-left: 3.75rem;
  padding-bottom: 3.75rem;
}

.gx-15 {
  margin-left: -3.75rem;
}

.gx-15 > * {
  padding-left: 3.75rem;
}

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

.gy-15 > * {
  padding-bottom: 3.75rem;
}

.g-16 {
  margin-left: -4rem;
  margin-bottom: -4rem;
}

.g-16 > * {
  padding-left: 4rem;
  padding-bottom: 4rem;
}

.gx-16 {
  margin-left: -4rem;
}

.gx-16 > * {
  padding-left: 4rem;
}

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

.gy-16 > * {
  padding-bottom: 4rem;
}

.g-18 {
  margin-left: -4.5rem;
  margin-bottom: -4.5rem;
}

.g-18 > * {
  padding-left: 4.5rem;
  padding-bottom: 4.5rem;
}

.gx-18 {
  margin-left: -4.5rem;
}

.gx-18 > * {
  padding-left: 4.5rem;
}

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

.gy-18 > * {
  padding-bottom: 4.5rem;
}

.g-20 {
  margin-left: -5rem;
  margin-bottom: -5rem;
}

.g-20 > * {
  padding-left: 5rem;
  padding-bottom: 5rem;
}

.gx-20 {
  margin-left: -5rem;
}

.gx-20 > * {
  padding-left: 5rem;
}

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

.gy-20 > * {
  padding-bottom: 5rem;
}

@media (min-width: 40em) {
  .sm\:g-0 {
    margin-left: 0;
    margin-bottom: 0;
  }

  .sm\:g-0 > * {
    padding-left: 0;
    padding-bottom: 0;
  }

  .sm\:gx-0 {
    margin-left: 0;
  }

  .sm\:gx-0 > * {
    padding-left: 0;
  }

  .sm\:gy-0 {
    margin-bottom: 0;
  }

  .sm\:gy-0 > * {
    padding-bottom: 0;
  }

  .sm\:g-2\.5 {
    margin-left: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:g-2\.5 > * {
    padding-left: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:gx-2\.5 {
    margin-left: -0.625rem;
  }

  .sm\:gx-2\.5 > * {
    padding-left: 0.625rem;
  }

  .sm\:gy-2\.5 {
    margin-bottom: -0.625rem;
  }

  .sm\:gy-2\.5 > * {
    padding-bottom: 0.625rem;
  }

  .sm\:g-5 {
    margin-left: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:g-5 > * {
    padding-left: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:gx-5 {
    margin-left: -1.25rem;
  }

  .sm\:gx-5 > * {
    padding-left: 1.25rem;
  }

  .sm\:gy-5 {
    margin-bottom: -1.25rem;
  }

  .sm\:gy-5 > * {
    padding-bottom: 1.25rem;
  }

  .sm\:g-9 {
    margin-left: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:g-9 > * {
    padding-left: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:gx-9 {
    margin-left: -2.25rem;
  }

  .sm\:gx-9 > * {
    padding-left: 2.25rem;
  }

  .sm\:gy-9 {
    margin-bottom: -2.25rem;
  }

  .sm\:gy-9 > * {
    padding-bottom: 2.25rem;
  }

  .sm\:g-10 {
    margin-left: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:g-10 > * {
    padding-left: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:gx-10 {
    margin-left: -2.5rem;
  }

  .sm\:gx-10 > * {
    padding-left: 2.5rem;
  }

  .sm\:gy-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:gy-10 > * {
    padding-bottom: 2.5rem;
  }

  .sm\:g-11 {
    margin-left: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:g-11 > * {
    padding-left: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:gx-11 {
    margin-left: -2.75rem;
  }

  .sm\:gx-11 > * {
    padding-left: 2.75rem;
  }

  .sm\:gy-11 {
    margin-bottom: -2.75rem;
  }

  .sm\:gy-11 > * {
    padding-bottom: 2.75rem;
  }

  .sm\:g-12\.5 {
    margin-left: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .sm\:g-12\.5 > * {
    padding-left: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .sm\:gx-12\.5 {
    margin-left: -3.125rem;
  }

  .sm\:gx-12\.5 > * {
    padding-left: 3.125rem;
  }

  .sm\:gy-12\.5 {
    margin-bottom: -3.125rem;
  }

  .sm\:gy-12\.5 > * {
    padding-bottom: 3.125rem;
  }

  .sm\:g-15 {
    margin-left: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:g-15 > * {
    padding-left: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sm\:gx-15 {
    margin-left: -3.75rem;
  }

  .sm\:gx-15 > * {
    padding-left: 3.75rem;
  }

  .sm\:gy-15 {
    margin-bottom: -3.75rem;
  }

  .sm\:gy-15 > * {
    padding-bottom: 3.75rem;
  }

  .sm\:g-16 {
    margin-left: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:g-16 > * {
    padding-left: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:gx-16 {
    margin-left: -4rem;
  }

  .sm\:gx-16 > * {
    padding-left: 4rem;
  }

  .sm\:gy-16 {
    margin-bottom: -4rem;
  }

  .sm\:gy-16 > * {
    padding-bottom: 4rem;
  }

  .sm\:g-18 {
    margin-left: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .sm\:g-18 > * {
    padding-left: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm\:gx-18 {
    margin-left: -4.5rem;
  }

  .sm\:gx-18 > * {
    padding-left: 4.5rem;
  }

  .sm\:gy-18 {
    margin-bottom: -4.5rem;
  }

  .sm\:gy-18 > * {
    padding-bottom: 4.5rem;
  }

  .sm\:g-20 {
    margin-left: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:g-20 > * {
    padding-left: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:gx-20 {
    margin-left: -5rem;
  }

  .sm\:gx-20 > * {
    padding-left: 5rem;
  }

  .sm\:gy-20 {
    margin-bottom: -5rem;
  }

  .sm\:gy-20 > * {
    padding-bottom: 5rem;
  }
}

@media (min-width: 48em) {
  .md\:g-0 {
    margin-left: 0;
    margin-bottom: 0;
  }

  .md\:g-0 > * {
    padding-left: 0;
    padding-bottom: 0;
  }

  .md\:gx-0 {
    margin-left: 0;
  }

  .md\:gx-0 > * {
    padding-left: 0;
  }

  .md\:gy-0 {
    margin-bottom: 0;
  }

  .md\:gy-0 > * {
    padding-bottom: 0;
  }

  .md\:g-2\.5 {
    margin-left: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:g-2\.5 > * {
    padding-left: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:gx-2\.5 {
    margin-left: -0.625rem;
  }

  .md\:gx-2\.5 > * {
    padding-left: 0.625rem;
  }

  .md\:gy-2\.5 {
    margin-bottom: -0.625rem;
  }

  .md\:gy-2\.5 > * {
    padding-bottom: 0.625rem;
  }

  .md\:g-5 {
    margin-left: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:g-5 > * {
    padding-left: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:gx-5 {
    margin-left: -1.25rem;
  }

  .md\:gx-5 > * {
    padding-left: 1.25rem;
  }

  .md\:gy-5 {
    margin-bottom: -1.25rem;
  }

  .md\:gy-5 > * {
    padding-bottom: 1.25rem;
  }

  .md\:g-9 {
    margin-left: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:g-9 > * {
    padding-left: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:gx-9 {
    margin-left: -2.25rem;
  }

  .md\:gx-9 > * {
    padding-left: 2.25rem;
  }

  .md\:gy-9 {
    margin-bottom: -2.25rem;
  }

  .md\:gy-9 > * {
    padding-bottom: 2.25rem;
  }

  .md\:g-10 {
    margin-left: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:g-10 > * {
    padding-left: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:gx-10 {
    margin-left: -2.5rem;
  }

  .md\:gx-10 > * {
    padding-left: 2.5rem;
  }

  .md\:gy-10 {
    margin-bottom: -2.5rem;
  }

  .md\:gy-10 > * {
    padding-bottom: 2.5rem;
  }

  .md\:g-11 {
    margin-left: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:g-11 > * {
    padding-left: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:gx-11 {
    margin-left: -2.75rem;
  }

  .md\:gx-11 > * {
    padding-left: 2.75rem;
  }

  .md\:gy-11 {
    margin-bottom: -2.75rem;
  }

  .md\:gy-11 > * {
    padding-bottom: 2.75rem;
  }

  .md\:g-12\.5 {
    margin-left: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .md\:g-12\.5 > * {
    padding-left: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .md\:gx-12\.5 {
    margin-left: -3.125rem;
  }

  .md\:gx-12\.5 > * {
    padding-left: 3.125rem;
  }

  .md\:gy-12\.5 {
    margin-bottom: -3.125rem;
  }

  .md\:gy-12\.5 > * {
    padding-bottom: 3.125rem;
  }

  .md\:g-15 {
    margin-left: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:g-15 > * {
    padding-left: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:gx-15 {
    margin-left: -3.75rem;
  }

  .md\:gx-15 > * {
    padding-left: 3.75rem;
  }

  .md\:gy-15 {
    margin-bottom: -3.75rem;
  }

  .md\:gy-15 > * {
    padding-bottom: 3.75rem;
  }

  .md\:g-16 {
    margin-left: -4rem;
    margin-bottom: -4rem;
  }

  .md\:g-16 > * {
    padding-left: 4rem;
    padding-bottom: 4rem;
  }

  .md\:gx-16 {
    margin-left: -4rem;
  }

  .md\:gx-16 > * {
    padding-left: 4rem;
  }

  .md\:gy-16 {
    margin-bottom: -4rem;
  }

  .md\:gy-16 > * {
    padding-bottom: 4rem;
  }

  .md\:g-18 {
    margin-left: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .md\:g-18 > * {
    padding-left: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:gx-18 {
    margin-left: -4.5rem;
  }

  .md\:gx-18 > * {
    padding-left: 4.5rem;
  }

  .md\:gy-18 {
    margin-bottom: -4.5rem;
  }

  .md\:gy-18 > * {
    padding-bottom: 4.5rem;
  }

  .md\:g-20 {
    margin-left: -5rem;
    margin-bottom: -5rem;
  }

  .md\:g-20 > * {
    padding-left: 5rem;
    padding-bottom: 5rem;
  }

  .md\:gx-20 {
    margin-left: -5rem;
  }

  .md\:gx-20 > * {
    padding-left: 5rem;
  }

  .md\:gy-20 {
    margin-bottom: -5rem;
  }

  .md\:gy-20 > * {
    padding-bottom: 5rem;
  }
}

@media (min-width: 64em) {
  .lg\:g-0 {
    margin-left: 0;
    margin-bottom: 0;
  }

  .lg\:g-0 > * {
    padding-left: 0;
    padding-bottom: 0;
  }

  .lg\:gx-0 {
    margin-left: 0;
  }

  .lg\:gx-0 > * {
    padding-left: 0;
  }

  .lg\:gy-0 {
    margin-bottom: 0;
  }

  .lg\:gy-0 > * {
    padding-bottom: 0;
  }

  .lg\:g-2\.5 {
    margin-left: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:g-2\.5 > * {
    padding-left: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:gx-2\.5 {
    margin-left: -0.625rem;
  }

  .lg\:gx-2\.5 > * {
    padding-left: 0.625rem;
  }

  .lg\:gy-2\.5 {
    margin-bottom: -0.625rem;
  }

  .lg\:gy-2\.5 > * {
    padding-bottom: 0.625rem;
  }

  .lg\:g-5 {
    margin-left: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:g-5 > * {
    padding-left: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:gx-5 {
    margin-left: -1.25rem;
  }

  .lg\:gx-5 > * {
    padding-left: 1.25rem;
  }

  .lg\:gy-5 {
    margin-bottom: -1.25rem;
  }

  .lg\:gy-5 > * {
    padding-bottom: 1.25rem;
  }

  .lg\:g-9 {
    margin-left: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:g-9 > * {
    padding-left: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:gx-9 {
    margin-left: -2.25rem;
  }

  .lg\:gx-9 > * {
    padding-left: 2.25rem;
  }

  .lg\:gy-9 {
    margin-bottom: -2.25rem;
  }

  .lg\:gy-9 > * {
    padding-bottom: 2.25rem;
  }

  .lg\:g-10 {
    margin-left: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:g-10 > * {
    padding-left: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:gx-10 {
    margin-left: -2.5rem;
  }

  .lg\:gx-10 > * {
    padding-left: 2.5rem;
  }

  .lg\:gy-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:gy-10 > * {
    padding-bottom: 2.5rem;
  }

  .lg\:g-11 {
    margin-left: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:g-11 > * {
    padding-left: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:gx-11 {
    margin-left: -2.75rem;
  }

  .lg\:gx-11 > * {
    padding-left: 2.75rem;
  }

  .lg\:gy-11 {
    margin-bottom: -2.75rem;
  }

  .lg\:gy-11 > * {
    padding-bottom: 2.75rem;
  }

  .lg\:g-12\.5 {
    margin-left: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .lg\:g-12\.5 > * {
    padding-left: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .lg\:gx-12\.5 {
    margin-left: -3.125rem;
  }

  .lg\:gx-12\.5 > * {
    padding-left: 3.125rem;
  }

  .lg\:gy-12\.5 {
    margin-bottom: -3.125rem;
  }

  .lg\:gy-12\.5 > * {
    padding-bottom: 3.125rem;
  }

  .lg\:g-15 {
    margin-left: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:g-15 > * {
    padding-left: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:gx-15 {
    margin-left: -3.75rem;
  }

  .lg\:gx-15 > * {
    padding-left: 3.75rem;
  }

  .lg\:gy-15 {
    margin-bottom: -3.75rem;
  }

  .lg\:gy-15 > * {
    padding-bottom: 3.75rem;
  }

  .lg\:g-16 {
    margin-left: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:g-16 > * {
    padding-left: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:gx-16 {
    margin-left: -4rem;
  }

  .lg\:gx-16 > * {
    padding-left: 4rem;
  }

  .lg\:gy-16 {
    margin-bottom: -4rem;
  }

  .lg\:gy-16 > * {
    padding-bottom: 4rem;
  }

  .lg\:g-18 {
    margin-left: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .lg\:g-18 > * {
    padding-left: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:gx-18 {
    margin-left: -4.5rem;
  }

  .lg\:gx-18 > * {
    padding-left: 4.5rem;
  }

  .lg\:gy-18 {
    margin-bottom: -4.5rem;
  }

  .lg\:gy-18 > * {
    padding-bottom: 4.5rem;
  }

  .lg\:g-20 {
    margin-left: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:g-20 > * {
    padding-left: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:gx-20 {
    margin-left: -5rem;
  }

  .lg\:gx-20 > * {
    padding-left: 5rem;
  }

  .lg\:gy-20 {
    margin-bottom: -5rem;
  }

  .lg\:gy-20 > * {
    padding-bottom: 5rem;
  }
}

@media (min-width: 80em) {
  .xl\:g-0 {
    margin-left: 0;
    margin-bottom: 0;
  }

  .xl\:g-0 > * {
    padding-left: 0;
    padding-bottom: 0;
  }

  .xl\:gx-0 {
    margin-left: 0;
  }

  .xl\:gx-0 > * {
    padding-left: 0;
  }

  .xl\:gy-0 {
    margin-bottom: 0;
  }

  .xl\:gy-0 > * {
    padding-bottom: 0;
  }

  .xl\:g-2\.5 {
    margin-left: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:g-2\.5 > * {
    padding-left: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:gx-2\.5 {
    margin-left: -0.625rem;
  }

  .xl\:gx-2\.5 > * {
    padding-left: 0.625rem;
  }

  .xl\:gy-2\.5 {
    margin-bottom: -0.625rem;
  }

  .xl\:gy-2\.5 > * {
    padding-bottom: 0.625rem;
  }

  .xl\:g-5 {
    margin-left: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:g-5 > * {
    padding-left: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:gx-5 {
    margin-left: -1.25rem;
  }

  .xl\:gx-5 > * {
    padding-left: 1.25rem;
  }

  .xl\:gy-5 {
    margin-bottom: -1.25rem;
  }

  .xl\:gy-5 > * {
    padding-bottom: 1.25rem;
  }

  .xl\:g-9 {
    margin-left: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:g-9 > * {
    padding-left: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:gx-9 {
    margin-left: -2.25rem;
  }

  .xl\:gx-9 > * {
    padding-left: 2.25rem;
  }

  .xl\:gy-9 {
    margin-bottom: -2.25rem;
  }

  .xl\:gy-9 > * {
    padding-bottom: 2.25rem;
  }

  .xl\:g-10 {
    margin-left: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:g-10 > * {
    padding-left: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:gx-10 {
    margin-left: -2.5rem;
  }

  .xl\:gx-10 > * {
    padding-left: 2.5rem;
  }

  .xl\:gy-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:gy-10 > * {
    padding-bottom: 2.5rem;
  }

  .xl\:g-11 {
    margin-left: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:g-11 > * {
    padding-left: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:gx-11 {
    margin-left: -2.75rem;
  }

  .xl\:gx-11 > * {
    padding-left: 2.75rem;
  }

  .xl\:gy-11 {
    margin-bottom: -2.75rem;
  }

  .xl\:gy-11 > * {
    padding-bottom: 2.75rem;
  }

  .xl\:g-12\.5 {
    margin-left: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xl\:g-12\.5 > * {
    padding-left: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .xl\:gx-12\.5 {
    margin-left: -3.125rem;
  }

  .xl\:gx-12\.5 > * {
    padding-left: 3.125rem;
  }

  .xl\:gy-12\.5 {
    margin-bottom: -3.125rem;
  }

  .xl\:gy-12\.5 > * {
    padding-bottom: 3.125rem;
  }

  .xl\:g-15 {
    margin-left: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:g-15 > * {
    padding-left: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:gx-15 {
    margin-left: -3.75rem;
  }

  .xl\:gx-15 > * {
    padding-left: 3.75rem;
  }

  .xl\:gy-15 {
    margin-bottom: -3.75rem;
  }

  .xl\:gy-15 > * {
    padding-bottom: 3.75rem;
  }

  .xl\:g-16 {
    margin-left: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:g-16 > * {
    padding-left: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:gx-16 {
    margin-left: -4rem;
  }

  .xl\:gx-16 > * {
    padding-left: 4rem;
  }

  .xl\:gy-16 {
    margin-bottom: -4rem;
  }

  .xl\:gy-16 > * {
    padding-bottom: 4rem;
  }

  .xl\:g-18 {
    margin-left: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xl\:g-18 > * {
    padding-left: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:gx-18 {
    margin-left: -4.5rem;
  }

  .xl\:gx-18 > * {
    padding-left: 4.5rem;
  }

  .xl\:gy-18 {
    margin-bottom: -4.5rem;
  }

  .xl\:gy-18 > * {
    padding-bottom: 4.5rem;
  }

  .xl\:g-20 {
    margin-left: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:g-20 > * {
    padding-left: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:gx-20 {
    margin-left: -5rem;
  }

  .xl\:gx-20 > * {
    padding-left: 5rem;
  }

  .xl\:gy-20 {
    margin-bottom: -5rem;
  }

  .xl\:gy-20 > * {
    padding-bottom: 5rem;
  }
}

@media (min-width: 87.5em) {
  .xxl\:g-0 {
    margin-left: 0;
    margin-bottom: 0;
  }

  .xxl\:g-0 > * {
    padding-left: 0;
    padding-bottom: 0;
  }

  .xxl\:gx-0 {
    margin-left: 0;
  }

  .xxl\:gx-0 > * {
    padding-left: 0;
  }

  .xxl\:gy-0 {
    margin-bottom: 0;
  }

  .xxl\:gy-0 > * {
    padding-bottom: 0;
  }

  .xxl\:g-2\.5 {
    margin-left: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xxl\:g-2\.5 > * {
    padding-left: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xxl\:gx-2\.5 {
    margin-left: -0.625rem;
  }

  .xxl\:gx-2\.5 > * {
    padding-left: 0.625rem;
  }

  .xxl\:gy-2\.5 {
    margin-bottom: -0.625rem;
  }

  .xxl\:gy-2\.5 > * {
    padding-bottom: 0.625rem;
  }

  .xxl\:g-5 {
    margin-left: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xxl\:g-5 > * {
    padding-left: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xxl\:gx-5 {
    margin-left: -1.25rem;
  }

  .xxl\:gx-5 > * {
    padding-left: 1.25rem;
  }

  .xxl\:gy-5 {
    margin-bottom: -1.25rem;
  }

  .xxl\:gy-5 > * {
    padding-bottom: 1.25rem;
  }

  .xxl\:g-9 {
    margin-left: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xxl\:g-9 > * {
    padding-left: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xxl\:gx-9 {
    margin-left: -2.25rem;
  }

  .xxl\:gx-9 > * {
    padding-left: 2.25rem;
  }

  .xxl\:gy-9 {
    margin-bottom: -2.25rem;
  }

  .xxl\:gy-9 > * {
    padding-bottom: 2.25rem;
  }

  .xxl\:g-10 {
    margin-left: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxl\:g-10 > * {
    padding-left: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xxl\:gx-10 {
    margin-left: -2.5rem;
  }

  .xxl\:gx-10 > * {
    padding-left: 2.5rem;
  }

  .xxl\:gy-10 {
    margin-bottom: -2.5rem;
  }

  .xxl\:gy-10 > * {
    padding-bottom: 2.5rem;
  }

  .xxl\:g-11 {
    margin-left: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xxl\:g-11 > * {
    padding-left: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xxl\:gx-11 {
    margin-left: -2.75rem;
  }

  .xxl\:gx-11 > * {
    padding-left: 2.75rem;
  }

  .xxl\:gy-11 {
    margin-bottom: -2.75rem;
  }

  .xxl\:gy-11 > * {
    padding-bottom: 2.75rem;
  }

  .xxl\:g-12\.5 {
    margin-left: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xxl\:g-12\.5 > * {
    padding-left: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .xxl\:gx-12\.5 {
    margin-left: -3.125rem;
  }

  .xxl\:gx-12\.5 > * {
    padding-left: 3.125rem;
  }

  .xxl\:gy-12\.5 {
    margin-bottom: -3.125rem;
  }

  .xxl\:gy-12\.5 > * {
    padding-bottom: 3.125rem;
  }

  .xxl\:g-15 {
    margin-left: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xxl\:g-15 > * {
    padding-left: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xxl\:gx-15 {
    margin-left: -3.75rem;
  }

  .xxl\:gx-15 > * {
    padding-left: 3.75rem;
  }

  .xxl\:gy-15 {
    margin-bottom: -3.75rem;
  }

  .xxl\:gy-15 > * {
    padding-bottom: 3.75rem;
  }

  .xxl\:g-16 {
    margin-left: -4rem;
    margin-bottom: -4rem;
  }

  .xxl\:g-16 > * {
    padding-left: 4rem;
    padding-bottom: 4rem;
  }

  .xxl\:gx-16 {
    margin-left: -4rem;
  }

  .xxl\:gx-16 > * {
    padding-left: 4rem;
  }

  .xxl\:gy-16 {
    margin-bottom: -4rem;
  }

  .xxl\:gy-16 > * {
    padding-bottom: 4rem;
  }

  .xxl\:g-18 {
    margin-left: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xxl\:g-18 > * {
    padding-left: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xxl\:gx-18 {
    margin-left: -4.5rem;
  }

  .xxl\:gx-18 > * {
    padding-left: 4.5rem;
  }

  .xxl\:gy-18 {
    margin-bottom: -4.5rem;
  }

  .xxl\:gy-18 > * {
    padding-bottom: 4.5rem;
  }

  .xxl\:g-20 {
    margin-left: -5rem;
    margin-bottom: -5rem;
  }

  .xxl\:g-20 > * {
    padding-left: 5rem;
    padding-bottom: 5rem;
  }

  .xxl\:gx-20 {
    margin-left: -5rem;
  }

  .xxl\:gx-20 > * {
    padding-left: 5rem;
  }

  .xxl\:gy-20 {
    margin-bottom: -5rem;
  }

  .xxl\:gy-20 > * {
    padding-bottom: 5rem;
  }
}

@media (min-width: 87.5em) {
  .xxxl\:g-0 {
    margin-left: 0;
    margin-bottom: 0;
  }

  .xxxl\:g-0 > * {
    padding-left: 0;
    padding-bottom: 0;
  }

  .xxxl\:gx-0 {
    margin-left: 0;
  }

  .xxxl\:gx-0 > * {
    padding-left: 0;
  }

  .xxxl\:gy-0 {
    margin-bottom: 0;
  }

  .xxxl\:gy-0 > * {
    padding-bottom: 0;
  }

  .xxxl\:g-2\.5 {
    margin-left: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xxxl\:g-2\.5 > * {
    padding-left: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xxxl\:gx-2\.5 {
    margin-left: -0.625rem;
  }

  .xxxl\:gx-2\.5 > * {
    padding-left: 0.625rem;
  }

  .xxxl\:gy-2\.5 {
    margin-bottom: -0.625rem;
  }

  .xxxl\:gy-2\.5 > * {
    padding-bottom: 0.625rem;
  }

  .xxxl\:g-5 {
    margin-left: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xxxl\:g-5 > * {
    padding-left: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xxxl\:gx-5 {
    margin-left: -1.25rem;
  }

  .xxxl\:gx-5 > * {
    padding-left: 1.25rem;
  }

  .xxxl\:gy-5 {
    margin-bottom: -1.25rem;
  }

  .xxxl\:gy-5 > * {
    padding-bottom: 1.25rem;
  }

  .xxxl\:g-9 {
    margin-left: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xxxl\:g-9 > * {
    padding-left: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xxxl\:gx-9 {
    margin-left: -2.25rem;
  }

  .xxxl\:gx-9 > * {
    padding-left: 2.25rem;
  }

  .xxxl\:gy-9 {
    margin-bottom: -2.25rem;
  }

  .xxxl\:gy-9 > * {
    padding-bottom: 2.25rem;
  }

  .xxxl\:g-10 {
    margin-left: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxxl\:g-10 > * {
    padding-left: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xxxl\:gx-10 {
    margin-left: -2.5rem;
  }

  .xxxl\:gx-10 > * {
    padding-left: 2.5rem;
  }

  .xxxl\:gy-10 {
    margin-bottom: -2.5rem;
  }

  .xxxl\:gy-10 > * {
    padding-bottom: 2.5rem;
  }

  .xxxl\:g-11 {
    margin-left: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xxxl\:g-11 > * {
    padding-left: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xxxl\:gx-11 {
    margin-left: -2.75rem;
  }

  .xxxl\:gx-11 > * {
    padding-left: 2.75rem;
  }

  .xxxl\:gy-11 {
    margin-bottom: -2.75rem;
  }

  .xxxl\:gy-11 > * {
    padding-bottom: 2.75rem;
  }

  .xxxl\:g-12\.5 {
    margin-left: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xxxl\:g-12\.5 > * {
    padding-left: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .xxxl\:gx-12\.5 {
    margin-left: -3.125rem;
  }

  .xxxl\:gx-12\.5 > * {
    padding-left: 3.125rem;
  }

  .xxxl\:gy-12\.5 {
    margin-bottom: -3.125rem;
  }

  .xxxl\:gy-12\.5 > * {
    padding-bottom: 3.125rem;
  }

  .xxxl\:g-15 {
    margin-left: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xxxl\:g-15 > * {
    padding-left: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xxxl\:gx-15 {
    margin-left: -3.75rem;
  }

  .xxxl\:gx-15 > * {
    padding-left: 3.75rem;
  }

  .xxxl\:gy-15 {
    margin-bottom: -3.75rem;
  }

  .xxxl\:gy-15 > * {
    padding-bottom: 3.75rem;
  }

  .xxxl\:g-16 {
    margin-left: -4rem;
    margin-bottom: -4rem;
  }

  .xxxl\:g-16 > * {
    padding-left: 4rem;
    padding-bottom: 4rem;
  }

  .xxxl\:gx-16 {
    margin-left: -4rem;
  }

  .xxxl\:gx-16 > * {
    padding-left: 4rem;
  }

  .xxxl\:gy-16 {
    margin-bottom: -4rem;
  }

  .xxxl\:gy-16 > * {
    padding-bottom: 4rem;
  }

  .xxxl\:g-18 {
    margin-left: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xxxl\:g-18 > * {
    padding-left: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xxxl\:gx-18 {
    margin-left: -4.5rem;
  }

  .xxxl\:gx-18 > * {
    padding-left: 4.5rem;
  }

  .xxxl\:gy-18 {
    margin-bottom: -4.5rem;
  }

  .xxxl\:gy-18 > * {
    padding-bottom: 4.5rem;
  }

  .xxxl\:g-20 {
    margin-left: -5rem;
    margin-bottom: -5rem;
  }

  .xxxl\:g-20 > * {
    padding-left: 5rem;
    padding-bottom: 5rem;
  }

  .xxxl\:gx-20 {
    margin-left: -5rem;
  }

  .xxxl\:gx-20 > * {
    padding-left: 5rem;
  }

  .xxxl\:gy-20 {
    margin-bottom: -5rem;
  }

  .xxxl\:gy-20 > * {
    padding-bottom: 5rem;
  }
}

/* ==========
  #COMPONENTS
  ========== */

/* ==========
  #SQUARE-LIST
  ========== */

.square-list {
  line-height: 1.4;
}

.square-list li {
  position: relative;
  padding: 0 0 0 1.25rem;
}

.square-list li:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 10px;
  height: 10px;
  border: 3px solid #aa182c;
}

@media (min-width: 80em) {
  .square-list li:before {
    top: 0.625rem;
  }
}

/* ==========
  #CIRCLE-LIST
  ========== */

.circle-list {
  line-height: 1.4;
}

.circle-list li {
  position: relative;
  padding: 0 0 0 1.25rem;
}

.circle-list li:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #aa182c;
  border-radius: 50%;
}

@media (min-width: 80em) {
  .circle-list li:before {
    top: 0.625rem;
  }
}

/* ==========
  #LAYOUT
  ========== */

/* ==========
  #HEADER
  ========== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #ffffff;
}

.site-header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
}

@media (min-width: 87.5em) {
  .site-header.is-active .site-header__main {
    height: 80px;
  }

  .site-header.is-active .site-header__logo {
    width: 240px;
  }

  .site-header.is-active .site-nav__link {
    height: 80px;
  }
}

.site-header__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
}

@media (min-width: 87.5em) {
  .site-header__main {
    height: 120px;
    padding: 0 2.5rem;
    transition: height 0.3s ease;
  }
}

.site-header__logo {
  display: block;
  width: 120px;
}

@media (min-width: 87.5em) {
  .site-header__logo {
    width: 320px;
    transition: width 0.3s ease;
  }
}

.site-header__burger.is-active span:nth-child(1) {
  top: 29px;
  opacity: 0;
}

.site-header__burger.is-active span:nth-child(3) {
  top: 29px;
  opacity: 0;
}

.site-header__burger span {
  position: absolute;
  left: 18px;
  width: 24px;
  height: 2px;
  background-color: #D5B56A;
  border-radius: 9999px;
  transition: top 0.3s ease, opacity 0.3s ease;
}

.site-header__burger span:nth-child(1) {
  top: 22px;
}

.site-header__burger span:nth-child(2) {
  top: 29px;
}

.site-header__burger span:nth-child(3) {
  top: 36px;
  width: 16px;
}

/* ==========
  #NAV
  ========== */

.site-nav {
  display: -ms-flexbox;
  display: flex;
}

.site-nav__item:hover .site-nav__link:after {
  opacity: 1;
  visibility: visible;
}

.site-nav__item:hover .site-nav__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (min-width: 1400px) {
  .site-nav__item.active .site-nav__link:after {
    opacity: 1;
    visibility: visible;
  }
}

.site-nav__link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 120px;
  padding: 0 1.25rem;
  font-size: 1.375rem;
  transition: height 0.3s ease;
}

.site-nav__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #D5B56A;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.site-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-height: 360px;
  padding: 3.75rem 0 5rem;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* ==========
  #MOBILE-NAV
  ========== */

.site-mobile-nav {
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 999;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #f9f9f9;
  overflow-y: auto;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition: transform 0.5s ease;
}

@media (min-width: 87.5em) {
  .site-mobile-nav {
    display: none;
  }
}

.site-mobile-nav.is-active {
  -ms-transform: translateX(0);
      transform: translateX(0);
}

.site-mobile-nav__link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
  padding: 0 2.5rem;
  border-bottom: 1px solid #e8e8e8;
}

.site-mobile-nav__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #D5B56A;
  -ms-transform-origin: left;
      transform-origin: left;
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  transition: transform 0.3s ease;
}

.site-mobile-nav__link.is-active:before {
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}

.site-mobile-nav__link.is-active .site-mobile-nav__arrow img {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.site-mobile-nav__arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 60px;
  height: 60px;
  border-left: 1px solid #e8e8e8;
}

.site-mobile-nav__arrow img {
  transition: transform 0.3s ease;
}

.site-mobile-nav__dropdown {
  display: none;
  position: relative;
  background-color: #f0f0f0;
}

.site-mobile-nav__dropdown:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #D5B56A;
}

.site-mobile-nav__dropdown li {
  border-bottom: 1px solid #e8e8e8;
}

.site-mobile-nav__dropdown a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
  padding: 0 2.5rem;
}

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

.global-outer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.global-outer:hover .global-link {
  display: -ms-flexbox;
  display: flex;
}

.global-link {
  position: absolute;
  right: -40px;
  top: 90px;
  width: 120px;
  background-color: #fff;
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  border: 1px solid #cccccc;
}

.global-link a {
  padding: 10px 20px;
  text-align: center;
  display: block;
}

.global-link a:hover {
  color: #D5B56A;
}

.global-link a:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

/* ==========
  #PAGES
  ========== */

/* ==========
  #HERO
  ========== */

.hero .swiper-pagination {
  bottom: 8.75rem;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

@media (min-width: 64em) {
  .hero .swiper-pagination {
    bottom: 9rem;
  }
}

/* ==========
  #HOME-ADVANTAGE
  ========== */

.home-advantage .swiper-pagination {
  position: relative;
}

.banner-scroll-box {
  position: absolute;
  width: 86px;
  top: 40px;
  left: calc(50% - 43px);
  z-index: 9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.banner-scroll-box .banner-scroll {
  font-size: 16px;
  font-style: italic;
  color: #FFF;
}

.banner-scroll-box .banner-icon {
  margin-top: -10px;
  animation: arrow-up  1s ease infinite alternate-reverse;
}

@media (max-width: 1023px) {
  .banner-scroll-box {
    top: 25px;
  }
}

@keyframes arrow-up {
  0% {
    transform: translate3d(0px, 0, 0);
  }

  to {
    transform: translate3d(0px, 10px, 0);
  }
}

.from-secondary {
  --gradient-from-color: #D5B56A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(170, 24, 44, 0));
}

/* ==========
  #FAQ
  ========== */

.faq__header.is-active .faq__btn:after {
  opacity: 0;
}

.faq__btn {
  position: relative;
  width: 40px;
  height: 40px;
}

.faq__btn:before, .faq__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 1px;
  background-color: #666666;
  transition: opacity 0.3s ease;
}

.faq__btn:before {
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.faq__btn:after {
  -ms-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg);
}

.guide-download-box {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}

.guide-download-box .guide-download-list {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  position: relative;
}

.guide-download-box .guide-download-list .guide-download-img-box {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
  display: block;
}

.guide-download-box .guide-download-list .guide-download-img-box .guide-download-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.guide-download-box .guide-download-list .guide-download-img-box .guide-download-title {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  transition: all .5s;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.guide-download-box .guide-download-list .guide-download-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

.guide-download-box .guide-download-list .guide-download-hover .download-hover-title {
  width: 100%;
  padding: 0 20px;
  position: relative;
  text-align: center;
  z-index: 1;
  color: #FFF;
  font-size: 26px;
  display: block;
  margin-bottom: 5px;
  transition-duration: .5s;
  opacity: 0;
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
}

.guide-download-box .guide-download-list .guide-download-hover .download-hover-icon {
  font-size: 20px;
  color: #FFE894;
  display: block;
  position: relative;
  font-weight: bold;
  z-index: 1;
  opacity: 0;
  -ms-transform: translateY(10px);
      transform: translateY(10px);
  transition-duration: .5s;
}

.guide-download-box .guide-download-list .guide-download-hover .download-hover-icon span {
  display: inline-block;
  margin-left: 2px;
  width: 12px;
}

.guide-download-box .guide-download-list .guide-download-hover:after {
  content: '';
  width: 100%;
  height: 0%;
  display: block;
  background-color: rgba(130, 0, 36, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .5s;
}

.guide-download-box .guide-download-list:hover .guide-download-title {
  opacity: 0;
}

.guide-download-box .guide-download-list:hover .guide-download-hover .download-hover-title {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-delay: .1s;
}

.guide-download-box .guide-download-list:hover .guide-download-hover .download-hover-icon {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-delay: .2s;
}

.guide-download-box .guide-download-list:hover .guide-download-hover .download-hover-icon span {
  animation: arrow-right  1s ease infinite alternate-reverse;
}

.guide-download-box .guide-download-list:hover .guide-download-hover:after {
  height: 100%;
}

@media (min-width: 768px) {
  .guide-download-box .guide-download-list:nth-child(3n+3) {
    margin-right: 0;
  }
}

@keyframes arrow-right {
  0% {
    transform: translate3d(0px, 0, 0);
  }

  to {
    transform: translate3d(10px, 0, 0);
  }
}

@media (max-width: 1199px) {
  .guide-download-box .guide-download-list .guide-download-img-box {
    padding-bottom: 250px;
  }
}

@media (max-width: 991px) {
  .guide-download-box .guide-download-list .guide-download-img-box .guide-download-title {
    font-size: 20px;
  }

  .guide-download-box .guide-download-list .guide-download-hover {
    display: none;
  }
}

@media (max-width: 767px) {
  .guide-download-box .guide-download-list {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .guide-download-box .guide-download-list:nth-child(even) {
    margin-right: 0;
  }
}

@media (max-width: 550px) {
  .guide-download-box .guide-download-list {
    width: 100%;
    margin-right: 0px;
  }
}

.about-space-box {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-space-box .about-space-list {
  width: calc(100% / 3);
  padding: 0 18px;
  margin-bottom: 70px;
}

.about-space-box .about-space-list .about-space-img-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.about-space-box .about-space-list .about-space-img-box .about-space-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
}

.about-space-box .about-space-list .about-space-img-box .about-space-name {
  width: calc(100% - 140px);
  padding-left: 30px;
}

.about-space-box .about-space-list .about-space-img-box .about-space-name p {
  font-size: 22px;
  font-style: italic;
}

.about-space-box .about-space-list .about-space-img-box .about-space-name span {
  font-size: 16px;
}

.about-space-box .about-space-list .about-space-img-box:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #cccccc;
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-space-box .about-space-list .about-space-img-box:after {
  content: "";
  width: 100px;
  height: 3px;
  display: block;
  background-color: #aa182c;
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 0;
}

.about-space-box .about-space-list .about-space-info {
  font-size: 20px;
}

@media (min-width: 768px) {
  .about-space-box .about-space-list:first-child {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .about-space-box .about-space-list:first-child .about-space-img-box {
    width: 362px;
    padding-right: 20px;
  }

  .about-space-box .about-space-list:first-child .about-space-img-box:after, .about-space-box .about-space-list:first-child .about-space-img-box::before {
    display: none;
  }

  .about-space-box .about-space-list:first-child .about-space-info {
    width: calc(100% - 362px);
  }
}

.about-tag-block {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.about-tag-block .tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-tag-block .tabs li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  font-size: 24px;
}

.about-tag-block .tabs li.active a {
  background-color: #222222;
  color: #dbbd79;
}

.about-tag-block .tabs a {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 80px;
  background-color: #f0f0f0;
}

.about-tag-block .download-box li {
  border-bottom: 1px solid #cccccc;
}

.about-tag-block .download-box li:first-child {
  border-top: 1px solid #cccccc;
}

.about-tag-block .download-box a {
  width: 100%;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -ms-flex-align: center;
      align-items: center;
  color: #d5b56a;
  background-color: #f0f0f0;
  transition: all 0.5s;
}

.about-tag-block .download-box a:hover {
  background-color: #e8e8e8;
}

.line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  max-height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list a {
  width: 100%;
}

.news-list a:hover .news-img img {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.news-list .news-img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}

.news-list .news-img img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}

.news-list .news-info {
  width: 100%;
  position: absolute;
  padding: 45px 30px 30px 30px;
  left: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 50%, rgba(0, 0, 0, 0.65) 100%);
}

.news-list .news-info .news-info-title {
  color: #fff;
}

.blog-info-box .blog-info-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-info-box .blog-info {
  max-width: 260px;
}

.blog-info-box .blog-info-title {
  font-size: 22px;
  margin-bottom: 20px;
}

.blog-info-box p {
  font-size: 20px;
  color: #999999;
}

.edit-box {
  padding: 0 15px;
}

@media (max-width: 1023px) {
  .blog-info-box .blog-info {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .about-space-box .about-space-list {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .about-space-box {
    width: 100%;
    padding: 0 2.5rem;
  }

  .about-space-box .about-space-list {
    width: 100%;
    padding: 0;
  }

  .about-tag-block .tabs li {
    font-size: 20px;
  }

  .about-tag-block .tabs a {
    padding: 0 20px;
  }
}

@media (max-width: 550px) {
  .about-space-box .about-space-list .about-space-img-box .about-space-img {
    width: 100px;
    height: 100px;
  }

  .about-space-box .about-space-list .about-space-img-box .about-space-name {
    width: calc(100% - 100px);
  }

  .about-space-box .about-space-list .about-space-img-box .about-space-name p {
    font-size: 20px;
  }

  .about-tag-block .tabs li {
    font-size: 18px;
    border-top: 1px solid #cccccc;
  }

  .news-list .news-info {
    padding: 30px 15px 15px 15px;
  }
}

@media (min-width: 1024px) {
  .justify-between {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

footer .mailtext {
  font-size: 22px;
}

@media (min-width: 768px) {
  footer .mailtext {
    font-size: 32px;
  }
}

.blog-side-navi li a:hover {
  color: #c3a358;
}

.white-btn:hover {
  color: #c3a358;
  background-color: #ffffff;
  transition: 0.3s;
}

.default-btn {
  border: 2px solid #D5B56A;
  color: #c3a358;
}

.default-btn:hover {
  color: #ffffff;
  background-color: #D5B56A;
  transition: 0.3s;
  border: 2px solid transparent;
}

.banner-title-line {
  position: relative;
}

.banner-title-line:after {
  content: '';
  width: 120px;
  height: 3px;
  display: block;
  background-color: rgba(213, 181, 106, 0.7);
  position: absolute;
  bottom: -10px;
  left: calc(50% - 60px);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-delay: 1s;
  transition-duration: .5s;
}

.banner-title-line.aos-animate:after {
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}

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

.contact-link-box {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.contact-link-box .contact-link {
  width: calc(50% - 37px);
}

.contact-link-box .contact-img {
  width: 100%;
  height: 0;
  padding-bottom: 44.4444%;
  overflow: hidden;
  display: block;
  position: relative;
}

.contact-link-box .contact-img img {
  position: absolute;
  top: 0;
  left: 0;
}

.contact-link-box .contact-title-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.contact-link-box .contact-title-box {
  font-size: 2rem;
}

.w-09 {
  width: 90%;
}

.contact-link:hover .contact-img img {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.contact-img img {
  transition: all .5s;
}

@media (max-width: 1199px) {
  .contact-link-box .contact-link {
    width: calc(50% - 10px);
  }

  .contact-link-box .contact-title-box {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .contact-link-box .contact-link {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 550px) {
  .contact-link-box .contact-title-box {
    font-size: 18px;
    padding: 0 10px;
  }

  .contact-link-block {
    padding-bottom: 80px;
  }
}

@media (min-width: 640px){
  .sm\:container{
    width: 100%;
  }

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

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

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

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

  @media (min-width: 1400px){
    .sm\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1600px){
    .sm\:container{
      max-width: 1600px;
    }
  }

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

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

@media (min-width: 768px){
  .md\:container{
    width: 100%;
  }

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

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

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

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

  @media (min-width: 1400px){
    .md\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1600px){
    .md\:container{
      max-width: 1600px;
    }
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: -ms-flexbox;
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:flex-row{
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .md\:justify-end{
    -ms-flex-pack: end;
        justify-content: flex-end;
  }

  .md\:h-40{
    height: 10rem;
  }

  .md\:h-80{
    height: 20rem;
  }

  .md\:h-100{
    height: 25rem;
  }

  .md\:h-50vh{
    height: 50vh;
  }

  .group:hover .md\:group-hover\:h-40{
    height: 10rem;
  }

  .md\:text-lg{
    font-size: 1.375rem;
  }

  .md\:text-xl{
    font-size: 2rem;
    line-height: 1.375;
  }

  .md\:text-2xl{
    font-size: 2.875rem;
    line-height: 1.35;
  }

  .md\:text-3xl{
    font-size: 4rem;
    line-height: 1;
  }

  .md\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

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

  .md\:mb-0{
    margin-bottom: 0;
  }

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

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

  .md\:ml-10{
    margin-left: 2.5rem;
  }

  .group:hover .md\:group-hover\:mt-2{
    margin-top: 0.5rem;
  }

  .group:hover .md\:group-hover\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .group:hover .md\:group-hover\:max-h-50{
    max-height: 12.5rem;
  }

  .md\:min-h-0{
    min-height: 0;
  }

  .md\:min-h-50vh{
    min-height: 50vh;
  }

  .md\:min-h-\[50vh-15px\]{
    min-height: calc(50vh - 15px);
  }

  .md\:min-h-\[100vh-128px\]{
    min-height: calc(100vh - 128px);
  }

  .group:hover .md\:group-hover\:opacity-80{
    opacity: .8;
  }

  .md\:p-15{
    padding: 3.75rem;
  }

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

  .md\:py-15{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:px-15{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

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

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .md\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:pt-0{
    padding-top: 0;
  }

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

  .md\:pl-15{
    padding-left: 3.75rem;
  }

  .md\:pt-17{
    padding-top: 4.25rem;
  }

  .md\:pl-17{
    padding-left: 4.25rem;
  }

  .md\:pr-18{
    padding-right: 4.5rem;
  }

  .md\:pl-18{
    padding-left: 4.5rem;
  }

  .md\:pt-20{
    padding-top: 5rem;
  }

  .md\:pr-25{
    padding-right: 6.25rem;
  }

  .md\:pt-17\.5{
    padding-top: 4.375rem;
  }

  .md\:pl-17\.5{
    padding-left: 4.375rem;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:top-15{
    top: 3.75rem;
  }

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

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

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

  .md\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:w-40{
    width: 10rem;
  }

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

  .md\:w-full{
    width: 100%;
  }

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

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

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

  .md\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }
}

@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
  }

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

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

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

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

  @media (min-width: 1400px){
    .lg\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1600px){
    .lg\:container{
      max-width: 1600px;
    }
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:flex-col{
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .lg\:items-start{
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .lg\:h-1\/2{
    height: 50%;
  }

  .lg\:h-full{
    height: 100%;
  }

  .group:hover .lg\:group-hover\:h-30{
    height: 7.5rem;
  }

  .lg\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

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

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

  .lg\:mt-15{
    margin-top: 3.75rem;
  }

  .lg\:mt-17{
    margin-top: 4.25rem;
  }

  .lg\:mt-30{
    margin-top: 7.5rem;
  }

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

  .lg\:mt-17\.5{
    margin-top: 4.375rem;
  }

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

  .lg\:-mt-30{
    margin-top: -7.5rem;
  }

  .lg\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .lg\:max-w-50{
    max-width: 12.5rem;
  }

  .lg\:max-w-152{
    max-width: 38rem;
  }

  .lg\:min-h-0{
    min-height: 0;
  }

  .lg\:min-h-screen{
    min-height: 100vh;
  }

  .lg\:min-h-\[100vh-20px\]{
    min-height: calc(100vh - 20px);
  }

  .lg\:min-h-\[100vh-60px\]{
    min-height: calc(100vh - 60px);
  }

  .lg\:min-h-\[100vh\+120px\]{
    min-height: calc(100vh + 120px);
  }

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

  .lg\:p-25{
    padding: 6.25rem;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-17{
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-7\.5{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .lg\:py-12\.5{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .lg\:py-17\.5{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .lg\:pr-0{
    padding-right: 0;
  }

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

  .lg\:pl-9{
    padding-left: 2.25rem;
  }

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

  .lg\:pb-17{
    padding-bottom: 4.25rem;
  }

  .lg\:pl-18{
    padding-left: 4.5rem;
  }

  .lg\:pt-20{
    padding-top: 5rem;
  }

  .lg\:pl-36{
    padding-left: 9rem;
  }

  .lg\:pb-17\.5{
    padding-bottom: 4.375rem;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:top-0{
    top: 0;
  }

  .lg\:right-0{
    right: 0;
  }

  .lg\:bottom-0{
    bottom: 0;
  }

  .lg\:left-0{
    left: 0;
  }

  .lg\:bottom-10{
    bottom: 2.5rem;
  }

  .lg\:bottom-15{
    bottom: 3.75rem;
  }

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

  .lg\:top-20{
    top: 5rem;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:-left-40{
    left: -10rem;
  }

  .lg\:w-30{
    width: 7.5rem;
  }

  .lg\:w-66vw{
    width: 66vw;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-3\/10{
    width: 30%;
  }

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

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-7\/10{
    width: 70%;
  }

  .lg\:w-\[100\%\+10vw\]{
    width: calc(100% + 10vw);
  }

  .lg\:w-full{
    width: 100%;
  }

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

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

@media (min-width: 1280px){
  .xl\:container{
    width: 100%;
  }

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

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

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

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

  @media (min-width: 1400px){
    .xl\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1600px){
    .xl\:container{
      max-width: 1600px;
    }
  }

  .xl\:justify-between{
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .xl\:h-90{
    height: 22.5rem;
  }

  .xl\:h-135{
    height: 33.75rem;
  }

  .xl\:text-md{
    font-size: 1.25rem;
  }

  .xl\:text-3xl{
    font-size: 4rem;
    line-height: 1;
  }

  .xl\:text-4xl{
    font-size: 5.375rem;
    line-height: 1;
  }

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

  .xl\:pl-36{
    padding-left: 9rem;
  }

  .xl\:right-10{
    right: 2.5rem;
  }

  .xl\:bottom-20{
    bottom: 5rem;
  }

  .xl\:-bottom-8{
    bottom: -2rem;
  }

  .xl\:w-45{
    width: 11.25rem;
  }

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

@media (min-width: 1400px){
  .\32xl\:container{
    width: 100%;
  }

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

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

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

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

  @media (min-width: 1400px){
    .\32xl\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1600px){
    .\32xl\:container{
      max-width: 1600px;
    }
  }

  .\32xl\:flex{
    display: -ms-flexbox;
    display: flex;
  }

  .\32xl\:hidden{
    display: none;
  }

  .\32xl\:items-center{
    -ms-flex-align: center;
        align-items: center;
  }

  .\32xl\:-right-20{
    right: -5rem;
  }

  .\32xl\:-left-20{
    left: -5rem;
  }
}

@media (min-width: 1600px){
  .\33xl\:container{
    width: 100%;
  }

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

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

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

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

  @media (min-width: 1400px){
    .\33xl\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1600px){
    .\33xl\:container{
      max-width: 1600px;
    }
  }
}
