@charset "UTF-8";
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:focus,
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Modules */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes float {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes widthshadow1 {
  0% {
    width: 75%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 75%;
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes arrowIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  74% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes floating {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(2px, 4px);
  }
  50% {
    transform: translate(3px, 2px);
  }
  75% {
    transform: translate(0, 4px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(252, 186, 42, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(252, 186, 42, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(252, 186, 42, 0);
  }
}
@keyframes infinite-slide-left {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes slide-bot-in {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slide-bot-in {
  animation: slide-bot-in 0.9s ease-in;
}

/* ############ Font Awesome ############ */
@font-face {
  font-family: "FontAwesome";
  src: url("/fonts/fontawesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("/fonts/fontawesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("/fonts/fontawesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("/fonts/fontawesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("/fonts/fontawesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ############ Cormorant Garamond ############ */
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/fonts/Cormorant_Garamond/CormorantGaramond-Bold.eot");
  src: url("/fonts/Cormorant_Garamond/CormorantGaramond-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Cormorant_Garamond/CormorantGaramond-Bold.woff2") format("woff2"), url("/fonts/Cormorant_Garamond/CormorantGaramond-Bold.woff") format("woff"), url("/fonts/Cormorant_Garamond/CormorantGaramond-Bold.ttf") format("truetype"), url("/fonts/Cormorant_Garamond/CormorantGaramond-Bold.svg#CormorantGaramond-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/fonts/Cormorant_Garamond/CormorantGaramond-Regular.eot");
  src: url("/fonts/Cormorant_Garamond/CormorantGaramond-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Cormorant_Garamond/CormorantGaramond-Regular.woff2") format("woff2"), url("/fonts/Cormorant_Garamond/CormorantGaramond-Regular.woff") format("woff"), url("/fonts/Cormorant_Garamond/CormorantGaramond-Regular.ttf") format("truetype"), url("/fonts/Cormorant_Garamond/CormorantGaramond-Regular.svg#CormorantGaramond-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/fonts/Cormorant_Garamond/CormorantGaramond-SemiBold.eot");
  src: url("/fonts/Cormorant_Garamond/CormorantGaramond-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Cormorant_Garamond/CormorantGaramond-SemiBold.woff2") format("woff2"), url("/fonts/Cormorant_Garamond/CormorantGaramond-SemiBold.woff") format("woff"), url("/fonts/Cormorant_Garamond/CormorantGaramond-SemiBold.ttf") format("truetype"), url("/fonts/Cormorant_Garamond/CormorantGaramond-SemiBold.svg#CormorantGaramond-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/fonts/Cormorant_Garamond/CormorantGaramond-Medium.eot");
  src: url("/fonts/Cormorant_Garamond/CormorantGaramond-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Cormorant_Garamond/CormorantGaramond-Medium.woff2") format("woff2"), url("/fonts/Cormorant_Garamond/CormorantGaramond-Medium.woff") format("woff"), url("/fonts/Cormorant_Garamond/CormorantGaramond-Medium.ttf") format("truetype"), url("/fonts/Cormorant_Garamond/CormorantGaramond-Medium.svg#CormorantGaramond-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/fonts/Cormorant_Garamond/CormorantGaramond-Light.eot");
  src: url("/fonts/Cormorant_Garamond/CormorantGaramond-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Cormorant_Garamond/CormorantGaramond-Light.woff2") format("woff2"), url("/fonts/Cormorant_Garamond/CormorantGaramond-Light.woff") format("woff"), url("/fonts/Cormorant_Garamond/CormorantGaramond-Light.ttf") format("truetype"), url("/fonts/Cormorant_Garamond/CormorantGaramond-Light.svg#CormorantGaramond-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* ############ Sofia Sans ############ */
@font-face {
  font-family: "Sofia Sans";
  src: url("/fonts/Sofia_Sans/SofiaSans-Medium.eot");
  src: url("/fonts/Sofia_Sans/SofiaSans-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Sofia_Sans/SofiaSans-Medium.woff2") format("woff2"), url("/fonts/Sofia_Sans/SofiaSans-Medium.woff") format("woff"), url("/fonts/Sofia_Sans/SofiaSans-Medium.ttf") format("truetype"), url("/fonts/Sofia_Sans/SofiaSans-Medium.svg#SofiaSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans";
  src: url("/fonts/Sofia_Sans/SofiaSans-Bold.eot");
  src: url("/fonts/Sofia_Sans/SofiaSans-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Sofia_Sans/SofiaSans-Bold.woff2") format("woff2"), url("/fonts/Sofia_Sans/SofiaSans-Bold.woff") format("woff"), url("/fonts/Sofia_Sans/SofiaSans-Bold.ttf") format("truetype"), url("/fonts/Sofia_Sans/SofiaSans-Bold.svg#SofiaSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans";
  src: url("/fonts/Sofia_Sans/SofiaSans-SemiBold.eot");
  src: url("/fonts/Sofia_Sans/SofiaSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Sofia_Sans/SofiaSans-SemiBold.woff2") format("woff2"), url("/fonts/Sofia_Sans/SofiaSans-SemiBold.woff") format("woff"), url("/fonts/Sofia_Sans/SofiaSans-SemiBold.ttf") format("truetype"), url("/fonts/Sofia_Sans/SofiaSans-SemiBold.svg#SofiaSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans";
  src: url("/fonts/Sofia_Sans/SofiaSans-Regular.eot");
  src: url("/fonts/Sofia_Sans/SofiaSans-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Sofia_Sans/SofiaSans-Regular.woff2") format("woff2"), url("/fonts/Sofia_Sans/SofiaSans-Regular.woff") format("woff"), url("/fonts/Sofia_Sans/SofiaSans-Regular.ttf") format("truetype"), url("/fonts/Sofia_Sans/SofiaSans-Regular.svg#SofiaSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans";
  src: url("/fonts/Sofia_Sans/SofiaSans-Light.eot");
  src: url("/fonts/Sofia_Sans/SofiaSans-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Sofia_Sans/SofiaSans-Light.woff2") format("woff2"), url("/fonts/Sofia_Sans/SofiaSans-Light.woff") format("woff"), url("/fonts/Sofia_Sans/SofiaSans-Light.ttf") format("truetype"), url("/fonts/Sofia_Sans/SofiaSans-Light.svg#SofiaSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans";
  src: url("/fonts/Sofia_Sans/SofiaSans-Thin.eot");
  src: url("/fonts/Sofia_Sans/SofiaSans-Thin.eot?#iefix") format("embedded-opentype"), url("/fonts/Sofia_Sans/SofiaSans-Thin.woff2") format("woff2"), url("/fonts/Sofia_Sans/SofiaSans-Thin.woff") format("woff"), url("/fonts/Sofia_Sans/SofiaSans-Thin.ttf") format("truetype"), url("/fonts/Sofia_Sans/SofiaSans-Thin.svg#SofiaSans-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* ############ Interstate ############ */
@font-face {
  font-family: "Interstate";
  src: url("/fonts/Interstate/Interstate-Thin.eot");
  src: url("/fonts/Interstate/Interstate-Thin.eot?#iefix") format("embedded-opentype"), url("/fonts/Interstate/Interstate-Thin.woff2") format("woff2"), url("/fonts/Interstate/Interstate-Thin.woff") format("woff"), url("/fonts/Interstate/Interstate-Thin.ttf") format("truetype"), url("/fonts/Interstate/Interstate-Thin.svg#Interstate-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Interstate";
  src: url("/fonts/Interstate/Interstate-Light.eot");
  src: url("/fonts/Interstate/Interstate-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Interstate/Interstate-Light.woff2") format("woff2"), url("/fonts/Interstate/Interstate-Light.woff") format("woff"), url("/fonts/Interstate/Interstate-Light.ttf") format("truetype"), url("/fonts/Interstate/Interstate-Light.svg#Interstate-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Interstate";
  src: url("/fonts/Interstate/Interstate-Black.eot");
  src: url("/fonts/Interstate/Interstate-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/Interstate/Interstate-Black.woff2") format("woff2"), url("/fonts/Interstate/Interstate-Black.woff") format("woff"), url("/fonts/Interstate/Interstate-Black.ttf") format("truetype"), url("/fonts/Interstate/Interstate-Black.svg#Interstate-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Interstate";
  src: url("/fonts/Interstate/Interstate-Italic.eot");
  src: url("/fonts/Interstate/Interstate-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/Interstate/Interstate-Italic.woff2") format("woff2"), url("/fonts/Interstate/Interstate-Italic.woff") format("woff"), url("/fonts/Interstate/Interstate-Italic.ttf") format("truetype"), url("/fonts/Interstate/Interstate-Italic.svg#Interstate-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Interstate";
  src: url("/fonts/Interstate/Interstate-Hairline.eot");
  src: url("/fonts/Interstate/Interstate-Hairline.eot?#iefix") format("embedded-opentype"), url("/fonts/Interstate/Interstate-Hairline.woff2") format("woff2"), url("/fonts/Interstate/Interstate-Hairline.woff") format("woff"), url("/fonts/Interstate/Interstate-Hairline.ttf") format("truetype"), url("/fonts/Interstate/Interstate-Hairline.svg#Interstate-Hairline") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Interstate";
  src: url("/fonts/Interstate/Interstate-Regular.eot");
  src: url("/fonts/Interstate/Interstate-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Interstate/Interstate-Regular.woff2") format("woff2"), url("/fonts/Interstate/Interstate-Regular.woff") format("woff"), url("/fonts/Interstate/Interstate-Regular.ttf") format("truetype"), url("/fonts/Interstate/Interstate-Regular.svg#Interstate-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Interstate";
  src: url("/fonts/Interstate/Interstate-Bold.eot");
  src: url("/fonts/Interstate/Interstate-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Interstate/Interstate-Bold.woff2") format("woff2"), url("/fonts/Interstate/Interstate-Bold.woff") format("woff"), url("/fonts/Interstate/Interstate-Bold.ttf") format("truetype"), url("/fonts/Interstate/Interstate-Bold.svg#Interstate-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("/fonts/anvil-icon-font/fonts/icomoon.eot?5wzde8");
  src: url("/fonts/anvil-icon-font/fonts/icomoon.eot?5wzde8#iefix") format("embedded-opentype"), url("/fonts/anvil-icon-font/fonts/icomoon.ttf?5wzde8") format("truetype"), url("/fonts/anvil-icon-font/fonts/icomoon.woff?5wzde8") format("woff"), url("/fonts/anvil-icon-font/fonts/icomoon.svg?5wzde8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ico-big-facebook:before {
  content: "\E908";
}

.icon-ico-big-instagram:before {
  content: "\E909";
}

.icon-ico-big-tiktok:before {
  content: "\E90A";
}

.icon-ico-big-twitter:before {
  content: "\E90B";
}

.icon-ico-big-whatsapp:before {
  content: "\E90C";
}

.icon-ico-big-youtube:before {
  content: "\E90D";
}

.icon-ico-instagram-grey:before {
  content: "\E906";
  color: #f1f1f1;
}

.icon-ico-whatsapp-grey:before {
  content: "\E907";
  color: #f1f1f1;
}

.icon-ic-facebook:before {
  content: "\E900";
  color: #686863;
}

.icon-ic-instagram:before {
  content: "\E901";
  color: #686863;
}

.icon-ic-star:before {
  content: "\E902";
}

.icon-ic-tiktok:before {
  content: "\E903";
  color: #686863;
}

.icon-ic-union:before {
  content: "\E904";
}

.icon-ic-youtube:before {
  content: "\E905";
  color: #686863;
}

/* 
   __  ________  _______  __
  /  |/  /  _/ |/_/  _/ |/ /
 / /|_/ // /_>  <_/ //    / 
/_/  /_/___/_/|_/___/_/|_/  

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

iframe {
  border: none;
}

html {
  height: 100%;
}

html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fffbf1;
  background-image: url(/images/paper-base.png);
  background-blend-mode: luminosity;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}
body.sidebar-active {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}

img,
video,
picture {
  display: inherit;
  max-width: 100%;
  height: auto;
  outline: none;
}

img[src=""],
img:not([src]) {
  opacity: 0;
}

.noflicker {
  backface-visibility: hidden;
  transform: translateZ(0) translate3d(0, 0, 0);
  transform-style: preserve-3d;
}

a i ~ small {
  display: inline-block;
  margin-top: 0;
}

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

.blur {
  filter: blur(5px);
}

.hide {
  display: none;
}

.show-t {
  display: none !important;
}

.show-m {
  display: none !important;
}

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

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

.flex {
  display: flex;
}
.flex.vcenter {
  align-items: center;
}
.flex.vend {
  align-items: flex-end;
}
.flex.vstart {
  align-items: flex-start;
}
.flex [class*=span] {
  margin-right: 4%;
}
.flex .span1 {
  width: 6.3829787234%;
}
.flex .span2 {
  width: 14.8936170213%;
}
.flex .span3 {
  width: 23.4042553191%;
}
.flex .span4 {
  width: 31.914893617%;
}
.flex .span5 {
  width: 40.4255319149%;
}
.flex .span6 {
  width: 48.9361702128%;
}
.flex .span7 {
  width: 57.4468085106%;
}
.flex .span8 {
  width: 65.9574468085%;
}
.flex .span9 {
  width: 74.4680851064%;
}
.flex .span10 {
  width: 82.9787234043%;
}
.flex .span11 {
  width: 91.4893617021%;
}
.flex .span12 {
  width: 100%;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.wrap {
  flex-wrap: wrap;
}

.row {
  flex-direction: row;
}

.column {
  flex-direction: column;
}

.left {
  text-align: left;
  justify-content: flex-start;
}

.right {
  text-align: right;
  justify-content: flex-end;
}

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

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

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

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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

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

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

.block--center {
  margin-left: auto;
  margin-right: auto;
}

.fl {
  float: left;
}

.disabled {
  pointer-events: none;
}

.float-left {
  display: inline;
  float: left;
}

.float-right {
  display: inline;
  float: right;
}

.nowrap {
  white-space: nowrap;
}

.margin0 {
  margin: 0 !important;
}

.padding0 {
  padding: 0 !important;
}

.padding10 {
  padding: 10px;
}

.padding15 {
  padding: 15px;
}

.padding20 {
  padding: 20px;
}

.marginr0 {
  margin-right: 0 !important;
}

.spacing05 {
  letter-spacing: 0.5px !important;
}

.spacing08 {
  letter-spacing: 0.8px !important;
}

.spacing2 {
  letter-spacing: 2px !important;
}

.spacing1 {
  letter-spacing: 1px !important;
}

.spacing0 {
  letter-spacing: 0 !important;
}

.border {
  border: 1px solid #e1e1e1;
  border-radius: 2px;
}

.border-bottom {
  border-bottom: 1px solid #eaeaea;
}

.width-initial {
  width: initial !important;
}

.widthfull {
  width: 100% !important;
}

.heightfull {
  height: 100% !important;
}

.field {
  margin-bottom: 15px;
}

.content {
  padding: 0 40px;
}

.row {
  margin-bottom: 0;
}

.container, .container1920, .container1520, .container1440, .container1336, .container1300, .container1280, .container1214, .container1200, .container1130, .container1024, .container1018, .container985, .container980, .container960, .container900, .container875, .container800, .container768, .container720, .container710, .container700, .container640, .container600, .container500, .container480, .container350, .container320 {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.containerset {
  max-width: 100%;
  margin: 0 auto;
}

.container320 {
  width: 320px;
}

.container350 {
  width: 350px;
}

.container480 {
  width: 480px;
}

.container500 {
  width: 500px;
}

.container600 {
  width: 600px;
}

.container640 {
  width: 640px;
}

.container700 {
  width: 700px;
}

.container710 {
  width: 710px;
}

.container720 {
  width: 720px;
}

.container768 {
  width: 768px;
}

.container800 {
  width: 800px;
}

.container875 {
  width: 875px;
}

.container900 {
  width: 900px;
}

.container960 {
  width: 960px;
}

.container980 {
  width: 980px;
}

.container985 {
  width: 985px;
}

.container1018 {
  width: 1018px;
}

.container1024 {
  width: 1024px;
}

.container1130 {
  width: 1130px;
}

.container1200 {
  width: 1200px;
}

.container1214 {
  width: 1214px;
}

.container1280 {
  width: 1280px;
}

.container1300 {
  width: 1300px;
}

.container1336 {
  width: 1336px;
}

.container1440 {
  width: 1440px;
}

.container1520 {
  width: 1520px;
}

.container1920 {
  width: 1920px;
}

.containerfull {
  width: 100%;
  margin: auto;
}

.section {
  position: relative;
}

.rounded {
  border-radius: 4px;
}

.more-desc {
  overflow: hidden;
}

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

.link-trigger-content,
.expand-content {
  display: none;
}

.bg__overlay {
  position: relative;
}
.bg__overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  top: 0;
  left: 0;
  transition: 0.3s ease-out;
}

.no-transition {
  transition: none !important;
}

.opacity-hover {
  opacity: 0.9;
  transition: all 0.3s ease;
}
.opacity-hover:hover {
  opacity: 1;
}

.centered-block {
  margin: auto;
}

.bg-wrapper {
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.bg-pattern {
  position: relative;
}
.bg-pattern:before {
  content: "";
  background-image: url(/images/pattern.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.bg-pattern-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/images/bg2.png");
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
}

.bg--white {
  background: white;
}

.bg--lightgray {
  background: #f1f1f1;
}

.bg-gray {
  background-color: rgb(248, 248, 248);
}

.bg-white {
  background-color: #fff;
}

.c-gray {
  color: #737373;
}

.c-primary {
  color: #ff8c00;
}

.c-white {
  color: #fff;
}

.img-d {
  display: block !important;
}

.img-m {
  display: none !important;
}

.copy-notification {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 15px 3px;
  border-radius: 4px;
  position: fixed;
  bottom: 50px;
  left: 50%;
  min-width: 150px;
  margin-top: 0;
  margin-left: -85px;
  display: none;
  text-align: center;
  z-index: 1500;
}

.text-content {
  font-size: 14px;
}

.box-shadowed {
  box-shadow: 0 2px 4px 0 rgba(70, 70, 70, 0.16);
}

.paper-wrapper {
  background: #ffffff;
  border: 1px solid rgba(70, 70, 70, 0.08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 24px;
}

.thumb-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid #32302a;
}
.thumb-frame:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #32302a;
  position: absolute;
  top: -2px;
  right: -1px;
  transform: rotate(-45deg);
}
.thumb-frame:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #32302a;
  position: absolute;
  bottom: -2px;
  right: -1px;
  transform: rotate(45deg);
}
.thumb-frame .thumb-frame-inner {
  padding: 10px;
}
.thumb-frame .thumb-frame-inner:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 3px solid #32302a;
  position: absolute;
  top: -2px;
  left: -1px;
  transform: rotate(45deg);
}
.thumb-frame .thumb-frame-inner:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 3px solid #32302a;
  position: absolute;
  bottom: -2px;
  left: -1px;
  transform: rotate(-45deg);
}

.read-more .desc-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.read-more.expanded .desc-content {
  -webkit-line-clamp: unset;
  max-height: 1000px; /* Adjust the max-height as needed */
}
.read-more.expanded .read-more-link:after {
  transform: rotate(180deg);
}
.read-more .read-more-link {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.009em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #be1522;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  display: inline-block;
}
.read-more .read-more-link:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: -14px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/images/icon/ico-chevrondown-red.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0);
}
.read-more:not(.expanded) .read-more-link {
  display: inline;
}

@media screen and (max-width: 768px) {
  .img-d {
    display: none !important;
  }
  .img-m {
    display: block !important;
  }
}
@media (max-width: 1300px) {
  .containerset {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .show-t {
    display: block !important;
  }
  .hide-t {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .title--line:before {
    left: -60px;
    width: 50px;
  }
  .title--line:after {
    left: initial;
    right: -60px;
  }
  .container, .container320, .container350, .container480, .container500, .container600, .container640, .container700, .container710, .container720, .container768, .container800, .container875, .container900, .container960, .container980, .container985, .container1018, .container1024, .container1130, .container1200, .container1214, .container1280, .container1300, .container1336, .container1440, .container1520, .container1920 {
    padding: 0 16px;
  }
  .container__content {
    padding: 30px 10px;
  }
  .content {
    padding: 15px;
  }
  .field {
    margin-bottom: 10px;
  }
  .main__wrapper {
    margin-top: 106px;
  }
  .paper-wrapper {
    padding: 16px;
  }
}
@media screen and (max-width: 520px) {
  .hide-m {
    display: none !important;
  }
  .show-m {
    display: block !important;
  }
  .thumb-frame .thumb-frame-inner {
    padding: 8px;
  }
}
@media screen and (max-width: 750px) {
  .sfe-widget__minimized {
    bottom: 78px;
  }
}
@media only screen and (max-device-width: 667px), screen and (max-width: 450px) {
  #intercom-container .intercom-launcher-frame {
    bottom: 78px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .ipad .header .header__right .hide-m {
    display: none !important;
  }
  .ipad .header .header__right .show-m {
    display: initial !important;
  }
}
.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-red {
  color: #FF6262;
}

.text-blue {
  color: #299FD4;
}

.text-darkblue {
  color: #202264;
}

.text-default {
  color: #42505b;
}

.uppercase {
  text-transform: uppercase;
}

.sthrought {
  text-decoration: line-through;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold, form .label,
.form .label {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

.cgaramond {
  font-family: "Cormorant Garamond";
}

.sofiasans {
  font-family: "Sofia Sans";
}

.interstate, body {
  font-family: "Interstate";
}

body {
  font-weight: 400;
  font-style: normal;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 30px;
  color: #32302A;
  letter-spacing: 0;
}

h1 {
  font-size: 40px;
  font-weight: normal;
  margin: 0 0 15px 0;
  line-height: 40px;
}

h2 {
  font-size: 32px;
  font-weight: normal;
  margin: 0 0 20px 0;
}
h2.s28 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
  font-weight: 400;
}

h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 12px 0;
}

h5 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 10px 0;
}
h5.s18 {
  font-size: 18px;
}
h5.s16 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 10px 0;
  line-height: 17px;
}
h6.s12 {
  font-size: 12px;
}
h6.s9 {
  font-size: 9px;
}

small {
  font-size: 12px;
}
small.s8 {
  font-size: 8px;
}
small.s9 {
  font-size: 9px;
}
small.s10 {
  font-size: 10px;
}
small.s11 {
  font-size: 11px;
}

label {
  font-size: 14px;
}
label small {
  padding: 2px 0 0 0;
}

a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
a.link:hover {
  text-decoration: underline;
}
a.link.reverse {
  text-decoration: underline;
}
a.link.reverse:hover {
  text-decoration: none;
}
a.link2 {
  position: relative;
  padding-right: 10px;
}
a.link2:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #464646;
  border-right: 1px solid #464646;
  position: absolute;
  transform: rotate(45deg);
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-color: inherit;
  transition: 0.3s ease;
}
a.link2:hover:after {
  right: -5px;
}
a.link--purple:hover {
  color: #915AF3;
}
a.link--green:hover {
  color: #26C6AC;
}
a small {
  color: inherit;
  line-height: 0px;
  padding: 5px 0;
}

hr {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(70, 70, 70, 0.2);
}
hr.w25 {
  margin: 15px auto;
  padding: 0;
  width: 25px;
  height: 1px;
  background: #4E5052;
}

ol {
  padding-left: 15px;
}

.disc, ul.decimal, ul.alpha {
  list-style-type: disc;
  padding: 0 0 0 18px;
}
.disc li, ul.decimal li, ul.alpha li {
  line-height: 180%;
  margin: 3px 0;
}

.dash li:before {
  content: "-";
  margin-right: 5px;
}

ul {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
ul.alpha {
  list-style-type: upper-alpha;
}
ul.decimal {
  list-style-type: decimal;
}
ul.decimal li {
  list-style-type: inherit;
}
ul.star li {
  position: relative;
  padding: 6px 0;
  padding-left: 29px;
}
ul.star li:before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("/images/academy/ico-star.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 3px;
}
ul li a {
  display: block;
  text-decoration: none;
}
ul li a:after {
  content: "";
  display: table;
  clear: both;
}
ul li a img {
  float: left;
}

nav ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
nav ul li {
  display: inline-block;
  float: left;
}

blockquote {
  position: relative;
  margin: 0;
  padding: 25px 0;
  border-left: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 36px;
    margin: 0 0 10px 0;
    line-height: 36px;
  }
  h1.s50 {
    font-size: 32px;
    line-height: 32px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 18px;
  }
}
.alpha_01 {
  opacity: 0.1;
}

.alpha_02 {
  opacity: 0.2;
}

.alpha_03 {
  opacity: 0.3;
}

.alpha_04 {
  opacity: 0.4;
}

.alpha_05 {
  opacity: 0.5;
}

.alpha_06 {
  opacity: 0.6;
}

.alpha_07 {
  opacity: 0.7;
}

.alpha_08 {
  opacity: 0.8;
}

.alpha_09 {
  opacity: 0.9;
}

.ct {
  width: 100%;
}

.ct-460 {
  width: 460px;
  margin: 0 auto;
}

@media (max-width: 490px) {
  .ct-460 {
    width: 100%;
    padding: 0 15px;
  }
}
.ct-650 {
  width: 650px;
  margin: 0 auto;
}

@media (max-width: 680px) {
  .ct-650 {
    padding: 0 15px;
    width: 100%;
  }
}
.ct-716 {
  width: 716px;
  margin: 0 auto;
}

@media (max-width: 746px) {
  .ct-716 {
    padding: 0 15px;
    width: 100%;
  }
}
.ct-730 {
  width: 730px;
  margin: 0 auto;
}

@media (max-width: 760px) {
  .ct-730 {
    padding: 0 15px;
    width: 100%;
  }
}
.ct-750 {
  width: 750px;
  margin: 0 auto;
}

@media (max-width: 780px) {
  .ct-750 {
    padding: 0 15px;
    width: 100%;
  }
}
.ct-852 {
  width: 852px;
  margin: 0 auto;
}

@media (max-width: 912px) {
  .ct-852 {
    padding: 0 30px;
    width: 100%;
  }
}
.ct-1180 {
  width: 1180px;
  margin: 0 auto;
}

@media (max-width: 1240px) {
  .ct-1180 {
    padding: 0 30px;
    width: 100%;
  }
}
.ct-1200 {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1260px) {
  .ct-1200 {
    padding: 0 30px;
    width: 100%;
  }
}
.ct-1400 {
  width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1460px) {
  .ct-1400 {
    padding: 0 30px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .hidden-lg {
    display: none;
  }
}
@media (max-width: 768px) {
  .hidden-xs {
    display: none;
  }
}
.img-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.lh_14 {
  line-height: 14px;
}

.lh_15 {
  line-height: 15px;
}

.lh_16 {
  line-height: 16px;
}

.lh_17 {
  line-height: 17px;
}

.lh_18 {
  line-height: 18px;
}

.lh_19 {
  line-height: 19px;
}

.lh_20 {
  line-height: 20px;
}

.lh_21 {
  line-height: 21px;
}

.lh_22 {
  line-height: 22px;
}

.lh_23 {
  line-height: 23px;
}

.lh_24 {
  line-height: 24px;
}

.lh_25 {
  line-height: 25px;
}

.lh_26 {
  line-height: 26px;
}

.lh_27 {
  line-height: 27px;
}

.lh_28 {
  line-height: 28px;
}

.lh_29 {
  line-height: 29px;
}

.lh_30 {
  line-height: 30px;
}

.lh_31 {
  line-height: 31px;
}

.lh_32 {
  line-height: 32px;
}

.lh_33 {
  line-height: 33px;
}

.lh_34 {
  line-height: 34px;
}

.lh_35 {
  line-height: 35px;
}

.lh_36 {
  line-height: 36px;
}

.lh_37 {
  line-height: 37px;
}

.lh_38 {
  line-height: 38px;
}

.lh_39 {
  line-height: 39px;
}

.lh_40 {
  line-height: 40px;
}

.lh_41 {
  line-height: 41px;
}

.lh_42 {
  line-height: 42px;
}

.lh_43 {
  line-height: 43px;
}

.lh_44 {
  line-height: 44px;
}

.lh_45 {
  line-height: 45px;
}

.lh_46 {
  line-height: 46px;
}

.lh_47 {
  line-height: 47px;
}

.lh_48 {
  line-height: 48px;
}

.lh_49 {
  line-height: 49px;
}

.lh_50 {
  line-height: 50px;
}

.lh_51 {
  line-height: 51px;
}

.lh_52 {
  line-height: 52px;
}

.lh_53 {
  line-height: 53px;
}

.lh_54 {
  line-height: 54px;
}

.lh_55 {
  line-height: 55px;
}

.lh_56 {
  line-height: 56px;
}

.lh_57 {
  line-height: 57px;
}

.lh_58 {
  line-height: 58px;
}

.lh_59 {
  line-height: 59px;
}

.lh_60 {
  line-height: 60px;
}

.lh_61 {
  line-height: 61px;
}

.lh_62 {
  line-height: 62px;
}

.lh_63 {
  line-height: 63px;
}

.lh_64 {
  line-height: 64px;
}

.lh_65 {
  line-height: 65px;
}

.lh_66 {
  line-height: 66px;
}

.lh_67 {
  line-height: 67px;
}

.lh_68 {
  line-height: 68px;
}

.lh_69 {
  line-height: 69px;
}

.lh_70 {
  line-height: 70px;
}

.lh_71 {
  line-height: 71px;
}

.lh_72 {
  line-height: 72px;
}

.lh_73 {
  line-height: 73px;
}

.lh_74 {
  line-height: 74px;
}

.lh_75 {
  line-height: 75px;
}

.lh_76 {
  line-height: 76px;
}

.lh_77 {
  line-height: 77px;
}

.lh_78 {
  line-height: 78px;
}

.lh_79 {
  line-height: 79px;
}

.lh_80 {
  line-height: 80px;
}

.lh_81 {
  line-height: 81px;
}

.lh_82 {
  line-height: 82px;
}

.lh_83 {
  line-height: 83px;
}

.lh_84 {
  line-height: 84px;
}

@media (max-width: 768px) {
  .xs-lh_14 {
    line-height: 14px;
  }
  .xs-lh_15 {
    line-height: 15px;
  }
  .xs-lh_16 {
    line-height: 16px;
  }
  .xs-lh_17 {
    line-height: 17px;
  }
  .xs-lh_18 {
    line-height: 18px;
  }
  .xs-lh_19 {
    line-height: 19px;
  }
  .xs-lh_20 {
    line-height: 20px;
  }
  .xs-lh_21 {
    line-height: 21px;
  }
  .xs-lh_22 {
    line-height: 22px;
  }
  .xs-lh_23 {
    line-height: 23px;
  }
  .xs-lh_24 {
    line-height: 24px;
  }
  .xs-lh_25 {
    line-height: 25px;
  }
  .xs-lh_26 {
    line-height: 26px;
  }
  .xs-lh_27 {
    line-height: 27px;
  }
  .xs-lh_28 {
    line-height: 28px;
  }
  .xs-lh_29 {
    line-height: 29px;
  }
  .xs-lh_30 {
    line-height: 30px;
  }
  .xs-lh_31 {
    line-height: 31px;
  }
  .xs-lh_32 {
    line-height: 32px;
  }
  .xs-lh_33 {
    line-height: 33px;
  }
  .xs-lh_34 {
    line-height: 34px;
  }
  .xs-lh_35 {
    line-height: 35px;
  }
  .xs-lh_36 {
    line-height: 36px;
  }
  .xs-lh_37 {
    line-height: 37px;
  }
  .xs-lh_38 {
    line-height: 38px;
  }
  .xs-lh_39 {
    line-height: 39px;
  }
  .xs-lh_40 {
    line-height: 40px;
  }
  .xs-lh_41 {
    line-height: 41px;
  }
  .xs-lh_42 {
    line-height: 42px;
  }
  .xs-lh_43 {
    line-height: 43px;
  }
  .xs-lh_44 {
    line-height: 44px;
  }
  .xs-lh_45 {
    line-height: 45px;
  }
  .xs-lh_46 {
    line-height: 46px;
  }
  .xs-lh_47 {
    line-height: 47px;
  }
  .xs-lh_48 {
    line-height: 48px;
  }
  .xs-lh_49 {
    line-height: 49px;
  }
  .xs-lh_50 {
    line-height: 50px;
  }
  .xs-lh_51 {
    line-height: 51px;
  }
  .xs-lh_52 {
    line-height: 52px;
  }
  .xs-lh_53 {
    line-height: 53px;
  }
  .xs-lh_54 {
    line-height: 54px;
  }
  .xs-lh_55 {
    line-height: 55px;
  }
  .xs-lh_56 {
    line-height: 56px;
  }
  .xs-lh_57 {
    line-height: 57px;
  }
  .xs-lh_58 {
    line-height: 58px;
  }
  .xs-lh_59 {
    line-height: 59px;
  }
  .xs-lh_60 {
    line-height: 60px;
  }
  .xs-lh_61 {
    line-height: 61px;
  }
  .xs-lh_62 {
    line-height: 62px;
  }
  .xs-lh_63 {
    line-height: 63px;
  }
  .xs-lh_64 {
    line-height: 64px;
  }
  .xs-lh_65 {
    line-height: 65px;
  }
  .xs-lh_66 {
    line-height: 66px;
  }
  .xs-lh_67 {
    line-height: 67px;
  }
  .xs-lh_68 {
    line-height: 68px;
  }
  .xs-lh_69 {
    line-height: 69px;
  }
  .xs-lh_70 {
    line-height: 70px;
  }
  .xs-lh_71 {
    line-height: 71px;
  }
  .xs-lh_72 {
    line-height: 72px;
  }
  .xs-lh_73 {
    line-height: 73px;
  }
  .xs-lh_74 {
    line-height: 74px;
  }
  .xs-lh_75 {
    line-height: 75px;
  }
  .xs-lh_76 {
    line-height: 76px;
  }
  .xs-lh_77 {
    line-height: 77px;
  }
  .xs-lh_78 {
    line-height: 78px;
  }
  .xs-lh_79 {
    line-height: 79px;
  }
  .xs-lh_80 {
    line-height: 80px;
  }
  .xs-lh_81 {
    line-height: 81px;
  }
  .xs-lh_82 {
    line-height: 82px;
  }
  .xs-lh_83 {
    line-height: 83px;
  }
  .xs-lh_84 {
    line-height: 84px;
  }
}
.ls_0 {
  letter-spacing: 0px;
}

.ls_01 {
  letter-spacing: 0.1px;
}

.ls_02 {
  letter-spacing: 0.2px;
}

.ls_03 {
  letter-spacing: 0.3px;
}

.ls_04 {
  letter-spacing: 0.4px;
}

.ls_05 {
  letter-spacing: 0.5px;
}

.ls_06 {
  letter-spacing: 0.6px;
}

.ls_07 {
  letter-spacing: 0.7px;
}

.ls_08 {
  letter-spacing: 0.8px;
}

.ls_09 {
  letter-spacing: 0.9px;
}

.ls_1 {
  letter-spacing: 1px;
}

.ls_20 {
  letter-spacing: 20px;
}

@media (max-width: 768px) {
  .xs-ls_0 {
    letter-spacing: 0px;
  }
  .xs-ls_01 {
    letter-spacing: 0.1px;
  }
  .xs-ls_02 {
    letter-spacing: 0.2px;
  }
  .xs-ls_03 {
    letter-spacing: 0.3px;
  }
  .xs-ls_04 {
    letter-spacing: 0.4px;
  }
  .xs-ls_05 {
    letter-spacing: 0.5px;
  }
  .xs-ls_06 {
    letter-spacing: 0.6px;
  }
  .xs-ls_07 {
    letter-spacing: 0.7px;
  }
  .xs-ls_08 {
    letter-spacing: 0.8px;
  }
  .xs-ls_09 {
    letter-spacing: 0.9px;
  }
  .xs-ls_1 {
    letter-spacing: 1px;
  }
}
.size_8 {
  font-size: 8px;
}

.size_9 {
  font-size: 9px;
}

.size_10 {
  font-size: 10px;
}

.size_11 {
  font-size: 11px;
}

.size_12 {
  font-size: 12px;
}

.size_13 {
  font-size: 13px;
}

.size_14 {
  font-size: 14px;
}

.size_15 {
  font-size: 15px;
}

.size_16 {
  font-size: 16px;
}

.size_17 {
  font-size: 17px;
}

.size_18 {
  font-size: 18px;
}

.size_19 {
  font-size: 19px;
}

.size_20 {
  font-size: 20px;
}

.size_21 {
  font-size: 21px;
}

.size_22 {
  font-size: 22px;
}

.size_23 {
  font-size: 23px;
}

.size_24 {
  font-size: 24px;
}

.size_25 {
  font-size: 25px;
}

.size_26 {
  font-size: 26px;
}

.size_27 {
  font-size: 27px;
}

.size_28 {
  font-size: 28px;
}

.size_29 {
  font-size: 29px;
}

.size_30 {
  font-size: 30px;
}

.size_31 {
  font-size: 31px;
}

.size_32 {
  font-size: 32px;
}

.size_33 {
  font-size: 33px;
}

.size_34 {
  font-size: 34px;
}

.size_35 {
  font-size: 35px;
}

.size_36 {
  font-size: 36px;
}

.size_37 {
  font-size: 37px;
}

.size_38 {
  font-size: 38px;
}

.size_39 {
  font-size: 39px;
}

.size_40 {
  font-size: 40px;
}

.size_41 {
  font-size: 41px;
}

.size_42 {
  font-size: 42px;
}

.size_43 {
  font-size: 43px;
}

.size_44 {
  font-size: 44px;
}

.size_45 {
  font-size: 45px;
}

.size_46 {
  font-size: 46px;
}

.size_47 {
  font-size: 47px;
}

.size_48 {
  font-size: 48px;
}

.size_49 {
  font-size: 49px;
}

.size_50 {
  font-size: 50px;
}

.size_51 {
  font-size: 51px;
}

.size_52 {
  font-size: 52px;
}

.size_53 {
  font-size: 53px;
}

.size_54 {
  font-size: 54px;
}

.size_55 {
  font-size: 55px;
}

.size_56 {
  font-size: 56px;
}

.size_57 {
  font-size: 57px;
}

.size_58 {
  font-size: 58px;
}

.size_59 {
  font-size: 59px;
}

.size_60 {
  font-size: 60px;
}

.size_61 {
  font-size: 61px;
}

.size_62 {
  font-size: 62px;
}

.size_63 {
  font-size: 63px;
}

.size_64 {
  font-size: 64px;
}

@media (max-width: 768px) {
  .xs-size_8 {
    font-size: 8px;
  }
  .xs-size_9 {
    font-size: 9px;
  }
  .xs-size_10 {
    font-size: 10px;
  }
  .xs-size_11 {
    font-size: 11px;
  }
  .xs-size_12 {
    font-size: 12px;
  }
  .xs-size_13 {
    font-size: 13px;
  }
  .xs-size_14 {
    font-size: 14px;
  }
  .xs-size_15 {
    font-size: 15px;
  }
  .xs-size_16 {
    font-size: 16px;
  }
  .xs-size_17 {
    font-size: 17px;
  }
  .xs-size_18 {
    font-size: 18px;
  }
  .xs-size_19 {
    font-size: 19px;
  }
  .xs-size_20 {
    font-size: 20px;
  }
  .xs-size_21 {
    font-size: 21px;
  }
  .xs-size_22 {
    font-size: 22px;
  }
  .xs-size_23 {
    font-size: 23px;
  }
  .xs-size_24 {
    font-size: 24px;
  }
  .xs-size_25 {
    font-size: 25px;
  }
  .xs-size_26 {
    font-size: 26px;
  }
  .xs-size_27 {
    font-size: 27px;
  }
  .xs-size_28 {
    font-size: 28px;
  }
  .xs-size_29 {
    font-size: 29px;
  }
  .xs-size_30 {
    font-size: 30px;
  }
  .xs-size_31 {
    font-size: 31px;
  }
  .xs-size_32 {
    font-size: 32px;
  }
  .xs-size_33 {
    font-size: 33px;
  }
  .xs-size_34 {
    font-size: 34px;
  }
  .xs-size_35 {
    font-size: 35px;
  }
  .xs-size_36 {
    font-size: 36px;
  }
  .xs-size_37 {
    font-size: 37px;
  }
  .xs-size_38 {
    font-size: 38px;
  }
  .xs-size_39 {
    font-size: 39px;
  }
  .xs-size_40 {
    font-size: 40px;
  }
  .xs-size_41 {
    font-size: 41px;
  }
  .xs-size_42 {
    font-size: 42px;
  }
  .xs-size_43 {
    font-size: 43px;
  }
  .xs-size_44 {
    font-size: 44px;
  }
  .xs-size_45 {
    font-size: 45px;
  }
  .xs-size_46 {
    font-size: 46px;
  }
  .xs-size_47 {
    font-size: 47px;
  }
  .xs-size_48 {
    font-size: 48px;
  }
  .xs-size_49 {
    font-size: 49px;
  }
  .xs-size_50 {
    font-size: 50px;
  }
  .xs-size_51 {
    font-size: 51px;
  }
  .xs-size_52 {
    font-size: 52px;
  }
  .xs-size_53 {
    font-size: 53px;
  }
  .xs-size_54 {
    font-size: 54px;
  }
  .xs-size_55 {
    font-size: 55px;
  }
  .xs-size_56 {
    font-size: 56px;
  }
  .xs-size_57 {
    font-size: 57px;
  }
  .xs-size_58 {
    font-size: 58px;
  }
  .xs-size_59 {
    font-size: 59px;
  }
  .xs-size_60 {
    font-size: 60px;
  }
  .xs-size_61 {
    font-size: 61px;
  }
  .xs-size_62 {
    font-size: 62px;
  }
  .xs-size_63 {
    font-size: 63px;
  }
  .xs-size_64 {
    font-size: 64px;
  }
}
.mt_0 {
  margin-top: 0px;
}

.mt_1 {
  margin-top: 1px;
}

.mt_2 {
  margin-top: 2px;
}

.mt_3 {
  margin-top: 3px;
}

.mt_4 {
  margin-top: 4px;
}

.mt_5 {
  margin-top: 5px;
}

.mt_6 {
  margin-top: 6px;
}

.mt_7 {
  margin-top: 7px;
}

.mt_8 {
  margin-top: 8px;
}

.mt_9 {
  margin-top: 9px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_11 {
  margin-top: 11px;
}

.mt_12 {
  margin-top: 12px;
}

.mt_13 {
  margin-top: 13px;
}

.mt_14 {
  margin-top: 14px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_16 {
  margin-top: 16px;
}

.mt_17 {
  margin-top: 17px;
}

.mt_18 {
  margin-top: 18px;
}

.mt_19 {
  margin-top: 19px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_21 {
  margin-top: 21px;
}

.mt_22 {
  margin-top: 22px;
}

.mt_23 {
  margin-top: 23px;
}

.mt_24 {
  margin-top: 24px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_26 {
  margin-top: 26px;
}

.mt_27 {
  margin-top: 27px;
}

.mt_28 {
  margin-top: 28px;
}

.mt_29 {
  margin-top: 29px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_31 {
  margin-top: 31px;
}

.mt_32 {
  margin-top: 32px;
}

.mt_33 {
  margin-top: 33px;
}

.mt_34 {
  margin-top: 34px;
}

.mt_35 {
  margin-top: 35px;
}

.mt_36 {
  margin-top: 36px;
}

.mt_37 {
  margin-top: 37px;
}

.mt_38 {
  margin-top: 38px;
}

.mt_39 {
  margin-top: 39px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_41 {
  margin-top: 41px;
}

.mt_42 {
  margin-top: 42px;
}

.mt_43 {
  margin-top: 43px;
}

.mt_44 {
  margin-top: 44px;
}

.mt_45 {
  margin-top: 45px;
}

.mt_46 {
  margin-top: 46px;
}

.mt_47 {
  margin-top: 47px;
}

.mt_48 {
  margin-top: 48px;
}

.mt_49 {
  margin-top: 49px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_51 {
  margin-top: 51px;
}

.mt_52 {
  margin-top: 52px;
}

.mt_53 {
  margin-top: 53px;
}

.mt_54 {
  margin-top: 54px;
}

.mt_55 {
  margin-top: 55px;
}

.mt_56 {
  margin-top: 56px;
}

.mt_57 {
  margin-top: 57px;
}

.mt_58 {
  margin-top: 58px;
}

.mt_59 {
  margin-top: 59px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_61 {
  margin-top: 61px;
}

.mt_62 {
  margin-top: 62px;
}

.mt_63 {
  margin-top: 63px;
}

.mt_64 {
  margin-top: 64px;
}

.mt_65 {
  margin-top: 65px;
}

.mt_66 {
  margin-top: 66px;
}

.mt_67 {
  margin-top: 67px;
}

.mt_68 {
  margin-top: 68px;
}

.mt_69 {
  margin-top: 69px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_71 {
  margin-top: 71px;
}

.mt_72 {
  margin-top: 72px;
}

.mt_73 {
  margin-top: 73px;
}

.mt_74 {
  margin-top: 74px;
}

.mt_75 {
  margin-top: 75px;
}

.mt_76 {
  margin-top: 76px;
}

.mt_77 {
  margin-top: 77px;
}

.mt_78 {
  margin-top: 78px;
}

.mt_79 {
  margin-top: 79px;
}

.mt_80 {
  margin-top: 80px;
}

.mt_81 {
  margin-top: 81px;
}

.mt_82 {
  margin-top: 82px;
}

.mt_83 {
  margin-top: 83px;
}

.mt_84 {
  margin-top: 84px;
}

.mt_85 {
  margin-top: 85px;
}

.mt_86 {
  margin-top: 86px;
}

.mt_87 {
  margin-top: 87px;
}

.mt_88 {
  margin-top: 88px;
}

.mt_89 {
  margin-top: 89px;
}

.mt_90 {
  margin-top: 90px;
}

.mt_91 {
  margin-top: 91px;
}

.mt_92 {
  margin-top: 92px;
}

.mt_93 {
  margin-top: 93px;
}

.mt_94 {
  margin-top: 94px;
}

.mt_95 {
  margin-top: 95px;
}

.mt_96 {
  margin-top: 96px;
}

.mt_97 {
  margin-top: 97px;
}

.mt_98 {
  margin-top: 98px;
}

.mt_99 {
  margin-top: 99px;
}

.mt_100 {
  margin-top: 100px;
}

.mb_0 {
  margin-bottom: 0px;
}

.mb_1 {
  margin-bottom: 1px;
}

.mb_2 {
  margin-bottom: 2px;
}

.mb_3 {
  margin-bottom: 3px;
}

.mb_4 {
  margin-bottom: 4px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_6 {
  margin-bottom: 6px;
}

.mb_7 {
  margin-bottom: 7px;
}

.mb_8 {
  margin-bottom: 8px;
}

.mb_9 {
  margin-bottom: 9px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_11 {
  margin-bottom: 11px;
}

.mb_12 {
  margin-bottom: 12px;
}

.mb_13 {
  margin-bottom: 13px;
}

.mb_14 {
  margin-bottom: 14px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_16 {
  margin-bottom: 16px;
}

.mb_17 {
  margin-bottom: 17px;
}

.mb_18 {
  margin-bottom: 18px;
}

.mb_19 {
  margin-bottom: 19px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_21 {
  margin-bottom: 21px;
}

.mb_22 {
  margin-bottom: 22px;
}

.mb_23 {
  margin-bottom: 23px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_26 {
  margin-bottom: 26px;
}

.mb_27 {
  margin-bottom: 27px;
}

.mb_28 {
  margin-bottom: 28px;
}

.mb_29 {
  margin-bottom: 29px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_31 {
  margin-bottom: 31px;
}

.mb_32 {
  margin-bottom: 32px;
}

.mb_33 {
  margin-bottom: 33px;
}

.mb_34 {
  margin-bottom: 34px;
}

.mb_35 {
  margin-bottom: 35px;
}

.mb_36 {
  margin-bottom: 36px;
}

.mb_37 {
  margin-bottom: 37px;
}

.mb_38 {
  margin-bottom: 38px;
}

.mb_39 {
  margin-bottom: 39px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_41 {
  margin-bottom: 41px;
}

.mb_42 {
  margin-bottom: 42px;
}

.mb_43 {
  margin-bottom: 43px;
}

.mb_44 {
  margin-bottom: 44px;
}

.mb_45 {
  margin-bottom: 45px;
}

.mb_46 {
  margin-bottom: 46px;
}

.mb_47 {
  margin-bottom: 47px;
}

.mb_48 {
  margin-bottom: 48px;
}

.mb_49 {
  margin-bottom: 49px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_51 {
  margin-bottom: 51px;
}

.mb_52 {
  margin-bottom: 52px;
}

.mb_53 {
  margin-bottom: 53px;
}

.mb_54 {
  margin-bottom: 54px;
}

.mb_55 {
  margin-bottom: 55px;
}

.mb_56 {
  margin-bottom: 56px;
}

.mb_57 {
  margin-bottom: 57px;
}

.mb_58 {
  margin-bottom: 58px;
}

.mb_59 {
  margin-bottom: 59px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_61 {
  margin-bottom: 61px;
}

.mb_62 {
  margin-bottom: 62px;
}

.mb_63 {
  margin-bottom: 63px;
}

.mb_64 {
  margin-bottom: 64px;
}

.mb_65 {
  margin-bottom: 65px;
}

.mb_66 {
  margin-bottom: 66px;
}

.mb_67 {
  margin-bottom: 67px;
}

.mb_68 {
  margin-bottom: 68px;
}

.mb_69 {
  margin-bottom: 69px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_71 {
  margin-bottom: 71px;
}

.mb_72 {
  margin-bottom: 72px;
}

.mb_73 {
  margin-bottom: 73px;
}

.mb_74 {
  margin-bottom: 74px;
}

.mb_75 {
  margin-bottom: 75px;
}

.mb_76 {
  margin-bottom: 76px;
}

.mb_77 {
  margin-bottom: 77px;
}

.mb_78 {
  margin-bottom: 78px;
}

.mb_79 {
  margin-bottom: 79px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mb_81 {
  margin-bottom: 81px;
}

.mb_82 {
  margin-bottom: 82px;
}

.mb_83 {
  margin-bottom: 83px;
}

.mb_84 {
  margin-bottom: 84px;
}

.mb_85 {
  margin-bottom: 85px;
}

.mb_86 {
  margin-bottom: 86px;
}

.mb_87 {
  margin-bottom: 87px;
}

.mb_88 {
  margin-bottom: 88px;
}

.mb_89 {
  margin-bottom: 89px;
}

.mb_90 {
  margin-bottom: 90px;
}

.mb_91 {
  margin-bottom: 91px;
}

.mb_92 {
  margin-bottom: 92px;
}

.mb_93 {
  margin-bottom: 93px;
}

.mb_94 {
  margin-bottom: 94px;
}

.mb_95 {
  margin-bottom: 95px;
}

.mb_96 {
  margin-bottom: 96px;
}

.mb_97 {
  margin-bottom: 97px;
}

.mb_98 {
  margin-bottom: 98px;
}

.mb_99 {
  margin-bottom: 99px;
}

.mb_100 {
  margin-bottom: 100px;
}

.mr_0 {
  margin-right: 0px;
}

.mr_1 {
  margin-right: 1px;
}

.mr_2 {
  margin-right: 2px;
}

.mr_3 {
  margin-right: 3px;
}

.mr_4 {
  margin-right: 4px;
}

.mr_5 {
  margin-right: 5px;
}

.mr_6 {
  margin-right: 6px;
}

.mr_7 {
  margin-right: 7px;
}

.mr_8 {
  margin-right: 8px;
}

.mr_9 {
  margin-right: 9px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_11 {
  margin-right: 11px;
}

.mr_12 {
  margin-right: 12px;
}

.mr_13 {
  margin-right: 13px;
}

.mr_14 {
  margin-right: 14px;
}

.mr_15 {
  margin-right: 15px;
}

.mr_16 {
  margin-right: 16px;
}

.mr_17 {
  margin-right: 17px;
}

.mr_18 {
  margin-right: 18px;
}

.mr_19 {
  margin-right: 19px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_21 {
  margin-right: 21px;
}

.mr_22 {
  margin-right: 22px;
}

.mr_23 {
  margin-right: 23px;
}

.mr_24 {
  margin-right: 24px;
}

.mr_25 {
  margin-right: 25px;
}

.mr_26 {
  margin-right: 26px;
}

.mr_27 {
  margin-right: 27px;
}

.mr_28 {
  margin-right: 28px;
}

.mr_29 {
  margin-right: 29px;
}

.mr_30 {
  margin-right: 30px;
}

.mr_31 {
  margin-right: 31px;
}

.mr_32 {
  margin-right: 32px;
}

.mr_33 {
  margin-right: 33px;
}

.mr_34 {
  margin-right: 34px;
}

.mr_35 {
  margin-right: 35px;
}

.mr_36 {
  margin-right: 36px;
}

.mr_37 {
  margin-right: 37px;
}

.mr_38 {
  margin-right: 38px;
}

.mr_39 {
  margin-right: 39px;
}

.mr_40 {
  margin-right: 40px;
}

.mr_41 {
  margin-right: 41px;
}

.mr_42 {
  margin-right: 42px;
}

.mr_43 {
  margin-right: 43px;
}

.mr_44 {
  margin-right: 44px;
}

.mr_45 {
  margin-right: 45px;
}

.mr_46 {
  margin-right: 46px;
}

.mr_47 {
  margin-right: 47px;
}

.mr_48 {
  margin-right: 48px;
}

.mr_49 {
  margin-right: 49px;
}

.mr_50 {
  margin-right: 50px;
}

.mr_51 {
  margin-right: 51px;
}

.mr_52 {
  margin-right: 52px;
}

.mr_53 {
  margin-right: 53px;
}

.mr_54 {
  margin-right: 54px;
}

.mr_55 {
  margin-right: 55px;
}

.mr_56 {
  margin-right: 56px;
}

.mr_57 {
  margin-right: 57px;
}

.mr_58 {
  margin-right: 58px;
}

.mr_59 {
  margin-right: 59px;
}

.mr_60 {
  margin-right: 60px;
}

.mr_61 {
  margin-right: 61px;
}

.mr_62 {
  margin-right: 62px;
}

.mr_63 {
  margin-right: 63px;
}

.mr_64 {
  margin-right: 64px;
}

.mr_65 {
  margin-right: 65px;
}

.mr_66 {
  margin-right: 66px;
}

.mr_67 {
  margin-right: 67px;
}

.mr_68 {
  margin-right: 68px;
}

.mr_69 {
  margin-right: 69px;
}

.mr_70 {
  margin-right: 70px;
}

.mr_71 {
  margin-right: 71px;
}

.mr_72 {
  margin-right: 72px;
}

.mr_73 {
  margin-right: 73px;
}

.mr_74 {
  margin-right: 74px;
}

.mr_75 {
  margin-right: 75px;
}

.mr_76 {
  margin-right: 76px;
}

.mr_77 {
  margin-right: 77px;
}

.mr_78 {
  margin-right: 78px;
}

.mr_79 {
  margin-right: 79px;
}

.mr_80 {
  margin-right: 80px;
}

.mr_81 {
  margin-right: 81px;
}

.mr_82 {
  margin-right: 82px;
}

.mr_83 {
  margin-right: 83px;
}

.mr_84 {
  margin-right: 84px;
}

.mr_85 {
  margin-right: 85px;
}

.mr_86 {
  margin-right: 86px;
}

.mr_87 {
  margin-right: 87px;
}

.mr_88 {
  margin-right: 88px;
}

.mr_89 {
  margin-right: 89px;
}

.mr_90 {
  margin-right: 90px;
}

.mr_91 {
  margin-right: 91px;
}

.mr_92 {
  margin-right: 92px;
}

.mr_93 {
  margin-right: 93px;
}

.mr_94 {
  margin-right: 94px;
}

.mr_95 {
  margin-right: 95px;
}

.mr_96 {
  margin-right: 96px;
}

.mr_97 {
  margin-right: 97px;
}

.mr_98 {
  margin-right: 98px;
}

.mr_99 {
  margin-right: 99px;
}

.mr_100 {
  margin-right: 100px;
}

.ml_0 {
  margin-left: 0px;
}

.ml_1 {
  margin-left: 1px;
}

.ml_2 {
  margin-left: 2px;
}

.ml_3 {
  margin-left: 3px;
}

.ml_4 {
  margin-left: 4px;
}

.ml_5 {
  margin-left: 5px;
}

.ml_6 {
  margin-left: 6px;
}

.ml_7 {
  margin-left: 7px;
}

.ml_8 {
  margin-left: 8px;
}

.ml_9 {
  margin-left: 9px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_11 {
  margin-left: 11px;
}

.ml_12 {
  margin-left: 12px;
}

.ml_13 {
  margin-left: 13px;
}

.ml_14 {
  margin-left: 14px;
}

.ml_15 {
  margin-left: 15px;
}

.ml_16 {
  margin-left: 16px;
}

.ml_17 {
  margin-left: 17px;
}

.ml_18 {
  margin-left: 18px;
}

.ml_19 {
  margin-left: 19px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_21 {
  margin-left: 21px;
}

.ml_22 {
  margin-left: 22px;
}

.ml_23 {
  margin-left: 23px;
}

.ml_24 {
  margin-left: 24px;
}

.ml_25 {
  margin-left: 25px;
}

.ml_26 {
  margin-left: 26px;
}

.ml_27 {
  margin-left: 27px;
}

.ml_28 {
  margin-left: 28px;
}

.ml_29 {
  margin-left: 29px;
}

.ml_30 {
  margin-left: 30px;
}

.ml_31 {
  margin-left: 31px;
}

.ml_32 {
  margin-left: 32px;
}

.ml_33 {
  margin-left: 33px;
}

.ml_34 {
  margin-left: 34px;
}

.ml_35 {
  margin-left: 35px;
}

.ml_36 {
  margin-left: 36px;
}

.ml_37 {
  margin-left: 37px;
}

.ml_38 {
  margin-left: 38px;
}

.ml_39 {
  margin-left: 39px;
}

.ml_40 {
  margin-left: 40px;
}

.ml_41 {
  margin-left: 41px;
}

.ml_42 {
  margin-left: 42px;
}

.ml_43 {
  margin-left: 43px;
}

.ml_44 {
  margin-left: 44px;
}

.ml_45 {
  margin-left: 45px;
}

.ml_46 {
  margin-left: 46px;
}

.ml_47 {
  margin-left: 47px;
}

.ml_48 {
  margin-left: 48px;
}

.ml_49 {
  margin-left: 49px;
}

.ml_50 {
  margin-left: 50px;
}

.ml_51 {
  margin-left: 51px;
}

.ml_52 {
  margin-left: 52px;
}

.ml_53 {
  margin-left: 53px;
}

.ml_54 {
  margin-left: 54px;
}

.ml_55 {
  margin-left: 55px;
}

.ml_56 {
  margin-left: 56px;
}

.ml_57 {
  margin-left: 57px;
}

.ml_58 {
  margin-left: 58px;
}

.ml_59 {
  margin-left: 59px;
}

.ml_60 {
  margin-left: 60px;
}

.ml_61 {
  margin-left: 61px;
}

.ml_62 {
  margin-left: 62px;
}

.ml_63 {
  margin-left: 63px;
}

.ml_64 {
  margin-left: 64px;
}

.ml_65 {
  margin-left: 65px;
}

.ml_66 {
  margin-left: 66px;
}

.ml_67 {
  margin-left: 67px;
}

.ml_68 {
  margin-left: 68px;
}

.ml_69 {
  margin-left: 69px;
}

.ml_70 {
  margin-left: 70px;
}

.ml_71 {
  margin-left: 71px;
}

.ml_72 {
  margin-left: 72px;
}

.ml_73 {
  margin-left: 73px;
}

.ml_74 {
  margin-left: 74px;
}

.ml_75 {
  margin-left: 75px;
}

.ml_76 {
  margin-left: 76px;
}

.ml_77 {
  margin-left: 77px;
}

.ml_78 {
  margin-left: 78px;
}

.ml_79 {
  margin-left: 79px;
}

.ml_80 {
  margin-left: 80px;
}

.ml_81 {
  margin-left: 81px;
}

.ml_82 {
  margin-left: 82px;
}

.ml_83 {
  margin-left: 83px;
}

.ml_84 {
  margin-left: 84px;
}

.ml_85 {
  margin-left: 85px;
}

.ml_86 {
  margin-left: 86px;
}

.ml_87 {
  margin-left: 87px;
}

.ml_88 {
  margin-left: 88px;
}

.ml_89 {
  margin-left: 89px;
}

.ml_90 {
  margin-left: 90px;
}

.ml_91 {
  margin-left: 91px;
}

.ml_92 {
  margin-left: 92px;
}

.ml_93 {
  margin-left: 93px;
}

.ml_94 {
  margin-left: 94px;
}

.ml_95 {
  margin-left: 95px;
}

.ml_96 {
  margin-left: 96px;
}

.ml_97 {
  margin-left: 97px;
}

.ml_98 {
  margin-left: 98px;
}

.ml_99 {
  margin-left: 99px;
}

.ml_100 {
  margin-left: 100px;
}

@media (max-width: 768px) {
  .xs-mt_0 {
    margin-top: 0px;
  }
  .xs-mt_1 {
    margin-top: 1px;
  }
  .xs-mt_2 {
    margin-top: 2px;
  }
  .xs-mt_3 {
    margin-top: 3px;
  }
  .xs-mt_4 {
    margin-top: 4px;
  }
  .xs-mt_5 {
    margin-top: 5px;
  }
  .xs-mt_6 {
    margin-top: 6px;
  }
  .xs-mt_7 {
    margin-top: 7px;
  }
  .xs-mt_8 {
    margin-top: 8px;
  }
  .xs-mt_9 {
    margin-top: 9px;
  }
  .xs-mt_10 {
    margin-top: 10px;
  }
  .xs-mt_11 {
    margin-top: 11px;
  }
  .xs-mt_12 {
    margin-top: 12px;
  }
  .xs-mt_13 {
    margin-top: 13px;
  }
  .xs-mt_14 {
    margin-top: 14px;
  }
  .xs-mt_15 {
    margin-top: 15px;
  }
  .xs-mt_16 {
    margin-top: 16px;
  }
  .xs-mt_17 {
    margin-top: 17px;
  }
  .xs-mt_18 {
    margin-top: 18px;
  }
  .xs-mt_19 {
    margin-top: 19px;
  }
  .xs-mt_20 {
    margin-top: 20px;
  }
  .xs-mt_21 {
    margin-top: 21px;
  }
  .xs-mt_22 {
    margin-top: 22px;
  }
  .xs-mt_23 {
    margin-top: 23px;
  }
  .xs-mt_24 {
    margin-top: 24px;
  }
  .xs-mt_25 {
    margin-top: 25px;
  }
  .xs-mt_26 {
    margin-top: 26px;
  }
  .xs-mt_27 {
    margin-top: 27px;
  }
  .xs-mt_28 {
    margin-top: 28px;
  }
  .xs-mt_29 {
    margin-top: 29px;
  }
  .xs-mt_30 {
    margin-top: 30px;
  }
  .xs-mt_31 {
    margin-top: 31px;
  }
  .xs-mt_32 {
    margin-top: 32px;
  }
  .xs-mt_33 {
    margin-top: 33px;
  }
  .xs-mt_34 {
    margin-top: 34px;
  }
  .xs-mt_35 {
    margin-top: 35px;
  }
  .xs-mt_36 {
    margin-top: 36px;
  }
  .xs-mt_37 {
    margin-top: 37px;
  }
  .xs-mt_38 {
    margin-top: 38px;
  }
  .xs-mt_39 {
    margin-top: 39px;
  }
  .xs-mt_40 {
    margin-top: 40px;
  }
  .xs-mt_41 {
    margin-top: 41px;
  }
  .xs-mt_42 {
    margin-top: 42px;
  }
  .xs-mt_43 {
    margin-top: 43px;
  }
  .xs-mt_44 {
    margin-top: 44px;
  }
  .xs-mt_45 {
    margin-top: 45px;
  }
  .xs-mt_46 {
    margin-top: 46px;
  }
  .xs-mt_47 {
    margin-top: 47px;
  }
  .xs-mt_48 {
    margin-top: 48px;
  }
  .xs-mt_49 {
    margin-top: 49px;
  }
  .xs-mt_50 {
    margin-top: 50px;
  }
  .xs-mt_51 {
    margin-top: 51px;
  }
  .xs-mt_52 {
    margin-top: 52px;
  }
  .xs-mt_53 {
    margin-top: 53px;
  }
  .xs-mt_54 {
    margin-top: 54px;
  }
  .xs-mt_55 {
    margin-top: 55px;
  }
  .xs-mt_56 {
    margin-top: 56px;
  }
  .xs-mt_57 {
    margin-top: 57px;
  }
  .xs-mt_58 {
    margin-top: 58px;
  }
  .xs-mt_59 {
    margin-top: 59px;
  }
  .xs-mt_60 {
    margin-top: 60px;
  }
  .xs-mt_61 {
    margin-top: 61px;
  }
  .xs-mt_62 {
    margin-top: 62px;
  }
  .xs-mt_63 {
    margin-top: 63px;
  }
  .xs-mt_64 {
    margin-top: 64px;
  }
  .xs-mt_65 {
    margin-top: 65px;
  }
  .xs-mt_66 {
    margin-top: 66px;
  }
  .xs-mt_67 {
    margin-top: 67px;
  }
  .xs-mt_68 {
    margin-top: 68px;
  }
  .xs-mt_69 {
    margin-top: 69px;
  }
  .xs-mt_70 {
    margin-top: 70px;
  }
  .xs-mt_71 {
    margin-top: 71px;
  }
  .xs-mt_72 {
    margin-top: 72px;
  }
  .xs-mt_73 {
    margin-top: 73px;
  }
  .xs-mt_74 {
    margin-top: 74px;
  }
  .xs-mt_75 {
    margin-top: 75px;
  }
  .xs-mt_76 {
    margin-top: 76px;
  }
  .xs-mt_77 {
    margin-top: 77px;
  }
  .xs-mt_78 {
    margin-top: 78px;
  }
  .xs-mt_79 {
    margin-top: 79px;
  }
  .xs-mt_80 {
    margin-top: 80px;
  }
  .xs-mt_81 {
    margin-top: 81px;
  }
  .xs-mt_82 {
    margin-top: 82px;
  }
  .xs-mt_83 {
    margin-top: 83px;
  }
  .xs-mt_84 {
    margin-top: 84px;
  }
  .xs-mt_85 {
    margin-top: 85px;
  }
  .xs-mt_86 {
    margin-top: 86px;
  }
  .xs-mt_87 {
    margin-top: 87px;
  }
  .xs-mt_88 {
    margin-top: 88px;
  }
  .xs-mt_89 {
    margin-top: 89px;
  }
  .xs-mt_90 {
    margin-top: 90px;
  }
  .xs-mt_91 {
    margin-top: 91px;
  }
  .xs-mt_92 {
    margin-top: 92px;
  }
  .xs-mt_93 {
    margin-top: 93px;
  }
  .xs-mt_94 {
    margin-top: 94px;
  }
  .xs-mt_95 {
    margin-top: 95px;
  }
  .xs-mt_96 {
    margin-top: 96px;
  }
  .xs-mt_97 {
    margin-top: 97px;
  }
  .xs-mt_98 {
    margin-top: 98px;
  }
  .xs-mt_99 {
    margin-top: 99px;
  }
  .xs-mt_100 {
    margin-top: 100px;
  }
  .xs-mb_0 {
    margin-bottom: 0px;
  }
  .xs-mb_1 {
    margin-bottom: 1px;
  }
  .xs-mb_2 {
    margin-bottom: 2px;
  }
  .xs-mb_3 {
    margin-bottom: 3px;
  }
  .xs-mb_4 {
    margin-bottom: 4px;
  }
  .xs-mb_5 {
    margin-bottom: 5px;
  }
  .xs-mb_6 {
    margin-bottom: 6px;
  }
  .xs-mb_7 {
    margin-bottom: 7px;
  }
  .xs-mb_8 {
    margin-bottom: 8px;
  }
  .xs-mb_9 {
    margin-bottom: 9px;
  }
  .xs-mb_10 {
    margin-bottom: 10px;
  }
  .xs-mb_11 {
    margin-bottom: 11px;
  }
  .xs-mb_12 {
    margin-bottom: 12px;
  }
  .xs-mb_13 {
    margin-bottom: 13px;
  }
  .xs-mb_14 {
    margin-bottom: 14px;
  }
  .xs-mb_15 {
    margin-bottom: 15px;
  }
  .xs-mb_16 {
    margin-bottom: 16px;
  }
  .xs-mb_17 {
    margin-bottom: 17px;
  }
  .xs-mb_18 {
    margin-bottom: 18px;
  }
  .xs-mb_19 {
    margin-bottom: 19px;
  }
  .xs-mb_20 {
    margin-bottom: 20px;
  }
  .xs-mb_21 {
    margin-bottom: 21px;
  }
  .xs-mb_22 {
    margin-bottom: 22px;
  }
  .xs-mb_23 {
    margin-bottom: 23px;
  }
  .xs-mb_24 {
    margin-bottom: 24px;
  }
  .xs-mb_25 {
    margin-bottom: 25px;
  }
  .xs-mb_26 {
    margin-bottom: 26px;
  }
  .xs-mb_27 {
    margin-bottom: 27px;
  }
  .xs-mb_28 {
    margin-bottom: 28px;
  }
  .xs-mb_29 {
    margin-bottom: 29px;
  }
  .xs-mb_30 {
    margin-bottom: 30px;
  }
  .xs-mb_31 {
    margin-bottom: 31px;
  }
  .xs-mb_32 {
    margin-bottom: 32px;
  }
  .xs-mb_33 {
    margin-bottom: 33px;
  }
  .xs-mb_34 {
    margin-bottom: 34px;
  }
  .xs-mb_35 {
    margin-bottom: 35px;
  }
  .xs-mb_36 {
    margin-bottom: 36px;
  }
  .xs-mb_37 {
    margin-bottom: 37px;
  }
  .xs-mb_38 {
    margin-bottom: 38px;
  }
  .xs-mb_39 {
    margin-bottom: 39px;
  }
  .xs-mb_40 {
    margin-bottom: 40px;
  }
  .xs-mb_41 {
    margin-bottom: 41px;
  }
  .xs-mb_42 {
    margin-bottom: 42px;
  }
  .xs-mb_43 {
    margin-bottom: 43px;
  }
  .xs-mb_44 {
    margin-bottom: 44px;
  }
  .xs-mb_45 {
    margin-bottom: 45px;
  }
  .xs-mb_46 {
    margin-bottom: 46px;
  }
  .xs-mb_47 {
    margin-bottom: 47px;
  }
  .xs-mb_48 {
    margin-bottom: 48px;
  }
  .xs-mb_49 {
    margin-bottom: 49px;
  }
  .xs-mb_50 {
    margin-bottom: 50px;
  }
  .xs-mb_51 {
    margin-bottom: 51px;
  }
  .xs-mb_52 {
    margin-bottom: 52px;
  }
  .xs-mb_53 {
    margin-bottom: 53px;
  }
  .xs-mb_54 {
    margin-bottom: 54px;
  }
  .xs-mb_55 {
    margin-bottom: 55px;
  }
  .xs-mb_56 {
    margin-bottom: 56px;
  }
  .xs-mb_57 {
    margin-bottom: 57px;
  }
  .xs-mb_58 {
    margin-bottom: 58px;
  }
  .xs-mb_59 {
    margin-bottom: 59px;
  }
  .xs-mb_60 {
    margin-bottom: 60px;
  }
  .xs-mb_61 {
    margin-bottom: 61px;
  }
  .xs-mb_62 {
    margin-bottom: 62px;
  }
  .xs-mb_63 {
    margin-bottom: 63px;
  }
  .xs-mb_64 {
    margin-bottom: 64px;
  }
  .xs-mb_65 {
    margin-bottom: 65px;
  }
  .xs-mb_66 {
    margin-bottom: 66px;
  }
  .xs-mb_67 {
    margin-bottom: 67px;
  }
  .xs-mb_68 {
    margin-bottom: 68px;
  }
  .xs-mb_69 {
    margin-bottom: 69px;
  }
  .xs-mb_70 {
    margin-bottom: 70px;
  }
  .xs-mb_71 {
    margin-bottom: 71px;
  }
  .xs-mb_72 {
    margin-bottom: 72px;
  }
  .xs-mb_73 {
    margin-bottom: 73px;
  }
  .xs-mb_74 {
    margin-bottom: 74px;
  }
  .xs-mb_75 {
    margin-bottom: 75px;
  }
  .xs-mb_76 {
    margin-bottom: 76px;
  }
  .xs-mb_77 {
    margin-bottom: 77px;
  }
  .xs-mb_78 {
    margin-bottom: 78px;
  }
  .xs-mb_79 {
    margin-bottom: 79px;
  }
  .xs-mb_80 {
    margin-bottom: 80px;
  }
  .xs-mb_81 {
    margin-bottom: 81px;
  }
  .xs-mb_82 {
    margin-bottom: 82px;
  }
  .xs-mb_83 {
    margin-bottom: 83px;
  }
  .xs-mb_84 {
    margin-bottom: 84px;
  }
  .xs-mb_85 {
    margin-bottom: 85px;
  }
  .xs-mb_86 {
    margin-bottom: 86px;
  }
  .xs-mb_87 {
    margin-bottom: 87px;
  }
  .xs-mb_88 {
    margin-bottom: 88px;
  }
  .xs-mb_89 {
    margin-bottom: 89px;
  }
  .xs-mb_90 {
    margin-bottom: 90px;
  }
  .xs-mb_91 {
    margin-bottom: 91px;
  }
  .xs-mb_92 {
    margin-bottom: 92px;
  }
  .xs-mb_93 {
    margin-bottom: 93px;
  }
  .xs-mb_94 {
    margin-bottom: 94px;
  }
  .xs-mb_95 {
    margin-bottom: 95px;
  }
  .xs-mb_96 {
    margin-bottom: 96px;
  }
  .xs-mb_97 {
    margin-bottom: 97px;
  }
  .xs-mb_98 {
    margin-bottom: 98px;
  }
  .xs-mb_99 {
    margin-bottom: 99px;
  }
  .xs-mb_100 {
    margin-bottom: 100px;
  }
  .xs-mr_0 {
    margin-right: 0px;
  }
  .xs-mr_1 {
    margin-right: 1px;
  }
  .xs-mr_2 {
    margin-right: 2px;
  }
  .xs-mr_3 {
    margin-right: 3px;
  }
  .xs-mr_4 {
    margin-right: 4px;
  }
  .xs-mr_5 {
    margin-right: 5px;
  }
  .xs-mr_6 {
    margin-right: 6px;
  }
  .xs-mr_7 {
    margin-right: 7px;
  }
  .xs-mr_8 {
    margin-right: 8px;
  }
  .xs-mr_9 {
    margin-right: 9px;
  }
  .xs-mr_10 {
    margin-right: 10px;
  }
  .xs-mr_11 {
    margin-right: 11px;
  }
  .xs-mr_12 {
    margin-right: 12px;
  }
  .xs-mr_13 {
    margin-right: 13px;
  }
  .xs-mr_14 {
    margin-right: 14px;
  }
  .xs-mr_15 {
    margin-right: 15px;
  }
  .xs-mr_16 {
    margin-right: 16px;
  }
  .xs-mr_17 {
    margin-right: 17px;
  }
  .xs-mr_18 {
    margin-right: 18px;
  }
  .xs-mr_19 {
    margin-right: 19px;
  }
  .xs-mr_20 {
    margin-right: 20px;
  }
  .xs-mr_21 {
    margin-right: 21px;
  }
  .xs-mr_22 {
    margin-right: 22px;
  }
  .xs-mr_23 {
    margin-right: 23px;
  }
  .xs-mr_24 {
    margin-right: 24px;
  }
  .xs-mr_25 {
    margin-right: 25px;
  }
  .xs-mr_26 {
    margin-right: 26px;
  }
  .xs-mr_27 {
    margin-right: 27px;
  }
  .xs-mr_28 {
    margin-right: 28px;
  }
  .xs-mr_29 {
    margin-right: 29px;
  }
  .xs-mr_30 {
    margin-right: 30px;
  }
  .xs-mr_31 {
    margin-right: 31px;
  }
  .xs-mr_32 {
    margin-right: 32px;
  }
  .xs-mr_33 {
    margin-right: 33px;
  }
  .xs-mr_34 {
    margin-right: 34px;
  }
  .xs-mr_35 {
    margin-right: 35px;
  }
  .xs-mr_36 {
    margin-right: 36px;
  }
  .xs-mr_37 {
    margin-right: 37px;
  }
  .xs-mr_38 {
    margin-right: 38px;
  }
  .xs-mr_39 {
    margin-right: 39px;
  }
  .xs-mr_40 {
    margin-right: 40px;
  }
  .xs-mr_41 {
    margin-right: 41px;
  }
  .xs-mr_42 {
    margin-right: 42px;
  }
  .xs-mr_43 {
    margin-right: 43px;
  }
  .xs-mr_44 {
    margin-right: 44px;
  }
  .xs-mr_45 {
    margin-right: 45px;
  }
  .xs-mr_46 {
    margin-right: 46px;
  }
  .xs-mr_47 {
    margin-right: 47px;
  }
  .xs-mr_48 {
    margin-right: 48px;
  }
  .xs-mr_49 {
    margin-right: 49px;
  }
  .xs-mr_50 {
    margin-right: 50px;
  }
  .xs-mr_51 {
    margin-right: 51px;
  }
  .xs-mr_52 {
    margin-right: 52px;
  }
  .xs-mr_53 {
    margin-right: 53px;
  }
  .xs-mr_54 {
    margin-right: 54px;
  }
  .xs-mr_55 {
    margin-right: 55px;
  }
  .xs-mr_56 {
    margin-right: 56px;
  }
  .xs-mr_57 {
    margin-right: 57px;
  }
  .xs-mr_58 {
    margin-right: 58px;
  }
  .xs-mr_59 {
    margin-right: 59px;
  }
  .xs-mr_60 {
    margin-right: 60px;
  }
  .xs-mr_61 {
    margin-right: 61px;
  }
  .xs-mr_62 {
    margin-right: 62px;
  }
  .xs-mr_63 {
    margin-right: 63px;
  }
  .xs-mr_64 {
    margin-right: 64px;
  }
  .xs-mr_65 {
    margin-right: 65px;
  }
  .xs-mr_66 {
    margin-right: 66px;
  }
  .xs-mr_67 {
    margin-right: 67px;
  }
  .xs-mr_68 {
    margin-right: 68px;
  }
  .xs-mr_69 {
    margin-right: 69px;
  }
  .xs-mr_70 {
    margin-right: 70px;
  }
  .xs-mr_71 {
    margin-right: 71px;
  }
  .xs-mr_72 {
    margin-right: 72px;
  }
  .xs-mr_73 {
    margin-right: 73px;
  }
  .xs-mr_74 {
    margin-right: 74px;
  }
  .xs-mr_75 {
    margin-right: 75px;
  }
  .xs-mr_76 {
    margin-right: 76px;
  }
  .xs-mr_77 {
    margin-right: 77px;
  }
  .xs-mr_78 {
    margin-right: 78px;
  }
  .xs-mr_79 {
    margin-right: 79px;
  }
  .xs-mr_80 {
    margin-right: 80px;
  }
  .xs-mr_81 {
    margin-right: 81px;
  }
  .xs-mr_82 {
    margin-right: 82px;
  }
  .xs-mr_83 {
    margin-right: 83px;
  }
  .xs-mr_84 {
    margin-right: 84px;
  }
  .xs-mr_85 {
    margin-right: 85px;
  }
  .xs-mr_86 {
    margin-right: 86px;
  }
  .xs-mr_87 {
    margin-right: 87px;
  }
  .xs-mr_88 {
    margin-right: 88px;
  }
  .xs-mr_89 {
    margin-right: 89px;
  }
  .xs-mr_90 {
    margin-right: 90px;
  }
  .xs-mr_91 {
    margin-right: 91px;
  }
  .xs-mr_92 {
    margin-right: 92px;
  }
  .xs-mr_93 {
    margin-right: 93px;
  }
  .xs-mr_94 {
    margin-right: 94px;
  }
  .xs-mr_95 {
    margin-right: 95px;
  }
  .xs-mr_96 {
    margin-right: 96px;
  }
  .xs-mr_97 {
    margin-right: 97px;
  }
  .xs-mr_98 {
    margin-right: 98px;
  }
  .xs-mr_99 {
    margin-right: 99px;
  }
  .xs-mr_100 {
    margin-right: 100px;
  }
  .xs-ml_0 {
    margin-left: 0px;
  }
  .xs-ml_1 {
    margin-left: 1px;
  }
  .xs-ml_2 {
    margin-left: 2px;
  }
  .xs-ml_3 {
    margin-left: 3px;
  }
  .xs-ml_4 {
    margin-left: 4px;
  }
  .xs-ml_5 {
    margin-left: 5px;
  }
  .xs-ml_6 {
    margin-left: 6px;
  }
  .xs-ml_7 {
    margin-left: 7px;
  }
  .xs-ml_8 {
    margin-left: 8px;
  }
  .xs-ml_9 {
    margin-left: 9px;
  }
  .xs-ml_10 {
    margin-left: 10px;
  }
  .xs-ml_11 {
    margin-left: 11px;
  }
  .xs-ml_12 {
    margin-left: 12px;
  }
  .xs-ml_13 {
    margin-left: 13px;
  }
  .xs-ml_14 {
    margin-left: 14px;
  }
  .xs-ml_15 {
    margin-left: 15px;
  }
  .xs-ml_16 {
    margin-left: 16px;
  }
  .xs-ml_17 {
    margin-left: 17px;
  }
  .xs-ml_18 {
    margin-left: 18px;
  }
  .xs-ml_19 {
    margin-left: 19px;
  }
  .xs-ml_20 {
    margin-left: 20px;
  }
  .xs-ml_21 {
    margin-left: 21px;
  }
  .xs-ml_22 {
    margin-left: 22px;
  }
  .xs-ml_23 {
    margin-left: 23px;
  }
  .xs-ml_24 {
    margin-left: 24px;
  }
  .xs-ml_25 {
    margin-left: 25px;
  }
  .xs-ml_26 {
    margin-left: 26px;
  }
  .xs-ml_27 {
    margin-left: 27px;
  }
  .xs-ml_28 {
    margin-left: 28px;
  }
  .xs-ml_29 {
    margin-left: 29px;
  }
  .xs-ml_30 {
    margin-left: 30px;
  }
  .xs-ml_31 {
    margin-left: 31px;
  }
  .xs-ml_32 {
    margin-left: 32px;
  }
  .xs-ml_33 {
    margin-left: 33px;
  }
  .xs-ml_34 {
    margin-left: 34px;
  }
  .xs-ml_35 {
    margin-left: 35px;
  }
  .xs-ml_36 {
    margin-left: 36px;
  }
  .xs-ml_37 {
    margin-left: 37px;
  }
  .xs-ml_38 {
    margin-left: 38px;
  }
  .xs-ml_39 {
    margin-left: 39px;
  }
  .xs-ml_40 {
    margin-left: 40px;
  }
  .xs-ml_41 {
    margin-left: 41px;
  }
  .xs-ml_42 {
    margin-left: 42px;
  }
  .xs-ml_43 {
    margin-left: 43px;
  }
  .xs-ml_44 {
    margin-left: 44px;
  }
  .xs-ml_45 {
    margin-left: 45px;
  }
  .xs-ml_46 {
    margin-left: 46px;
  }
  .xs-ml_47 {
    margin-left: 47px;
  }
  .xs-ml_48 {
    margin-left: 48px;
  }
  .xs-ml_49 {
    margin-left: 49px;
  }
  .xs-ml_50 {
    margin-left: 50px;
  }
  .xs-ml_51 {
    margin-left: 51px;
  }
  .xs-ml_52 {
    margin-left: 52px;
  }
  .xs-ml_53 {
    margin-left: 53px;
  }
  .xs-ml_54 {
    margin-left: 54px;
  }
  .xs-ml_55 {
    margin-left: 55px;
  }
  .xs-ml_56 {
    margin-left: 56px;
  }
  .xs-ml_57 {
    margin-left: 57px;
  }
  .xs-ml_58 {
    margin-left: 58px;
  }
  .xs-ml_59 {
    margin-left: 59px;
  }
  .xs-ml_60 {
    margin-left: 60px;
  }
  .xs-ml_61 {
    margin-left: 61px;
  }
  .xs-ml_62 {
    margin-left: 62px;
  }
  .xs-ml_63 {
    margin-left: 63px;
  }
  .xs-ml_64 {
    margin-left: 64px;
  }
  .xs-ml_65 {
    margin-left: 65px;
  }
  .xs-ml_66 {
    margin-left: 66px;
  }
  .xs-ml_67 {
    margin-left: 67px;
  }
  .xs-ml_68 {
    margin-left: 68px;
  }
  .xs-ml_69 {
    margin-left: 69px;
  }
  .xs-ml_70 {
    margin-left: 70px;
  }
  .xs-ml_71 {
    margin-left: 71px;
  }
  .xs-ml_72 {
    margin-left: 72px;
  }
  .xs-ml_73 {
    margin-left: 73px;
  }
  .xs-ml_74 {
    margin-left: 74px;
  }
  .xs-ml_75 {
    margin-left: 75px;
  }
  .xs-ml_76 {
    margin-left: 76px;
  }
  .xs-ml_77 {
    margin-left: 77px;
  }
  .xs-ml_78 {
    margin-left: 78px;
  }
  .xs-ml_79 {
    margin-left: 79px;
  }
  .xs-ml_80 {
    margin-left: 80px;
  }
  .xs-ml_81 {
    margin-left: 81px;
  }
  .xs-ml_82 {
    margin-left: 82px;
  }
  .xs-ml_83 {
    margin-left: 83px;
  }
  .xs-ml_84 {
    margin-left: 84px;
  }
  .xs-ml_85 {
    margin-left: 85px;
  }
  .xs-ml_86 {
    margin-left: 86px;
  }
  .xs-ml_87 {
    margin-left: 87px;
  }
  .xs-ml_88 {
    margin-left: 88px;
  }
  .xs-ml_89 {
    margin-left: 89px;
  }
  .xs-ml_90 {
    margin-left: 90px;
  }
  .xs-ml_91 {
    margin-left: 91px;
  }
  .xs-ml_92 {
    margin-left: 92px;
  }
  .xs-ml_93 {
    margin-left: 93px;
  }
  .xs-ml_94 {
    margin-left: 94px;
  }
  .xs-ml_95 {
    margin-left: 95px;
  }
  .xs-ml_96 {
    margin-left: 96px;
  }
  .xs-ml_97 {
    margin-left: 97px;
  }
  .xs-ml_98 {
    margin-left: 98px;
  }
  .xs-ml_99 {
    margin-left: 99px;
  }
  .xs-ml_100 {
    margin-left: 100px;
  }
}
.pt_0 {
  padding-top: 0px;
}

.pt_1 {
  padding-top: 1px;
}

.pt_2 {
  padding-top: 2px;
}

.pt_3 {
  padding-top: 3px;
}

.pt_4 {
  padding-top: 4px;
}

.pt_5 {
  padding-top: 5px;
}

.pt_6 {
  padding-top: 6px;
}

.pt_7 {
  padding-top: 7px;
}

.pt_8 {
  padding-top: 8px;
}

.pt_9 {
  padding-top: 9px;
}

.pt_10 {
  padding-top: 10px;
}

.pt_11 {
  padding-top: 11px;
}

.pt_12 {
  padding-top: 12px;
}

.pt_13 {
  padding-top: 13px;
}

.pt_14 {
  padding-top: 14px;
}

.pt_15 {
  padding-top: 15px;
}

.pt_16 {
  padding-top: 16px;
}

.pt_17 {
  padding-top: 17px;
}

.pt_18 {
  padding-top: 18px;
}

.pt_19 {
  padding-top: 19px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_21 {
  padding-top: 21px;
}

.pt_22 {
  padding-top: 22px;
}

.pt_23 {
  padding-top: 23px;
}

.pt_24 {
  padding-top: 24px;
}

.pt_25 {
  padding-top: 25px;
}

.pt_26 {
  padding-top: 26px;
}

.pt_27 {
  padding-top: 27px;
}

.pt_28 {
  padding-top: 28px;
}

.pt_29 {
  padding-top: 29px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_31 {
  padding-top: 31px;
}

.pt_32 {
  padding-top: 32px;
}

.pt_33 {
  padding-top: 33px;
}

.pt_34 {
  padding-top: 34px;
}

.pt_35 {
  padding-top: 35px;
}

.pt_36 {
  padding-top: 36px;
}

.pt_37 {
  padding-top: 37px;
}

.pt_38 {
  padding-top: 38px;
}

.pt_39 {
  padding-top: 39px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_41 {
  padding-top: 41px;
}

.pt_42 {
  padding-top: 42px;
}

.pt_43 {
  padding-top: 43px;
}

.pt_44 {
  padding-top: 44px;
}

.pt_45 {
  padding-top: 45px;
}

.pt_46 {
  padding-top: 46px;
}

.pt_47 {
  padding-top: 47px;
}

.pt_48 {
  padding-top: 48px;
}

.pt_49 {
  padding-top: 49px;
}

.pt_50 {
  padding-top: 50px;
}

.pt_51 {
  padding-top: 51px;
}

.pt_52 {
  padding-top: 52px;
}

.pt_53 {
  padding-top: 53px;
}

.pt_54 {
  padding-top: 54px;
}

.pt_55 {
  padding-top: 55px;
}

.pt_56 {
  padding-top: 56px;
}

.pt_57 {
  padding-top: 57px;
}

.pt_58 {
  padding-top: 58px;
}

.pt_59 {
  padding-top: 59px;
}

.pt_60 {
  padding-top: 60px;
}

.pt_61 {
  padding-top: 61px;
}

.pt_62 {
  padding-top: 62px;
}

.pt_63 {
  padding-top: 63px;
}

.pt_64 {
  padding-top: 64px;
}

.pt_65 {
  padding-top: 65px;
}

.pt_66 {
  padding-top: 66px;
}

.pt_67 {
  padding-top: 67px;
}

.pt_68 {
  padding-top: 68px;
}

.pt_69 {
  padding-top: 69px;
}

.pt_70 {
  padding-top: 70px;
}

.pt_71 {
  padding-top: 71px;
}

.pt_72 {
  padding-top: 72px;
}

.pt_73 {
  padding-top: 73px;
}

.pt_74 {
  padding-top: 74px;
}

.pt_75 {
  padding-top: 75px;
}

.pt_76 {
  padding-top: 76px;
}

.pt_77 {
  padding-top: 77px;
}

.pt_78 {
  padding-top: 78px;
}

.pt_79 {
  padding-top: 79px;
}

.pt_80 {
  padding-top: 80px;
}

.pt_81 {
  padding-top: 81px;
}

.pt_82 {
  padding-top: 82px;
}

.pt_83 {
  padding-top: 83px;
}

.pt_84 {
  padding-top: 84px;
}

.pt_85 {
  padding-top: 85px;
}

.pt_86 {
  padding-top: 86px;
}

.pt_87 {
  padding-top: 87px;
}

.pt_88 {
  padding-top: 88px;
}

.pt_89 {
  padding-top: 89px;
}

.pt_90 {
  padding-top: 90px;
}

.pt_91 {
  padding-top: 91px;
}

.pt_92 {
  padding-top: 92px;
}

.pt_93 {
  padding-top: 93px;
}

.pt_94 {
  padding-top: 94px;
}

.pt_95 {
  padding-top: 95px;
}

.pt_96 {
  padding-top: 96px;
}

.pt_97 {
  padding-top: 97px;
}

.pt_98 {
  padding-top: 98px;
}

.pt_99 {
  padding-top: 99px;
}

.pt_100 {
  padding-top: 100px;
}

.pb_0 {
  padding-bottom: 0px;
}

.pb_1 {
  padding-bottom: 1px;
}

.pb_2 {
  padding-bottom: 2px;
}

.pb_3 {
  padding-bottom: 3px;
}

.pb_4 {
  padding-bottom: 4px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pb_6 {
  padding-bottom: 6px;
}

.pb_7 {
  padding-bottom: 7px;
}

.pb_8 {
  padding-bottom: 8px;
}

.pb_9 {
  padding-bottom: 9px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_11 {
  padding-bottom: 11px;
}

.pb_12 {
  padding-bottom: 12px;
}

.pb_13 {
  padding-bottom: 13px;
}

.pb_14 {
  padding-bottom: 14px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pb_16 {
  padding-bottom: 16px;
}

.pb_17 {
  padding-bottom: 17px;
}

.pb_18 {
  padding-bottom: 18px;
}

.pb_19 {
  padding-bottom: 19px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_21 {
  padding-bottom: 21px;
}

.pb_22 {
  padding-bottom: 22px;
}

.pb_23 {
  padding-bottom: 23px;
}

.pb_24 {
  padding-bottom: 24px;
}

.pb_25 {
  padding-bottom: 25px;
}

.pb_26 {
  padding-bottom: 26px;
}

.pb_27 {
  padding-bottom: 27px;
}

.pb_28 {
  padding-bottom: 28px;
}

.pb_29 {
  padding-bottom: 29px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_31 {
  padding-bottom: 31px;
}

.pb_32 {
  padding-bottom: 32px;
}

.pb_33 {
  padding-bottom: 33px;
}

.pb_34 {
  padding-bottom: 34px;
}

.pb_35 {
  padding-bottom: 35px;
}

.pb_36 {
  padding-bottom: 36px;
}

.pb_37 {
  padding-bottom: 37px;
}

.pb_38 {
  padding-bottom: 38px;
}

.pb_39 {
  padding-bottom: 39px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_41 {
  padding-bottom: 41px;
}

.pb_42 {
  padding-bottom: 42px;
}

.pb_43 {
  padding-bottom: 43px;
}

.pb_44 {
  padding-bottom: 44px;
}

.pb_45 {
  padding-bottom: 45px;
}

.pb_46 {
  padding-bottom: 46px;
}

.pb_47 {
  padding-bottom: 47px;
}

.pb_48 {
  padding-bottom: 48px;
}

.pb_49 {
  padding-bottom: 49px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pb_51 {
  padding-bottom: 51px;
}

.pb_52 {
  padding-bottom: 52px;
}

.pb_53 {
  padding-bottom: 53px;
}

.pb_54 {
  padding-bottom: 54px;
}

.pb_55 {
  padding-bottom: 55px;
}

.pb_56 {
  padding-bottom: 56px;
}

.pb_57 {
  padding-bottom: 57px;
}

.pb_58 {
  padding-bottom: 58px;
}

.pb_59 {
  padding-bottom: 59px;
}

.pb_60 {
  padding-bottom: 60px;
}

.pb_61 {
  padding-bottom: 61px;
}

.pb_62 {
  padding-bottom: 62px;
}

.pb_63 {
  padding-bottom: 63px;
}

.pb_64 {
  padding-bottom: 64px;
}

.pb_65 {
  padding-bottom: 65px;
}

.pb_66 {
  padding-bottom: 66px;
}

.pb_67 {
  padding-bottom: 67px;
}

.pb_68 {
  padding-bottom: 68px;
}

.pb_69 {
  padding-bottom: 69px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pb_71 {
  padding-bottom: 71px;
}

.pb_72 {
  padding-bottom: 72px;
}

.pb_73 {
  padding-bottom: 73px;
}

.pb_74 {
  padding-bottom: 74px;
}

.pb_75 {
  padding-bottom: 75px;
}

.pb_76 {
  padding-bottom: 76px;
}

.pb_77 {
  padding-bottom: 77px;
}

.pb_78 {
  padding-bottom: 78px;
}

.pb_79 {
  padding-bottom: 79px;
}

.pb_80 {
  padding-bottom: 80px;
}

.pb_81 {
  padding-bottom: 81px;
}

.pb_82 {
  padding-bottom: 82px;
}

.pb_83 {
  padding-bottom: 83px;
}

.pb_84 {
  padding-bottom: 84px;
}

.pb_85 {
  padding-bottom: 85px;
}

.pb_86 {
  padding-bottom: 86px;
}

.pb_87 {
  padding-bottom: 87px;
}

.pb_88 {
  padding-bottom: 88px;
}

.pb_89 {
  padding-bottom: 89px;
}

.pb_90 {
  padding-bottom: 90px;
}

.pb_91 {
  padding-bottom: 91px;
}

.pb_92 {
  padding-bottom: 92px;
}

.pb_93 {
  padding-bottom: 93px;
}

.pb_94 {
  padding-bottom: 94px;
}

.pb_95 {
  padding-bottom: 95px;
}

.pb_96 {
  padding-bottom: 96px;
}

.pb_97 {
  padding-bottom: 97px;
}

.pb_98 {
  padding-bottom: 98px;
}

.pb_99 {
  padding-bottom: 99px;
}

.pb_100 {
  padding-bottom: 100px;
}

.pr_0 {
  padding-right: 0px;
}

.pr_1 {
  padding-right: 1px;
}

.pr_2 {
  padding-right: 2px;
}

.pr_3 {
  padding-right: 3px;
}

.pr_4 {
  padding-right: 4px;
}

.pr_5 {
  padding-right: 5px;
}

.pr_6 {
  padding-right: 6px;
}

.pr_7 {
  padding-right: 7px;
}

.pr_8 {
  padding-right: 8px;
}

.pr_9 {
  padding-right: 9px;
}

.pr_10 {
  padding-right: 10px;
}

.pr_11 {
  padding-right: 11px;
}

.pr_12 {
  padding-right: 12px;
}

.pr_13 {
  padding-right: 13px;
}

.pr_14 {
  padding-right: 14px;
}

.pr_15 {
  padding-right: 15px;
}

.pr_16 {
  padding-right: 16px;
}

.pr_17 {
  padding-right: 17px;
}

.pr_18 {
  padding-right: 18px;
}

.pr_19 {
  padding-right: 19px;
}

.pr_20 {
  padding-right: 20px;
}

.pr_21 {
  padding-right: 21px;
}

.pr_22 {
  padding-right: 22px;
}

.pr_23 {
  padding-right: 23px;
}

.pr_24 {
  padding-right: 24px;
}

.pr_25 {
  padding-right: 25px;
}

.pr_26 {
  padding-right: 26px;
}

.pr_27 {
  padding-right: 27px;
}

.pr_28 {
  padding-right: 28px;
}

.pr_29 {
  padding-right: 29px;
}

.pr_30 {
  padding-right: 30px;
}

.pr_31 {
  padding-right: 31px;
}

.pr_32 {
  padding-right: 32px;
}

.pr_33 {
  padding-right: 33px;
}

.pr_34 {
  padding-right: 34px;
}

.pr_35 {
  padding-right: 35px;
}

.pr_36 {
  padding-right: 36px;
}

.pr_37 {
  padding-right: 37px;
}

.pr_38 {
  padding-right: 38px;
}

.pr_39 {
  padding-right: 39px;
}

.pr_40 {
  padding-right: 40px;
}

.pr_41 {
  padding-right: 41px;
}

.pr_42 {
  padding-right: 42px;
}

.pr_43 {
  padding-right: 43px;
}

.pr_44 {
  padding-right: 44px;
}

.pr_45 {
  padding-right: 45px;
}

.pr_46 {
  padding-right: 46px;
}

.pr_47 {
  padding-right: 47px;
}

.pr_48 {
  padding-right: 48px;
}

.pr_49 {
  padding-right: 49px;
}

.pr_50 {
  padding-right: 50px;
}

.pr_51 {
  padding-right: 51px;
}

.pr_52 {
  padding-right: 52px;
}

.pr_53 {
  padding-right: 53px;
}

.pr_54 {
  padding-right: 54px;
}

.pr_55 {
  padding-right: 55px;
}

.pr_56 {
  padding-right: 56px;
}

.pr_57 {
  padding-right: 57px;
}

.pr_58 {
  padding-right: 58px;
}

.pr_59 {
  padding-right: 59px;
}

.pr_60 {
  padding-right: 60px;
}

.pr_61 {
  padding-right: 61px;
}

.pr_62 {
  padding-right: 62px;
}

.pr_63 {
  padding-right: 63px;
}

.pr_64 {
  padding-right: 64px;
}

.pr_65 {
  padding-right: 65px;
}

.pr_66 {
  padding-right: 66px;
}

.pr_67 {
  padding-right: 67px;
}

.pr_68 {
  padding-right: 68px;
}

.pr_69 {
  padding-right: 69px;
}

.pr_70 {
  padding-right: 70px;
}

.pr_71 {
  padding-right: 71px;
}

.pr_72 {
  padding-right: 72px;
}

.pr_73 {
  padding-right: 73px;
}

.pr_74 {
  padding-right: 74px;
}

.pr_75 {
  padding-right: 75px;
}

.pr_76 {
  padding-right: 76px;
}

.pr_77 {
  padding-right: 77px;
}

.pr_78 {
  padding-right: 78px;
}

.pr_79 {
  padding-right: 79px;
}

.pr_80 {
  padding-right: 80px;
}

.pr_81 {
  padding-right: 81px;
}

.pr_82 {
  padding-right: 82px;
}

.pr_83 {
  padding-right: 83px;
}

.pr_84 {
  padding-right: 84px;
}

.pr_85 {
  padding-right: 85px;
}

.pr_86 {
  padding-right: 86px;
}

.pr_87 {
  padding-right: 87px;
}

.pr_88 {
  padding-right: 88px;
}

.pr_89 {
  padding-right: 89px;
}

.pr_90 {
  padding-right: 90px;
}

.pr_91 {
  padding-right: 91px;
}

.pr_92 {
  padding-right: 92px;
}

.pr_93 {
  padding-right: 93px;
}

.pr_94 {
  padding-right: 94px;
}

.pr_95 {
  padding-right: 95px;
}

.pr_96 {
  padding-right: 96px;
}

.pr_97 {
  padding-right: 97px;
}

.pr_98 {
  padding-right: 98px;
}

.pr_99 {
  padding-right: 99px;
}

.pr_100 {
  padding-right: 100px;
}

.pl_0 {
  padding-left: 0px;
}

.pl_1 {
  padding-left: 1px;
}

.pl_2 {
  padding-left: 2px;
}

.pl_3 {
  padding-left: 3px;
}

.pl_4 {
  padding-left: 4px;
}

.pl_5 {
  padding-left: 5px;
}

.pl_6 {
  padding-left: 6px;
}

.pl_7 {
  padding-left: 7px;
}

.pl_8 {
  padding-left: 8px;
}

.pl_9 {
  padding-left: 9px;
}

.pl_10 {
  padding-left: 10px;
}

.pl_11 {
  padding-left: 11px;
}

.pl_12 {
  padding-left: 12px;
}

.pl_13 {
  padding-left: 13px;
}

.pl_14 {
  padding-left: 14px;
}

.pl_15 {
  padding-left: 15px;
}

.pl_16 {
  padding-left: 16px;
}

.pl_17 {
  padding-left: 17px;
}

.pl_18 {
  padding-left: 18px;
}

.pl_19 {
  padding-left: 19px;
}

.pl_20 {
  padding-left: 20px;
}

.pl_21 {
  padding-left: 21px;
}

.pl_22 {
  padding-left: 22px;
}

.pl_23 {
  padding-left: 23px;
}

.pl_24 {
  padding-left: 24px;
}

.pl_25 {
  padding-left: 25px;
}

.pl_26 {
  padding-left: 26px;
}

.pl_27 {
  padding-left: 27px;
}

.pl_28 {
  padding-left: 28px;
}

.pl_29 {
  padding-left: 29px;
}

.pl_30 {
  padding-left: 30px;
}

.pl_31 {
  padding-left: 31px;
}

.pl_32 {
  padding-left: 32px;
}

.pl_33 {
  padding-left: 33px;
}

.pl_34 {
  padding-left: 34px;
}

.pl_35 {
  padding-left: 35px;
}

.pl_36 {
  padding-left: 36px;
}

.pl_37 {
  padding-left: 37px;
}

.pl_38 {
  padding-left: 38px;
}

.pl_39 {
  padding-left: 39px;
}

.pl_40 {
  padding-left: 40px;
}

.pl_41 {
  padding-left: 41px;
}

.pl_42 {
  padding-left: 42px;
}

.pl_43 {
  padding-left: 43px;
}

.pl_44 {
  padding-left: 44px;
}

.pl_45 {
  padding-left: 45px;
}

.pl_46 {
  padding-left: 46px;
}

.pl_47 {
  padding-left: 47px;
}

.pl_48 {
  padding-left: 48px;
}

.pl_49 {
  padding-left: 49px;
}

.pl_50 {
  padding-left: 50px;
}

.pl_51 {
  padding-left: 51px;
}

.pl_52 {
  padding-left: 52px;
}

.pl_53 {
  padding-left: 53px;
}

.pl_54 {
  padding-left: 54px;
}

.pl_55 {
  padding-left: 55px;
}

.pl_56 {
  padding-left: 56px;
}

.pl_57 {
  padding-left: 57px;
}

.pl_58 {
  padding-left: 58px;
}

.pl_59 {
  padding-left: 59px;
}

.pl_60 {
  padding-left: 60px;
}

.pl_61 {
  padding-left: 61px;
}

.pl_62 {
  padding-left: 62px;
}

.pl_63 {
  padding-left: 63px;
}

.pl_64 {
  padding-left: 64px;
}

.pl_65 {
  padding-left: 65px;
}

.pl_66 {
  padding-left: 66px;
}

.pl_67 {
  padding-left: 67px;
}

.pl_68 {
  padding-left: 68px;
}

.pl_69 {
  padding-left: 69px;
}

.pl_70 {
  padding-left: 70px;
}

.pl_71 {
  padding-left: 71px;
}

.pl_72 {
  padding-left: 72px;
}

.pl_73 {
  padding-left: 73px;
}

.pl_74 {
  padding-left: 74px;
}

.pl_75 {
  padding-left: 75px;
}

.pl_76 {
  padding-left: 76px;
}

.pl_77 {
  padding-left: 77px;
}

.pl_78 {
  padding-left: 78px;
}

.pl_79 {
  padding-left: 79px;
}

.pl_80 {
  padding-left: 80px;
}

.pl_81 {
  padding-left: 81px;
}

.pl_82 {
  padding-left: 82px;
}

.pl_83 {
  padding-left: 83px;
}

.pl_84 {
  padding-left: 84px;
}

.pl_85 {
  padding-left: 85px;
}

.pl_86 {
  padding-left: 86px;
}

.pl_87 {
  padding-left: 87px;
}

.pl_88 {
  padding-left: 88px;
}

.pl_89 {
  padding-left: 89px;
}

.pl_90 {
  padding-left: 90px;
}

.pl_91 {
  padding-left: 91px;
}

.pl_92 {
  padding-left: 92px;
}

.pl_93 {
  padding-left: 93px;
}

.pl_94 {
  padding-left: 94px;
}

.pl_95 {
  padding-left: 95px;
}

.pl_96 {
  padding-left: 96px;
}

.pl_97 {
  padding-left: 97px;
}

.pl_98 {
  padding-left: 98px;
}

.pl_99 {
  padding-left: 99px;
}

.pl_100 {
  padding-left: 100px;
}

@media (max-width: 768px) {
  .xs-pt_0 {
    padding-top: 0px;
  }
  .xs-pt_1 {
    padding-top: 1px;
  }
  .xs-pt_2 {
    padding-top: 2px;
  }
  .xs-pt_3 {
    padding-top: 3px;
  }
  .xs-pt_4 {
    padding-top: 4px;
  }
  .xs-pt_5 {
    padding-top: 5px;
  }
  .xs-pt_6 {
    padding-top: 6px;
  }
  .xs-pt_7 {
    padding-top: 7px;
  }
  .xs-pt_8 {
    padding-top: 8px;
  }
  .xs-pt_9 {
    padding-top: 9px;
  }
  .xs-pt_10 {
    padding-top: 10px;
  }
  .xs-pt_11 {
    padding-top: 11px;
  }
  .xs-pt_12 {
    padding-top: 12px;
  }
  .xs-pt_13 {
    padding-top: 13px;
  }
  .xs-pt_14 {
    padding-top: 14px;
  }
  .xs-pt_15 {
    padding-top: 15px;
  }
  .xs-pt_16 {
    padding-top: 16px;
  }
  .xs-pt_17 {
    padding-top: 17px;
  }
  .xs-pt_18 {
    padding-top: 18px;
  }
  .xs-pt_19 {
    padding-top: 19px;
  }
  .xs-pt_20 {
    padding-top: 20px;
  }
  .xs-pt_21 {
    padding-top: 21px;
  }
  .xs-pt_22 {
    padding-top: 22px;
  }
  .xs-pt_23 {
    padding-top: 23px;
  }
  .xs-pt_24 {
    padding-top: 24px;
  }
  .xs-pt_25 {
    padding-top: 25px;
  }
  .xs-pt_26 {
    padding-top: 26px;
  }
  .xs-pt_27 {
    padding-top: 27px;
  }
  .xs-pt_28 {
    padding-top: 28px;
  }
  .xs-pt_29 {
    padding-top: 29px;
  }
  .xs-pt_30 {
    padding-top: 30px;
  }
  .xs-pt_31 {
    padding-top: 31px;
  }
  .xs-pt_32 {
    padding-top: 32px;
  }
  .xs-pt_33 {
    padding-top: 33px;
  }
  .xs-pt_34 {
    padding-top: 34px;
  }
  .xs-pt_35 {
    padding-top: 35px;
  }
  .xs-pt_36 {
    padding-top: 36px;
  }
  .xs-pt_37 {
    padding-top: 37px;
  }
  .xs-pt_38 {
    padding-top: 38px;
  }
  .xs-pt_39 {
    padding-top: 39px;
  }
  .xs-pt_40 {
    padding-top: 40px;
  }
  .xs-pt_41 {
    padding-top: 41px;
  }
  .xs-pt_42 {
    padding-top: 42px;
  }
  .xs-pt_43 {
    padding-top: 43px;
  }
  .xs-pt_44 {
    padding-top: 44px;
  }
  .xs-pt_45 {
    padding-top: 45px;
  }
  .xs-pt_46 {
    padding-top: 46px;
  }
  .xs-pt_47 {
    padding-top: 47px;
  }
  .xs-pt_48 {
    padding-top: 48px;
  }
  .xs-pt_49 {
    padding-top: 49px;
  }
  .xs-pt_50 {
    padding-top: 50px;
  }
  .xs-pt_51 {
    padding-top: 51px;
  }
  .xs-pt_52 {
    padding-top: 52px;
  }
  .xs-pt_53 {
    padding-top: 53px;
  }
  .xs-pt_54 {
    padding-top: 54px;
  }
  .xs-pt_55 {
    padding-top: 55px;
  }
  .xs-pt_56 {
    padding-top: 56px;
  }
  .xs-pt_57 {
    padding-top: 57px;
  }
  .xs-pt_58 {
    padding-top: 58px;
  }
  .xs-pt_59 {
    padding-top: 59px;
  }
  .xs-pt_60 {
    padding-top: 60px;
  }
  .xs-pt_61 {
    padding-top: 61px;
  }
  .xs-pt_62 {
    padding-top: 62px;
  }
  .xs-pt_63 {
    padding-top: 63px;
  }
  .xs-pt_64 {
    padding-top: 64px;
  }
  .xs-pt_65 {
    padding-top: 65px;
  }
  .xs-pt_66 {
    padding-top: 66px;
  }
  .xs-pt_67 {
    padding-top: 67px;
  }
  .xs-pt_68 {
    padding-top: 68px;
  }
  .xs-pt_69 {
    padding-top: 69px;
  }
  .xs-pt_70 {
    padding-top: 70px;
  }
  .xs-pt_71 {
    padding-top: 71px;
  }
  .xs-pt_72 {
    padding-top: 72px;
  }
  .xs-pt_73 {
    padding-top: 73px;
  }
  .xs-pt_74 {
    padding-top: 74px;
  }
  .xs-pt_75 {
    padding-top: 75px;
  }
  .xs-pt_76 {
    padding-top: 76px;
  }
  .xs-pt_77 {
    padding-top: 77px;
  }
  .xs-pt_78 {
    padding-top: 78px;
  }
  .xs-pt_79 {
    padding-top: 79px;
  }
  .xs-pt_80 {
    padding-top: 80px;
  }
  .xs-pt_81 {
    padding-top: 81px;
  }
  .xs-pt_82 {
    padding-top: 82px;
  }
  .xs-pt_83 {
    padding-top: 83px;
  }
  .xs-pt_84 {
    padding-top: 84px;
  }
  .xs-pt_85 {
    padding-top: 85px;
  }
  .xs-pt_86 {
    padding-top: 86px;
  }
  .xs-pt_87 {
    padding-top: 87px;
  }
  .xs-pt_88 {
    padding-top: 88px;
  }
  .xs-pt_89 {
    padding-top: 89px;
  }
  .xs-pt_90 {
    padding-top: 90px;
  }
  .xs-pt_91 {
    padding-top: 91px;
  }
  .xs-pt_92 {
    padding-top: 92px;
  }
  .xs-pt_93 {
    padding-top: 93px;
  }
  .xs-pt_94 {
    padding-top: 94px;
  }
  .xs-pt_95 {
    padding-top: 95px;
  }
  .xs-pt_96 {
    padding-top: 96px;
  }
  .xs-pt_97 {
    padding-top: 97px;
  }
  .xs-pt_98 {
    padding-top: 98px;
  }
  .xs-pt_99 {
    padding-top: 99px;
  }
  .xs-pt_100 {
    padding-top: 100px;
  }
  .xs-pb_0 {
    padding-bottom: 0px;
  }
  .xs-pb_1 {
    padding-bottom: 1px;
  }
  .xs-pb_2 {
    padding-bottom: 2px;
  }
  .xs-pb_3 {
    padding-bottom: 3px;
  }
  .xs-pb_4 {
    padding-bottom: 4px;
  }
  .xs-pb_5 {
    padding-bottom: 5px;
  }
  .xs-pb_6 {
    padding-bottom: 6px;
  }
  .xs-pb_7 {
    padding-bottom: 7px;
  }
  .xs-pb_8 {
    padding-bottom: 8px;
  }
  .xs-pb_9 {
    padding-bottom: 9px;
  }
  .xs-pb_10 {
    padding-bottom: 10px;
  }
  .xs-pb_11 {
    padding-bottom: 11px;
  }
  .xs-pb_12 {
    padding-bottom: 12px;
  }
  .xs-pb_13 {
    padding-bottom: 13px;
  }
  .xs-pb_14 {
    padding-bottom: 14px;
  }
  .xs-pb_15 {
    padding-bottom: 15px;
  }
  .xs-pb_16 {
    padding-bottom: 16px;
  }
  .xs-pb_17 {
    padding-bottom: 17px;
  }
  .xs-pb_18 {
    padding-bottom: 18px;
  }
  .xs-pb_19 {
    padding-bottom: 19px;
  }
  .xs-pb_20 {
    padding-bottom: 20px;
  }
  .xs-pb_21 {
    padding-bottom: 21px;
  }
  .xs-pb_22 {
    padding-bottom: 22px;
  }
  .xs-pb_23 {
    padding-bottom: 23px;
  }
  .xs-pb_24 {
    padding-bottom: 24px;
  }
  .xs-pb_25 {
    padding-bottom: 25px;
  }
  .xs-pb_26 {
    padding-bottom: 26px;
  }
  .xs-pb_27 {
    padding-bottom: 27px;
  }
  .xs-pb_28 {
    padding-bottom: 28px;
  }
  .xs-pb_29 {
    padding-bottom: 29px;
  }
  .xs-pb_30 {
    padding-bottom: 30px;
  }
  .xs-pb_31 {
    padding-bottom: 31px;
  }
  .xs-pb_32 {
    padding-bottom: 32px;
  }
  .xs-pb_33 {
    padding-bottom: 33px;
  }
  .xs-pb_34 {
    padding-bottom: 34px;
  }
  .xs-pb_35 {
    padding-bottom: 35px;
  }
  .xs-pb_36 {
    padding-bottom: 36px;
  }
  .xs-pb_37 {
    padding-bottom: 37px;
  }
  .xs-pb_38 {
    padding-bottom: 38px;
  }
  .xs-pb_39 {
    padding-bottom: 39px;
  }
  .xs-pb_40 {
    padding-bottom: 40px;
  }
  .xs-pb_41 {
    padding-bottom: 41px;
  }
  .xs-pb_42 {
    padding-bottom: 42px;
  }
  .xs-pb_43 {
    padding-bottom: 43px;
  }
  .xs-pb_44 {
    padding-bottom: 44px;
  }
  .xs-pb_45 {
    padding-bottom: 45px;
  }
  .xs-pb_46 {
    padding-bottom: 46px;
  }
  .xs-pb_47 {
    padding-bottom: 47px;
  }
  .xs-pb_48 {
    padding-bottom: 48px;
  }
  .xs-pb_49 {
    padding-bottom: 49px;
  }
  .xs-pb_50 {
    padding-bottom: 50px;
  }
  .xs-pb_51 {
    padding-bottom: 51px;
  }
  .xs-pb_52 {
    padding-bottom: 52px;
  }
  .xs-pb_53 {
    padding-bottom: 53px;
  }
  .xs-pb_54 {
    padding-bottom: 54px;
  }
  .xs-pb_55 {
    padding-bottom: 55px;
  }
  .xs-pb_56 {
    padding-bottom: 56px;
  }
  .xs-pb_57 {
    padding-bottom: 57px;
  }
  .xs-pb_58 {
    padding-bottom: 58px;
  }
  .xs-pb_59 {
    padding-bottom: 59px;
  }
  .xs-pb_60 {
    padding-bottom: 60px;
  }
  .xs-pb_61 {
    padding-bottom: 61px;
  }
  .xs-pb_62 {
    padding-bottom: 62px;
  }
  .xs-pb_63 {
    padding-bottom: 63px;
  }
  .xs-pb_64 {
    padding-bottom: 64px;
  }
  .xs-pb_65 {
    padding-bottom: 65px;
  }
  .xs-pb_66 {
    padding-bottom: 66px;
  }
  .xs-pb_67 {
    padding-bottom: 67px;
  }
  .xs-pb_68 {
    padding-bottom: 68px;
  }
  .xs-pb_69 {
    padding-bottom: 69px;
  }
  .xs-pb_70 {
    padding-bottom: 70px;
  }
  .xs-pb_71 {
    padding-bottom: 71px;
  }
  .xs-pb_72 {
    padding-bottom: 72px;
  }
  .xs-pb_73 {
    padding-bottom: 73px;
  }
  .xs-pb_74 {
    padding-bottom: 74px;
  }
  .xs-pb_75 {
    padding-bottom: 75px;
  }
  .xs-pb_76 {
    padding-bottom: 76px;
  }
  .xs-pb_77 {
    padding-bottom: 77px;
  }
  .xs-pb_78 {
    padding-bottom: 78px;
  }
  .xs-pb_79 {
    padding-bottom: 79px;
  }
  .xs-pb_80 {
    padding-bottom: 80px;
  }
  .xs-pb_81 {
    padding-bottom: 81px;
  }
  .xs-pb_82 {
    padding-bottom: 82px;
  }
  .xs-pb_83 {
    padding-bottom: 83px;
  }
  .xs-pb_84 {
    padding-bottom: 84px;
  }
  .xs-pb_85 {
    padding-bottom: 85px;
  }
  .xs-pb_86 {
    padding-bottom: 86px;
  }
  .xs-pb_87 {
    padding-bottom: 87px;
  }
  .xs-pb_88 {
    padding-bottom: 88px;
  }
  .xs-pb_89 {
    padding-bottom: 89px;
  }
  .xs-pb_90 {
    padding-bottom: 90px;
  }
  .xs-pb_91 {
    padding-bottom: 91px;
  }
  .xs-pb_92 {
    padding-bottom: 92px;
  }
  .xs-pb_93 {
    padding-bottom: 93px;
  }
  .xs-pb_94 {
    padding-bottom: 94px;
  }
  .xs-pb_95 {
    padding-bottom: 95px;
  }
  .xs-pb_96 {
    padding-bottom: 96px;
  }
  .xs-pb_97 {
    padding-bottom: 97px;
  }
  .xs-pb_98 {
    padding-bottom: 98px;
  }
  .xs-pb_99 {
    padding-bottom: 99px;
  }
  .xs-pb_100 {
    padding-bottom: 100px;
  }
  .xs-pr_0 {
    padding-right: 0px;
  }
  .xs-pr_1 {
    padding-right: 1px;
  }
  .xs-pr_2 {
    padding-right: 2px;
  }
  .xs-pr_3 {
    padding-right: 3px;
  }
  .xs-pr_4 {
    padding-right: 4px;
  }
  .xs-pr_5 {
    padding-right: 5px;
  }
  .xs-pr_6 {
    padding-right: 6px;
  }
  .xs-pr_7 {
    padding-right: 7px;
  }
  .xs-pr_8 {
    padding-right: 8px;
  }
  .xs-pr_9 {
    padding-right: 9px;
  }
  .xs-pr_10 {
    padding-right: 10px;
  }
  .xs-pr_11 {
    padding-right: 11px;
  }
  .xs-pr_12 {
    padding-right: 12px;
  }
  .xs-pr_13 {
    padding-right: 13px;
  }
  .xs-pr_14 {
    padding-right: 14px;
  }
  .xs-pr_15 {
    padding-right: 15px;
  }
  .xs-pr_16 {
    padding-right: 16px;
  }
  .xs-pr_17 {
    padding-right: 17px;
  }
  .xs-pr_18 {
    padding-right: 18px;
  }
  .xs-pr_19 {
    padding-right: 19px;
  }
  .xs-pr_20 {
    padding-right: 20px;
  }
  .xs-pr_21 {
    padding-right: 21px;
  }
  .xs-pr_22 {
    padding-right: 22px;
  }
  .xs-pr_23 {
    padding-right: 23px;
  }
  .xs-pr_24 {
    padding-right: 24px;
  }
  .xs-pr_25 {
    padding-right: 25px;
  }
  .xs-pr_26 {
    padding-right: 26px;
  }
  .xs-pr_27 {
    padding-right: 27px;
  }
  .xs-pr_28 {
    padding-right: 28px;
  }
  .xs-pr_29 {
    padding-right: 29px;
  }
  .xs-pr_30 {
    padding-right: 30px;
  }
  .xs-pr_31 {
    padding-right: 31px;
  }
  .xs-pr_32 {
    padding-right: 32px;
  }
  .xs-pr_33 {
    padding-right: 33px;
  }
  .xs-pr_34 {
    padding-right: 34px;
  }
  .xs-pr_35 {
    padding-right: 35px;
  }
  .xs-pr_36 {
    padding-right: 36px;
  }
  .xs-pr_37 {
    padding-right: 37px;
  }
  .xs-pr_38 {
    padding-right: 38px;
  }
  .xs-pr_39 {
    padding-right: 39px;
  }
  .xs-pr_40 {
    padding-right: 40px;
  }
  .xs-pr_41 {
    padding-right: 41px;
  }
  .xs-pr_42 {
    padding-right: 42px;
  }
  .xs-pr_43 {
    padding-right: 43px;
  }
  .xs-pr_44 {
    padding-right: 44px;
  }
  .xs-pr_45 {
    padding-right: 45px;
  }
  .xs-pr_46 {
    padding-right: 46px;
  }
  .xs-pr_47 {
    padding-right: 47px;
  }
  .xs-pr_48 {
    padding-right: 48px;
  }
  .xs-pr_49 {
    padding-right: 49px;
  }
  .xs-pr_50 {
    padding-right: 50px;
  }
  .xs-pr_51 {
    padding-right: 51px;
  }
  .xs-pr_52 {
    padding-right: 52px;
  }
  .xs-pr_53 {
    padding-right: 53px;
  }
  .xs-pr_54 {
    padding-right: 54px;
  }
  .xs-pr_55 {
    padding-right: 55px;
  }
  .xs-pr_56 {
    padding-right: 56px;
  }
  .xs-pr_57 {
    padding-right: 57px;
  }
  .xs-pr_58 {
    padding-right: 58px;
  }
  .xs-pr_59 {
    padding-right: 59px;
  }
  .xs-pr_60 {
    padding-right: 60px;
  }
  .xs-pr_61 {
    padding-right: 61px;
  }
  .xs-pr_62 {
    padding-right: 62px;
  }
  .xs-pr_63 {
    padding-right: 63px;
  }
  .xs-pr_64 {
    padding-right: 64px;
  }
  .xs-pr_65 {
    padding-right: 65px;
  }
  .xs-pr_66 {
    padding-right: 66px;
  }
  .xs-pr_67 {
    padding-right: 67px;
  }
  .xs-pr_68 {
    padding-right: 68px;
  }
  .xs-pr_69 {
    padding-right: 69px;
  }
  .xs-pr_70 {
    padding-right: 70px;
  }
  .xs-pr_71 {
    padding-right: 71px;
  }
  .xs-pr_72 {
    padding-right: 72px;
  }
  .xs-pr_73 {
    padding-right: 73px;
  }
  .xs-pr_74 {
    padding-right: 74px;
  }
  .xs-pr_75 {
    padding-right: 75px;
  }
  .xs-pr_76 {
    padding-right: 76px;
  }
  .xs-pr_77 {
    padding-right: 77px;
  }
  .xs-pr_78 {
    padding-right: 78px;
  }
  .xs-pr_79 {
    padding-right: 79px;
  }
  .xs-pr_80 {
    padding-right: 80px;
  }
  .xs-pr_81 {
    padding-right: 81px;
  }
  .xs-pr_82 {
    padding-right: 82px;
  }
  .xs-pr_83 {
    padding-right: 83px;
  }
  .xs-pr_84 {
    padding-right: 84px;
  }
  .xs-pr_85 {
    padding-right: 85px;
  }
  .xs-pr_86 {
    padding-right: 86px;
  }
  .xs-pr_87 {
    padding-right: 87px;
  }
  .xs-pr_88 {
    padding-right: 88px;
  }
  .xs-pr_89 {
    padding-right: 89px;
  }
  .xs-pr_90 {
    padding-right: 90px;
  }
  .xs-pr_91 {
    padding-right: 91px;
  }
  .xs-pr_92 {
    padding-right: 92px;
  }
  .xs-pr_93 {
    padding-right: 93px;
  }
  .xs-pr_94 {
    padding-right: 94px;
  }
  .xs-pr_95 {
    padding-right: 95px;
  }
  .xs-pr_96 {
    padding-right: 96px;
  }
  .xs-pr_97 {
    padding-right: 97px;
  }
  .xs-pr_98 {
    padding-right: 98px;
  }
  .xs-pr_99 {
    padding-right: 99px;
  }
  .xs-pr_100 {
    padding-right: 100px;
  }
  .xs-pl_0 {
    padding-left: 0px;
  }
  .xs-pl_1 {
    padding-left: 1px;
  }
  .xs-pl_2 {
    padding-left: 2px;
  }
  .xs-pl_3 {
    padding-left: 3px;
  }
  .xs-pl_4 {
    padding-left: 4px;
  }
  .xs-pl_5 {
    padding-left: 5px;
  }
  .xs-pl_6 {
    padding-left: 6px;
  }
  .xs-pl_7 {
    padding-left: 7px;
  }
  .xs-pl_8 {
    padding-left: 8px;
  }
  .xs-pl_9 {
    padding-left: 9px;
  }
  .xs-pl_10 {
    padding-left: 10px;
  }
  .xs-pl_11 {
    padding-left: 11px;
  }
  .xs-pl_12 {
    padding-left: 12px;
  }
  .xs-pl_13 {
    padding-left: 13px;
  }
  .xs-pl_14 {
    padding-left: 14px;
  }
  .xs-pl_15 {
    padding-left: 15px;
  }
  .xs-pl_16 {
    padding-left: 16px;
  }
  .xs-pl_17 {
    padding-left: 17px;
  }
  .xs-pl_18 {
    padding-left: 18px;
  }
  .xs-pl_19 {
    padding-left: 19px;
  }
  .xs-pl_20 {
    padding-left: 20px;
  }
  .xs-pl_21 {
    padding-left: 21px;
  }
  .xs-pl_22 {
    padding-left: 22px;
  }
  .xs-pl_23 {
    padding-left: 23px;
  }
  .xs-pl_24 {
    padding-left: 24px;
  }
  .xs-pl_25 {
    padding-left: 25px;
  }
  .xs-pl_26 {
    padding-left: 26px;
  }
  .xs-pl_27 {
    padding-left: 27px;
  }
  .xs-pl_28 {
    padding-left: 28px;
  }
  .xs-pl_29 {
    padding-left: 29px;
  }
  .xs-pl_30 {
    padding-left: 30px;
  }
  .xs-pl_31 {
    padding-left: 31px;
  }
  .xs-pl_32 {
    padding-left: 32px;
  }
  .xs-pl_33 {
    padding-left: 33px;
  }
  .xs-pl_34 {
    padding-left: 34px;
  }
  .xs-pl_35 {
    padding-left: 35px;
  }
  .xs-pl_36 {
    padding-left: 36px;
  }
  .xs-pl_37 {
    padding-left: 37px;
  }
  .xs-pl_38 {
    padding-left: 38px;
  }
  .xs-pl_39 {
    padding-left: 39px;
  }
  .xs-pl_40 {
    padding-left: 40px;
  }
  .xs-pl_41 {
    padding-left: 41px;
  }
  .xs-pl_42 {
    padding-left: 42px;
  }
  .xs-pl_43 {
    padding-left: 43px;
  }
  .xs-pl_44 {
    padding-left: 44px;
  }
  .xs-pl_45 {
    padding-left: 45px;
  }
  .xs-pl_46 {
    padding-left: 46px;
  }
  .xs-pl_47 {
    padding-left: 47px;
  }
  .xs-pl_48 {
    padding-left: 48px;
  }
  .xs-pl_49 {
    padding-left: 49px;
  }
  .xs-pl_50 {
    padding-left: 50px;
  }
  .xs-pl_51 {
    padding-left: 51px;
  }
  .xs-pl_52 {
    padding-left: 52px;
  }
  .xs-pl_53 {
    padding-left: 53px;
  }
  .xs-pl_54 {
    padding-left: 54px;
  }
  .xs-pl_55 {
    padding-left: 55px;
  }
  .xs-pl_56 {
    padding-left: 56px;
  }
  .xs-pl_57 {
    padding-left: 57px;
  }
  .xs-pl_58 {
    padding-left: 58px;
  }
  .xs-pl_59 {
    padding-left: 59px;
  }
  .xs-pl_60 {
    padding-left: 60px;
  }
  .xs-pl_61 {
    padding-left: 61px;
  }
  .xs-pl_62 {
    padding-left: 62px;
  }
  .xs-pl_63 {
    padding-left: 63px;
  }
  .xs-pl_64 {
    padding-left: 64px;
  }
  .xs-pl_65 {
    padding-left: 65px;
  }
  .xs-pl_66 {
    padding-left: 66px;
  }
  .xs-pl_67 {
    padding-left: 67px;
  }
  .xs-pl_68 {
    padding-left: 68px;
  }
  .xs-pl_69 {
    padding-left: 69px;
  }
  .xs-pl_70 {
    padding-left: 70px;
  }
  .xs-pl_71 {
    padding-left: 71px;
  }
  .xs-pl_72 {
    padding-left: 72px;
  }
  .xs-pl_73 {
    padding-left: 73px;
  }
  .xs-pl_74 {
    padding-left: 74px;
  }
  .xs-pl_75 {
    padding-left: 75px;
  }
  .xs-pl_76 {
    padding-left: 76px;
  }
  .xs-pl_77 {
    padding-left: 77px;
  }
  .xs-pl_78 {
    padding-left: 78px;
  }
  .xs-pl_79 {
    padding-left: 79px;
  }
  .xs-pl_80 {
    padding-left: 80px;
  }
  .xs-pl_81 {
    padding-left: 81px;
  }
  .xs-pl_82 {
    padding-left: 82px;
  }
  .xs-pl_83 {
    padding-left: 83px;
  }
  .xs-pl_84 {
    padding-left: 84px;
  }
  .xs-pl_85 {
    padding-left: 85px;
  }
  .xs-pl_86 {
    padding-left: 86px;
  }
  .xs-pl_87 {
    padding-left: 87px;
  }
  .xs-pl_88 {
    padding-left: 88px;
  }
  .xs-pl_89 {
    padding-left: 89px;
  }
  .xs-pl_90 {
    padding-left: 90px;
  }
  .xs-pl_91 {
    padding-left: 91px;
  }
  .xs-pl_92 {
    padding-left: 92px;
  }
  .xs-pl_93 {
    padding-left: 93px;
  }
  .xs-pl_94 {
    padding-left: 94px;
  }
  .xs-pl_95 {
    padding-left: 95px;
  }
  .xs-pl_96 {
    padding-left: 96px;
  }
  .xs-pl_97 {
    padding-left: 97px;
  }
  .xs-pl_98 {
    padding-left: 98px;
  }
  .xs-pl_99 {
    padding-left: 99px;
  }
  .xs-pl_100 {
    padding-left: 100px;
  }
}
.text-center {
  text-align: center;
}

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

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

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

.to-left {
  float: left;
}

.to-right {
  float: right;
}

.gap-4 {
  gap: 4px;
}

.gap-6 {
  gap: 6px;
}

.gap-8 {
  gap: 8px;
}

.gap-12 {
  gap: 12px;
}

.gap-16 {
  gap: 16px;
}

.gap-24 {
  gap: 24px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  min-height: 1px;
}
.row .col.m1 {
  width: 0.0833333333;
}
.row .col.m2 {
  width: 0.1666666667;
}
.row .col.m3 {
  width: 0.25;
}
.row .col.m4 {
  width: 0.3333333333;
}
.row .col.m5 {
  width: 0.4166666667;
}
.row .col.m6 {
  width: 0.5;
}
.row .col.m7 {
  width: 0.5833333333;
}
.row .col.m8 {
  width: 0.6666666667;
}
.row .col.m9 {
  width: 0.75;
}
.row .col.m10 {
  width: 0.8333333333;
}
.row .col.m11 {
  width: 0.9166666667;
}
.row .col.m12 {
  width: 1;
}

@media (max-width: 1023px) {
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .row .col {
    float: left;
    min-height: 1px;
  }
  .row .col.s1 {
    width: 0.0833333333;
  }
  .row .col.s2 {
    width: 0.1666666667;
  }
  .row .col.s3 {
    width: 0.25;
  }
  .row .col.s4 {
    width: 0.3333333333;
  }
  .row .col.s5 {
    width: 0.4166666667;
  }
  .row .col.s6 {
    width: 0.5;
  }
  .row .col.s7 {
    width: 0.5833333333;
  }
  .row .col.s8 {
    width: 0.6666666667;
  }
  .row .col.s9 {
    width: 0.75;
  }
  .row .col.s10 {
    width: 0.8333333333;
  }
  .row .col.s11 {
    width: 0.9166666667;
  }
  .row .col.s12 {
    width: 1;
  }
}
@media (max-width: 768px) {
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .row .col {
    float: left;
    min-height: 1px;
  }
  .row .col.xs1 {
    width: 0.0833333333;
  }
  .row .col.xs2 {
    width: 0.1666666667;
  }
  .row .col.xs3 {
    width: 0.25;
  }
  .row .col.xs4 {
    width: 0.3333333333;
  }
  .row .col.xs5 {
    width: 0.4166666667;
  }
  .row .col.xs6 {
    width: 0.5;
  }
  .row .col.xs7 {
    width: 0.5833333333;
  }
  .row .col.xs8 {
    width: 0.6666666667;
  }
  .row .col.xs9 {
    width: 0.75;
  }
  .row .col.xs10 {
    width: 0.8333333333;
  }
  .row .col.xs11 {
    width: 0.9166666667;
  }
  .row .col.xs12 {
    width: 1;
  }
}
@media (max-width: 520px) {
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .row .col {
    float: left;
    min-height: 1px;
  }
  .row .col.xxs1 {
    width: 0.0833333333;
  }
  .row .col.xxs2 {
    width: 0.1666666667;
  }
  .row .col.xxs3 {
    width: 0.25;
  }
  .row .col.xxs4 {
    width: 0.3333333333;
  }
  .row .col.xxs5 {
    width: 0.4166666667;
  }
  .row .col.xxs6 {
    width: 0.5;
  }
  .row .col.xxs7 {
    width: 0.5833333333;
  }
  .row .col.xxs8 {
    width: 0.6666666667;
  }
  .row .col.xxs9 {
    width: 0.75;
  }
  .row .col.xxs10 {
    width: 0.8333333333;
  }
  .row .col.xxs11 {
    width: 0.9166666667;
  }
  .row .col.xxs12 {
    width: 1;
  }
}
.row_gutter10 {
  margin-left: -10px;
  margin-right: -10px;
}

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

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

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

.row_gutter25 {
  margin-left: -25px;
  margin-right: -25px;
}

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

input[type=submit],
button {
  cursor: pointer;
}

a,
input[type=submit],
button {
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
  text-decoration: none;
  transition: 0.3s ease;
}
a.btn-primary,
input[type=submit].btn-primary,
button.btn-primary {
  background-color: #076633;
  padding: 12px 16px;
  color: #262626;
  position: relative;
  transition: 0.5s ease;
  font-size: 16px;
  letter-spacing: 1.28px;
  line-height: normal;
  color: #fff8e9;
  font-weight: 700;
  text-align: center;
}
a.btn-primary:hover,
input[type=submit].btn-primary:hover,
button.btn-primary:hover {
  background: rgb(4.3798165138, 63.8201834862, 31.9100917431);
}
a.btn-primary.small,
input[type=submit].btn-primary.small,
button.btn-primary.small {
  padding: 8px 12px;
  font-size: 12px;
  letter-spacing: 0.96px;
}

@media screen and (min-width: 1024px) {
  input[type=submit],
  button {
    cursor: pointer;
  }
}
@media screen and (max-width: 520px) {
  input[type=submit],
  button {
    cursor: pointer;
  }
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 248, 233, 0.2);
}
.header .headerbar {
  width: 100%;
  height: 24px;
  position: relative;
  background-image: url(/images/paper.png);
  background-color: #72040c;
  background-blend-mode: color-burn;
}
.header .headerbar .headerbar-item {
  padding: 0 12px;
  position: relative;
}
.header .headerbar .headerbar-item:after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 1px;
  display: block;
}
.header .headerbar .headerbar-item:last-child {
  padding-right: 0;
}
.header .headerbar .headerbar-item:last-child:after {
  display: none;
}
.header .headerbar .ysg-rewards {
  color: #47bd7e;
}
.header .headerbar .ysg-rewards svg path {
  fill: #47bd7e;
}
.header .headerbar .self-pickup {
  color: #fff;
}
.header .headerbar .self-pickup svg path {
  fill: #fff;
}
.header .headerbar .ysg-rewards,
.header .headerbar .self-pickup {
  font-size: 12px;
  line-height: 14px;
}
.header .logo {
  flex-shrink: 0;
  margin-right: 10px;
  max-width: 165px;
}
.header .logo a,
.header .logo img {
  display: block;
}
.header .navmenu {
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
  gap: 32px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14.4px;
  letter-spacing: 0.08em;
  color: #fff8e9;
}
.header .navmenu li {
  position: relative;
}
.header .navmenu li:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e50000;
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  transition: 0.4s ease;
  transform-origin: left;
  transform: scaleX(0);
}
.header .navmenu li.navmenu-parent .navmenu-link {
  position: relative;
}
.header .navmenu li.navmenu-parent .navmenu-link:after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  right: -8px;
  top: 4px;
  margin: auto;
  display: inline-block;
  background-size: 5px;
  transition: 0.3s ease;
  transform: rotate(0);
}
.header .navmenu li:hover:after {
  transform: scaleX(1);
}
.header .navmenu li:hover .navmenu-link:after {
  transform: rotate(180deg);
}
.header .navmenu li:hover .navmenu-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .navmenu-dropdown {
  position: absolute;
  border: 1px solid #32302a;
  width: 200px;
  background-color: #fff8e9;
  top: calc(100% + 10px);
  left: -44%;
  transition: 0.4s ease;
  text-align: left;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
}
.header .navmenu-dropdown .navmenu-dropdown-item {
  color: #32302a;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 1.12px;
  padding: 8px 16px;
  transition: 0.4s ease;
  background-color: #fff8e9;
  cursor: pointer;
  transition: 0.4s ease;
}
.header .navmenu-dropdown .navmenu-dropdown-item:hover {
  background-color: #076633;
  color: #fffbf1;
}
.header .navmenu-dropdown .navmenu-dropdown-item:first-child:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #32302a;
  position: absolute;
  top: -1px;
  left: -4px;
  transform: rotate(-45deg);
}
.header .navmenu-dropdown .navmenu-dropdown-item:first-child:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #32302a;
  position: absolute;
  top: -1px;
  right: -4px;
  transform: rotate(45deg);
}
.header .navmenu-dropdown .navmenu-dropdown-item:last-child:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #32302a;
  position: absolute;
  bottom: -1px;
  left: -3px;
  transform: rotate(45deg);
}
.header .navmenu-dropdown .navmenu-dropdown-item:last-child:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #32302a;
  position: absolute;
  bottom: -1px;
  right: -3px;
  transform: rotate(-45deg);
}
.header .header-transparent {
  border-bottom: 1px solid rgba(255, 248, 233, 0.2);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.header .header-transparent .inner-header {
  padding: 20px 0 20px;
}
.header .header-transparent .navmenu li.navmenu-parent .navmenu-link:after {
  background: url(/images/icon/ico-chevrondown-menu.svg) no-repeat;
}
.header .header-fill {
  background: #fffbf1;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
}
.header .header-fill .inner-header {
  padding: 16px 0;
}
.header .header-fill .inner-header .content {
  padding: 0 80px;
}
.header .header-fill .logo {
  margin: 0;
}
.header .header-fill .navmenu {
  color: #32302a;
  margin: 0;
}
.header .header-fill .navmenu li.navmenu-parent .navmenu-link:after {
  background: url(/images/icon/ico-chevrondown-menu-black.svg) no-repeat;
}
.header .header-transparent,
.header .header-fill {
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  position: fixed;
  width: 100%;
  top: 24px;
  left: 0;
}
.header .header-hidden {
  opacity: 0;
  pointer-events: none;
}
.header .header-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.m-header {
  display: none;
}
.m-header .m-navmenu-btn {
  position: absolute;
  right: 12px;
  top: 18px;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
.m-header .m-navmenu-btn span {
  height: 3px;
  width: 75%;
  position: relative;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
.m-header .m-navmenu-btn span:before, .m-header .m-navmenu-btn span:after {
  content: "";
  height: inherit;
  width: 100%;
  background-color: #be1522;
  position: absolute;
}
.m-header .m-navmenu-btn span:before {
  top: -4px;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.m-header .m-navmenu-btn span:after {
  bottom: -4px;
  transition: bottom 75ms ease 0.12s, opacity 75ms ease;
}
.m-header .m-navmenu-btn.active {
  z-index: 110;
}
.m-header .m-navmenu-btn.active span {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.m-header .m-navmenu-btn.active span:before, .m-header .m-navmenu-btn.active span:after {
  background-color: #32302a;
}
.m-header .m-navmenu-btn.active span:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
}
.m-header .m-navmenu-btn.active span:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.m-header.header-visible .m-header-inner {
  background-color: #fffbf1;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
}
.m-header.header-visible .m-header-inner .logo-fill-header {
  opacity: 1;
}

.m-header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 0;
  background-color: transparent;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0);
  transition: 0.35s ease-in-out;
  position: relative;
}
.m-header-inner .logo {
  max-width: 165px;
}
.m-header-inner .logo-fill-header {
  position: absolute;
  left: -6px;
  right: 0;
  margin: auto;
  top: 7px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.m-header-inner .logo-fill-header img {
  max-width: 172px !important;
}

.m-navmenu {
  display: none;
}

.m-header-modal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  margin: auto;
  background-color: #fffbf1;
  width: 100%;
  height: 100%;
}
.m-header-modal .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 0;
}
.m-header-modal .logo img {
  max-width: 222px !important;
}
.m-header-modal .m-navmenu-btn span {
  background-color: #32302a;
}
.m-header-modal .navmenu-wrapper {
  overflow: auto;
  height: calc(100dvh - 83px);
  padding-bottom: 73px;
  position: relative;
}
.m-header-modal .navmenu-wrapper .button-wrapper {
  position: fixed;
  width: 100%;
  bottom: 20px;
  left: 0;
  padding: 0 20px;
}
.m-header-modal .navmenu {
  margin: 0;
}
.m-header-modal .navmenu li {
  text-align: center;
  padding: 20px 0;
  color: #32302a;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1.28px;
}
.m-header-modal .navmenu .navmenu-item {
  position: relative;
}
.m-header-modal .navmenu .navmenu-item .navmenu-item-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: relative;
}
.m-header-modal .navmenu .navmenu-item .navmenu-item-link:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e50000;
  position: absolute;
  left: 0;
  top: 110%;
  transition: 0.4s ease;
  transform-origin: left;
  transform: scaleX(0);
}
.m-header-modal .navmenu .navmenu-item.active .navmenu-item-link:after {
  transform: scaleX(1);
}
.m-header-modal .navmenu .navmenu-item.active .navmenu-dropdown {
  display: none;
}
.m-header-modal .navmenu .navmenu-dropdown {
  padding: 0 20px;
}
.m-header-modal .navmenu .navmenu-dropdown .navmenu-dropdown-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 0;
  margin-top: 10px;
  border: 1px solid #32302a;
  background-color: #fff8e9;
}
.m-header-modal .navmenu .navmenu-dropdown .navmenu-dropdown-inner .navmenu-dropdown-item {
  padding: 12px 16px;
}

@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
  .m-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 100;
    width: 100%;
  }
  .m-header .logo img {
    max-width: 150px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 520px) {
  .m-header .logo img {
    max-width: 150px;
  }
}
.footer {
  background-color: #e3e0d6;
}
.footer .footer-wrapper {
  padding-top: 40px;
  padding-bottom: 30px;
}
.footer .logo-footer {
  max-width: 196px;
}
.footer .inner-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer-desc {
  max-width: 420px;
  text-align: center;
  color: #32302a;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}
.footer .footer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px 48px;
  flex-wrap: wrap;
}
.footer .footer-menu li {
  color: #32302a;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.96px;
}
.footer .footer-socmed {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.footer .footer-socmed li {
  width: 32px;
  height: 32px;
}
.footer .footer-socmed li .footer-socmed-link {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(98, 94, 83, 0.5);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.footer .footer-socmed li .footer-socmed-link:hover {
  border-color: #32302a;
}
.footer .footer-socmed li .footer-socmed-link:hover .fa {
  color: #32302a;
}
.footer .footer-socmed li .fa {
  color: #625e53;
  transition: 0.3s ease;
}
.footer .copyright {
  text-align: center;
  background-color: #094022;
  color: #fff8e9;
  padding: 4px 0;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.48px;
}

@media screen and (max-width: 768px) {
  .footer .navbar {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .footer .footer-desc {
    display: none;
  }
}
::-webkit-input-placeholder {
  opacity: 0.6;
}

::-moz-placeholder {
  opacity: 0.6;
} /* firefox 19+ */
:-ms-input-placeholder {
  opacity: 0.6;
} /* ie */
input:-moz-placeholder {
  opacity: 0.6;
}

form,
.form {
  width: 100%;
  margin: 0;
  padding: 0;
}
form input,
form textarea,
form select,
.form input,
.form textarea,
.form select {
  position: relative;
  border: 1px solid #928f86;
  padding: 12px;
  -webkit-appearance: none;
  vertical-align: middle;
  width: auto;
  height: 38px;
  font-family: inherit;
  background-color: transparent;
  outline: 0;
  font-size: 12px;
  line-height: 14px;
  color: #32302a;
}
form input.small,
form textarea.small,
form select.small,
.form input.small,
.form textarea.small,
.form select.small {
  font-size: 11px;
  padding: 5px 10px;
  height: 35px;
}
form textarea,
.form textarea {
  height: auto;
  resize: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
form textarea.small,
.form textarea.small {
  height: auto;
  padding: 10px;
}
form input[type=button].qtyminus, form input[type=button].qtyplus,
.form input[type=button].qtyminus,
.form input[type=button].qtyplus {
  cursor: pointer;
  font-size: 18px;
  width: 35px;
  color: #f26877;
  font-weight: bold;
  padding: 0px 10px;
  border-right: 0;
  border-left: 0;
  border-radius: 50% 0 0 50%;
  background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
}
form input[type=button].qtyplus,
.form input[type=button].qtyplus {
  border-radius: 0 50% 50% 0;
}
form input[type=checkbox] ~ label,
form input[type=radio] ~ label,
.form input[type=checkbox] ~ label,
.form input[type=radio] ~ label {
  display: inline-block;
}
form input[type=file],
.form input[type=file] {
  background: white;
  border: 0;
  padding: 2px 0;
}
form input[type=number]::-webkit-outer-spin-button,
form input[type=number]::-webkit-inner-spin-button,
.form input[type=number]::-webkit-outer-spin-button,
.form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form input[type=number],
.form input[type=number] {
  -moz-appearance: textfield;
}
form label,
.form label {
  display: block;
  margin-bottom: 5px;
}
form .select,
.form .select {
  position: relative;
  background-image: url(/images/ico/ico-chevrondown.svg);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
form .has-error input,
form .has-error select,
form .has-error textarea,
.form .has-error input,
.form .has-error select,
.form .has-error textarea {
  border: 1px solid #ff0000;
  background-color: rgba(255, 107, 98, 0.12);
}
form .has-error .text-error,
.form .has-error .text-error {
  color: #ff6b62;
  font-size: 12px;
  line-height: 15px;
  display: block;
  margin-top: 4px;
}
form .label,
.form .label {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #262626;
  margin: 0;
  transition: all 0.3s;
  cursor: text;
  pointer-events: none;
  letter-spacing: 0;
  margin-bottom: 8px;
  display: block;
}
form .field,
.form .field {
  position: relative;
  max-width: 100%;
  margin-bottom: 15px;
}
form .field input,
form .field select,
form .field textarea,
.form .field input,
.form .field select,
.form .field textarea {
  width: 100%;
  transition: all 0.3s;
}
form .field input.qty,
form .field select.qty,
form .field textarea.qty,
.form .field input.qty,
.form .field select.qty,
.form .field textarea.qty {
  width: 42px;
}
form .field input[type=text] ~ i,
.form .field input[type=text] ~ i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 14px;
  height: 14px;
  background-size: 100%;
}
form .field input[type=text].small ~ i,
.form .field input[type=text].small ~ i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 12px;
  height: 12px;
  background-size: 100%;
}
form .field input[type=file],
.form .field input[type=file] {
  height: auto;
}
form .field input[type=checkbox],
form .field input[type=radio],
.form .field input[type=checkbox],
.form .field input[type=radio] {
  margin-bottom: 0;
  width: auto;
}
form .field input[type=submit],
.form .field input[type=submit] {
  width: auto;
  height: auto;
  margin: auto;
}
form .field.floating-label .label,
.form .field.floating-label .label {
  font-size: 11px;
  color: #142654;
  transform: translateY(0);
  opacity: 1;
}
form .field.floating-label input,
form .field.floating-label textarea,
.form .field.floating-label input,
.form .field.floating-label textarea {
  padding: 19px 20px 4px 20px;
}
form .field.floating-label ::-webkit-input-placeholder,
.form .field.floating-label ::-webkit-input-placeholder {
  opacity: 0;
}
form .field.floating-label ::-moz-placeholder,
.form .field.floating-label ::-moz-placeholder {
  opacity: 0;
}
form .field.floating-label :-ms-input-placeholder,
.form .field.floating-label :-ms-input-placeholder {
  opacity: 0;
}
form .field.floating-label :-moz-placeholder,
.form .field.floating-label :-moz-placeholder {
  opacity: 0;
}
form .form-group,
.form .form-group {
  margin-bottom: 32px;
}
form .form-row,
.form .form-row {
  margin: 0 -8px;
  margin-bottom: 24px;
}
form .form-row .col,
.form .form-row .col {
  padding: 0 8px;
}
form .form-row .field,
.form .form-row .field {
  margin-bottom: 0;
}
form .form-row .chosen-container,
form .form-row .chosen,
.form .form-row .chosen-container,
.form .form-row .chosen {
  min-width: 100%;
  width: 100% !important;
}
form .msg--error,
.form .msg--error {
  display: inline-block;
  border-bottom: 1px solid #e74001;
}
@media (max-width: 1024px) {
  form .field,
  .form .field {
    flex-flow: row wrap;
  }
  form .field input[type=checkbox],
  form .field input[type=radio],
  .form .field input[type=checkbox],
  .form .field input[type=radio] {
    width: 20px;
    height: 20px;
    margin: 2px 0;
  }
}
@media (max-width: 600px) {
  form input,
  form textarea,
  form select,
  .form input,
  .form textarea,
  .form select {
    width: 100%;
  }
  form input[type=checkbox],
  form input[type=radio],
  .form input[type=checkbox],
  .form input[type=radio] {
    width: 20px;
    height: 20px;
  }
  form .field input,
  form .field select,
  form .field textarea,
  .form .field input,
  .form .field select,
  .form .field textarea {
    width: 100%;
  }
  form .field .span6,
  .form .field .span6 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  form .field .span6:last-child,
  .form .field .span6:last-child {
    margin: 0;
  }
  form .input--error input,
  form .input--error select,
  form .input--error textarea,
  .form .input--error input,
  .form .input--error select,
  .form .input--error textarea {
    border: 1px solid #f26877;
  }
  form .input--error .selectize .selectize-input,
  .form .input--error .selectize .selectize-input {
    border: 1px solid #f26877 !important;
  }
}

.form-control {
  width: 100%;
  border-radius: 2px;
  height: 45px;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  padding: 12px 20px 11px 20px;
}
.form-control:focus {
  border-color: #f7b81c;
  background-color: #f0f0f0;
}

.form-container {
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}
.form-container .form-head {
  background-color: #f1f7f9;
  padding: 14px 24px;
  min-height: 100px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.form-container .form-body {
  padding: 24px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.required {
  width: 6px;
  height: 6px;
  background-color: #ff6b62;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  margin-left: 0;
}

.upload-field {
  background: #ffffff;
  border: 1px solid rgba(70, 70, 70, 0.24);
  border-radius: 4px;
  padding: 5px;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: flex-start;
}
.upload-field .upload-button {
  background-image: linear-gradient(180deg, #fafafa 0%, #e7e7e7 100%);
  box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  padding: 3px;
  width: 90px;
  flex-shrink: 0;
  margin: 0;
}
.upload-field .upload-button:active {
  background-image: linear-gradient(180deg, rgb(242.35, 242.35, 242.35) 0%, rgb(223.35, 223.35, 223.35) 100%);
}
.upload-field .upload-path {
  width: calc(100% - 90px);
  padding: 3px 12px;
  display: flex;
  align-items: center;
}
.upload-field .upload-path p {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.datepick {
  background-image: url("/images/ico/ico-date.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea.form-control {
  height: 200px;
}

@media (max-width: 768px) {
  form .form-group,
  .form .form-group {
    margin-bottom: 16px;
  }
  form .form-row,
  .form .form-row {
    margin-bottom: 8px;
  }
  form .form-row .field,
  .form .form-row .field {
    margin-bottom: 16px;
  }
  .form-container .form-head {
    min-height: auto;
  }
  .form-container .form-body {
    padding: 12px;
  }
  .upload-field {
    font-size: 14px;
  }
}
.tab-container .tab-button ul {
  display: flex;
  gap: 23px;
  margin: 0;
  padding: 4px 0;
}
.tab-container .tab-button .tab-button-ul .tab-button-li {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.04em;
  color: #32302a;
  opacity: 0.6;
  transition: 0.3s ease;
}
.tab-container .tab-button .tab-button-ul .tab-button-li.active {
  opacity: 1;
}
.tab-container .tab-button .tab-button-ul .tab-button-li.active .tab-button-a:after {
  transform: scale(1);
}
.tab-container .tab-button .tab-button-ul .tab-button-li .tab-button-a {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tab-container .tab-button .tab-button-ul .tab-button-li .tab-button-a:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #32302a;
  position: absolute;
  left: 0;
  top: calc(100% + 3px);
  transform: scale(0);
  transform-origin: left;
  transition: 0.3s ease;
}

.tab-content {
  display: none;
}

@media screen and (max-width: 520px) {
  .tab-container .tab-button {
    justify-content: flex-start;
    text-align: left;
  }
  .tab-container .tab-button .tab-button-ul {
    justify-content: center;
    margin: 0;
  }
  .tab-container .tab-button .tab-button-ul .tab-button-li {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.04em;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.section.promotions {
  background: #8f0a15;
  color: #fff8e9;
  padding: 60px 0 80px;
}
.section.promotions .main-title {
  font-size: 72px;
  line-height: normal;
  letter-spacing: -1.44px;
}
.section.promotions .main-desc {
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 2.24px;
  margin-top: 1px;
  opacity: 0.7;
}
.section.promotions .promotions-carousel {
  margin-top: 32px;
}
.section.promotions .promotions-carousel .promotions-slide .inner {
  padding: 0 8px;
}
.section.promotions .promotions-carousel .promotions-slide .slide-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.section.promotions .promotions-carousel .promotions-slide .slide-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section.promotions .promotions-carousel .promotions-slide .slide-text {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.56px;
}

.location-list {
  min-height: 300px;
}
.location-list .location-list-item .thumb-img {
  width: 100%;
  aspect-ratio: 16/12;
  overflow: hidden;
}
.location-list .location-list-item .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  color: #32302a;
  margin-top: 2px;
  display: block;
}
.location-list .location-list-item .desc {
  font-size: 16px;
  line-height: 175%;
  color: #32302a;
  margin-top: 2px;
  display: block;
}
.location-list .location-list-item .map-link {
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.009em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #be1522;
  margin-top: 2px;
}
.location-list .location-list-item .map-link:hover {
  text-decoration: none;
}
.location-list .location-list-item-placeholder .thumb-img {
  width: 100%;
  aspect-ratio: 16/12;
  background-color: #d5d5d5;
  border-radius: 4px;
}
.location-list .location-list-item-placeholder .title,
.location-list .location-list-item-placeholder .desc,
.location-list .location-list-item-placeholder .link {
  background-color: #d5d5d5;
  height: 20px;
  margin-top: 10px;
  border-radius: 4px;
}
.location-list .location-list-item-placeholder .title {
  width: 60%;
}
.location-list .location-list-item-placeholder .desc {
  width: 80%;
}
.location-list .location-list-item-placeholder .link {
  width: 40%;
}

/* Updated lightbox styles with animations */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  /* Slick Slider Customization */
  /* Custom Slick Arrow Styles */
}
.lightbox.active .lightbox-backdrop {
  opacity: 1;
}
.lightbox.active .lightbox-content,
.lightbox.active .thumbnail-slider-wrapper {
  opacity: 1;
  transform: translateY(0);
}
.lightbox.active .nav-btn,
.lightbox.active .close-btn,
.lightbox.active .title-image,
.lightbox.active .mobile-thumbs {
  opacity: 1;
}
.lightbox .lightbox-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.lightbox .lightbox-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0 40px;
}
.lightbox .lightbox-content {
  flex-shrink: 0;
  position: relative;
  flex: 1;
  max-width: 90%;
  max-height: 90vh;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 717px;
  margin: auto;
}
.lightbox .thumbnail-slider-wrapper {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-in-out;
}
.lightbox .lightbox-header {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #32302a;
  display: none;
  gap: 12px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 1010;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #32302a;
}
.lightbox .lightbox-header .gallery-title {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
.lightbox .lightbox-header .gallery-count {
  font-size: inherit;
  line-height: inherit;
}
.lightbox .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1010;
}
.lightbox .lightbox-slider .slide-item {
  position: relative;
}
.lightbox .lightbox-slider .slide-item img {
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.lightbox .thumbnail-slider {
  margin: 0 50px;
}
.lightbox .thumbnail-slider .thumb-item {
  padding: 5px;
}
.lightbox .thumbnail-slider img {
  width: 100%;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.lightbox .thumbnail-slider .slick-current img {
  opacity: 1;
}
.lightbox .slick-prev,
.lightbox .slick-next {
  z-index: 1;
  width: 40px;
  height: 40px;
}
.lightbox .slick-prev:before,
.lightbox .slick-next:before {
  font-size: 40px;
}
.lightbox .lightbox-slider .slick-prev {
  left: -35px;
}
.lightbox .lightbox-slider .slick-prev:hover {
  left: -40px;
}
.lightbox .lightbox-slider .slick-next {
  right: -35px;
}
.lightbox .lightbox-slider .slick-next:hover {
  right: -40px;
}
.lightbox .thumb-frame {
  border: 1px solid #e3e0d6;
}
.lightbox .thumb-frame:before {
  border-left: 3px solid #e3e0d6;
}
.lightbox .thumb-frame:after {
  border-left: 3px solid #e3e0d6;
}
.lightbox .thumb-frame .thumb-frame-inner:before {
  border-right: 3px solid #e3e0d6;
}
.lightbox .thumb-frame .thumb-frame-inner:after {
  border-right: 3px solid #e3e0d6;
}
.lightbox .mobile-only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .section.promotions .content {
    padding: 0;
  }
}
@media screen and (min-width: 521px) {
  .location-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 40px;
  }
  .location-list .location-list-item .thumb-img img {
    transition: 0.3s ease;
    transform: scale(1);
  }
  .location-list .location-list-item .thumb-img:hover img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 520px) {
  .section.promotions {
    padding: 60px 0;
  }
  .section.promotions .content,
  .section.promotions .container1336 {
    padding: 0;
  }
  .section.promotions .main-title {
    font-size: 48px;
    letter-spacing: normal;
    margin-bottom: 0;
  }
  .section.promotions .main-desc {
    margin-top: 2px;
  }
  .section.promotions .promotions-carousel {
    margin-top: 16px;
  }
  .section.promotions .promotions-carousel .slick-list {
    padding: 0 24px;
  }
  .section.promotions .promotions-carousel .promotions-slide .inner {
    padding: 0 5px;
  }
  .location-list {
    margin: 0 -15px; /* Compensate for container padding */
    padding-bottom: 60px;
  }
  .location-list .location-list-item,
  .location-list .location-list-item-placeholder {
    padding: 0 6px;
  }
  .location-list .slick-list {
    overflow: visible;
    padding: 0 20px;
  }
  .location-list .slick-list .slick-slide {
    opacity: 0.5;
    transition: 0.3s ease;
  }
  .location-list .slick-list .slick-slide.slick-current.slick-active {
    opacity: 1;
  }
  .lightbox {
    /* Adjust main slider spacing for mobile */
  }
  .lightbox .mobile-thumbs {
    display: flex;
    gap: 10px;
    padding: 10px;
    margin-top: 10px;
  }
  .lightbox .mobile-thumb {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
  }
  .lightbox .mobile-thumb.active {
    opacity: 1;
  }
  .lightbox .lightbox-backdrop {
    background-color: #fffbf1;
    background-image: url(/images/paper-base.png);
    background-blend-mode: luminosity;
  }
  .lightbox .lightbox-header {
    display: flex;
    color: #32302a;
  }
  .lightbox .close-btn {
    color: #32302a;
  }
  .lightbox .lightbox-wrapper {
    padding: 0;
    position: relative;
  }
  .lightbox .lightbox-content {
    padding: 0px;
  }
  .lightbox .thumbnail-slider-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .lightbox .thumbnail-slider {
    margin: 10px 30px;
  }
  .lightbox .thumbnail-slider .slick-list {
    overflow: visible;
  }
  .lightbox .thumbnail-slider .thumb-item {
    padding: 3px;
  }
  .lightbox .thumbnail-slider img {
    width: 100%;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s;
  }
  .lightbox .thumbnail-slider .slick-current img {
    opacity: 1;
  }
  .lightbox .lightbox-slider {
    margin-bottom: 10px;
  }
  .lightbox .thumb-frame {
    border: 0px solid #e3e0d6;
  }
  .lightbox .thumb-frame:before, .lightbox .thumb-frame:after {
    display: none;
  }
  .lightbox .thumb-frame .thumb-frame-inner {
    padding: 0;
  }
  .lightbox .thumb-frame .thumb-frame-inner:before, .lightbox .thumb-frame .thumb-frame-inner:after {
    display: none;
  }
  .lightbox .mobile-only {
    display: block !important;
  }
}
/* Pages */
.page--home {
  overflow-x: hidden;
}
.page--home .section {
  position: relative;
}
.page--home .section.hero-banner {
  width: 100%;
  aspect-ratio: 16/6.7;
  position: relative;
}
.page--home .section.hero-banner .hero-image {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
}
.page--home .section.hero-banner .hero-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page--home .section.hero-banner .hero-image video,
.page--home .section.hero-banner .hero-image iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page--home .section.hero-banner .hero-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44));
  background-blend-mode: normal, multiply, normal;
  z-index: 2;
}
.page--home .section.hero-banner .hero-text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  color: #fff8e9;
}
.page--home .section.hero-banner .hero-text h1 {
  font-size: 72px;
  line-height: normal;
  letter-spacing: -1.44px;
}
.page--home .section.hero-banner .hero-text h5 {
  font-size: 20px;
  line-height: 32px;
  opacity: 0.6;
}
.page--home .section.hero-banner .scroll-text {
  position: absolute;
  bottom: 23px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.page--home .section.hero-banner .scroll-text .scroll-text-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.page--home .section.hero-banner .scroll-text .scroll-icon {
  width: 16px;
}
.page--home .section.hero-banner .scroll-text span {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 2.4px;
  opacity: 0.8;
  color: #fff8e9;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page--home .section.intro {
  padding: 80px 0 60px;
}
.page--home .section.intro .ornament-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 344px;
  z-index: 0;
}
.page--home .section.intro .content {
  position: relative;
  z-index: 1;
}
.page--home .section.intro .intro-title {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.8px;
  color: #be1522;
}
.page--home .section.intro .intro-desc {
  display: block;
  font-size: 20px;
  line-height: 32px;
  margin-top: 16px;
}
.page--home .section.intro .intro-icon {
  max-width: 302px;
  margin: 24px auto 0;
}
.page--home .section.intro .carousel-intro-wrapper {
  position: relative;
  margin-top: 80px;
  width: 90%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page--home .section.intro .carousel-intro-wrapper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.page--home .section.intro .carousel-intro-wrapper .swiper-slide {
  width: auto !important;
}
.page--home .section.intro .carousel-intro-container {
  z-index: 1;
  padding: 12px 12px 12px 0;
  border: 1px solid #32302a;
  border-left: 0;
  position: relative;
  overflow: hidden;
}
.page--home .section.intro .carousel-intro-container:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #32302a;
  position: absolute;
  top: -2px;
  right: -1px;
  transform: rotate(-45deg);
}
.page--home .section.intro .carousel-intro-container:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #32302a;
  position: absolute;
  bottom: -2px;
  right: -1px;
  transform: rotate(45deg);
}
.page--home .section.intro .carousel-intro {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.page--home .section.intro .carousel-intro .carousel-slide {
  flex-shrink: 0;
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page--home .section.intro .carousel-intro .carousel-slide .carousel-img {
  max-height: 320px;
  pointer-events: none;
}
.page--home .section.restaurants {
  padding: 60px 0 80px;
}
.page--home .section.restaurants .ornament-1 {
  position: absolute;
  max-width: 368px;
  top: 0;
  left: 0;
  z-index: 0;
}
.page--home .section.restaurants .container1214 {
  position: relative;
  z-index: 1;
}
.page--home .section.restaurants .main-title {
  font-size: 72px;
  line-height: normal;
  color: #32302a;
}
.page--home .section.restaurants .main-desc {
  color: #be1522;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 3.36px;
  margin-top: 4px;
}
.page--home .section.restaurants .restaurant-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -3px;
  margin-top: 20px;
}
.page--home .section.restaurants .restaurant-list .list-item {
  padding: 3px;
  width: 25%;
  aspect-ratio: 3/3.5;
}
.page--home .section.restaurants .restaurant-list .list-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(0deg, #32302a 0%, #32302a 100%), lightgray 50%/cover no-repeat;
  overflow: hidden;
}
.page--home .section.restaurants .restaurant-list .list-link:after {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page--home .section.restaurants .restaurant-list .list-link .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
  transition: 0.3s ease-in-out;
  transform: scale(1);
}
.page--home .section.restaurants .restaurant-list .list-link .logo {
  max-width: 200px;
  position: relative;
  z-index: 2;
}
.page--home .section.restaurants .restaurant-list .list-link:hover .bg {
  transform: scale(1.08);
}
.page--home .section.our-chefs {
  position: relative;
  padding: 70px 0 120px;
}
.page--home .section.our-chefs .ornament-1,
.page--home .section.our-chefs .ornament-2 {
  position: absolute;
}
.page--home .section.our-chefs .ornament-1 {
  top: -120px;
  right: -10px;
  max-width: 433px;
}
.page--home .section.our-chefs .ornament-2 {
  bottom: -50px;
  left: -100px;
  max-width: 213px;
}
.page--home .section.our-chefs .content-wrapper {
  position: relative;
}
.page--home .section.our-chefs .content-row {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.page--home .section.our-chefs .content-col {
  width: 50%;
}
.page--home .section.our-chefs .main-title {
  font-size: 72px;
  line-height: normal;
  color: #32302a;
}
.page--home .section.our-chefs .sub-title {
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 2.24px;
  color: rgba(190, 21, 34, 0.5);
  margin-top: 4px;
}
.page--home .section.our-chefs .sub-title b {
  color: #be1522;
}
.page--home .section.our-chefs .main-desc {
  font-size: 20px;
  line-height: 32px;
  margin-top: 24px;
}
.page--home .section.our-chefs .content-left {
  padding: 0 70px 0 24px;
}
.page--home .section.our-chefs .content-left img {
  display: none;
  max-width: 393px;
  width: 100%;
}
.page--home .section.our-chefs .content-right img {
  max-width: 578px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .page--home .section.hero-banner {
    aspect-ratio: 16/9;
  }
  .page--home .section.hero-banner .hero-text h1 {
    font-size: 56px;
    line-height: normal;
    margin-top: 30px;
  }
  .page--home .section.hero-banner .hero-text h5 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .page--home .section.restaurants {
    padding: 60px 0 30px;
  }
  .page--home .section.restaurants .restaurant-list .list-item {
    width: 33.3333333333%;
  }
  .page--home .section.intro .ornament-1 {
    right: -40px;
    max-width: 172px;
  }
  .page--home .section.intro .carousel-intro-wrapper {
    width: 100%;
  }
  .page--home .section.intro .carousel-intro-wrapper:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 3px solid #32302a;
    position: absolute;
    top: -1px;
    left: 0px;
    transform: rotate(45deg);
  }
  .page--home .section.intro .carousel-intro-wrapper:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 3px solid #32302a;
    position: absolute;
    bottom: -1px;
    left: 0px;
    transform: rotate(-45deg);
  }
  .page--home .section.intro .carousel-intro-container {
    padding: 8px;
    border: 1px solid #32302a;
  }
  .page--home .section.intro .carousel-intro {
    display: flex;
    align-items: center;
    gap: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .page--home .section.intro .carousel-intro .carousel-slide {
    flex-shrink: 0;
  }
  .page--home .section.intro .carousel-intro .carousel-slide .carousel-img {
    max-height: 320px;
  }
  .page--home .section.restaurants .ornament-1 {
    max-width: 260px;
  }
  .page--home .section.our-chefs {
    padding: 30px 0 60px;
  }
  .page--home .section.our-chefs .ornament-1 {
    max-width: 216px;
    top: -80px;
  }
  .page--home .section.our-chefs .ornament-2 {
    max-width: 106px;
    bottom: -50px;
    left: -10px;
  }
  .page--home .section.our-chefs .content-row {
    flex-direction: column;
    align-items: center;
  }
  .page--home .section.our-chefs .content-col {
    width: 100%;
  }
  .page--home .section.our-chefs .main-title {
    font-size: 72px;
    line-height: normal;
    color: #32302a;
  }
  .page--home .section.our-chefs .content-left {
    padding: 0;
    text-align: center;
  }
  .page--home .section.our-chefs .content-left img {
    display: block;
    margin: 18px auto 0;
  }
  .page--home .section.our-chefs .content-right {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .page--home .section.hero-banner {
    aspect-ratio: auto;
    width: 100%;
    height: 100dvh;
  }
  .page--home .section.hero-banner .hero-text {
    padding: 0 24px;
  }
  .page--home .section.hero-banner .hero-text h1 {
    font-size: 48px;
    letter-spacing: -0.96px;
  }
  .page--home .section.hero-banner .hero-text h5 {
    font-size: 14px;
    line-height: 26px;
    margin-top: 8px;
  }
  .page--home .section.intro {
    padding: 60px 0 30px;
  }
  .page--home .section.intro .content {
    padding: 0;
  }
  .page--home .section.intro .intro-title {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.04em;
  }
  .page--home .section.intro .intro-desc {
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
  }
  .page--home .section.intro .intro-icon {
    max-width: 302px;
    margin: 20px auto 0;
  }
  .page--home .section.intro .carousel-intro-wrapper {
    margin-top: 24px;
  }
  .page--home .section.restaurants .ornament-1 {
    max-width: 184px;
    left: -20px;
    top: 40px;
  }
  .page--home .section.restaurants .container1214 {
    padding: 0;
  }
  .page--home .section.restaurants .content {
    padding: 0 20px;
  }
  .page--home .section.restaurants .main-title {
    font-size: 48px;
  }
  .page--home .section.restaurants .main-desc {
    margin-top: 2px;
  }
  .page--home .section.restaurants .restaurant-list {
    margin-top: 20px;
  }
  .page--home .section.restaurants .restaurant-list .list-item {
    width: 100%;
    aspect-ratio: 16/8;
  }
  .page--home .section.restaurants .restaurant-list .list-link .logo {
    max-width: 132px;
  }
  .page--home .section.our-chefs .content {
    padding: 0;
  }
  .page--home .section.our-chefs .main-title {
    font-size: 48px;
  }
  .page--home .section.our-chefs .sub-title {
    margin-top: 2px;
  }
  .page--home .section.our-chefs .main-desc {
    font-size: 18px;
    line-height: 28px;
  }
}
.page--restaurant-detail {
  overflow: hidden;
  position: relative;
}
.page--restaurant-detail .ornament-1,
.page--restaurant-detail .ornament-2,
.page--restaurant-detail .ornament-3 {
  position: absolute;
}
.page--restaurant-detail .ornament-1 {
  max-width: 341px;
  right: -30px;
  top: 12%;
}
.page--restaurant-detail .ornament-2 {
  max-width: 334px;
  left: -80px;
  top: 30%;
}
.page--restaurant-detail .ornament-3 {
  max-width: 300px;
  right: -60px;
  top: 48%;
}
.page--restaurant-detail .btn-primary {
  background: #edbd01;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  color: #32302a;
  padding: 12px 16px;
  position: relative;
  transition: 0.5s ease;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}
.page--restaurant-detail .max-width-482 {
  max-width: 482px;
}
.page--restaurant-detail .max-width-560 {
  max-width: 560px;
}
.page--restaurant-detail .section.main-detail-banner {
  width: 100%;
  height: 428px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--restaurant-detail .section.main-detail-banner .img-bg-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--restaurant-detail .section.main-detail-banner .img-bg-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32));
  background-blend-mode: normal, multiply, normal;
}
.page--restaurant-detail .section.main-detail-banner .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page--restaurant-detail .section.main-detail-banner .img-logo {
  max-width: 210px;
  position: relative;
  z-index: 2;
  margin-top: 68px;
}
.page--restaurant-detail .section.main-detail-banner .floating-menu {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  background-image: url(/images/paper.png);
  background-color: #edbd01;
  background-blend-mode: color-burn;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  max-width: 614px;
}
.page--restaurant-detail .section.main-detail-banner .floating-menu .floating-menu-content {
  display: flex;
  min-height: 60px;
}
.page--restaurant-detail .section.main-detail-banner .floating-menu .floating-menu-content .item {
  width: 33.3333333333%;
  padding: 0 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page--restaurant-detail .section.main-detail-banner .floating-menu .floating-menu-content .item:after {
  content: "";
  width: 1px;
  height: 32px;
  background-color: #32302a;
  position: absolute;
  right: 0;
  top: 14px;
  opacity: 0.3;
}
.page--restaurant-detail .section.main-detail-banner .floating-menu .floating-menu-content .item:last-child:after {
  display: none;
}
.page--restaurant-detail .section.restaurant-profile {
  padding-top: 90px;
  padding-bottom: 30px;
}
.page--restaurant-detail .section.restaurant-profile .profile-section {
  font-weight: 300;
  font-size: 16px;
  line-height: 175%;
  color: #32302a;
}
.page--restaurant-detail .section.menu-section {
  padding: 30px 0;
}
.page--restaurant-detail .section.menu-section .menu-content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}
.page--restaurant-detail .section.menu-section .menu-content .menu-desc {
  padding-right: 32px;
}
.page--restaurant-detail .section.menu-section .menu-content .menu-pdf {
  margin-top: -20px;
}
.page--restaurant-detail .section.location-section {
  padding-top: 30px;
  padding-bottom: 80px;
}
.page--restaurant-detail .profile-title-line {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 24px;
}
.page--restaurant-detail .profile-title-line .title {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 63px;
  color: #32302a;
}
.page--restaurant-detail .profile-title-line .other-info {
  flex: 1 1 0%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  padding-bottom: 9px;
}
.page--restaurant-detail .profile-title-line .other-info:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #32302a;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page--restaurant-detail .profile-title-line .other-info .second-title {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #32302a;
}
.page--restaurant-detail .profile-title-line .other-info .ig-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.page--restaurant-detail .profile-title-line .other-info .ig-info span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  letter-spacing: 0.04em;
  color: #32302a;
}
.page--restaurant-detail .profile-title-centered {
  margin: 0 auto 32px;
  text-align: center;
}
.page--restaurant-detail .profile-title-centered .img-icon {
  margin-bottom: 2px;
  display: inline-block;
  max-width: 28px;
}
.page--restaurant-detail .profile-title-centered .title {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 63px;
  color: #32302a;
}
.page--restaurant-detail .profile-title-centered .ig-info {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.page--restaurant-detail .profile-title-centered .ig-info svg {
  flex-shrink: 0;
}
.page--restaurant-detail .profile-title-centered .ig-info span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  letter-spacing: 0.04em;
  color: #32302a;
}
.page--restaurant-detail .profile-title-centered .desc {
  margin-top: 24px;
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}
.page--restaurant-detail.detail-phobaba .profile-section .profile-section-row, .page--restaurant-detail.detail-dongkhoi .profile-section .profile-section-row {
  margin-bottom: 60px;
}
.page--restaurant-detail.detail-phobaba .profile-section .profile-section-row:last-child, .page--restaurant-detail.detail-dongkhoi .profile-section .profile-section-row:last-child {
  margin-bottom: 0;
}
.page--restaurant-detail.detail-phobaba .profile-section .section-1, .page--restaurant-detail.detail-dongkhoi .profile-section .section-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.page--restaurant-detail.detail-phobaba .profile-section .section-2, .page--restaurant-detail.detail-dongkhoi .profile-section .section-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}
.page--restaurant-detail.detail-phobaba .profile-section .section-2 .thumb-desc .thumb-frame, .page--restaurant-detail.detail-dongkhoi .profile-section .section-2 .thumb-desc .thumb-frame {
  margin-bottom: 60px;
}
.page--restaurant-detail.detail-phobaba .profile-section .section-2 .thumb-2-mobile .slick-dots, .page--restaurant-detail.detail-dongkhoi .profile-section .section-2 .thumb-2-mobile .slick-dots {
  bottom: 24px;
}
.page--restaurant-detail.detail-phobaba .profile-section .section-2 .title, .page--restaurant-detail.detail-dongkhoi .profile-section .section-2 .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #be1522;
  margin-bottom: 12px;
}
.page--restaurant-detail.detail-phobaba .profile-section .section-3, .page--restaurant-detail.detail-dongkhoi .profile-section .section-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.page--restaurant-detail.detail-phobaba .image-thumb-1, .page--restaurant-detail.detail-dongkhoi .image-thumb-1 {
  max-width: 248px;
}
.page--restaurant-detail.detail-phobaba .image-thumb-300, .page--restaurant-detail.detail-dongkhoi .image-thumb-300 {
  max-width: 300px;
}
.page--restaurant-detail.detail-phobaba .image-thumb-520, .page--restaurant-detail.detail-dongkhoi .image-thumb-520 {
  max-width: 520px;
}
.page--restaurant-detail.detail-phobaba .image-thumb-540, .page--restaurant-detail.detail-dongkhoi .image-thumb-540 {
  max-width: 540px;
}
.page--restaurant-detail.detail-phobaba .section.promotions,
.page--restaurant-detail.detail-phobaba .section.main-detail-banner .floating-menu,
.page--restaurant-detail.detail-phobaba .btn-primary, .page--restaurant-detail.detail-dongkhoi .section.promotions,
.page--restaurant-detail.detail-dongkhoi .section.main-detail-banner .floating-menu,
.page--restaurant-detail.detail-dongkhoi .btn-primary {
  background-color: #edbd01;
  color: #32302a;
}
.page--restaurant-detail.detail-phobaba .slick-slider .slick-arrow, .page--restaurant-detail.detail-dongkhoi .slick-slider .slick-arrow {
  background: url("/images/icon/ico-arrowleft-black.svg") no-repeat;
}
.page--restaurant-detail.detail-madamemai .profile-section .profile-section-row {
  margin-bottom: 32px;
}
.page--restaurant-detail.detail-madamemai .profile-section .profile-section-row:last-child {
  margin-bottom: 0;
}
.page--restaurant-detail.detail-madamemai .profile-section .section-1 {
  width: 75%;
}
.page--restaurant-detail.detail-madamemai .profile-section .section-2 .image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.page--restaurant-detail.detail-madamemai .image-thumb-476 {
  max-width: 476px;
}
.page--restaurant-detail.detail-madamemai .section.promotions,
.page--restaurant-detail.detail-madamemai .section.main-detail-banner .floating-menu,
.page--restaurant-detail.detail-madamemai .btn-primary {
  background-color: #18dfd5;
  color: #32302a;
}
.page--restaurant-detail.detail-madamemai .slick-slider .slick-arrow {
  background: url("/images/icon/ico-arrowleft-black.svg") no-repeat;
}
.page--restaurant-detail.detail-saigondelight .profile-section .profile-section-row {
  margin-bottom: 32px;
}
.page--restaurant-detail.detail-saigondelight .profile-section .profile-section-row:last-child {
  margin-bottom: 0;
}
.page--restaurant-detail.detail-saigondelight .profile-section .section-2 .image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.page--restaurant-detail.detail-saigondelight .image-thumb-476 {
  max-width: 476px;
}
.page--restaurant-detail.detail-saigondelight .section.promotions,
.page--restaurant-detail.detail-saigondelight .section.main-detail-banner .floating-menu,
.page--restaurant-detail.detail-saigondelight .btn-primary {
  background-color: #dda236;
  color: #32302a;
}
.page--restaurant-detail.detail-saigondelight .slick-slider .slick-arrow {
  background: url("/images/icon/ico-arrowleft-black.svg") no-repeat;
}
.page--restaurant-detail.detail-saigoncafe .profile-title-centered .desc, .page--restaurant-detail.detail-saigonngon .profile-title-centered .desc {
  text-align: justify;
}
.page--restaurant-detail.detail-saigoncafe .profile-section .section-1, .page--restaurant-detail.detail-saigonngon .profile-section .section-1 {
  padding-bottom: 60px;
  max-width: 39%;
  margin: 0 auto;
}
.page--restaurant-detail.detail-saigoncafe .profile-section .section-1 .slick-list, .page--restaurant-detail.detail-saigonngon .profile-section .section-1 .slick-list {
  overflow: visible !important;
}
.page--restaurant-detail.detail-saigoncafe .profile-section .section-slider, .page--restaurant-detail.detail-saigonngon .profile-section .section-slider {
  margin: 0 -10px;
  display: none;
}
.page--restaurant-detail.detail-saigoncafe .profile-section .section-slider.slick-slider, .page--restaurant-detail.detail-saigonngon .profile-section .section-slider.slick-slider {
  display: block;
}
.page--restaurant-detail.detail-saigoncafe .profile-section .section-slider .slick-dots, .page--restaurant-detail.detail-saigonngon .profile-section .section-slider .slick-dots {
  bottom: -30px;
}
.page--restaurant-detail.detail-saigoncafe .profile-section .outer-slide-image, .page--restaurant-detail.detail-saigonngon .profile-section .outer-slide-image {
  padding: 0 10px;
}
.page--restaurant-detail.detail-saigoncafe .profile-section .wrapper-slide-image, .page--restaurant-detail.detail-saigonngon .profile-section .wrapper-slide-image {
  background-color: #fff8e9;
  display: flex;
}
.page--restaurant-detail.detail-saigoncafe .profile-section .wrapper-slide-image .text-wrapper, .page--restaurant-detail.detail-saigonngon .profile-section .wrapper-slide-image .text-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #32302a;
  padding: 0px 12px;
  width: 24px;
}
.page--restaurant-detail.detail-saigoncafe .profile-section .wrapper-slide-image .text-wrapper:before, .page--restaurant-detail.detail-saigonngon .profile-section .wrapper-slide-image .text-wrapper:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 3px solid #32302a;
  position: absolute;
  top: -2px;
  left: -1px;
  transform: rotate(45deg);
}
.page--restaurant-detail.detail-saigoncafe .profile-section .wrapper-slide-image .text-wrapper:after, .page--restaurant-detail.detail-saigonngon .profile-section .wrapper-slide-image .text-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 3px solid #32302a;
  position: absolute;
  bottom: -2px;
  left: -1px;
  transform: rotate(-45deg);
}
.page--restaurant-detail.detail-saigoncafe .profile-section .wrapper-slide-image .text-wrapper .text-inner, .page--restaurant-detail.detail-saigonngon .profile-section .wrapper-slide-image .text-wrapper .text-inner {
  transform: rotate(90deg);
  width: 100%;
  transform-origin: center left;
  font-weight: 300;
  font-size: 10px;
  line-height: 16px;
  text-align: justify;
  color: #32302a;
  opacity: 0.7;
}
.page--restaurant-detail.detail-saigoncafe .profile-section .wrapper-slide-image .text-wrapper .text-inner span, .page--restaurant-detail.detail-saigonngon .profile-section .wrapper-slide-image .text-wrapper .text-inner span {
  white-space: nowrap;
  display: block;
}
.page--restaurant-detail.detail-saigoncafe .profile-section .wrapper-slide-image .image-wrapper, .page--restaurant-detail.detail-saigonngon .profile-section .wrapper-slide-image .image-wrapper {
  flex: 1 1 0%;
  position: relative;
  overflow: hidden;
}
.page--restaurant-detail.detail-saigoncafe .profile-section .wrapper-slide-image .image-wrapper img, .page--restaurant-detail.detail-saigonngon .profile-section .wrapper-slide-image .image-wrapper img {
  width: 100%;
  aspect-ratio: 16/10.75;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page--restaurant-detail.detail-saigoncafe .profile-section .desc-container, .page--restaurant-detail.detail-saigonngon .profile-section .desc-container {
  padding: 0 32px;
}
.page--restaurant-detail.detail-saigoncafe .profile-section .desc-container .title, .page--restaurant-detail.detail-saigonngon .profile-section .desc-container .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #be1522;
}
.page--restaurant-detail.detail-saigoncafe .profile-section .desc-container .desc, .page--restaurant-detail.detail-saigonngon .profile-section .desc-container .desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  color: #32302a;
  display: block;
  margin-top: 12px;
}
.page--restaurant-detail.detail-saigoncafe .profile-section .thumb-frame, .page--restaurant-detail.detail-saigonngon .profile-section .thumb-frame {
  margin-top: 32px;
}
.page--restaurant-detail.detail-saigoncafe .profile-section .thumb-frame .thumb-frame-inner, .page--restaurant-detail.detail-saigonngon .profile-section .thumb-frame .thumb-frame-inner {
  padding: 20px;
}
.page--restaurant-detail.detail-saigoncafe .profile-section .thumb-frame .gallery-box-images,
.page--restaurant-detail.detail-saigoncafe .profile-section .thumb-frame .gallery-box-images-parent, .page--restaurant-detail.detail-saigonngon .profile-section .thumb-frame .gallery-box-images,
.page--restaurant-detail.detail-saigonngon .profile-section .thumb-frame .gallery-box-images-parent {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.page--restaurant-detail.detail-saigoncafe .profile-section .thumb-frame .gallery-box-images-item,
.page--restaurant-detail.detail-saigoncafe .profile-section .thumb-frame .gallery-box-images-parent-child, .page--restaurant-detail.detail-saigonngon .profile-section .thumb-frame .gallery-box-images-item,
.page--restaurant-detail.detail-saigonngon .profile-section .thumb-frame .gallery-box-images-parent-child {
  aspect-ratio: 1/1;
  position: relative;
}
.page--restaurant-detail.detail-saigoncafe .section.promotions,
.page--restaurant-detail.detail-saigoncafe .section.main-detail-banner .floating-menu,
.page--restaurant-detail.detail-saigoncafe .btn-primary, .page--restaurant-detail.detail-saigonngon .section.promotions,
.page--restaurant-detail.detail-saigonngon .section.main-detail-banner .floating-menu,
.page--restaurant-detail.detail-saigonngon .btn-primary {
  background-color: #d8b08a;
  color: #32302a;
}
.page--restaurant-detail.detail-saigoncafe .slick-slider .slick-arrow, .page--restaurant-detail.detail-saigonngon .slick-slider .slick-arrow {
  background: url("/images/icon/ico-arrowleft-black.svg") no-repeat;
}
.page--restaurant-detail.detail-saigonngon .section.promotions,
.page--restaurant-detail.detail-saigonngon .section.main-detail-banner .floating-menu,
.page--restaurant-detail.detail-saigonngon .btn-primary {
  background-color: #f68657;
  color: #32302a;
}
.page--restaurant-detail.detail-saigonngon .slick-slider .slick-arrow {
  background: url("/images/icon/ico-arrowleft-black.svg") no-repeat;
}
.page--restaurant-detail.detail-dongkhoi .image-thumb-1 {
  max-width: 317px;
}
.page--restaurant-detail.detail-dongkhoi .section.promotions,
.page--restaurant-detail.detail-dongkhoi .section.main-detail-banner .floating-menu,
.page--restaurant-detail.detail-dongkhoi .btn-primary {
  background-color: #dbc16d;
  color: #32302a;
}
.page--restaurant-detail.detail-dongkhoi .slick-slider .slick-arrow {
  background: url("/images/icon/ico-arrowleft-black.svg") no-repeat;
}

@media screen and (max-width: 520px) {
  .page--restaurant-detail .ornament-1,
  .page--restaurant-detail .ornament-2,
  .page--restaurant-detail .ornament-3 {
    display: none;
  }
  .page--restaurant-detail .section.main-detail-banner {
    height: 393px;
  }
  .page--restaurant-detail .section.main-detail-banner:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44));
  }
  .page--restaurant-detail .section.main-detail-banner .img-logo {
    max-width: 157px;
    margin: 0;
  }
  .page--restaurant-detail .section.main-detail-banner .floating-menu {
    width: 90%;
  }
  .page--restaurant-detail .section.main-detail-banner .floating-menu .floating-menu-content .item {
    width: 50%;
  }
  .page--restaurant-detail .section.main-detail-banner .floating-menu .floating-menu-content .item:nth-child(1) {
    display: none;
  }
  .page--restaurant-detail .section.main-detail-banner .floating-menu .show-m {
    display: flex !important;
  }
  .page--restaurant-detail .section.restaurant-profile {
    padding-top: 69px;
    padding-bottom: 20px;
  }
  .page--restaurant-detail .section.restaurant-profile .profile-section {
    font-weight: 300;
    font-size: 16px;
    line-height: 175%;
    color: #32302a;
  }
  .page--restaurant-detail .profile-title-line {
    display: block;
  }
  .page--restaurant-detail .profile-title-line .title {
    font-size: 32px;
    line-height: 39px;
    text-align: center;
  }
  .page--restaurant-detail .profile-title-line .other-info {
    display: block;
    padding-bottom: 3px;
    padding-top: 12px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
  }
  .page--restaurant-detail .profile-title-line .other-info .second-title {
    font-size: 16px;
    line-height: 19px;
    display: none;
  }
  .page--restaurant-detail .profile-title-line .other-info .ig-info svg {
    width: 12px;
    height: 12px;
  }
  .page--restaurant-detail .profile-title-line .other-info .ig-info span {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.08em;
  }
  .page--restaurant-detail .profile-title-line.no-socmed .other-info:after {
    display: none;
  }
  .page--restaurant-detail .profile-title-line.no-socmed .other-info .second-title {
    display: block;
  }
  .page--restaurant-detail .profile-title-line.no-socmed .other-info .ig-info {
    display: none;
  }
  .page--restaurant-detail .profile-title-centered {
    margin: 0 auto 24px;
    text-align: center;
  }
  .page--restaurant-detail .profile-title-centered .img-icon {
    margin-bottom: 10px;
    width: 20px;
  }
  .page--restaurant-detail .profile-title-centered .title {
    font-size: 32px;
    line-height: 39px;
    text-align: center;
  }
  .page--restaurant-detail .profile-title-centered .ig-info {
    margin: 12px auto 0;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-bottom: 1px solid #32302a;
  }
  .page--restaurant-detail .profile-title-centered .ig-info span {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.08em;
  }
  .page--restaurant-detail .profile-title-centered .desc {
    margin-top: 24px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.009em;
    text-align: center;
  }
  .page--restaurant-detail.detail-phobaba .section.menu-section, .page--restaurant-detail.detail-dongkhoi .section.menu-section {
    padding-top: 0;
  }
  .page--restaurant-detail.detail-phobaba .profile-section .profile-section-row, .page--restaurant-detail.detail-dongkhoi .profile-section .profile-section-row {
    margin-bottom: 36px;
  }
  .page--restaurant-detail.detail-phobaba .profile-section .section-2, .page--restaurant-detail.detail-dongkhoi .profile-section .section-2 {
    margin: 0;
  }
  .page--restaurant-detail.detail-phobaba .section-1, .page--restaurant-detail.detail-dongkhoi .section-1 {
    text-align: center;
  }
  .page--restaurant-detail.detail-phobaba .section-2, .page--restaurant-detail.detail-dongkhoi .section-2 {
    text-align: center;
    margin: 0;
  }
  .page--restaurant-detail.detail-phobaba .section-2 .thumb-2-mobile, .page--restaurant-detail.detail-dongkhoi .section-2 .thumb-2-mobile {
    margin: 0 -16px;
  }
  .page--restaurant-detail.detail-madamemai .section.menu-section {
    padding: 30px 0;
  }
  .page--restaurant-detail.detail-madamemai .section.menu-section .menu-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
  }
  .page--restaurant-detail.detail-madamemai .profile-section .profile-section-row {
    margin-bottom: 36px;
  }
  .page--restaurant-detail.detail-madamemai .profile-section .section-1 {
    width: 100%;
    text-align: center;
  }
  .page--restaurant-detail.detail-madamemai .profile-section .section-2 .image-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 6px;
  }
  .page--restaurant-detail.detail-saigondelight .profile-section .profile-section-row {
    margin-bottom: 32px;
  }
  .page--restaurant-detail.detail-saigondelight .profile-section .section-2 .image-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 6px;
  }
  .page--restaurant-detail.detail-saigoncafe .profile-title-centered .desc, .page--restaurant-detail.detail-saigonngon .profile-title-centered .desc {
    text-align: justify;
  }
  .page--restaurant-detail.detail-saigoncafe .profile-section .section-1, .page--restaurant-detail.detail-saigonngon .profile-section .section-1 {
    padding-top: 4px;
    max-width: 100%;
  }
  .page--restaurant-detail.detail-saigoncafe .profile-section .section-slider, .page--restaurant-detail.detail-saigonngon .profile-section .section-slider {
    padding: 0 32px;
  }
  .page--restaurant-detail.detail-saigoncafe .profile-section .section-slider .slick-dots, .page--restaurant-detail.detail-saigonngon .profile-section .section-slider .slick-dots {
    bottom: -36px;
    margin-left: -40px;
  }
  .page--restaurant-detail.detail-saigoncafe .profile-section .outer-slide-image, .page--restaurant-detail.detail-saigonngon .profile-section .outer-slide-image {
    padding: 0 5px;
  }
  .page--restaurant-detail.detail-saigoncafe .profile-section .desc-container, .page--restaurant-detail.detail-saigonngon .profile-section .desc-container {
    padding: 0;
  }
  .page--restaurant-detail.detail-saigoncafe .profile-section .thumb-frame, .page--restaurant-detail.detail-saigonngon .profile-section .thumb-frame {
    margin: 28px -16px 0;
  }
  .page--restaurant-detail.detail-saigoncafe .profile-section .thumb-frame .gallery-box-images,
  .page--restaurant-detail.detail-saigoncafe .profile-section .thumb-frame .gallery-box-images-parent, .page--restaurant-detail.detail-saigonngon .profile-section .thumb-frame .gallery-box-images,
  .page--restaurant-detail.detail-saigonngon .profile-section .thumb-frame .gallery-box-images-parent {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}
.page--about {
  background-color: #000000;
  position: relative;
  padding-top: 180px;
  min-height: calc(100dvh - 100px);
}
.page--about .main-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 16/6.6;
  z-index: 0;
}
.page--about .main-bg .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.page--about .main-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.8) 52.27%, #000000 100%);
  border-radius: 0px;
}
.page--about .ornament-1,
.page--about .ornament-2,
.page--about .ornament-3 {
  position: absolute;
}
.page--about .ornament-1 {
  max-width: 267px;
  right: 0;
  top: 20%;
}
.page--about .ornament-2 {
  max-width: 316px;
  left: 0;
  top: 45%;
}
.page--about .ornament-3 {
  max-width: 373px;
  right: 0;
  top: 67%;
}
.page--about .max-w-598 {
  max-width: 598px;
}
.page--about .btn-link {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.009em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #be1522;
}
.page--about .section {
  position: relative;
  z-index: 1;
}
.page--about .section.intro-profile {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 17px;
}
.page--about .section.intro-profile .title-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff8e9;
  max-width: 333px;
}
.page--about .section.intro-profile .icon-scroll {
  max-width: 16px;
  margin: 0 auto;
  display: block;
}
.page--about .section.intro-profile .desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.004em;
  color: #fff8e9;
}
.page--about .section.image-story {
  display: flex;
  padding: 40px 0;
}
.page--about .section.image-story .inner-container {
  width: 80%;
}
.page--about .section.image-story .thumb-frame {
  border: 1px solid #be1522;
  padding: 12px;
}
.page--about .section.image-story .container-text .title-wrapper {
  display: flex;
  align-items: flex-start;
  position: relative;
  gap: 18px;
  margin-left: -44px;
}
.page--about .section.image-story .container-text .title-wrapper .number {
  font-family: "Cormorant Infant";
  font-size: 20px;
  line-height: 28px;
  color: #fff8e9;
}
.page--about .section.image-story .container-text .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #fff8e9;
}
.page--about .section.image-story .container-text .desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #fff8e9;
  opacity: 0.8;
  display: block;
  margin-top: 24px;
}
.page--about .section.image-story .container-text .btn-link {
  margin-top: 8px;
}
.page--about .section.image-story .container-text-mobile {
  padding: 20px;
  padding-left: 60px;
  padding-top: 40px;
}
.page--about .section.image-story .wrapper-image-story {
  display: flex;
}
.page--about .section.image-story .wrapper-image-story .thumb-image {
  width: 45%;
  aspect-ratio: 16/10;
  overflow: hidden;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page--about .section.image-story .wrapper-image-story .container-text {
  width: 55%;
  padding: 60px;
  padding-left: 100px;
}
.page--about .section.image-story.story-left {
  justify-content: flex-start;
}
.page--about .section.image-story.story-left .wrapper-image-story {
  flex-direction: row;
}
.page--about .section.image-story.story-left .thumb-frame {
  border-left: 0;
  padding-left: 0;
}
.page--about .section.image-story.story-left .thumb-frame:before {
  border-left: 3px solid #be1522;
}
.page--about .section.image-story.story-left .thumb-frame:after {
  border-left: 3px solid #be1522;
}
.page--about .section.image-story.story-right {
  justify-content: flex-end;
}
.page--about .section.image-story.story-right .wrapper-image-story {
  flex-direction: row-reverse;
}
.page--about .section.image-story.story-right .thumb-frame {
  border-right: 0;
  padding-right: 0;
}
.page--about .section.image-story.story-right .thumb-frame:before {
  border-left: 0px solid transparent;
  border-right: 3px solid #be1522;
  left: -1px;
  right: initial;
}
.page--about .section.image-story.story-right .thumb-frame:after {
  border-left: 0px solid transparent;
  border-right: 3px solid #be1522;
  left: -1px;
  right: initial;
}
.page--about .section.about-maps {
  padding-top: 120px;
  padding-bottom: 80px;
}
.page--about .section.about-maps .content-map {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.page--about .section.about-maps .copy-wrapper .title {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 63px;
  color: #fff8e9;
}
.page--about .section.about-maps .copy-wrapper .subtitle {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #fff8e9;
  display: block;
  margin-top: 27px;
}
.page--about .section.about-maps .copy-wrapper .desc {
  font-size: 16px;
  line-height: 24px;
  color: #fff8e9;
  display: block;
  margin-top: 20px;
}
.page--about .section.about-maps .copy-wrapper .btn-primary {
  margin-top: 20px;
}
.page--about .section.about-maps .thumb-frame {
  border: 1px solid #fff8e9;
}
.page--about .section.about-maps .thumb-frame:before {
  border-left: 3px solid #fff8e9;
}
.page--about .section.about-maps .thumb-frame:after {
  border-left: 3px solid #fff8e9;
}
.page--about .section.about-maps .thumb-frame .thumb-frame-inner {
  padding: 12px;
}
.page--about .section.about-maps .thumb-frame .thumb-frame-inner:before {
  border-right: 3px solid #fff8e9;
}
.page--about .section.about-maps .thumb-frame .thumb-frame-inner:after {
  border-right: 3px solid #fff8e9;
}
.page--about .section.about-maps .thumb-frame img {
  max-width: 546px;
  width: 100%;
}
.page--about .section.about-maps .thumb-frame iframe {
  display: block;
}
.page--about .section.about-maps .thumb-frame #map {
  width: 100%;
  aspect-ratio: 16/10;
  width: 546px;
  height: 354px;
}

@media screen and (max-width: 520px) {
  .page--about {
    padding-top: 100px;
  }
  .page--about .main-bg {
    aspect-ratio: 16/14.2;
  }
  .page--about .ornament-1 {
    max-width: 267px;
    right: 0;
    top: 20%;
  }
  .page--about .ornament-2 {
    max-width: 316px;
    left: 0;
    top: 45%;
  }
  .page--about .ornament-3 {
    max-width: 373px;
    right: 0;
    top: 67%;
  }
  .page--about .max-w-598 {
    max-width: 598px;
  }
  .page--about .btn-link {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.009em;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #be1522;
  }
  .page--about .section.intro-profile {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 17px;
  }
  .page--about .section.intro-profile .title-group {
    font-size: 32px;
    line-height: 39px;
  }
  .page--about .section.image-story {
    padding: 20px 0;
    display: block;
  }
  .page--about .section.image-story .wrapper-image-story .thumb-image {
    width: 100%;
    aspect-ratio: 16/11;
  }
  .page--about .section.image-story.story-right {
    justify-content: flex-start;
  }
  .page--about .section.image-story.story-right .wrapper-image-story {
    flex-direction: row;
  }
  .page--about .section.image-story.story-right .thumb-frame {
    border-left: 0;
    border-right: 1px solid #be1522;
    padding-right: 12px;
    padding-left: 0;
  }
  .page--about .section.about-maps {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .page--about .section.about-maps .container, .page--about .section.about-maps .container320, .page--about .section.about-maps .container350, .page--about .section.about-maps .container480, .page--about .section.about-maps .container500, .page--about .section.about-maps .container600, .page--about .section.about-maps .container640, .page--about .section.about-maps .container700, .page--about .section.about-maps .container710, .page--about .section.about-maps .container720, .page--about .section.about-maps .container768, .page--about .section.about-maps .container800, .page--about .section.about-maps .container875, .page--about .section.about-maps .container900, .page--about .section.about-maps .container960, .page--about .section.about-maps .container980, .page--about .section.about-maps .container985, .page--about .section.about-maps .container1018, .page--about .section.about-maps .container1024, .page--about .section.about-maps .container1130, .page--about .section.about-maps .container1200, .page--about .section.about-maps .container1214, .page--about .section.about-maps .container1280, .page--about .section.about-maps .container1300, .page--about .section.about-maps .container1336, .page--about .section.about-maps .container1440, .page--about .section.about-maps .container1520, .page--about .section.about-maps .container1920 {
    padding: 0;
  }
  .page--about .section.about-maps .content-map {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .page--about .section.about-maps .copy-wrapper {
    padding: 20px;
  }
  .page--about .section.about-maps .copy-wrapper .title {
    font-size: 32px;
    line-height: 39px;
  }
  .page--about .section.about-maps .copy-wrapper .subtitle {
    font-size: 24px;
    line-height: 28px;
    color: #fff8e9;
    margin-top: 20px;
  }
  .page--about .section.about-maps .copy-wrapper .desc {
    font-size: 16px;
    line-height: 24px;
  }
  .page--about .section.about-maps .copy-wrapper .btn-primary {
    width: 100%;
  }
  .page--about .section.about-maps .thumb-frame #map {
    width: 100%;
    height: 237px;
  }
}
.page--gallery .max-w-986 {
  max-width: 986px;
}
.page--gallery .section.gallery-header {
  min-height: 341px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 60px;
  padding-top: 8.75rem;
  padding-bottom: 24px;
}
.page--gallery .section.gallery-header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.8) 52.27%, #000000 100%);
}
.page--gallery .section.gallery-header .main-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}
.page--gallery .section.gallery-header .title {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 63px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff8e9;
  position: relative;
  z-index: 2;
}
.page--gallery .section.gallery-header .tab-button {
  position: relative;
  z-index: 2;
}
.page--gallery .section.gallery-header .tab-button .tab-button-ul {
  padding: 0;
  gap: 12px;
}
.page--gallery .section.gallery-header .tab-button .tab-button-ul .tab-button-li {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.08em;
  color: #fff8e9;
  opacity: 1;
}
.page--gallery .section.gallery-header .tab-button .tab-button-ul .tab-button-li .tab-button-a {
  padding: 12px 16px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.page--gallery .section.gallery-header .tab-button .tab-button-ul .tab-button-li .tab-button-a:after {
  display: none;
}
.page--gallery .section.gallery-header .tab-button .tab-button-ul .tab-button-li.active .tab-button-a {
  background-color: #076633;
  border: 1px solid #076633;
}
.page--gallery .section.gallery-content {
  padding-top: 20px;
  padding-bottom: 80px;
}
.page--gallery .section.gallery-content .gallery-image-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.page--gallery .section.gallery-content .gallery-image-list .img-thumb {
  width: 100%;
  aspect-ratio: 16/10.7;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
}
.page--gallery .section.gallery-content .gallery-image-item-placeholder .thumb-img {
  width: 100%;
  aspect-ratio: 16/10.7;
  background-color: #d5d5d5;
  border-radius: 4px;
}

@media screen and (max-width: 520px) {
  .page--gallery .max-w-986 {
    max-width: 986px;
  }
  .page--gallery .section.gallery-header {
    min-height: 332px;
    padding: 0;
  }
  .page--gallery .section.gallery-header .title {
    font-size: 32px;
    line-height: 39px;
    margin: 0;
  }
  .page--gallery .section.gallery-header .tab-button {
    flex-shrink: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  .page--gallery .section.gallery-header .tab-button .tab-button-ul {
    padding: 0 20px;
    overflow: auto;
    justify-content: flex-start;
    margin-bottom: -10px;
    padding-bottom: 10px;
  }
  .page--gallery .section.gallery-header .tab-button .tab-button-ul .tab-button-li {
    white-space: nowrap;
  }
  .page--gallery .section.gallery-content {
    padding-top: 16px;
    padding-bottom: 40px;
    min-height: 300px;
  }
  .page--gallery .section.gallery-content .gallery-image-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
  }
  .page--gallery .section.gallery-content .gallery-image-list .gallery-image-item:nth-child(5n+1),
  .page--gallery .section.gallery-content .gallery-image-list .gallery-image-item-placeholder:nth-child(5n+1) {
    grid-column: span 3/span 3;
  }
  .page--gallery .section.gallery-content .gallery-image-list .gallery-image-item:nth-child(5n+2), .page--gallery .section.gallery-content .gallery-image-list .gallery-image-item:nth-child(5n+5),
  .page--gallery .section.gallery-content .gallery-image-list .gallery-image-item-placeholder:nth-child(5n+2),
  .page--gallery .section.gallery-content .gallery-image-list .gallery-image-item-placeholder:nth-child(5n+5) {
    grid-column: span 2/span 2;
  }
  .page--gallery .section.gallery-content .gallery-image-list .img-thumb,
  .page--gallery .section.gallery-content .gallery-image-list .thumb-img {
    aspect-ratio: 16/9.5;
    min-height: 156px;
    border-radius: 4px;
  }
  .page--gallery .section.gallery-content .gallery-image-item-placeholder .thumb-img {
    width: 100%;
    aspect-ratio: 16/10.7;
    background-color: #d5d5d5;
    border-radius: 4px;
  }
}
.page--careers .max-w-985,
.page--career-detail .max-w-985 {
  max-width: 985px;
}
.page--careers .max-w-738,
.page--career-detail .max-w-738 {
  max-width: 738px;
}
.page--careers .section.careers-header,
.page--career-detail .section.careers-header {
  min-height: 341px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 40px;
}
.page--careers .section.careers-header:before,
.page--career-detail .section.careers-header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.8) 52.27%, #000000 100%);
}
.page--careers .section.careers-header .bg-green,
.page--career-detail .section.careers-header .bg-green {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
  background-color: #094022;
}
.page--careers .section.careers-header .main-bg,
.page--career-detail .section.careers-header .main-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}
.page--careers .section.careers-header .title,
.page--career-detail .section.careers-header .title {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 63px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff8e9;
  position: relative;
  z-index: 2;
}
.page--careers .section.careers-header .subtitle,
.page--career-detail .section.careers-header .subtitle {
  font-size: 16px;
  line-height: 28px;
  color: #fff8e9;
  opacity: 0.6;
  margin-top: 12px;
  position: relative;
  z-index: 2;
}
.page--careers .section.careers-header .btn-back,
.page--career-detail .section.careers-header .btn-back {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  position: absolute;
  top: 150px;
  left: 80px;
  z-index: 2;
}
.page--careers .section.careers-header .btn-back:hover,
.page--career-detail .section.careers-header .btn-back:hover {
  color: #fff;
}
.page--careers .section.careers-header .btn-back .img-icon,
.page--career-detail .section.careers-header .btn-back .img-icon {
  max-width: 12px;
}
.page--careers .section.careers-header .btn-back span,
.page--career-detail .section.careers-header .btn-back span {
  font-size: 16px;
  line-height: 19px;
  color: #e3e0d6;
  transition: 0.3s ease;
}
.page--careers .section.careers-filter,
.page--career-detail .section.careers-filter {
  position: relative;
}
.page--careers .section.careers-filter .filter-wrapper,
.page--career-detail .section.careers-filter .filter-wrapper {
  background-color: #fff;
  padding: 24px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.page--careers .section.careers-filter .filter-label,
.page--career-detail .section.careers-filter .filter-label {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.08em;
  color: #32302a;
  margin-bottom: 8px;
}
.page--careers .section.careers-filter .floating-form,
.page--career-detail .section.careers-filter .floating-form {
  position: relative;
  width: 100%;
  margin-top: -53px;
  z-index: 50;
}
.page--careers .section.careers-list,
.page--career-detail .section.careers-list {
  padding: 40px 60px;
}
.page--careers .section.careers-list .list-career,
.page--career-detail .section.careers-list .list-career {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.page--careers .section.careers-list .list-career .list-career-item,
.page--career-detail .section.careers-list .list-career .list-career-item {
  background: #ffffff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  transition: 0.3s ease;
}
.page--careers .section.careers-list .list-career .list-career-item:hover,
.page--career-detail .section.careers-list .list-career .list-career-item:hover {
  background-color: #f8f8f8;
}
.page--careers .section.careers-list .list-career .list-career-item-inner,
.page--career-detail .section.careers-list .list-career .list-career-item-inner {
  padding: 16px 12px;
  width: 100%;
}
.page--careers .section.careers-list .list-career .list-career-item-inner .title,
.page--career-detail .section.careers-list .list-career .list-career-item-inner .title {
  font-size: 16px;
  line-height: 19px;
  color: #32302a;
}
.page--careers .section.careers-list .list-career .list-career-item-inner .subtitle,
.page--career-detail .section.careers-list .list-career .list-career-item-inner .subtitle {
  display: block;
  margin-top: 8px;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.08em;
  color: #32302a;
  opacity: 0.5;
}
.page--careers .title-line,
.page--career-detail .title-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.page--careers .title-line .title,
.page--career-detail .title-line .title {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 39px;
  color: #32302a;
}
.page--careers .title-line .other-info,
.page--career-detail .title-line .other-info {
  flex: 1 1 0%;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  position: relative;
  padding-bottom: 9px;
}
.page--careers .title-line .other-info:after,
.page--career-detail .title-line .other-info:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #32302a;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.2;
}
.page--careers .select2-container .select2-selection--single,
.page--career-detail .select2-container .select2-selection--single {
  height: 38px;
}
.page--careers .select2-container--default .select2-selection--single,
.page--career-detail .select2-container--default .select2-selection--single {
  border-radius: 0;
}
.page--careers .select2-container--default .select2-selection--single .select2-selection__rendered,
.page--career-detail .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}
.page--careers .select2-container .select2-selection--single .select2-selection__rendered,
.page--career-detail .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  font-size: 12px;
  color: #32302a;
}
.page--careers .select2-container--default .select2-selection--single .select2-selection__arrow,
.page--career-detail .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 14px;
  height: 14px;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  background: url("/images/icon/ico-dropdown.svg") no-repeat;
  background-position: center;
}
.page--careers .select2-container--default .select2-selection--single .select2-selection__arrow b,
.page--career-detail .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.page--careers .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow,
.page--career-detail .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
}

.page--career-detail .section.careers-header {
  padding-top: 60px;
}
.page--career-detail .section.careers-header .title {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff8e9;
}
.page--career-detail .section.careers-detail {
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
.page--career-detail .section.careers-detail .paper-wrapper {
  background: #ffffff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  padding: 24px 32px 32px;
  margin-top: -64px;
}
.page--career-detail .section.careers-detail .paper-wrapper .paper-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page--career-detail .section.careers-detail .paper-wrapper.dynamic-content .paper-inner {
  gap: 0;
}
.page--career-detail .section.careers-detail .paper-wrapper.dynamic-content .paper-inner p,
.page--career-detail .section.careers-detail .paper-wrapper.dynamic-content .paper-inner ul,
.page--career-detail .section.careers-detail .paper-wrapper.dynamic-content .paper-inner h1,
.page--career-detail .section.careers-detail .paper-wrapper.dynamic-content .paper-inner h2,
.page--career-detail .section.careers-detail .paper-wrapper.dynamic-content .paper-inner h3,
.page--career-detail .section.careers-detail .paper-wrapper.dynamic-content .paper-inner h4,
.page--career-detail .section.careers-detail .paper-wrapper.dynamic-content .paper-inner h5,
.page--career-detail .section.careers-detail .paper-wrapper.dynamic-content .paper-inner h6 {
  padding: revert;
}
.page--career-detail .section.careers-detail .paper-wrapper.dynamic-content .paper-inner p {
  margin: 8px 0;
}
.page--career-detail .section.careers-detail .paper-wrapper.dynamic-content .paper-inner ul {
  margin: 10px 0;
  list-style: revert;
}
.page--career-detail .section.careers-detail .paper-wrapper.dynamic-content .paper-inner h1,
.page--career-detail .section.careers-detail .paper-wrapper.dynamic-content .paper-inner h2,
.page--career-detail .section.careers-detail .paper-wrapper.dynamic-content .paper-inner h3,
.page--career-detail .section.careers-detail .paper-wrapper.dynamic-content .paper-inner h4,
.page--career-detail .section.careers-detail .paper-wrapper.dynamic-content .paper-inner h5,
.page--career-detail .section.careers-detail .paper-wrapper.dynamic-content .paper-inner h6 {
  margin: 12px 0;
}
.page--career-detail .section.careers-detail .paper-wrapper.dynamic-content .paper-inner h1,
.page--career-detail .section.careers-detail .paper-wrapper.dynamic-content .paper-inner h2,
.page--career-detail .section.careers-detail .paper-wrapper.dynamic-content .paper-inner h3,
.page--career-detail .section.careers-detail .paper-wrapper.dynamic-content .paper-inner h4,
.page--career-detail .section.careers-detail .paper-wrapper.dynamic-content .paper-inner h5,
.page--career-detail .section.careers-detail .paper-wrapper.dynamic-content .paper-inner h6 {
  font-family: "Cormorant Garamond";
}
.page--career-detail .section.careers-detail .content-box {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #625e53;
}
.page--career-detail .section.careers-detail .content-box ul li {
  position: relative;
  padding-left: 20px;
}
.page--career-detail .section.careers-detail .content-box ul li:before {
  content: "\B7";
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  font-size: 40px;
}
.page--career-detail .section.careers-detail .btn-primary {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 47px auto 0;
  display: block;
}

@media screen and (max-width: 520px) {
  .page--careers .section.careers-header,
  .page--career-detail .section.careers-header {
    min-height: 332px;
  }
  .page--careers .section.careers-header .title,
  .page--career-detail .section.careers-header .title {
    font-size: 32px;
    line-height: 39px;
  }
  .page--careers .section.careers-filter .filter-wrapper,
  .page--career-detail .section.careers-filter .filter-wrapper {
    padding: 20px 16px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .page--careers .section.careers-filter .floating-form,
  .page--career-detail .section.careers-filter .floating-form {
    margin-top: -49px;
  }
  .page--careers .section.careers-list,
  .page--career-detail .section.careers-list {
    padding: 24px 4px;
  }
  .page--careers .section.careers-list .list-career,
  .page--career-detail .section.careers-list .list-career {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px;
  }
  .page--careers .title-line .title,
  .page--career-detail .title-line .title {
    font-size: 24px;
    line-height: 29px;
    color: #32302a;
  }
  .page--career-detail .section.careers-header {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page--career-detail .section.careers-detail {
    padding-bottom: 40px;
  }
  .page--career-detail .section.careers-detail .paper-wrapper {
    padding: 20px 16px;
    margin-top: -42px;
  }
  .page--career-detail .section.careers-detail .paper-wrapper .paper-inner {
    gap: 32px;
  }
  .page--career-detail .section.careers-detail .content-box ul li {
    padding-left: 20px;
  }
  .page--career-detail .section.careers-detail .content-box ul li:before {
    font-size: 40px;
  }
  .page--career-detail .section.careers-detail .btn-primary {
    margin: 20px auto 0;
    width: 100%;
    max-width: 100%;
  }
}
.page--menu .max-w-1284 {
  max-width: 1284px;
}
.page--menu .section.main-detail-banner {
  width: 100%;
  height: 428px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-left: 16px;
  padding-right: 16px;
}
.page--menu .section.main-detail-banner .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page--menu .section.main-detail-banner .inner-container {
  width: 100%;
  max-width: 540px;
}
.page--menu .section.main-detail-banner .btn-back {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}
.page--menu .section.main-detail-banner .btn-back:hover {
  color: #fff;
}
.page--menu .section.main-detail-banner .btn-back .img-icon {
  max-width: 12px;
}
.page--menu .section.main-detail-banner .btn-back span {
  font-size: 16px;
  line-height: 19px;
  color: #e3e0d6;
  transition: 0.3s ease;
}
.page--menu .section.main-detail-banner .title-block {
  width: 100%;
  text-align: center;
}
.page--menu .section.main-detail-banner .title-block .title {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  line-height: 63px;
  letter-spacing: -0.02em;
  color: #fff8e9;
}
.page--menu .section.main-detail-banner .title-block .subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.04em;
  color: #e3e0d6;
  opacity: 0.5;
  margin-top: 4px;
}
.page--menu .section.main-detail-banner .title-block .thumb-frame.thumb-frame {
  border: 1px solid #e3e0d6;
}
.page--menu .section.main-detail-banner .title-block .thumb-frame.thumb-frame:before {
  border-left: 3px solid #e3e0d6;
}
.page--menu .section.main-detail-banner .title-block .thumb-frame.thumb-frame:after {
  border-left: 3px solid #e3e0d6;
}
.page--menu .section.main-detail-banner .title-block .thumb-frame.thumb-frame .thumb-frame-inner {
  padding: 10px;
}
.page--menu .section.main-detail-banner .title-block .thumb-frame.thumb-frame .thumb-frame-inner:before {
  border-right: 3px solid #e3e0d6;
}
.page--menu .section.main-detail-banner .title-block .thumb-frame.thumb-frame .thumb-frame-inner:after {
  border-right: 3px solid #e3e0d6;
}
.page--menu .section.menu-section {
  padding: 60px 16px;
}
.page--menu .section.menu-section .menu-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
}
.page--menu .section.menu-section .menu-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.page--menu .section.menu-section .menu-list .menu-list-item {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #404042;
  opacity: 1;
  cursor: pointer;
}
.page--menu .section.menu-section .menu-list .menu-list-item.active .menu-a:before {
  transform: scaleX(1);
}
.page--menu .section.menu-section .menu-list .menu-list-item.active .menu-a:after {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease 0.3s;
}
.page--menu .section.menu-section .menu-list .menu-list-item .menu-a {
  display: inline-flex;
  position: relative;
  align-items: flex-start;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page--menu .section.menu-section .menu-list .menu-list-item .menu-a:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #be1522;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.3s ease;
}
.page--menu .section.menu-section .menu-list .menu-list-item .menu-a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #be1522;
  position: absolute;
  bottom: -5.5px;
  right: -2px;
  transform: rotate(45deg);
  opacity: 0;
  visibility: hidden;
  transition: 0.1s ease;
}
.page--menu .section.menu-section .menu-content-wrapper .thumb-frame {
  border: 0;
}
.page--menu .section.menu-section .menu-content-wrapper .thumb-frame .thumb-frame-inner {
  padding: 0;
}
.page--menu .section.menu-section .menu-content-wrapper .content-panel .menu-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.04em;
  color: #404042;
  margin-bottom: 12px;
  display: none;
}

.page-menu-pdf-desktop {
  width: 100dvw;
  height: 100dvh;
}

@media screen and (max-width: 520px) {
  .page--menu .section.main-detail-banner {
    height: 393px;
  }
  .page--menu .section.main-detail-banner .inner-container {
    width: 90%;
  }
  .page--menu .section.main-detail-banner .title-block .title {
    font-size: 40px;
    line-height: 48px;
  }
  .page--menu .section.main-detail-banner .title-block .subtitle {
    font-size: 16px;
    line-height: 28px;
  }
  .page--menu .section.menu-section {
    padding: 24px 0 40px;
  }
  .page--menu .section.menu-section .menu-wrapper {
    display: grid;
    grid-template-columns: none;
    gap: 30px;
  }
  .page--menu .section.menu-section .menu-tab-wrapper {
    display: none;
  }
  .page--menu .section.menu-section .menu-content-wrapper .content-panel {
    margin-bottom: 40px;
    display: block !important;
  }
  .page--menu .section.menu-section .menu-content-wrapper .content-panel:last-child {
    margin: 0;
  }
  .page--menu .section.menu-section .menu-content-wrapper .content-panel .menu-title {
    display: block;
  }
}
.page--catering {
  overflow: hidden;
  position: relative;
}
.page--catering .ornament-1,
.page--catering .ornament-2,
.page--catering .ornament-3 {
  position: absolute;
}
.page--catering .ornament-1 {
  max-width: 341px;
  right: -30px;
  top: 12%;
}
.page--catering .ornament-2 {
  max-width: 334px;
  left: -80px;
  top: 30%;
}
.page--catering .ornament-3 {
  max-width: 300px;
  right: -60px;
  top: 48%;
}
.page--catering .max-width-482 {
  max-width: 482px;
}
.page--catering .max-width-560 {
  max-width: 560px;
}
.page--catering .thumb-frame {
  position: relative;
}
.page--catering .thumb-frame:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #32302a;
  top: -3px;
}
.page--catering .thumb-frame:after {
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #32302a;
  bottom: -3px;
}
.page--catering .thumb-frame .thumb-frame-inner:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #32302a;
  top: -3px;
}
.page--catering .thumb-frame .thumb-frame-inner:after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #32302a;
  bottom: -3px;
}
.page--catering .section.main-detail-banner {
  width: 100%;
  height: 428px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--catering .section.main-detail-banner .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page--catering .section.main-detail-banner .img-logo {
  max-width: 210px;
  position: relative;
  z-index: 1;
  margin-top: 68px;
}
.page--catering .section.intro-section {
  padding: 80px 16px;
}
.page--catering .section.intro-section .intro-wrapper {
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  gap: 10px;
}
.page--catering .section.intro-section .title {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 63px;
  color: #32302a;
}
.page--catering .section.intro-section .subtitle {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #32302a;
  position: relative;
  margin-top: 16px;
  padding-left: 44px;
}
.page--catering .section.intro-section .subtitle:before {
  content: "";
  width: 33px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 5px;
  background: url("/images/icon/ico-arrow-right.svg") no-repeat;
  background-position: center;
  background-size: 33px;
}
.page--catering .section.intro-section .desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 175%;
  color: #32302a;
}
.page--catering .section.intro-section .video-thumbnail {
  margin-top: 60px;
}
.page--catering .section.intro-section .video-thumbnail .thumb-frame .button-play-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page--catering .section.intro-section .video-thumbnail .thumb-frame .button-play-container .button-play {
  width: 148px;
  height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #094022;
  border-radius: 100%;
}
.page--catering .section.intro-section .video-thumbnail .thumb-frame .button-play-container .button-play .image-text {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #fff8e9;
}
.page--catering .section.intro-section .video-thumbnail .thumb-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.page--catering .section.intro-section .video-thumbnail .thumb-image-wrapper .image-thumb-1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.page--catering .section.intro-section .video-thumbnail .thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--catering .section.intro-section .video-thumbnail .video-player {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
}
.page--catering .section.events-section {
  padding: 0 20px 60px;
}
.page--catering .section.events-section .event-copy {
  text-align: center;
  color: #32302a;
  margin: 0 auto;
}
.page--catering .section.events-section .event-copy .title {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 63px;
}
.page--catering .section.events-section .event-copy .desc {
  font-family: "Interstate";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
}
.page--catering .section.events-section .event-thumbnail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 40px;
}
.page--catering .section.events-section .event-thumbnail .thumb-frame {
  border: 0px;
}
.page--catering .section.events-section .event-thumbnail .thumb-frame .thumb-frame-inner {
  padding: 2px;
}
.page--catering .section.events-section .event-thumbnail .thumb-frame .thumb-frame-inner img {
  border-radius: 32px;
}
.page--catering .section.events-section .event-thumbnail .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #32302a;
  margin-top: 24px;
}
.page--catering .section.events-section .event-thumbnail .desc {
  font-size: 14px;
  line-height: 157%;
  color: #32302a;
  opacity: 0.6;
  margin-top: 12px;
}
.page--catering .section.events-section .event-thumbnail .btn-link {
  margin-top: 12px;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.009em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #be1522;
}
.page--catering .section.events-section .event-thumbnail .btn-link:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.page--catering .section.events-section .event-thumbnail-copy {
  margin-top: 60px;
}
.page--catering .section.events-section .event-thumbnail-copy .thumb-frame {
  border: 0;
  margin: auto;
}
.page--catering .section.events-section .event-thumbnail-copy .thumb-frame .thumb-frame-inner {
  padding: 2px;
}
.page--catering .section.events-section .event-thumbnail-copy .thumb-frame .thumb-frame-inner img {
  width: 100%;
  max-width: 100%;
  border-radius: 32px;
}
.page--catering .section.events-section .event-thumbnail-copy .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 117%;
  text-align: center;
  color: #32302a;
  margin-top: 24px;
}
.page--catering .section.events-section .event-thumbnail-copy .desc {
  font-size: 14px;
  line-height: 157%;
  text-align: center;
  color: #32302a;
  opacity: 0.6;
  margin-top: 12px;
}
.page--catering .section.events-section .event-thumbnail-copy .btn-primary {
  margin-top: 24px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.page--catering .section.custom-catering {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.page--catering .section.custom-catering .custom-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.page--catering .section.custom-catering .custom-inner .inner-block {
  position: relative;
  height: 560px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page--catering .section.custom-catering .custom-inner .main-image {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.page--catering .section.custom-catering .custom-inner .main-image img {
  flex-shrink: 0;
  width: 560px;
  max-width: 100%;
}
.page--catering .section.custom-catering .custom-inner .main-image .slide-down {
  transform: translateY(34px);
}
.page--catering .section.custom-catering .custom-inner .main-image .slide-up {
  transform: translateY(-34px);
}
.page--catering .section.custom-catering .custom-inner .block-left .overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -20%;
  width: 120%;
  height: 100%;
}
.page--catering .section.custom-catering .custom-inner .block-left .overlay .thumb-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page--catering .section.custom-catering .custom-inner .block-left .overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(45.23% 59.17% at 50% 50%, rgba(0, 0, 0, 0.4) 0%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.page--catering .section.custom-catering .custom-inner .block-right {
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
.page--catering .section.custom-catering .custom-inner .block-right .container, .page--catering .section.custom-catering .custom-inner .block-right .container320, .page--catering .section.custom-catering .custom-inner .block-right .container350, .page--catering .section.custom-catering .custom-inner .block-right .container480, .page--catering .section.custom-catering .custom-inner .block-right .container500, .page--catering .section.custom-catering .custom-inner .block-right .container600, .page--catering .section.custom-catering .custom-inner .block-right .container640, .page--catering .section.custom-catering .custom-inner .block-right .container700, .page--catering .section.custom-catering .custom-inner .block-right .container710, .page--catering .section.custom-catering .custom-inner .block-right .container720, .page--catering .section.custom-catering .custom-inner .block-right .container768, .page--catering .section.custom-catering .custom-inner .block-right .container800, .page--catering .section.custom-catering .custom-inner .block-right .container875, .page--catering .section.custom-catering .custom-inner .block-right .container900, .page--catering .section.custom-catering .custom-inner .block-right .container960, .page--catering .section.custom-catering .custom-inner .block-right .container980, .page--catering .section.custom-catering .custom-inner .block-right .container985, .page--catering .section.custom-catering .custom-inner .block-right .container1018, .page--catering .section.custom-catering .custom-inner .block-right .container1024, .page--catering .section.custom-catering .custom-inner .block-right .container1130, .page--catering .section.custom-catering .custom-inner .block-right .container1200, .page--catering .section.custom-catering .custom-inner .block-right .container1214, .page--catering .section.custom-catering .custom-inner .block-right .container1280, .page--catering .section.custom-catering .custom-inner .block-right .container1300, .page--catering .section.custom-catering .custom-inner .block-right .container1336, .page--catering .section.custom-catering .custom-inner .block-right .container1440, .page--catering .section.custom-catering .custom-inner .block-right .container1520, .page--catering .section.custom-catering .custom-inner .block-right .container1920 {
  text-align: center;
}
.page--catering .section.custom-catering .title {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 63px;
  text-align: center;
  color: #e50000;
}
.page--catering .section.custom-catering .desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 175%;
  text-align: center;
  letter-spacing: 0.009em;
  color: #fff8e9;
  margin-top: 8px;
}
.page--catering .section.custom-catering .btn-primary {
  margin-top: 16px;
}

@media screen and (max-width: 1024px) {
  .page--catering .section.custom-catering .custom-inner .main-image img {
    flex-shrink: 0;
  }
  .page--catering .section.custom-catering .custom-inner .main-image .slide-down {
    transform: translateY(34px);
  }
  .page--catering .section.custom-catering .custom-inner .main-image .slide-up {
    transform: translateY(-34px);
  }
}
@media screen and (max-width: 768px) {
  .page--catering .section.custom-catering .custom-inner {
    grid-template-columns: none;
  }
  .page--catering .section.custom-catering .custom-inner .block-right {
    height: 440px;
  }
}
@media screen and (max-width: 520px) {
  .page--catering .ornament-1,
  .page--catering .ornament-2,
  .page--catering .ornament-3 {
    display: none;
  }
  .page--catering .section.main-detail-banner {
    height: 393px;
  }
  .page--catering .section.main-detail-banner .img-logo {
    max-width: 157px;
    margin: 0;
  }
  .page--catering .section.intro-section {
    padding: 60px 4px 36px;
    text-align: center;
  }
  .page--catering .section.intro-section .btn-primary {
    position: absolute;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
    top: -21px;
  }
  .page--catering .section.intro-section .intro-wrapper {
    grid-template-columns: none;
    gap: 24px;
  }
  .page--catering .section.intro-section .title {
    font-size: 32px;
    line-height: 39px;
  }
  .page--catering .section.intro-section .subtitle {
    position: relative;
    margin-top: 12px;
    padding-left: 0;
    display: block;
  }
  .page--catering .section.intro-section .subtitle:before {
    display: none;
  }
  .page--catering .section.intro-section .desc {
    font-size: 16px;
    letter-spacing: 0.009em;
    color: #32302a;
  }
  .page--catering .section.intro-section .video-thumbnail {
    margin: 36px -20px 0;
  }
  .page--catering .section.intro-section .video-thumbnail .thumb-frame {
    position: relative;
  }
  .page--catering .section.intro-section .video-thumbnail .thumb-frame:before {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #32302a;
    top: -2px;
  }
  .page--catering .section.intro-section .video-thumbnail .thumb-frame:after {
    content: "";
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #32302a;
    bottom: -2px;
  }
  .page--catering .section.intro-section .video-thumbnail .thumb-frame .thumb-frame-inner {
    padding: 8px;
  }
  .page--catering .section.intro-section .video-thumbnail .thumb-frame .thumb-frame-inner:before {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 3px solid #32302a;
    top: -2px;
  }
  .page--catering .section.intro-section .video-thumbnail .thumb-frame .thumb-frame-inner:after {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 3px solid #32302a;
    bottom: -2px;
  }
  .page--catering .section.intro-section .video-thumbnail .thumb-frame .button-play-container {
    cursor: pointer;
  }
  .page--catering .section.intro-section .video-thumbnail .thumb-frame .button-play-container .button-play {
    width: 80px;
    height: 80px;
  }
  .page--catering .section.intro-section .video-thumbnail .thumb-frame .button-play-container .button-play .image-icon {
    width: 40px;
    height: 40px;
  }
  .page--catering .section.intro-section .video-thumbnail .thumb-frame .button-play-container .button-play .image-text {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.08em;
    color: #fff8e9;
  }
  .page--catering .section.events-section {
    padding: 0 20px 40px;
  }
  .page--catering .section.events-section .container, .page--catering .section.events-section .container320, .page--catering .section.events-section .container350, .page--catering .section.events-section .container480, .page--catering .section.events-section .container500, .page--catering .section.events-section .container600, .page--catering .section.events-section .container640, .page--catering .section.events-section .container700, .page--catering .section.events-section .container710, .page--catering .section.events-section .container720, .page--catering .section.events-section .container768, .page--catering .section.events-section .container800, .page--catering .section.events-section .container875, .page--catering .section.events-section .container900, .page--catering .section.events-section .container960, .page--catering .section.events-section .container980, .page--catering .section.events-section .container985, .page--catering .section.events-section .container1018, .page--catering .section.events-section .container1024, .page--catering .section.events-section .container1130, .page--catering .section.events-section .container1200, .page--catering .section.events-section .container1214, .page--catering .section.events-section .container1280, .page--catering .section.events-section .container1300, .page--catering .section.events-section .container1336, .page--catering .section.events-section .container1440, .page--catering .section.events-section .container1520, .page--catering .section.events-section .container1920 {
    padding: 0;
  }
  .page--catering .section.events-section .event-copy .title {
    font-size: 32px;
    line-height: 39px;
  }
  .page--catering .section.events-section .event-copy .desc {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.009em;
    margin-top: 16px;
  }
  .page--catering .section.events-section .event-thumbnail {
    display: grid;
    grid-template-columns: none;
    gap: 40px;
    margin-top: 24px;
  }
  .page--catering .section.events-section .event-thumbnail .thumb-frame .thumb-frame-inner {
    padding: 0px;
  }
  .page--catering .section.events-section .event-thumbnail .title {
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
  }
  .page--catering .section.events-section .event-thumbnail-copy {
    margin: 40px -20px 0;
  }
  .page--catering .section.events-section .event-thumbnail-copy .thumb-frame .thumb-frame-inner {
    padding: 2px;
  }
  .page--catering .section.events-section .event-thumbnail-copy .title {
    margin-top: 20px;
  }
  .page--catering .section.events-section .event-thumbnail-copy .btn-primary {
    margin-top: 20px;
  }
  .page--catering .section.custom-catering {
    padding: 40px 0;
  }
  .page--catering .section.custom-catering .container, .page--catering .section.custom-catering .container320, .page--catering .section.custom-catering .container350, .page--catering .section.custom-catering .container480, .page--catering .section.custom-catering .container500, .page--catering .section.custom-catering .container600, .page--catering .section.custom-catering .container640, .page--catering .section.custom-catering .container700, .page--catering .section.custom-catering .container710, .page--catering .section.custom-catering .container720, .page--catering .section.custom-catering .container768, .page--catering .section.custom-catering .container800, .page--catering .section.custom-catering .container875, .page--catering .section.custom-catering .container900, .page--catering .section.custom-catering .container960, .page--catering .section.custom-catering .container980, .page--catering .section.custom-catering .container985, .page--catering .section.custom-catering .container1018, .page--catering .section.custom-catering .container1024, .page--catering .section.custom-catering .container1130, .page--catering .section.custom-catering .container1200, .page--catering .section.custom-catering .container1214, .page--catering .section.custom-catering .container1280, .page--catering .section.custom-catering .container1300, .page--catering .section.custom-catering .container1336, .page--catering .section.custom-catering .container1440, .page--catering .section.custom-catering .container1520, .page--catering .section.custom-catering .container1920 {
    padding: 0;
    width: 100%;
  }
  .page--catering .section.custom-catering .custom-inner {
    grid-template-columns: none;
  }
  .page--catering .section.custom-catering .custom-inner .main-image img {
    flex-shrink: 0;
  }
  .page--catering .section.custom-catering .custom-inner .main-image .slide-down {
    transform: translateY(26px);
  }
  .page--catering .section.custom-catering .custom-inner .main-image .slide-up {
    transform: translateY(-26px);
  }
  .page--catering .section.custom-catering .custom-inner .inner-block {
    justify-content: center;
    height: auto;
  }
  .page--catering .section.custom-catering .custom-inner .block-left {
    padding: 60px 0 40px;
  }
  .page--catering .section.custom-catering .custom-inner .block-left .overlay {
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
  }
  .page--catering .section.custom-catering .title {
    font-size: 32px;
    line-height: 39px;
  }
}
.page--loyalty .max-width-520 {
  max-width: 520px;
}
.page--loyalty .container976 {
  max-width: 976px;
}
.page--loyalty .section.hero-banner {
  min-height: 572px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 108px;
}
.page--loyalty .section.hero-banner .hero-image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--loyalty .section.hero-banner .hero-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.page--loyalty .section.hero-banner .hero-image .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}
.page--loyalty .section.hero-banner .container, .page--loyalty .section.hero-banner .container320, .page--loyalty .section.hero-banner .container350, .page--loyalty .section.hero-banner .container480, .page--loyalty .section.hero-banner .container500, .page--loyalty .section.hero-banner .container600, .page--loyalty .section.hero-banner .container640, .page--loyalty .section.hero-banner .container700, .page--loyalty .section.hero-banner .container710, .page--loyalty .section.hero-banner .container720, .page--loyalty .section.hero-banner .container768, .page--loyalty .section.hero-banner .container800, .page--loyalty .section.hero-banner .container875, .page--loyalty .section.hero-banner .container900, .page--loyalty .section.hero-banner .container960, .page--loyalty .section.hero-banner .container980, .page--loyalty .section.hero-banner .container985, .page--loyalty .section.hero-banner .container1018, .page--loyalty .section.hero-banner .container1024, .page--loyalty .section.hero-banner .container1130, .page--loyalty .section.hero-banner .container1200, .page--loyalty .section.hero-banner .container1214, .page--loyalty .section.hero-banner .container1280, .page--loyalty .section.hero-banner .container1300, .page--loyalty .section.hero-banner .container1336, .page--loyalty .section.hero-banner .container1440, .page--loyalty .section.hero-banner .container1520, .page--loyalty .section.hero-banner .container1920 {
  z-index: 1;
}
.page--loyalty .section.hero-banner .title {
  font-family: "Cormorant Garamond";
  font-size: 72px;
  line-height: 87px;
  letter-spacing: -0.02em;
  color: #fff8e9;
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-right: 24px;
}
.page--loyalty .section.hero-banner .title .image-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.page--loyalty .section.hero-banner .desc {
  font-size: 16px;
  line-height: 175%;
  color: #fff8e9;
  margin-top: 8px;
}
.page--loyalty .section.hero-banner .btn-primary {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 20px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.page--loyalty .section.membership-benefit {
  padding: 80px 20px 30px;
}
.page--loyalty .section.membership-benefit .content {
  padding: 0;
  position: relative;
}
.page--loyalty .section.membership-benefit .container, .page--loyalty .section.membership-benefit .container320, .page--loyalty .section.membership-benefit .container350, .page--loyalty .section.membership-benefit .container480, .page--loyalty .section.membership-benefit .container500, .page--loyalty .section.membership-benefit .container600, .page--loyalty .section.membership-benefit .container640, .page--loyalty .section.membership-benefit .container700, .page--loyalty .section.membership-benefit .container710, .page--loyalty .section.membership-benefit .container720, .page--loyalty .section.membership-benefit .container768, .page--loyalty .section.membership-benefit .container800, .page--loyalty .section.membership-benefit .container875, .page--loyalty .section.membership-benefit .container900, .page--loyalty .section.membership-benefit .container960, .page--loyalty .section.membership-benefit .container980, .page--loyalty .section.membership-benefit .container985, .page--loyalty .section.membership-benefit .container1018, .page--loyalty .section.membership-benefit .container1024, .page--loyalty .section.membership-benefit .container1130, .page--loyalty .section.membership-benefit .container1200, .page--loyalty .section.membership-benefit .container1214, .page--loyalty .section.membership-benefit .container1280, .page--loyalty .section.membership-benefit .container1300, .page--loyalty .section.membership-benefit .container1336, .page--loyalty .section.membership-benefit .container1440, .page--loyalty .section.membership-benefit .container1520, .page--loyalty .section.membership-benefit .container1920 {
  padding: 0;
}
.page--loyalty .section.membership-benefit .membership-frame {
  position: relative;
  padding: 34px 24px 40px;
}
.page--loyalty .section.membership-benefit .membership-frame .ornament-top,
.page--loyalty .section.membership-benefit .membership-frame .ornament-bottom {
  position: absolute;
  left: 0;
  width: 100%;
}
.page--loyalty .section.membership-benefit .membership-frame .ornament-top .line,
.page--loyalty .section.membership-benefit .membership-frame .ornament-bottom .line {
  width: 100%;
  position: relative;
}
.page--loyalty .section.membership-benefit .membership-frame .ornament-top .line:before,
.page--loyalty .section.membership-benefit .membership-frame .ornament-bottom .line:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgba(50, 48, 42, 0.2);
  position: absolute;
  right: -1px;
  transform: rotate(-45deg);
}
.page--loyalty .section.membership-benefit .membership-frame .ornament-top .line:after,
.page--loyalty .section.membership-benefit .membership-frame .ornament-bottom .line:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid rgba(50, 48, 42, 0.2);
  position: absolute;
  left: -1px;
  transform: rotate(45deg);
}
.page--loyalty .section.membership-benefit .membership-frame .ornament-top .ornament-image-center,
.page--loyalty .section.membership-benefit .membership-frame .ornament-bottom .ornament-image-center {
  position: absolute;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  padding: 0 32px;
  background-color: #fffbf1;
  background-image: url(/images/paper-base.png);
  background-blend-mode: luminosity;
  left: 0;
  right: 0;
}
.page--loyalty .section.membership-benefit .membership-frame .ornament-top .ornament-image-center .image,
.page--loyalty .section.membership-benefit .membership-frame .ornament-bottom .ornament-image-center .image {
  max-width: 20px;
}
.page--loyalty .section.membership-benefit .membership-frame .ornament-top {
  top: 0;
}
.page--loyalty .section.membership-benefit .membership-frame .ornament-top .line {
  border-top: 1px solid rgba(50, 48, 42, 0.2);
}
.page--loyalty .section.membership-benefit .membership-frame .ornament-top .line:before {
  top: -4px;
}
.page--loyalty .section.membership-benefit .membership-frame .ornament-top .line:after {
  top: -4px;
}
.page--loyalty .section.membership-benefit .membership-frame .ornament-top .ornament-image-center {
  top: -10px;
}
.page--loyalty .section.membership-benefit .membership-frame .ornament-top .ornament-arrow-left {
  position: absolute;
  left: 0;
  top: 40px;
}
.page--loyalty .section.membership-benefit .membership-frame .ornament-top .ornament-arrow-right {
  position: absolute;
  right: 0;
  top: 40px;
}
.page--loyalty .section.membership-benefit .membership-frame .ornament-bottom {
  bottom: 0;
}
.page--loyalty .section.membership-benefit .membership-frame .ornament-bottom .line {
  border-bottom: 1px solid rgba(50, 48, 42, 0.2);
}
.page--loyalty .section.membership-benefit .membership-frame .ornament-bottom .line:before {
  bottom: -4px;
  transform: rotate(45deg);
}
.page--loyalty .section.membership-benefit .membership-frame .ornament-bottom .line:after {
  bottom: -4px;
  transform: rotate(-45deg);
}
.page--loyalty .section.membership-benefit .membership-frame .ornament-bottom .ornament-image-center {
  bottom: -10px;
}
.page--loyalty .section.membership-benefit .membership-frame .ornament-bottom .ornament-arrow-left {
  position: absolute;
  left: 0;
  bottom: 40px;
  transform: rotate(180deg);
}
.page--loyalty .section.membership-benefit .membership-frame .ornament-bottom .ornament-arrow-right {
  position: absolute;
  right: 0;
  bottom: 40px;
  transform: rotate(180deg);
}
.page--loyalty .section.membership-benefit .membership-frame .ornament-image-left,
.page--loyalty .section.membership-benefit .membership-frame .ornament-image-right {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
.page--loyalty .section.membership-benefit .membership-frame .ornament-image-left {
  left: 0;
}
.page--loyalty .section.membership-benefit .membership-frame .ornament-image-right {
  right: 0;
}
.page--loyalty .section.membership-benefit .title {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 63px;
  text-align: center;
  color: #32302a;
}
.page--loyalty .section.membership-benefit .membership-list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px 80px;
}
.page--loyalty .section.membership-benefit .membership-list .membership-list-item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.page--loyalty .section.membership-benefit .membership-list .membership-list-item .icon {
  max-width: 120px;
}
.page--loyalty .section.membership-benefit .membership-list .membership-list-item .item-title {
  margin-top: 12px;
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 39px;
  color: #32302a;
}
.page--loyalty .section.membership-benefit .membership-list .membership-list-item .desc {
  margin-top: 2px;
  font-weight: 300;
  font-size: 14px;
  line-height: 171%;
  color: #32302a;
}
.page--loyalty .section.membership-benefit .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.page--loyalty .section.membership-benefit .btn-wrapper .btn-primary {
  display: flex;
  align-items: center;
  gap: 4px;
}
.page--loyalty .section.faq-section {
  padding: 30px 4px 80px;
}
.page--loyalty .section.faq-section .title {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 63px;
  text-align: center;
  color: #32302a;
  margin-bottom: 32px;
}
.page--loyalty .section.faq-section .collapsible-desc {
  font-size: 16px;
  line-height: 175%;
  color: #404042;
  opacity: 0.8;
}
.page--loyalty .section.faq-section .collapsible .collapsible-title {
  font-size: 24px;
  line-height: 150%;
  color: #404042;
}
.page--loyalty .section.faq-section .collapsible .collapsible-item {
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(50, 48, 42, 0.2);
  position: relative;
  transition: 0.3s ease;
}
.page--loyalty .section.faq-section .collapsible .collapsible-item:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #32302a;
  position: absolute;
  top: -2px;
  right: -1px;
  transform: rotate(-45deg);
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.page--loyalty .section.faq-section .collapsible .collapsible-item:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #32302a;
  position: absolute;
  bottom: -2px;
  right: -1px;
  transform: rotate(45deg);
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.page--loyalty .section.faq-section .collapsible .collapsible-item.active {
  border: 1px solid #32302a;
  background-color: #fff8e9;
  background-image: url(/images/paper-base.png);
  background-blend-mode: luminosity;
}
.page--loyalty .section.faq-section .collapsible .collapsible-item.active:before, .page--loyalty .section.faq-section .collapsible .collapsible-item.active:after {
  opacity: 1;
  visibility: visible;
}
.page--loyalty .section.faq-section .collapsible .collapsible-item.active .collapsible-inner:before, .page--loyalty .section.faq-section .collapsible .collapsible-item.active .collapsible-inner:after {
  opacity: 1;
  visibility: visible;
}
.page--loyalty .section.faq-section .collapsible .collapsible-item.active .collapsible-header .collapsible-icon svg .path-plus {
  opacity: 0;
}
.page--loyalty .section.faq-section .collapsible .collapsible-item.active .collapsible-header .collapsible-icon svg .path-minus {
  opacity: 1;
}
.page--loyalty .section.faq-section .collapsible .collapsible-item .collapsible-inner {
  padding: 24px 0;
}
.page--loyalty .section.faq-section .collapsible .collapsible-item .collapsible-inner:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 3px solid #32302a;
  position: absolute;
  top: -2px;
  left: -1px;
  transform: rotate(45deg);
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.page--loyalty .section.faq-section .collapsible .collapsible-item .collapsible-inner:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 3px solid #32302a;
  position: absolute;
  bottom: -2px;
  left: -1px;
  transform: rotate(-45deg);
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.page--loyalty .section.faq-section .collapsible .collapsible-item .collapsible-header {
  position: relative;
  padding: 0 46px 0 16px;
}
.page--loyalty .section.faq-section .collapsible .collapsible-item .collapsible-header .collapsible-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 12px;
  top: 3px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page--loyalty .section.faq-section .collapsible .collapsible-item .collapsible-header .collapsible-icon svg {
  width: 100%;
  height: 100%;
}
.page--loyalty .section.faq-section .collapsible .collapsible-item .collapsible-header .collapsible-icon svg path {
  fill: rgba(64, 64, 66, 0.6);
  transition: 0.3s ease;
}
.page--loyalty .section.faq-section .collapsible .collapsible-item .collapsible-header .collapsible-icon svg .path-plus {
  opacity: 1;
}
.page--loyalty .section.faq-section .collapsible .collapsible-item .collapsible-header .collapsible-icon svg .path-minus {
  opacity: 0;
}
.page--loyalty .section.faq-section .collapsible .collapsible-item .collapsible-header .collapsible-icon:hover svg .path-ring {
  fill: #094022;
}
.page--loyalty .section.faq-section .collapsible .collapsible-item .collapsible-header .collapsible-icon:hover svg .path-plus {
  fill: #be1522;
}
.page--loyalty .section.faq-section .collapsible .collapsible-item .collapsible-header .collapsible-icon:hover svg .path-minus {
  fill: #be1522;
}
.page--loyalty .section.faq-section .collapsible .collapsible-item .collapsible-body {
  padding: 0 16px;
  display: none;
  overflow: hidden;
}
.page--loyalty .section.faq-section .collapsible .collapsible-item .collapsible-body .collapsible-desc {
  margin-top: 4px;
}

.modal-loyalty-signup-banner {
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.modal-loyalty-signup-banner .modal-loyalty-signup-banner-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-loyalty-signup-banner .btn-close {
  position: absolute;
  right: 0;
  bottom: 100%;
  display: flex;
  align-items: center;
  gap: 2px;
}
.modal-loyalty-signup-banner .btn-close span {
  font-size: 14px;
  line-height: 200%;
  text-align: right;
  letter-spacing: 0.04em;
  color: #f4ecd9;
  opacity: 0.6;
}
.modal-loyalty-signup-banner .thumb-frame {
  border: 1px solid #e3e0d6;
}
.modal-loyalty-signup-banner .thumb-frame:before {
  border-left: 3px solid #e3e0d6;
}
.modal-loyalty-signup-banner .thumb-frame:after {
  border-left: 3px solid #e3e0d6;
}
.modal-loyalty-signup-banner .thumb-frame .thumb-frame-inner:before {
  border-right: 3px solid #e3e0d6;
}
.modal-loyalty-signup-banner .thumb-frame .thumb-frame-inner:after {
  border-right: 3px solid #e3e0d6;
}

@media screen and (max-width: 520px) {
  .page--loyalty .section.hero-banner {
    align-items: flex-end;
    padding-bottom: 91px;
  }
  .page--loyalty .section.hero-banner .title {
    font-size: 32px;
    line-height: 39px;
    padding-right: 20px;
  }
  .page--loyalty .section.hero-banner .title .image-icon {
    max-width: 16px;
    top: initial;
    bottom: -2px;
  }
  .page--loyalty .section.hero-banner .desc {
    font-size: 14px;
    line-height: 186%;
    margin-top: 4px;
  }
  .page--loyalty .section.hero-banner .btn-primary {
    margin-top: 16px;
  }
  .page--loyalty .section.membership-benefit {
    padding: 80px 20px 0;
  }
  .page--loyalty .section.membership-benefit .content {
    padding: 0;
  }
  .page--loyalty .section.membership-benefit .title {
    font-size: 32px;
    line-height: 39px;
  }
  .page--loyalty .section.membership-benefit .membership-frame {
    padding: 25px 16px 36px;
  }
  .page--loyalty .section.membership-benefit .membership-frame .ornament-top .ornament-arrow-left {
    left: -8px;
    top: 36px;
  }
  .page--loyalty .section.membership-benefit .membership-frame .ornament-top .ornament-arrow-right {
    right: -8px;
    top: 36px;
  }
  .page--loyalty .section.membership-benefit .membership-frame .ornament-bottom .ornament-arrow-left {
    left: -8px;
    bottom: 36px;
  }
  .page--loyalty .section.membership-benefit .membership-frame .ornament-bottom .ornament-arrow-right {
    right: -8px;
    bottom: 36px;
  }
  .page--loyalty .section.membership-benefit .membership-frame .ornament-image-left {
    left: -6px;
  }
  .page--loyalty .section.membership-benefit .membership-frame .ornament-image-right {
    right: -6px;
  }
  .page--loyalty .section.membership-benefit .membership-list {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
  }
  .page--loyalty .section.membership-benefit .membership-list .membership-list-item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .page--loyalty .section.membership-benefit .membership-list .membership-list-item .icon {
    max-width: 60px;
    flex-shrink: 0;
  }
  .page--loyalty .section.membership-benefit .membership-list .membership-list-item .copy-wrapper {
    margin-top: 0;
    flex: 1;
    text-align: left;
    padding-left: 12px;
  }
  .page--loyalty .section.membership-benefit .membership-list .membership-list-item .item-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
  }
  .page--loyalty .section.membership-benefit .btn-wrapper {
    margin-top: 24px;
  }
  .page--loyalty .section.faq-section .content {
    padding: 0;
  }
  .page--loyalty .section.faq-section .title {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 20px;
  }
  .page--loyalty .section.faq-section .collapsible .collapsible-title {
    font-size: 20px;
    line-height: 24px;
  }
  .modal-loyalty-signup-banner .btn-close {
    right: 16px;
  }
}
/* vendor custom */
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: spin 2s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-mail-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.slick-slider .slick-arrow {
  background: url("/images/icon/ico-arrowleft.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 35px;
  margin: 0;
  background-size: 28px;
  background-position: center;
  margin-right: 0;
  transition: 0.3s ease;
  font-size: 0;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
}
.slick-slider .slick-next {
  right: -25px;
  transform: rotate(180deg);
}
.slick-slider .slick-next:hover {
  right: -30px;
}
.slick-slider .slick-prev {
  left: -25px;
}
.slick-slider .slick-prev:hover {
  left: -30px;
}
.slick-slider .slick-dots {
  position: absolute;
  bottom: 71px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 26px;
  line-height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: "\2022";
  text-align: center;
  opacity: 1;
  color: rgba(50, 48, 42, 0.5);
  -webkit-font-smoothing: antialiased;
}
.slick-slider .slick-dots li.slick-active button:before {
  color: #32302a;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  transition-delay: 10ms;
}

@media screen and (max-width: 768px) {
  .slick-slider .slick-dots {
    bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  .slick-slider .slick-arrow {
    display: none;
  }
}
.menu-pdf .df-ui-btn.df-ui-prev.ti-angle-left,
.menu-pdf .df-ui-btn.df-ui-next.ti-angle-right {
  display: none !important;
}
.menu-pdf .df-ui-btn.df-ui-prev.df-ui-alt.ti-angle-left,
.menu-pdf .df-ui-btn.df-ui-next.df-ui-alt.ti-angle-right {
  display: block !important;
}
.menu-pdf .df-ui-wrapper {
  background-color: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.12));
  border-radius: 8px !important;
  box-shadow: none;
}
.menu-pdf .df-ui-btn {
  background-color: #fff;
}
.menu-pdf .df-ui-page {
  background-color: rgba(0, 0, 0, 0.03);
}