/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com */

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

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

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

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

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

html {
  tab-size: 4;
}

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

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

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

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

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

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

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

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

summary {
  display: list-item;
}

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 *
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 *
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

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

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

html {
  min-width: 320px;
  word-break: break-word;
  overflow-wrap: break-word;
  overflow-y: scroll;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

address {
  font-style: normal;
}

a {
  text-decoration: none;
}
.txt-link:hover, .txt-link:focus {
  text-decoration: underline;
}

.container {
  max-width: 600px;
}

.grid-btm-auto {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
}

.grid-btm-auto > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-btm-auto > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.back-to-top {
  opacity: 0;
  visibility: hidden;
  transition: 0.25s, visibility 0.25s step-end;
}
.back-to-top.is-active {
  opacity: 1;
  visibility: visible;
  transition: 0.25s, visibility 0.25s step-start;
}

.pl-list {
  padding-left: 1.5em;
}

.list-decimal {
  list-style: decimal;
}

.nav-burger {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s, visibility 0.25s step-end;
}
.nav-burger.is-active {
  opacity: 1;
  visibility: visible;
  transition: 0.25s, visibility 0.25s step-start;
}

.nav-ul {
  width: 160px;
  margin-left: auto;
}

.nav-li,
.nav-ul li {
  position: relative;
}
.nav-li:not(:last-child),
.nav-ul li:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}
.nav-li:hover a:not([href])::before,
.nav-ul li:hover a:not([href])::before {
  content: none;
}
.nav-li:hover .nav-children,
.nav-ul li:hover .nav-children {
  visibility: visible;
  opacity: 1;
  transform: none;
  transition: 0.25s, visibility 0.25s step-start, transform 0.25s step-start;
}
.nav-li:focus-within > .nav-link,
.nav-ul li:focus-within > .nav-link {
  background-color: #999;
}
.nav-li:focus-within a:not([href])::before,
.nav-ul li:focus-within a:not([href])::before {
  content: none;
}
.nav-li:focus-within .nav-children,
.nav-ul li:focus-within .nav-children {
  visibility: visible;
  opacity: 1;
  transform: none;
  transition: 0.25s, visibility 0.25s step-start, transform 0.25s step-start;
}

.nav-link,
.nav-ul a {
  position: relative;
  display: block;
  width: 160px;
  background-color: rgba(48, 87, 86, 0.8);
  padding: 20px 18px;
  transition: 0.25s;
}
.nav-link:hover, .nav-link:focus,
.nav-ul a:hover,
.nav-ul a:focus {
  background-color: #999;
}
.nav-link::after,
.nav-ul a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 5px;
  height: 9px;
  margin-top: -4.5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%228.707%22%20viewBox%3D%220%200%205.061%208.707%22%20width%3D%225.061%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m615.62%201219.117%204%204-4%204%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20transform%3D%22translate(-615.267%20-1218.764)%22%2F%3E%3C%2Fsvg%3E");
}

.nav-link--rotate::before,
.nav-ul a:not([href])::before {
  content: "";
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 0;
  width: 1px;
  height: 9px;
  background: white;
  margin: auto;
}
.nav-link--rotate::after,
.nav-ul a:not([href])::after {
  top: 0;
  bottom: 0;
  width: 9px;
  height: 1px;
  background: white;
  margin: auto;
}

.nav-link--no-angle::after {
  content: none;
}

.nav-children {
  position: absolute;
  top: 0;
  right: 100%;
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0);
  transition: 0.25s, visibility 0.25s step-end, transform 0.25s step-end;
}
.nav-children .nav-li,
.nav-children li {
  border-style: none !important;
}
.nav-children .nav-link,
.nav-children a {
  padding: 16px 18px;
}

.btn-burger span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 3px;
  background-color: currentColor;
  transition: 0.25s;
}
.btn-burger span:first-child {
  transform: translateY(-10px);
}
.btn-burger span:last-child {
  transform: translateY(10px);
}
.btn-burger.is-active span:first-child {
  transform: rotate(45deg);
}
.btn-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.btn-burger.is-active span:last-child {
  transform: rotate(-45deg);
}

.grid-footer {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px 0;
  -ms-grid-rows: auto 30px auto 30px auto 30px auto 30px auto;
  -ms-grid-columns: 1fr 0 1fr;
      grid-template: "gf-1 gf-6" auto "gf-2 gf-7" auto "gf-3 gf-8" auto "gf-4 gf-9" auto "gf-5 gf-10" auto/1fr 1fr;
}
.grid-footer > :nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: gf-1;
}
.grid-footer > :nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: gf-2;
}
.grid-footer > :nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: gf-3;
}
.grid-footer > :nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: gf-4;
}
.grid-footer > :nth-child(5) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: gf-5;
}
.grid-footer > :nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: gf-6;
}
.grid-footer > :nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: gf-7;
}
.grid-footer > :nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: gf-8;
}
.grid-footer > :nth-child(9) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  grid-area: gf-9;
}
.grid-footer > :nth-child(10) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
  grid-area: gf-10;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 180px;
  height: 36px;
  background-color: white;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 9998px;
  transition: 0.25s;
}
.btn:hover, .btn:focus {
  background-color: #999;
  color: white;
}

.btn--trans {
  background-color: transparent !important;
  color: currentColor !important;
}
.btn--trans::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 6px;
  display: block;
  border-top: 1px solid currentColor;
  opacity: 0;
  transition: inherit;
}
.btn--trans:hover::after, .btn--trans:focus::after {
  opacity: 1;
}

.btn--trans-r {
  display: inline-flex;
  width: auto;
  padding-right: 22px;
}
.btn--trans-r::after {
  left: 0;
}

.btn--green {
  background-color: #999;
  color: white;
}

.btn-angle {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
.btn-angle path {
  stroke: currentColor;
}

.btn-angle--left {
  right: auto;
  left: 15px;
}

.cols-2-3 {
  margin-left: -10px;
  margin-right: -10px;
}

.col-2-3 {
  flex-basis: calc(100%/2 - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

details,
summary {
  box-sizing: border-box;
  display: block;
}

.details-summary {
  list-style: none;
}
.details-summary::-webkit-details-marker {
  display: none;
}

.details-content {
  box-sizing: border-box;
  height: 0;
  visibility: hidden;
  overflow-y: hidden;
  transition: height 0.25s, visibility 0.25s step-end;
}
.details-content::before, .details-content::after {
  content: "";
  display: block;
}

.details[open] .details-content {
  height: auto;
  visibility: visible;
  transition: height 0.25s, visibility 0.25s step-start;
}
.details.is-open .is-hidden-open {
  display: none !important;
}
.details:not(.is-open) .is-hidden-closed {
  display: none !important;
}

.ipt-text,
.ipt-textarea {
  display: block;
  width: 100%;
  background-color: #ebebeb;
  color: #696969;
  font-size: inherit;
  border-radius: 10px;
}

.ipt-text {
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
}

.ipt-textarea {
  min-height: 140px;
  padding: 12px;
}

.checkbox,
.checkbox-ipt,
.checkbox-icon {
  display: block;
  width: 32px;
  height: 32px;
}

.checkbox-ipt {
  opacity: 0;
}
.checkbox-ipt:checked + .checkbox-icon {
  background-color: #999;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.238%22%20height%3D%2217.621%22%20viewBox%3D%220%200%2026.238%2017.621%22%3E%3Cpath%20d%3D%22M14437.439%2C17950.936l7.053%2C7.975%2C14.947-14%22%20transform%3D%22translate(-14435.321%20-17942.789)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
}

.checkbox-icon {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ebebeb;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 65% auto;
  border-radius: 10px;
  transition: 0.25s;
}

.radio,
.radio-ipt,
.radio-icon {
  display: block;
  width: 26px;
  height: 26px;
}

.radio-ipt {
  opacity: 0;
}
.radio-ipt:checked + .radio-icon::after {
  opacity: 1;
}

.radio-icon {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ebebeb;
  border-radius: 50%;
}
.radio-icon::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: #999;
  border-radius: 50%;
  margin: 4px;
  opacity: 0;
  transition: 0.25s;
}

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header-nav li:not(:last-child) {
  margin-bottom: 20px;
}
.header-nav a {
  display: block;
}
.header-nav a:hover, .header-nav a:focus {
  text-decoration: underline;
}

.menu-header-nav-container .nav-ul li:last-child {
  border-bottom: 1px solid #EBEBEB;
}

.footer-nav li:not(:last-child) {
  margin-right: 20px;
}
.footer-nav a {
  position: relative;
  z-index: 3;
  display: block;
}
.footer-nav a:hover, .footer-nav a:focus {
  text-decoration: underline;
}

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

.grid-hero {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 1fr auto auto;
  grid-template-rows: 1fr auto auto;
}

.grid-hero > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-hero > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-hero > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.grid-hero-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto 1fr auto auto auto;
  grid-template-rows: auto 1fr auto auto auto;
}

.grid-hero-nav > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-hero-nav > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-hero-nav > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.grid-hero-nav > *:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.grid-hero-nav > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.hero-nav-footer {
  border-top: 1px solid currentColor;
}

.hero-backdrop::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.375);
}

.hero-vid {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-news:hover .hero-news-angle, .hero-news:focus .hero-news-angle {
  opacity: 1;
}

.hero-news-angle {
  opacity: 0;
}

.special-hero {
  min-height: 812px;
}

.special-hero-pic {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.box-scroll-icon {
  margin-top: -20px;
  margin-bottom: -10px;
}

.tbl-rtn {
  border-collapse: collapse;
}
.tbl-rtn th:first-child, .tbl-rtn td:first-child {
  border-right: 5px solid white;
}

.grid-gap-40 {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-gap-40 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-gap-40 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.shadow-btn {
  z-index: 0;
}
.shadow-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: currentColor;
}

.shadow-btn-body {
  transition: 0.25s;
}
.shadow-btn-body:hover, .shadow-btn-body:focus {
  transform: translate(2px, 2px);
}

.faq-summ-icon {
  width: 19px;
  height: 19px;
}
.faq-summ-icon::before, .faq-summ-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: 19px;
  background-color: currentColor;
  margin: auto;
}
.faq-summ-icon::after {
  width: 19px;
  height: 1px;
  transition: inherit;
}

.details.is-open .faq-summ-icon {
  transform: rotate(-90deg);
}
.details.is-open .faq-summ-icon::after {
  opacity: 0;
  transform: scaleX(0);
}

.fill-curr path {
  fill: currentColor !important;
}

.stroke-curr path {
  stroke: currentColor !important;
}

.stroke-2 path {
  stroke-width: 2px !important;
}

.rad-full {
  border-radius: 9996px !important;
}

.rad-0 {
  border-radius: 0 !important;
}
.bd-0 {
  border: 0 !important;
}

.bd-1 {
  border: 1px solid #707070 !important;
}

.bd-2 {
  border: 2px solid #707070 !important;
}
.bdb-0 {
  border-bottom: 0 !important;
}

.bdb-1 {
  border-bottom: 1px solid #707070 !important;
}
.bs-dashed {
  border-style: dashed !important;
}

.bt-0 {
  border-top-style: none !important;
}

.bb-0 {
  border-bottom-style: none !important;
}

.bl-0 {
  border-left-style: none !important;
}

.br-0 {
  border-right-style: none !important;
}

.bc-light {
  border-color: #EBEBEB !important;
}

.bc-green {
  border-color: #999 !important;
}

.bg-curr {
  background-color: currentColor !important;
}

.bg-trans {
  background-color: transparent !important;
}

.bg-white {
  background-color: white !important;
}

.bg-light {
  background-color: #EBEBEB !important;
}

.bg-aa {
  background-color: #707070 !important;
}

.bg-light-aa {
  background-color: #696969 !important;
}

.bg-beige {
  background-color: #EBE3D9 !important;
}

.bg-green {
  background-color: #999 !important;
}

.bg-green-80 {
  background-color: rgba(48, 87, 86, 0.8) !important;
}

.bg-accent {
  background-color: #EA6737 !important;
}

.bg-accent-aa {
  background-color: #c0552d !important;
}

.bg-news-1 {
  background-color: #b95754 !important;
}

.bg-news-2 {
  background-color: #3a8081 !important;
}

.bg-news-3 {
  background-color: #966e26 !important;
}
.txt-curr {
  color: currentColor !important;
}

.txt-trans {
  color: transparent !important;
}

.txt-white {
  color: white !important;
}

.txt-light {
  color: #EBEBEB !important;
}

.txt-aa {
  color: #707070 !important;
}

.txt-light-aa {
  color: #696969 !important;
}

.txt-beige {
  color: #EBE3D9 !important;
}

.txt-green {
  color: #666 !important;
}

.txt-green-80 {
  color: #666 !important;
}

.txt-accent {
  color: #EA6737 !important;
}

.txt-accent-aa {
  color: #c0552d !important;
}

.txt-news-1 {
  color: #b95754 !important;
}

.txt-news-2 {
  color: #3a8081 !important;
}

.txt-news-3 {
  color: #966e26 !important;
}
.bg-light-hf:hover, .bg-light-hf:focus {
  background-color: #ebebeb !important;
}

.d-inline {
  display: inline !important;
}

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

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

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

.d-inline-grid {
  display: -ms-inline-grid !important;
  display: inline-grid !important;
}

.d-none {
  display: none !important;
}
.sizing-content {
  box-sizing: content-box !important;
}

.sizing-border {
  box-sizing: border-box !important;
}
.pos-rel {
  position: relative !important;
}

.pos-abs {
  position: absolute !important;
}

.pos-fixed {
  position: fixed !important;
}

.pos-static {
  position: static !important;
}
.top-auto {
  top: auto !important;
}

.top-half {
  top: 50% !important;
}

.top-0 {
  top: 0 !important;
}
.left-auto {
  left: auto !important;
}

.left-half {
  left: 50% !important;
}

.left-0 {
  left: 0 !important;
}
.right-auto {
  right: auto !important;
}

.right-half {
  right: 50% !important;
}

.right-0 {
  right: 0 !important;
}
.btm-auto {
  bottom: auto !important;
}

.btm-half {
  bottom: 50% !important;
}

.btm-0 {
  bottom: 0 !important;
}
.z-bg {
  z-index: -1 !important;
}

.z-auto {
  z-index: auto !important;
}

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

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.z-4 {
  z-index: 4 !important;
}
.over-hidden {
  overflow: hidden !important;
}

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

.over-auto {
  overflow: auto !important;
}
.op-0 {
  opacity: 0 !important;
}

.op-50 {
  opacity: 0.5 !important;
}

.op-60 {
  opacity: 0.6 !important;
}

.op-80 {
  opacity: 0.8 !important;
}

.op-90 {
  opacity: 0.9 !important;
}

.op-100 {
  opacity: 1 !important;
}
.op-0-hf:hover, .op-0-hf:focus {
  opacity: 0 !important;
}

.op-50-hf:hover, .op-50-hf:focus {
  opacity: 0.5 !important;
}

.op-60-hf:hover, .op-60-hf:focus {
  opacity: 0.6 !important;
}

.op-80-hf:hover, .op-80-hf:focus {
  opacity: 0.8 !important;
}

.op-90-hf:hover, .op-90-hf:focus {
  opacity: 0.9 !important;
}

.op-100-hf:hover, .op-100-hf:focus {
  opacity: 1 !important;
}

.events-none {
  pointer-events: none !important;
}
.rotate-0 {
  transform: none !important;
}

.rotate-90 {
  transform: rotate(90deg) !important;
}

.rotate-180 {
  transform: rotate(180deg) !important;
}

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

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

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

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

.items-base {
  align-items: baseline !important;
}
.justify-center {
  justify-content: center !important;
}

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

.justify-end {
  justify-content: flex-end !important;
}
.place-center {
  align-items: center !important;
  justify-content: center !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-none {
  flex: none !important;
}
.grow-0 {
  flex-grow: 0 !important;
}

.grow-1 {
  flex-grow: 1 !important;
}
.shrink-0 {
  flex-shrink: 0 !important;
}

.shrink-1 {
  flex-shrink: 1 !important;
}
.basis-auto {
  flex-basis: auto !important;
}
.vself-start {
  -ms-grid-row-align: start !important;
      align-self: start !important;
}

.vself-center {
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.vself-end {
  -ms-grid-row-align: end !important;
      align-self: end !important;
}
.mr-0 {
  margin-right: 0 !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

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

.mr-7 {
  margin-right: 7px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

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

.mr-32 {
  margin-right: 32px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-96 {
  margin-right: 96px !important;
}

.mr-100 {
  margin-right: 100px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

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

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

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

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

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

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

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

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

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-96 {
  margin-bottom: 96px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

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

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

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

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

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

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

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

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

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.px-96 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.pt-0 {
  padding-top: 0 !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

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

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

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

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

.pt-60 {
  padding-top: 60px !important;
}

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

.pt-80 {
  padding-top: 80px !important;
}

.pt-96 {
  padding-top: 96px !important;
}

.pt-100 {
  padding-top: 100px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

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

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

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

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

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

.pb-70 {
  padding-bottom: 70px !important;
}

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

.pb-96 {
  padding-bottom: 96px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

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

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

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

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

.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

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

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.pl-0 {
  padding-left: 0 !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

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

.pl-30 {
  padding-left: 30px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

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

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-96 {
  padding-left: 96px !important;
}

.pl-100 {
  padding-left: 100px !important;
}
.pr-0 {
  padding-right: 0 !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

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

.pr-15 {
  padding-right: 15px !important;
}

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

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

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

.pr-32 {
  padding-right: 32px !important;
}

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

.pr-50 {
  padding-right: 50px !important;
}

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

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

.pr-80 {
  padding-right: 80px !important;
}

.pr-96 {
  padding-right: 96px !important;
}

.pr-100 {
  padding-right: 100px !important;
}
.p-0 {
  padding: 0 !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mr-1em {
  margin-right: 1em;
}

.mr-0-last:last-child {
  margin-right: 0 !important;
}

.mb-0-last:last-child {
  margin-bottom: 0 !important;
}

.size-36 {
  font-size: 36px !important;
}

.size-24 {
  font-size: 24px !important;
}

.size-20 {
  font-size: 20px !important;
}

.size-16 {
  font-size: 16px !important;
}

.size-14 {
  font-size: 14px !important;
}

.size-13 {
  font-size: 13px !important;
}

.size-12 {
  font-size: 12px !important;
}

.size-11 {
  font-size: 11px !important;
}
.txt-left {
  text-align: left !important;
}

.txt-center {
  text-align: center !important;
}

.txt-right {
  text-align: right !important;
}
.txt-upper {
  text-transform: uppercase !important;
}

.family-serif {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
}

.wgt-n {
  font-weight: normal !important;
}

.wgt-500 {
  font-weight: 500 !important;
}

.wgt-600 {
  font-weight: 600 !important;
}
.deco-none {
  text-decoration: none !important;
}

.deco-under {
  text-decoration: underline !important;
}
.ws-preline {
  white-space: pre-line !important;
}

.ws-nowrap {
  white-space: nowrap !important;
}
.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.lh-2 {
  line-height: 2 !important;
}

.lh-175 {
  line-height: 1.75 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-125 {
  line-height: 1.25 !important;
}

.lh-1 {
  line-height: 1 !important;
}
.ls-1 {
  letter-spacing: 0.0625em;
}

.ls-2 {
  letter-spacing: 0.125em;
}

.ls-3 {
  letter-spacing: 0.1875em;
}

.ti-1 {
  text-indent: 0.0625em;
}

.ti-2 {
  text-indent: 0.125em;
}

.ti-3 {
  text-indent: 0.1875em;
}

.w-auto {
  width: auto !important;
}

.w-half {
  width: 50% !important;
}

.w-full {
  width: 100% !important;
}

.w-0 {
  width: 0 !important;
}

.w-30 {
  width: 30px !important;
}

.w-40 {
  width: 40px !important;
}

.w-60 {
  width: 60px !important;
}

.w-70 {
  width: 70px !important;
}

.w-80 {
  width: 80px !important;
}

.w-100 {
  width: 100px !important;
}

.w-140 {
  width: 140px !important;
}

.w-150 {
  width: 150px !important;
}

.w-180 {
  width: 180px !important;
}

.w-200 {
  width: 200px !important;
}

.w-220 {
  width: 220px !important;
}

.w-240 {
  width: 240px !important;
}

.w-360 {
  width: 360px !important;
}
.h-auto {
  height: auto !important;
}

.h-half {
  height: 50% !important;
}

.h-full {
  height: 100% !important;
}

.h-0 {
  height: 0 !important;
}

.h-30 {
  height: 30px !important;
}

.h-40 {
  height: 40px !important;
}

.h-60 {
  height: 60px !important;
}

.h-70 {
  height: 70px !important;
}

.h-80 {
  height: 80px !important;
}

.h-100 {
  height: 100px !important;
}

.h-140 {
  height: 140px !important;
}

.h-150 {
  height: 150px !important;
}

.h-180 {
  height: 180px !important;
}

.h-200 {
  height: 200px !important;
}

.h-220 {
  height: 220px !important;
}

.h-240 {
  height: 240px !important;
}

.h-360 {
  height: 360px !important;
}
.wh-auto {
  width: auto !important;
  height: auto !important;
}

.wh-half {
  width: 50% !important;
  height: 50% !important;
}

.wh-full {
  width: 100% !important;
  height: 100% !important;
}

.wh-0 {
  width: 0 !important;
  height: 0 !important;
}

.wh-30 {
  width: 30px !important;
  height: 30px !important;
}

.wh-40 {
  width: 40px !important;
  height: 40px !important;
}

.wh-60 {
  width: 60px !important;
  height: 60px !important;
}

.wh-70 {
  width: 70px !important;
  height: 70px !important;
}

.wh-80 {
  width: 80px !important;
  height: 80px !important;
}

.wh-100 {
  width: 100px !important;
  height: 100px !important;
}

.wh-140 {
  width: 140px !important;
  height: 140px !important;
}

.wh-150 {
  width: 150px !important;
  height: 150px !important;
}

.wh-180 {
  width: 180px !important;
  height: 180px !important;
}

.wh-200 {
  width: 200px !important;
  height: 200px !important;
}

.wh-220 {
  width: 220px !important;
  height: 220px !important;
}

.wh-240 {
  width: 240px !important;
  height: 240px !important;
}

.wh-360 {
  width: 360px !important;
  height: 360px !important;
}
.maxw-none {
  max-width: none !important;
}

.maxw-full {
  max-width: 100% !important;
}

.maxw-200 {
  max-width: 200px !important;
}

.maxw-300 {
  max-width: 300px !important;
}

.maxw-400 {
  max-width: 400px !important;
}

.maxw-700 {
  max-width: 700px !important;
}

.maxw-900 {
  max-width: 900px !important;
}
.minw-7em {
  min-width: 7em !important;
}

.minw-0 {
  min-width: 0 !important;
}

.minw-180 {
  min-width: 180px !important;
}
.minh-100vh {
  min-height: 100vh !important;
}

.minh-0 {
  min-height: 0 !important;
}
.trans-250 {
  transition: 0.25s;
}



.bg-orange{
  background-color: #e48b12!important;
}
@media (min-width: 768px){
  .cols-2-3 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-2-3 {
    flex-basis: calc(100%/3 - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .checkbox,
.checkbox-ipt,
.checkbox-icon {
    width: 40px;
    height: 40px;
  }
  .special-hero {
    min-height: 800px;
  }
  .broken-container {
    max-width: 900px;
  }
  .img-special-hero {
    width: 700px;
    aspect-ratio: 700/800;
  }
  .img-special-1-1 {
    aspect-ratio: 1400/660;
  }
  .tbl-rtn th:first-child, .tbl-rtn td:first-child {
    width: 210px;
    border-right-width: 10px;
  }
  .topics-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .rad-full-tb {
    border-radius: 9996px !important;
  }

  .rad-0-tb {
    border-radius: 0 !important;
  }
  .bd-0-tb {
    border: 0 !important;
  }

  .bd-1-tb {
    border: 1px solid #707070 !important;
  }

  .bd-2-tb {
    border: 2px solid #707070 !important;
  }
  .bdb-0-tb {
    border-bottom: 0 !important;
  }

  .bdb-1-tb {
    border-bottom: 1px solid #707070 !important;
  }
  .bg-curr-tb {
    background-color: currentColor !important;
  }

  .bg-trans-tb {
    background-color: transparent !important;
  }

  .bg-white-tb {
    background-color: white !important;
  }

  .bg-light-tb {
    background-color: #EBEBEB !important;
  }

  .bg-aa-tb {
    background-color: #707070 !important;
  }

  .bg-light-aa-tb {
    background-color: #696969 !important;
  }

  .bg-beige-tb {
    background-color: #EBE3D9 !important;
  }

  .bg-green-tb {
    background-color: #999 !important;
  }

  .bg-green-80-tb {
    background-color: rgba(48, 87, 86, 0.8) !important;
  }

  .bg-accent-tb {
    background-color: #EA6737 !important;
  }

  .bg-accent-aa-tb {
    background-color: #c0552d !important;
  }

  .bg-news-1-tb {
    background-color: #b95754 !important;
  }

  .bg-news-2-tb {
    background-color: #3a8081 !important;
  }

  .bg-news-3-tb {
    background-color: #966e26 !important;
  }
  .txt-curr-tb {
    color: currentColor !important;
  }

  .txt-trans-tb {
    color: transparent !important;
  }

  .txt-white-tb {
    color: white !important;
  }

  .txt-light-tb {
    color: #EBEBEB !important;
  }

  .txt-aa-tb {
    color: #707070 !important;
  }

  .txt-light-aa-tb {
    color: #696969 !important;
  }

  .txt-beige-tb {
    color: #EBE3D9 !important;
  }

  .txt-green-tb {
    color: #999 !important;
  }

  .txt-green-80-tb {
    color: rgba(48, 87, 86, 0.8) !important;
  }

  .txt-accent-tb {
    color: #EA6737 !important;
  }

  .txt-accent-aa-tb {
    color: #c0552d !important;
  }

  .txt-news-1-tb {
    color: #b95754 !important;
  }

  .txt-news-2-tb {
    color: #3a8081 !important;
  }

  .txt-news-3-tb {
    color: #966e26 !important;
  }
  .d-inline-tb {
    display: inline !important;
  }

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

  .d-inline-block-tb {
    display: inline-block !important;
  }

  .d-flex-tb {
    display: flex !important;
  }

  .d-inline-flex-tb {
    display: inline-flex !important;
  }

  .d-grid-tb {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-inline-grid-tb {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .d-none-tb {
    display: none !important;
  }
  .sizing-content-tb {
    box-sizing: content-box !important;
  }

  .sizing-border-tb {
    box-sizing: border-box !important;
  }
  .pos-rel-tb {
    position: relative !important;
  }

  .pos-abs-tb {
    position: absolute !important;
  }

  .pos-fixed-tb {
    position: fixed !important;
  }

  .pos-static-tb {
    position: static !important;
  }
  .top-auto-tb {
    top: auto !important;
  }

  .top-half-tb {
    top: 50% !important;
  }

  .top-0-tb {
    top: 0 !important;
  }
  .left-auto-tb {
    left: auto !important;
  }

  .left-half-tb {
    left: 50% !important;
  }

  .left-0-tb {
    left: 0 !important;
  }
  .right-auto-tb {
    right: auto !important;
  }

  .right-half-tb {
    right: 50% !important;
  }

  .right-0-tb {
    right: 0 !important;
  }
  .btm-auto-tb {
    bottom: auto !important;
  }

  .btm-half-tb {
    bottom: 50% !important;
  }

  .btm-0-tb {
    bottom: 0 !important;
  }
  .z-bg-tb {
    z-index: -1 !important;
  }

  .z-auto-tb {
    z-index: auto !important;
  }

  .z-0-tb {
    z-index: 0 !important;
  }

  .z-1-tb {
    z-index: 1 !important;
  }

  .z-2-tb {
    z-index: 2 !important;
  }

  .z-3-tb {
    z-index: 3 !important;
  }

  .z-4-tb {
    z-index: 4 !important;
  }
  .over-hidden-tb {
    overflow: hidden !important;
  }

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

  .over-auto-tb {
    overflow: auto !important;
  }
  .op-0-tb {
    opacity: 0 !important;
  }

  .op-50-tb {
    opacity: 0.5 !important;
  }

  .op-60-tb {
    opacity: 0.6 !important;
  }

  .op-80-tb {
    opacity: 0.8 !important;
  }

  .op-90-tb {
    opacity: 0.9 !important;
  }

  .op-100-tb {
    opacity: 1 !important;
  }
  .events-none-tb {
    pointer-events: none !important;
  }
  .rotate-0-tb {
    transform: none !important;
  }

  .rotate-90-tb {
    transform: rotate(90deg) !important;
  }

  .rotate-180-tb {
    transform: rotate(180deg) !important;
  }

  .rotate-270-tb {
    transform: rotate(270deg) !important;
  }
  .items-start-tb {
    align-items: flex-start !important;
  }

  .items-center-tb {
    align-items: center !important;
  }

  .items-end-tb {
    align-items: flex-end !important;
  }

  .items-base-tb {
    align-items: baseline !important;
  }
  .justify-center-tb {
    justify-content: center !important;
  }

  .justify-between-tb {
    justify-content: space-between !important;
  }

  .justify-end-tb {
    justify-content: flex-end !important;
  }
  .place-center-tb {
    align-items: center !important;
    justify-content: center !important;
  }
  .flex-wrap-tb {
    flex-wrap: wrap !important;
  }
  .flex-none-tb {
    flex: none !important;
  }
  .grow-0-tb {
    flex-grow: 0 !important;
  }

  .grow-1-tb {
    flex-grow: 1 !important;
  }
  .shrink-0-tb {
    flex-shrink: 0 !important;
  }

  .shrink-1-tb {
    flex-shrink: 1 !important;
  }
  .basis-auto-tb {
    flex-basis: auto !important;
  }
  .vself-start-tb {
    -ms-grid-row-align: start !important;
        align-self: start !important;
  }

  .vself-center-tb {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .vself-end-tb {
    -ms-grid-row-align: end !important;
        align-self: end !important;
  }
  .mr-0-tb {
    margin-right: 0 !important;
  }

  .mr-2-tb {
    margin-right: 2px !important;
  }

  .mr-4-tb {
    margin-right: 4px !important;
  }

  .mr-5-tb {
    margin-right: 5px !important;
  }

  .mr-10-tb {
    margin-right: 10px !important;
  }

  .mr-15-tb {
    margin-right: 15px !important;
  }

  .mr-20-tb {
    margin-right: 20px !important;
  }

  .mr-25-tb {
    margin-right: 25px !important;
  }

  .mr-30-tb {
    margin-right: 30px !important;
  }

  .mr-32-tb {
    margin-right: 32px !important;
  }

  .mr-40-tb {
    margin-right: 40px !important;
  }

  .mr-50-tb {
    margin-right: 50px !important;
  }

  .mr-60-tb {
    margin-right: 60px !important;
  }

  .mr-70-tb {
    margin-right: 70px !important;
  }

  .mr-80-tb {
    margin-right: 80px !important;
  }

  .mr-96-tb {
    margin-right: 96px !important;
  }

  .mr-100-tb {
    margin-right: 100px !important;
  }
  .mb-0-tb {
    margin-bottom: 0 !important;
  }

  .mb-2-tb {
    margin-bottom: 2px !important;
  }

  .mb-4-tb {
    margin-bottom: 4px !important;
  }

  .mb-5-tb {
    margin-bottom: 5px !important;
  }

  .mb-10-tb {
    margin-bottom: 10px !important;
  }

  .mb-15-tb {
    margin-bottom: 15px !important;
  }

  .mb-20-tb {
    margin-bottom: 20px !important;
  }

  .mb-25-tb {
    margin-bottom: 25px !important;
  }

  .mb-30-tb {
    margin-bottom: 30px !important;
  }

  .mb-32-tb {
    margin-bottom: 32px !important;
  }

  .mb-40-tb {
    margin-bottom: 40px !important;
  }

  .mb-50-tb {
    margin-bottom: 50px !important;
  }

  .mb-60-tb {
    margin-bottom: 60px !important;
  }

  .mb-70-tb {
    margin-bottom: 70px !important;
  }

  .mb-80-tb {
    margin-bottom: 80px !important;
  }

  .mb-96-tb {
    margin-bottom: 96px !important;
  }

  .mb-100-tb {
    margin-bottom: 100px !important;
  }
  .mt-0-tb {
    margin-top: 0 !important;
  }
  .ml-0-tb {
    margin-left: 0 !important;
  }

  .ml-5-tb {
    margin-left: 5px !important;
  }
  .px-0-tb {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-2-tb {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .px-4-tb {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .px-5-tb {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .px-10-tb {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .px-15-tb {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .px-20-tb {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .px-25-tb {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .px-30-tb {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .px-32-tb {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .px-40-tb {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .px-50-tb {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .px-60-tb {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .px-70-tb {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .px-80-tb {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .px-96-tb {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .px-100-tb {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .pt-0-tb {
    padding-top: 0 !important;
  }

  .pt-2-tb {
    padding-top: 2px !important;
  }

  .pt-4-tb {
    padding-top: 4px !important;
  }

  .pt-5-tb {
    padding-top: 5px !important;
  }

  .pt-10-tb {
    padding-top: 10px !important;
  }

  .pt-15-tb {
    padding-top: 15px !important;
  }

  .pt-20-tb {
    padding-top: 20px !important;
  }

  .pt-25-tb {
    padding-top: 25px !important;
  }

  .pt-30-tb {
    padding-top: 30px !important;
  }

  .pt-32-tb {
    padding-top: 32px !important;
  }

  .pt-40-tb {
    padding-top: 40px !important;
  }

  .pt-50-tb {
    padding-top: 50px !important;
  }

  .pt-60-tb {
    padding-top: 60px !important;
  }

  .pt-70-tb {
    padding-top: 70px !important;
  }

  .pt-80-tb {
    padding-top: 80px !important;
  }

  .pt-96-tb {
    padding-top: 96px !important;
  }

  .pt-100-tb {
    padding-top: 100px !important;
  }
  .pb-0-tb {
    padding-bottom: 0 !important;
  }

  .pb-2-tb {
    padding-bottom: 2px !important;
  }

  .pb-4-tb {
    padding-bottom: 4px !important;
  }

  .pb-5-tb {
    padding-bottom: 5px !important;
  }

  .pb-10-tb {
    padding-bottom: 10px !important;
  }

  .pb-15-tb {
    padding-bottom: 15px !important;
  }

  .pb-20-tb {
    padding-bottom: 20px !important;
  }

  .pb-25-tb {
    padding-bottom: 25px !important;
  }

  .pb-30-tb {
    padding-bottom: 30px !important;
  }

  .pb-32-tb {
    padding-bottom: 32px !important;
  }

  .pb-40-tb {
    padding-bottom: 40px !important;
  }

  .pb-50-tb {
    padding-bottom: 50px !important;
  }

  .pb-60-tb {
    padding-bottom: 60px !important;
  }

  .pb-70-tb {
    padding-bottom: 70px !important;
  }

  .pb-80-tb {
    padding-bottom: 80px !important;
  }

  .pb-96-tb {
    padding-bottom: 96px !important;
  }

  .pb-100-tb {
    padding-bottom: 100px !important;
  }
  .py-0-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

  .py-4-tb {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .py-5-tb {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

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

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

  .py-20-tb {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-25-tb {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

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

  .py-32-tb {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-40-tb {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-50-tb {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-60-tb {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

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

  .py-80-tb {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-96-tb {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .py-100-tb {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pl-0-tb {
    padding-left: 0 !important;
  }

  .pl-2-tb {
    padding-left: 2px !important;
  }

  .pl-4-tb {
    padding-left: 4px !important;
  }

  .pl-5-tb {
    padding-left: 5px !important;
  }

  .pl-10-tb {
    padding-left: 10px !important;
  }

  .pl-15-tb {
    padding-left: 15px !important;
  }

  .pl-20-tb {
    padding-left: 20px !important;
  }

  .pl-25-tb {
    padding-left: 25px !important;
  }

  .pl-30-tb {
    padding-left: 30px !important;
  }

  .pl-32-tb {
    padding-left: 32px !important;
  }

  .pl-40-tb {
    padding-left: 40px !important;
  }

  .pl-50-tb {
    padding-left: 50px !important;
  }

  .pl-60-tb {
    padding-left: 60px !important;
  }

  .pl-70-tb {
    padding-left: 70px !important;
  }

  .pl-80-tb {
    padding-left: 80px !important;
  }

  .pl-96-tb {
    padding-left: 96px !important;
  }

  .pl-100-tb {
    padding-left: 100px !important;
  }
  .pr-0-tb {
    padding-right: 0 !important;
  }

  .pr-2-tb {
    padding-right: 2px !important;
  }

  .pr-4-tb {
    padding-right: 4px !important;
  }

  .pr-5-tb {
    padding-right: 5px !important;
  }

  .pr-10-tb {
    padding-right: 10px !important;
  }

  .pr-15-tb {
    padding-right: 15px !important;
  }

  .pr-20-tb {
    padding-right: 20px !important;
  }

  .pr-25-tb {
    padding-right: 25px !important;
  }

  .pr-30-tb {
    padding-right: 30px !important;
  }

  .pr-32-tb {
    padding-right: 32px !important;
  }

  .pr-40-tb {
    padding-right: 40px !important;
  }

  .pr-50-tb {
    padding-right: 50px !important;
  }

  .pr-60-tb {
    padding-right: 60px !important;
  }

  .pr-70-tb {
    padding-right: 70px !important;
  }

  .pr-80-tb {
    padding-right: 80px !important;
  }

  .pr-96-tb {
    padding-right: 96px !important;
  }

  .pr-100-tb {
    padding-right: 100px !important;
  }
  .p-0-tb {
    padding: 0 !important;
  }
  .mx-auto-tb {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-auto-tb {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .ml-auto-tb {
    margin-left: auto !important;
  }
  .mr-auto-tb {
    margin-right: auto !important;
  }
  .size-36-tb {
    font-size: 36px !important;
  }

  .size-24-tb {
    font-size: 24px !important;
  }

  .size-20-tb {
    font-size: 20px !important;
  }

  .size-16-tb {
    font-size: 16px !important;
  }

  .size-14-tb {
    font-size: 14px !important;
  }

  .size-13-tb {
    font-size: 13px !important;
  }

  .size-12-tb {
    font-size: 12px !important;
  }

  .size-11-tb {
    font-size: 11px !important;
  }
  .txt-left-tb {
    text-align: left !important;
  }

  .txt-center-tb {
    text-align: center !important;
  }

  .txt-right-tb {
    text-align: right !important;
  }
  .wgt-n-tb {
    font-weight: normal !important;
  }

  .wgt-500-tb {
    font-weight: 500 !important;
  }

  .wgt-600-tb {
    font-weight: 600 !important;
  }
  .deco-none-tb {
    text-decoration: none !important;
  }

  .deco-under-tb {
    text-decoration: underline !important;
  }
  .ws-preline-tb {
    white-space: pre-line !important;
  }

  .ws-nowrap-tb {
    white-space: nowrap !important;
  }
  .lh-2-tb {
    line-height: 2 !important;
  }

  .lh-175-tb {
    line-height: 1.75 !important;
  }

  .lh-15-tb {
    line-height: 1.5 !important;
  }

  .lh-125-tb {
    line-height: 1.25 !important;
  }

  .lh-1-tb {
    line-height: 1 !important;
  }
  .w-auto-tb {
    width: auto !important;
  }

  .w-half-tb {
    width: 50% !important;
  }

  .w-full-tb {
    width: 100% !important;
  }

  .w-0-tb {
    width: 0 !important;
  }

  .w-30-tb {
    width: 30px !important;
  }

  .w-40-tb {
    width: 40px !important;
  }

  .w-60-tb {
    width: 60px !important;
  }

  .w-70-tb {
    width: 70px !important;
  }

  .w-80-tb {
    width: 80px !important;
  }

  .w-100-tb {
    width: 100px !important;
  }

  .w-140-tb {
    width: 140px !important;
  }

  .w-150-tb {
    width: 150px !important;
  }

  .w-180-tb {
    width: 180px !important;
  }

  .w-200-tb {
    width: 200px !important;
  }

  .w-220-tb {
    width: 220px !important;
  }

  .w-240-tb {
    width: 240px !important;
  }

  .w-360-tb {
    width: 360px !important;
  }
  .h-auto-tb {
    height: auto !important;
  }

  .h-half-tb {
    height: 50% !important;
  }

  .h-full-tb {
    height: 100% !important;
  }

  .h-0-tb {
    height: 0 !important;
  }

  .h-30-tb {
    height: 30px !important;
  }

  .h-40-tb {
    height: 40px !important;
  }

  .h-60-tb {
    height: 60px !important;
  }

  .h-70-tb {
    height: 70px !important;
  }

  .h-80-tb {
    height: 80px !important;
  }

  .h-100-tb {
    height: 100px !important;
  }

  .h-140-tb {
    height: 140px !important;
  }

  .h-150-tb {
    height: 150px !important;
  }

  .h-180-tb {
    height: 180px !important;
  }

  .h-200-tb {
    height: 200px !important;
  }

  .h-220-tb {
    height: 220px !important;
  }

  .h-240-tb {
    height: 240px !important;
  }

  .h-360-tb {
    height: 360px !important;
  }
  .wh-auto-tb {
    width: auto !important;
    height: auto !important;
  }

  .wh-half-tb {
    width: 50% !important;
    height: 50% !important;
  }

  .wh-full-tb {
    width: 100% !important;
    height: 100% !important;
  }

  .wh-0-tb {
    width: 0 !important;
    height: 0 !important;
  }

  .wh-30-tb {
    width: 30px !important;
    height: 30px !important;
  }

  .wh-40-tb {
    width: 40px !important;
    height: 40px !important;
  }

  .wh-60-tb {
    width: 60px !important;
    height: 60px !important;
  }

  .wh-70-tb {
    width: 70px !important;
    height: 70px !important;
  }

  .wh-80-tb {
    width: 80px !important;
    height: 80px !important;
  }

  .wh-100-tb {
    width: 100px !important;
    height: 100px !important;
  }

  .wh-140-tb {
    width: 140px !important;
    height: 140px !important;
  }

  .wh-150-tb {
    width: 150px !important;
    height: 150px !important;
  }

  .wh-180-tb {
    width: 180px !important;
    height: 180px !important;
  }

  .wh-200-tb {
    width: 200px !important;
    height: 200px !important;
  }

  .wh-220-tb {
    width: 220px !important;
    height: 220px !important;
  }

  .wh-240-tb {
    width: 240px !important;
    height: 240px !important;
  }

  .wh-360-tb {
    width: 360px !important;
    height: 360px !important;
  }
  .maxw-none-tb {
    max-width: none !important;
  }

  .maxw-full-tb {
    max-width: 100% !important;
  }

  .maxw-200-tb {
    max-width: 200px !important;
  }

  .maxw-300-tb {
    max-width: 300px !important;
  }

  .maxw-400-tb {
    max-width: 400px !important;
  }

  .maxw-700-tb {
    max-width: 700px !important;
  }

  .maxw-900-tb {
    max-width: 900px !important;
  }
  .minw-7em-tb {
    min-width: 7em !important;
  }

  .minw-0-tb {
    min-width: 0 !important;
  }

  .minw-180-tb {
    min-width: 180px !important;
  }
  .minh-100vh-tb {
    min-height: 100vh !important;
  }

  .minh-0-tb {
    min-height: 0 !important;
  }
}
@media (min-width: 1200px){
  .grid-sec {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .grid-sec > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-sec > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-sec-btn {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    -ms-grid-columns: auto 1fr;
        grid-template: "gsb-1 gsb-2" auto "gsb-3 gsb-2" 1fr/auto 1fr;
  }
  .grid-sec-btn .item-1 {
    grid-area: gsb-1;
  }
  .grid-sec-btn .item-2 {
    grid-area: gsb-2;
  }
  .grid-sec-btn .item-3 {
    grid-area: gsb-3;
  }
  .sec-head {
    width: 400px;
    padding-left: 100px;
  }
  .sec-container {
    width: calc(100% - 400px);
    margin-left: auto;
  }
  .nav-fixed {
    width: auto;
    height: 100%;
    overflow: auto;
  }
  .hero-backdrop::after {
    content: none;
  }
  .hero-news {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 800px;
    transform: translateX(-50%);
            border: 1px solid #e3e3e3;
  }

  .hero-news2 {
    position: absolute;
    left: 50%;
    bottom: 45px;
    width: 800px;
    transform: translateX(-50%);
            border: 1px solid #e3e3e3;
  }



  .hero-link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    border-radius: 20px 0 0 0;
  }

  .bg-orange{
    background-color: #e48b12!important;
  }

 
  .hero-linknone {
display: none!important;
  }


  .broken-container {
    max-width: calc(50% + 450px);
  }
  .rad-full-dt {
    border-radius: 9996px !important;
  }

  .rad-0-dt {
    border-radius: 0 !important;
  }
  .bd-0-dt {
    border: 0 !important;
  }

  .bd-1-dt {
    border: 1px solid #707070 !important;
  }

  .bd-2-dt {
    border: 2px solid #707070 !important;
  }
  .bdb-0-dt {
    border-bottom: 0 !important;
  }

  .bdb-1-dt {
    border-bottom: 1px solid #707070 !important;
  }
  .bg-curr-dt {
    background-color: currentColor !important;
  }

  .bg-trans-dt {
    background-color: transparent !important;
  }

  .bg-white-dt {
    background-color: white !important;
  }

  .bg-light-dt {
    background-color: #EBEBEB !important;
  }

  .bg-aa-dt {
    background-color: #707070 !important;
  }

  .bg-light-aa-dt {
    background-color: #696969 !important;
  }

  .bg-beige-dt {
    background-color: #EBE3D9 !important;
  }

  .bg-green-dt {
    background-color: #fff  !important;
  }

  .bg-green-80-dt {
    background-color: rgba(48, 87, 86, 0.8) !important;
  }

  .bg-accent-dt {
    background-color: #EA6737 !important;
  }

  .bg-accent-aa-dt {
    background-color: #c0552d !important;
  }

  .bg-news-1-dt {
    background-color: #b95754 !important;
  }

  .bg-news-2-dt {
    background-color: #3a8081 !important;
  }

  .bg-news-3-dt {
    background-color: #966e26 !important;
  }
  .txt-curr-dt {
    color: currentColor !important;
  }

  .txt-trans-dt {
    color: transparent !important;
  }

  .txt-white-dt {
    color: white !important;
  }

  .txt-light-dt {
    color: #EBEBEB !important;
  }

  .txt-aa-dt {
    color: #707070 !important;
  }

  .txt-light-aa-dt {
    color: #696969 !important;
  }

  .txt-beige-dt {
    color: #EBE3D9 !important;
  }

  .txt-green-dt {
    color: #999 !important;
  }

  .txt-green-80-dt {
    color: rgba(48, 87, 86, 0.8) !important;
  }

  .txt-accent-dt {
    color: #EA6737 !important;
  }

  .txt-accent-aa-dt {
    color: #c0552d !important;
  }

  .txt-news-1-dt {
    color: #b95754 !important;
  }

  .txt-news-2-dt {
    color: #3a8081 !important;
  }

  .txt-news-3-dt {
    color: #966e26 !important;
  }
  .d-inline-dt {
    display: inline !important;
  }

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

  .d-inline-block-dt {
    display: inline-block !important;
  }

  .d-flex-dt {
    display: flex !important;
  }

  .d-inline-flex-dt {
    display: inline-flex !important;
  }

  .d-grid-dt {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-inline-grid-dt {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .d-none-dt {
    display: none !important;
  }
  .sizing-content-dt {
    box-sizing: content-box !important;
  }

  .sizing-border-dt {
    box-sizing: border-box !important;
  }
  .pos-rel-dt {
    position: relative !important;
  }

  .pos-abs-dt {
    position: absolute !important;
  }

  .pos-fixed-dt {
    position: fixed !important;
  }

  .pos-static-dt {
    position: static !important;
  }
  .top-auto-dt {
    top: auto !important;
  }

  .top-half-dt {
    top: 50% !important;
  }

  .top-0-dt {
    top: 0 !important;
  }
  .left-auto-dt {
    left: auto !important;
  }

  .left-half-dt {
    left: 50% !important;
  }

  .left-0-dt {
    left: 0 !important;
  }
  .right-auto-dt {
    right: auto !important;
  }

  .right-half-dt {
    right: 50% !important;
  }

  .right-0-dt {
    right: 0 !important;
  }
  .btm-auto-dt {
    bottom: auto !important;
  }

  .btm-half-dt {
    bottom: 50% !important;
  }

  .btm-0-dt {
    bottom: 0 !important;
  }
  .z-bg-dt {
    z-index: -1 !important;
  }

  .z-auto-dt {
    z-index: auto !important;
  }

  .z-0-dt {
    z-index: 0 !important;
  }

  .z-1-dt {
    z-index: 1 !important;
  }

  .z-2-dt {
    z-index: 2 !important;
  }

  .z-3-dt {
    z-index: 3 !important;
  }

  .z-4-dt {
    z-index: 4 !important;
  }
  .over-hidden-dt {
    overflow: hidden !important;
  }

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

  .over-auto-dt {
    overflow: auto !important;
  }
  .op-0-dt {
    opacity: 0 !important;
  }

  .op-50-dt {
    opacity: 0.5 !important;
  }

  .op-60-dt {
    opacity: 0.6 !important;
  }

  .op-80-dt {
    opacity: 0.8 !important;
  }

  .op-90-dt {
    opacity: 0.9 !important;
  }

  .op-100-dt {
    opacity: 1 !important;
  }
  .events-none-dt {
    pointer-events: none !important;
  }
  .rotate-0-dt {
    transform: none !important;
  }

  .rotate-90-dt {
    transform: rotate(90deg) !important;
  }

  .rotate-180-dt {
    transform: rotate(180deg) !important;
  }

  .rotate-270-dt {
    transform: rotate(270deg) !important;
  }
  .items-start-dt {
    align-items: flex-start !important;
  }

  .items-center-dt {
    align-items: center !important;
  }

  .items-end-dt {
    align-items: flex-end !important;
  }

  .items-base-dt {
    align-items: baseline !important;
  }
  .justify-center-dt {
    justify-content: center !important;
  }

  .justify-between-dt {
    justify-content: space-between !important;
  }

  .justify-end-dt {
    justify-content: flex-end !important;
  }
  .place-center-dt {
    align-items: center !important;
    justify-content: center !important;
  }
  .flex-wrap-dt {
    flex-wrap: wrap !important;
  }
  .flex-none-dt {
    flex: none !important;
  }
  .grow-0-dt {
    flex-grow: 0 !important;
  }

  .grow-1-dt {
    flex-grow: 1 !important;
  }
  .shrink-0-dt {
    flex-shrink: 0 !important;
  }

  .shrink-1-dt {
    flex-shrink: 1 !important;
  }
  .basis-auto-dt {
    flex-basis: auto !important;
  }
  .vself-start-dt {
    -ms-grid-row-align: start !important;
        align-self: start !important;
  }

  .vself-center-dt {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .vself-end-dt {
    -ms-grid-row-align: end !important;
        align-self: end !important;
  }
  .mr-0-dt {
    margin-right: 0 !important;
  }

  .mr-2-dt {
    margin-right: 2px !important;
  }

  .mr-4-dt {
    margin-right: 4px !important;
  }

  .mr-5-dt {
    margin-right: 5px !important;
  }

  .mr-10-dt {
    margin-right: 10px !important;
  }

  .mr-15-dt {
    margin-right: 15px !important;
  }

  .mr-20-dt {
    margin-right: 20px !important;
  }

  .mr-25-dt {
    margin-right: 25px !important;
  }

  .mr-30-dt {
    margin-right: 30px !important;
  }

  .mr-32-dt {
    margin-right: 32px !important;
  }

  .mr-40-dt {
    margin-right: 40px !important;
  }

  .mr-50-dt {
    margin-right: 50px !important;
  }

  .mr-60-dt {
    margin-right: 60px !important;
  }

  .mr-70-dt {
    margin-right: 70px !important;
  }

  .mr-80-dt {
    margin-right: 80px !important;
  }

  .mr-96-dt {
    margin-right: 96px !important;
  }

  .mr-100-dt {
    margin-right: 100px !important;
  }
  .mb-0-dt {
    margin-bottom: 0 !important;
  }

  .mb-2-dt {
    margin-bottom: 2px !important;
  }

  .mb-4-dt {
    margin-bottom: 4px !important;
  }

  .mb-5-dt {
    margin-bottom: 5px !important;
  }

  .mb-10-dt {
    margin-bottom: 10px !important;
  }

  .mb-15-dt {
    margin-bottom: 15px !important;
  }

  .mb-20-dt {
    margin-bottom: 20px !important;
  }

  .mb-25-dt {
    margin-bottom: 25px !important;
  }

  .mb-30-dt {
    margin-bottom: 30px !important;
  }

  .mb-32-dt {
    margin-bottom: 32px !important;
  }

  .mb-40-dt {
    margin-bottom: 40px !important;
  }

  .mb-50-dt {
    margin-bottom: 50px !important;
  }

  .mb-60-dt {
    margin-bottom: 60px !important;
  }

  .mb-70-dt {
    margin-bottom: 70px !important;
  }

  .mb-80-dt {
    margin-bottom: 80px !important;
  }

  .mb-96-dt {
    margin-bottom: 96px !important;
  }

  .mb-100-dt {
    margin-bottom: 100px !important;
  }
  .mt-0-dt {
    margin-top: 0 !important;
  }
  .ml-0-dt {
    margin-left: 0 !important;
  }

  .ml-5-dt {
    margin-left: 5px !important;
  }
  .px-0-dt {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-2-dt {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .px-4-dt {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .px-5-dt {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .px-10-dt {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .px-15-dt {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .px-20-dt {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .px-25-dt {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .px-30-dt {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .px-32-dt {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .px-40-dt {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .px-50-dt {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .px-60-dt {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .px-70-dt {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .px-80-dt {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .px-96-dt {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .px-100-dt {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .pt-0-dt {
    padding-top: 0 !important;
  }

  .pt-2-dt {
    padding-top: 2px !important;
  }

  .pt-4-dt {
    padding-top: 4px !important;
  }

  .pt-5-dt {
    padding-top: 5px !important;
  }

  .pt-10-dt {
    padding-top: 10px !important;
  }

  .pt-15-dt {
    padding-top: 15px !important;
  }

  .pt-20-dt {
    padding-top: 20px !important;
  }

  .pt-25-dt {
    padding-top: 25px !important;
  }

  .pt-30-dt {
    padding-top: 30px !important;
  }

  .pt-32-dt {
    padding-top: 32px !important;
  }

  .pt-40-dt {
    padding-top: 40px !important;
  }

  .pt-50-dt {
    padding-top: 50px !important;
  }

  .pt-60-dt {
    padding-top: 60px !important;
  }

  .pt-70-dt {
    padding-top: 70px !important;
  }

  .pt-80-dt {
    padding-top: 80px !important;
  }

  .pt-96-dt {
    padding-top: 96px !important;
  }

  .pt-100-dt {
    padding-top: 100px !important;
  }
  .pb-0-dt {
    padding-bottom: 0 !important;
  }

  .pb-2-dt {
    padding-bottom: 2px !important;
  }

  .pb-4-dt {
    padding-bottom: 4px !important;
  }

  .pb-5-dt {
    padding-bottom: 5px !important;
  }

  .pb-10-dt {
    padding-bottom: 10px !important;
  }

  .pb-15-dt {
    padding-bottom: 15px !important;
  }

  .pb-20-dt {
    padding-bottom: 20px !important;
  }

  .pb-25-dt {
    padding-bottom: 25px !important;
  }

  .pb-30-dt {
    padding-bottom: 30px !important;
  }

  .pb-32-dt {
    padding-bottom: 32px !important;
  }

  .pb-40-dt {
    padding-bottom: 40px !important;
  }

  .pb-50-dt {
    padding-bottom: 50px !important;
  }

  .pb-60-dt {
    padding-bottom: 60px !important;
  }

  .pb-70-dt {
    padding-bottom: 70px !important;
  }

  .pb-80-dt {
    padding-bottom: 80px !important;
  }

  .pb-96-dt {
    padding-bottom: 96px !important;
  }

  .pb-100-dt {
    padding-bottom: 100px !important;
  }
  .py-0-dt {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

  .py-4-dt {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .py-5-dt {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

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

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

  .py-20-dt {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-25-dt {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

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

  .py-32-dt {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-40-dt {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-50-dt {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-60-dt {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

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

  .py-80-dt {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-96-dt {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .py-100-dt {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pl-0-dt {
    padding-left: 0 !important;
  }

  .pl-2-dt {
    padding-left: 2px !important;
  }

  .pl-4-dt {
    padding-left: 4px !important;
  }

  .pl-5-dt {
    padding-left: 5px !important;
  }

  .pl-10-dt {
    padding-left: 10px !important;
  }

  .pl-15-dt {
    padding-left: 15px !important;
  }

  .pl-20-dt {
    padding-left: 20px !important;
  }

  .pl-25-dt {
    padding-left: 25px !important;
  }

  .pl-30-dt {
    padding-left: 30px !important;
  }

  .pl-32-dt {
    padding-left: 32px !important;
  }

  .pl-40-dt {
    padding-left: 40px !important;
  }

  .pl-50-dt {
    padding-left: 50px !important;
  }

  .pl-60-dt {
    padding-left: 60px !important;
  }

  .pl-70-dt {
    padding-left: 70px !important;
  }

  .pl-80-dt {
    padding-left: 80px !important;
  }

  .pl-96-dt {
    padding-left: 96px !important;
  }

  .pl-100-dt {
    padding-left: 100px !important;
  }
  .pr-0-dt {
    padding-right: 0 !important;
  }

  .pr-2-dt {
    padding-right: 2px !important;
  }

  .pr-4-dt {
    padding-right: 4px !important;
  }

  .pr-5-dt {
    padding-right: 5px !important;
  }

  .pr-10-dt {
    padding-right: 10px !important;
  }

  .pr-15-dt {
    padding-right: 15px !important;
  }

  .pr-20-dt {
    padding-right: 20px !important;
  }

  .pr-25-dt {
    padding-right: 25px !important;
  }

  .pr-30-dt {
    padding-right: 30px !important;
  }

  .pr-32-dt {
    padding-right: 32px !important;
  }

  .pr-40-dt {
    padding-right: 40px !important;
  }

  .pr-50-dt {
    padding-right: 50px !important;
  }

  .pr-60-dt {
    padding-right: 60px !important;
  }

  .pr-70-dt {
    padding-right: 70px !important;
  }

  .pr-80-dt {
    padding-right: 80px !important;
  }

  .pr-96-dt {
    padding-right: 96px !important;
  }

  .pr-100-dt {
    padding-right: 100px !important;
  }
  .p-0-dt {
    padding: 0 !important;
  }
  .mx-auto-dt {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-auto-dt {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .ml-auto-dt {
    margin-left: auto !important;
  }
  .mr-auto-dt {
    margin-right: auto !important;
  }
  .size-36-dt {
    font-size: 36px !important;
  }

  .size-24-dt {
    font-size: 24px !important;
  }

  .size-20-dt {
    font-size: 17px !important;
  }

  .size-16-dt {
    font-size: 16px !important;
  }

  .size-14-dt {
    font-size: 14px !important;
  }

  .size-13-dt {
    font-size: 13px !important;
  }

  .size-12-dt {
    font-size: 12px !important;
  }

  .size-11-dt {
    font-size: 11px !important;
  }
  .txt-left-dt {
    text-align: left !important;
  }

  .txt-center-dt {
    text-align: center !important;
  }

  .txt-right-dt {
    text-align: right !important;
  }
  .wgt-n-dt {
    font-weight: normal !important;
  }

  .wgt-500-dt {
    font-weight: 500 !important;
  }

  .wgt-600-dt {
    font-weight: 600 !important;
  }
  .deco-none-dt {
    text-decoration: none !important;
  }

  .deco-under-dt {
    text-decoration: underline !important;
  }
  .ws-preline-dt {
    white-space: pre-line !important;
  }

  .ws-nowrap-dt {
    white-space: nowrap !important;
  }
  .lh-2-dt {
    line-height: 2 !important;
  }

  .lh-175-dt {
    line-height: 1.75 !important;
  }

  .lh-15-dt {
    line-height: 1.5 !important;
  }

  .lh-125-dt {
    line-height: 1.25 !important;
  }

  .lh-1-dt {
    line-height: 1 !important;
  }
  .w-auto-dt {
    width: auto !important;
  }

  .w-half-dt {
    width: 50% !important;
  }

  .w-full-dt {
    width: 100% !important;
  }

  .w-0-dt {
    width: 0 !important;
  }

  .w-30-dt {
    width: 30px !important;
  }

  .w-40-dt {
    width: 40px !important;
  }

  .w-60-dt {
    width: 60px !important;
  }

  .w-70-dt {
    width: 70px !important;
  }

  .w-80-dt {
    width: 80px !important;
  }

  .w-100-dt {
    width: 100px !important;
  }

  .w-140-dt {
    width: 140px !important;
  }

  .w-150-dt {
    width: 150px !important;
  }

  .w-180-dt {
    width: 180px !important;
  }

  .w-200-dt {
    width: 200px !important;
  }

  .w-220-dt {
    width: 220px !important;
  }

  .w-240-dt {
    width: 240px !important;
  }

  .w-360-dt {
    width: 360px !important;
  }
  .h-auto-dt {
    height: auto !important;
  }

  .h-half-dt {
    height: 50% !important;
  }

  .h-full-dt {
    height: 100% !important;
  }

  .h-0-dt {
    height: 0 !important;
  }

  .h-30-dt {
    height: 30px !important;
  }

  .h-40-dt {
    height: 40px !important;
  }

  .h-60-dt {
    height: 60px !important;
  }

  .h-70-dt {
    height: 70px !important;
  }

  .h-80-dt {
    height: 80px !important;
  }

  .h-100-dt {
    height: 100px !important;
  }

  .h-140-dt {
    height: 140px !important;
  }

  .h-150-dt {
    height: 150px !important;
  }

  .h-180-dt {
    height: 180px !important;
  }

  .h-200-dt {
    height: 200px !important;
  }

  .h-220-dt {
    height: 220px !important;
  }

  .h-240-dt {
    height: 240px !important;
  }

  .h-360-dt {
    height: 360px !important;
  }
  .wh-auto-dt {
    width: auto !important;
    height: auto !important;
  }

  .wh-half-dt {
    width: 50% !important;
    height: 50% !important;
  }

  .wh-full-dt {
    width: 100% !important;
    height: 100% !important;
  }

  .wh-0-dt {
    width: 0 !important;
    height: 0 !important;
  }

  .wh-30-dt {
    width: 30px !important;
    height: 30px !important;
  }

  .wh-40-dt {
    width: 40px !important;
    height: 40px !important;
  }

  .wh-60-dt {
    width: 60px !important;
    height: 60px !important;
  }

  .wh-70-dt {
    width: 70px !important;
    height: 70px !important;
  }

  .wh-80-dt {
    width: 80px !important;
    height: 80px !important;
  }

  .wh-100-dt {
    width: 100px !important;
    height: 100px !important;
  }

  .wh-140-dt {
    width: 140px !important;
    height: 140px !important;
  }

  .wh-150-dt {
    width: 150px !important;
    height: 150px !important;
  }

  .wh-180-dt {
    width: 180px !important;
    height: 180px !important;
  }

  .wh-200-dt {
    width: 200px !important;
    height: 200px !important;
  }

  .wh-220-dt {
    width: 220px !important;
    height: 220px !important;
  }

  .wh-240-dt {
    width: 240px !important;
    height: 240px !important;
  }

  .wh-360-dt {
    width: 360px !important;
    height: 360px !important;
  }
  .maxw-none-dt {
    max-width: none !important;
  }

  .maxw-full-dt {
    max-width: 100% !important;
  }

  .maxw-200-dt {
    max-width: 200px !important;
  }

  .maxw-300-dt {
    max-width: 300px !important;
  }

  .maxw-400-dt {
    max-width: 400px !important;
  }

  .maxw-700-dt {
    max-width: 700px !important;
  }

  .maxw-900-dt {
    max-width: 900px !important;
  }
  .minw-7em-dt {
    min-width: 7em !important;
  }

  .minw-0-dt {
    min-width: 0 !important;
  }

  .minw-180-dt {
    min-width: 180px !important;
  }
  .minh-100vh-dt {
    min-height: 100vh !important;
  }

  .minh-0-dt {
    min-height: 0 !important;
  }
}
@media (min-width: 1200px){
  .grid-sec-btn .item-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-sec-btn .item-2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .grid-sec-btn .item-3 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1400px){
  .sec-head {
    width: 560px;
  }
  .sec-container {
    width: calc(100% - 560px);
  }

/* 
.sec-company {
    position: relative;
    height: 100%;
background: url(../images/company/company_back.jpg) bottom center / cover no-repeat;
}

.sec-company::before {
    content: "";
    position: absolute;
    inset: 0;
        background: rgb(255 255 255 / 50%); 
    z-index: 1;
}

.sec-company > * {
    position: relative;
    z-index: 2;
}

.sec-company .container {
    color: #fff;
}
 */

  .rad-full-ws {
    border-radius: 9996px !important;
  }

  .rad-0-ws {
    border-radius: 0 !important;
  }
  .bd-0-ws {
    border: 0 !important;
  }

  .bd-1-ws {
    border: 1px solid #707070 !important;
  }

  .bd-2-ws {
    border: 2px solid #707070 !important;
  }
  .bdb-0-ws {
    border-bottom: 0 !important;
  }

  .bdb-1-ws {
    border-bottom: 1px solid #707070 !important;
  }
  .bg-curr-ws {
    background-color: currentColor !important;
  }

  .bg-trans-ws {
    background-color: transparent !important;
  }

  .bg-white-ws {
    background-color: white !important;
  }

  .bg-light-ws {
    background-color: #EBEBEB !important;
  }

  .bg-aa-ws {
    background-color: #707070 !important;
  }

  .bg-light-aa-ws {
    background-color: #696969 !important;
  }

  .bg-beige-ws {
    background-color: #EBE3D9 !important;
  }

  .bg-green-ws {
    background-color: #999 !important;
  }

  .bg-green-80-ws {
    background-color: rgba(48, 87, 86, 0.8) !important;
  }

  .bg-accent-ws {
    background-color: #EA6737 !important;
  }

  .bg-accent-aa-ws {
    background-color: #c0552d !important;
  }

  .bg-news-1-ws {
    background-color: #b95754 !important;
  }

  .bg-news-2-ws {
    background-color: #3a8081 !important;
  }

  .bg-news-3-ws {
    background-color: #966e26 !important;
  }
  .txt-curr-ws {
    color: currentColor !important;
  }

  .txt-trans-ws {
    color: transparent !important;
  }

  .txt-white-ws {
    color: white !important;
  }

  .txt-light-ws {
    color: #EBEBEB !important;
  }

  .txt-aa-ws {
    color: #707070 !important;
  }

  .txt-light-aa-ws {
    color: #696969 !important;
  }

  .txt-beige-ws {
    color: #EBE3D9 !important;
  }

  .txt-green-ws {
    color: #999 !important;
  }

  .txt-green-80-ws {
    color: rgba(48, 87, 86, 0.8) !important;
  }

  .txt-accent-ws {
    color: #EA6737 !important;
  }

  .txt-accent-aa-ws {
    color: #c0552d !important;
  }

  .txt-news-1-ws {
    color: #b95754 !important;
  }

  .txt-news-2-ws {
    color: #3a8081 !important;
  }

  .txt-news-3-ws {
    color: #966e26 !important;
  }
  .d-inline-ws {
    display: inline !important;
  }

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

  .d-inline-block-ws {
    display: inline-block !important;
  }

  .d-flex-ws {
    display: flex !important;
  }

  .d-inline-flex-ws {
    display: inline-flex !important;
  }

  .d-grid-ws {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-inline-grid-ws {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .d-none-ws {
    display: none !important;
  }
  .sizing-content-ws {
    box-sizing: content-box !important;
  }

  .sizing-border-ws {
    box-sizing: border-box !important;
  }
  .pos-rel-ws {
    position: relative !important;
  }

  .pos-abs-ws {
    position: absolute !important;
  }

  .pos-fixed-ws {
    position: fixed !important;
  }

  .pos-static-ws {
    position: static !important;
  }
  .top-auto-ws {
    top: auto !important;
  }

  .top-half-ws {
    top: 50% !important;
  }

  .top-0-ws {
    top: 0 !important;
  }
  .left-auto-ws {
    left: auto !important;
  }

  .left-half-ws {
    left: 50% !important;
  }

  .left-0-ws {
    left: 0 !important;
  }
  .right-auto-ws {
    right: auto !important;
  }

  .right-half-ws {
    right: 50% !important;
  }

  .right-0-ws {
    right: 0 !important;
  }
  .btm-auto-ws {
    bottom: auto !important;
  }

  .btm-half-ws {
    bottom: 50% !important;
  }

  .btm-0-ws {
    bottom: 0 !important;
  }
  .z-bg-ws {
    z-index: -1 !important;
  }

  .z-auto-ws {
    z-index: auto !important;
  }

  .z-0-ws {
    z-index: 0 !important;
  }

  .z-1-ws {
    z-index: 1 !important;
  }

  .z-2-ws {
    z-index: 2 !important;
  }

  .z-3-ws {
    z-index: 3 !important;
  }

  .z-4-ws {
    z-index: 4 !important;
  }
  .over-hidden-ws {
    overflow: hidden !important;
  }

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

  .over-auto-ws {
    overflow: auto !important;
  }
  .op-0-ws {
    opacity: 0 !important;
  }

  .op-50-ws {
    opacity: 0.5 !important;
  }

  .op-60-ws {
    opacity: 0.6 !important;
  }

  .op-80-ws {
    opacity: 0.8 !important;
  }

  .op-90-ws {
    opacity: 0.9 !important;
  }

  .op-100-ws {
    opacity: 1 !important;
  }
  .events-none-ws {
    pointer-events: none !important;
  }
  .rotate-0-ws {
    transform: none !important;
  }

  .rotate-90-ws {
    transform: rotate(90deg) !important;
  }

  .rotate-180-ws {
    transform: rotate(180deg) !important;
  }

  .rotate-270-ws {
    transform: rotate(270deg) !important;
  }
  .items-start-ws {
    align-items: flex-start !important;
  }

  .items-center-ws {
    align-items: center !important;
  }

  .items-end-ws {
    align-items: flex-end !important;
  }

  .items-base-ws {
    align-items: baseline !important;
  }
  .justify-center-ws {
    justify-content: center !important;
  }

  .justify-between-ws {
    justify-content: space-between !important;
  }

  .justify-end-ws {
    justify-content: flex-end !important;
  }
  .place-center-ws {
    align-items: center !important;
    justify-content: center !important;
  }
  .flex-wrap-ws {
    flex-wrap: wrap !important;
  }
  .flex-none-ws {
    flex: none !important;
  }
  .grow-0-ws {
    flex-grow: 0 !important;
  }

  .grow-1-ws {
    flex-grow: 1 !important;
  }
  .shrink-0-ws {
    flex-shrink: 0 !important;
  }

  .shrink-1-ws {
    flex-shrink: 1 !important;
  }
  .basis-auto-ws {
    flex-basis: auto !important;
  }
  .vself-start-ws {
    -ms-grid-row-align: start !important;
        align-self: start !important;
  }

  .vself-center-ws {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .vself-end-ws {
    -ms-grid-row-align: end !important;
        align-self: end !important;
  }
  .mr-0-ws {
    margin-right: 0 !important;
  }

  .mr-2-ws {
    margin-right: 2px !important;
  }

  .mr-4-ws {
    margin-right: 4px !important;
  }

  .mr-5-ws {
    margin-right: 5px !important;
  }

  .mr-10-ws {
    margin-right: 10px !important;
  }

  .mr-15-ws {
    margin-right: 15px !important;
  }

  .mr-20-ws {
    margin-right: 20px !important;
  }

  .mr-25-ws {
    margin-right: 25px !important;
  }

  .mr-30-ws {
    margin-right: 30px !important;
  }

  .mr-32-ws {
    margin-right: 32px !important;
  }

  .mr-40-ws {
    margin-right: 40px !important;
  }

  .mr-50-ws {
    margin-right: 50px !important;
  }

  .mr-60-ws {
    margin-right: 60px !important;
  }

  .mr-70-ws {
    margin-right: 70px !important;
  }

  .mr-80-ws {
    margin-right: 80px !important;
  }

  .mr-96-ws {
    margin-right: 96px !important;
  }

  .mr-100-ws {
    margin-right: 100px !important;
  }
  .mb-0-ws {
    margin-bottom: 0 !important;
  }

  .mb-2-ws {
    margin-bottom: 2px !important;
  }

  .mb-4-ws {
    margin-bottom: 4px !important;
  }

  .mb-5-ws {
    margin-bottom: 5px !important;
  }

  .mb-10-ws {
    margin-bottom: 10px !important;
  }

  .mb-15-ws {
    margin-bottom: 15px !important;
  }

  .mb-20-ws {
    margin-bottom: 20px !important;
  }

  .mb-25-ws {
    margin-bottom: 25px !important;
  }

  .mb-30-ws {
    margin-bottom: 30px !important;
  }

  .mb-32-ws {
    margin-bottom: 32px !important;
  }

  .mb-40-ws {
    margin-bottom: 40px !important;
  }

  .mb-50-ws {
    margin-bottom: 50px !important;
  }

  .mb-60-ws {
    margin-bottom: 60px !important;
  }

  .mb-70-ws {
    margin-bottom: 70px !important;
  }

  .mb-80-ws {
    margin-bottom: 80px !important;
  }

  .mb-96-ws {
    margin-bottom: 96px !important;
  }

  .mb-100-ws {
    margin-bottom: 100px !important;
  }
  .mt-0-ws {
    margin-top: 0 !important;
  }
  .ml-0-ws {
    margin-left: 0 !important;
  }

  .ml-5-ws {
    margin-left: 5px !important;
  }
  .px-0-ws {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-2-ws {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .px-4-ws {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .px-5-ws {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .px-10-ws {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .px-15-ws {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .px-20-ws {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .px-25-ws {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .px-30-ws {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .px-32-ws {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .px-40-ws {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .px-50-ws {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .px-60-ws {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .px-70-ws {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .px-80-ws {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .px-96-ws {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .px-100-ws {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .pt-0-ws {
    padding-top: 0 !important;
  }

  .pt-2-ws {
    padding-top: 2px !important;
  }

  .pt-4-ws {
    padding-top: 4px !important;
  }

  .pt-5-ws {
    padding-top: 5px !important;
  }

  .pt-10-ws {
    padding-top: 10px !important;
  }

  .pt-15-ws {
    padding-top: 15px !important;
  }

  .pt-20-ws {
    padding-top: 20px !important;
  }

  .pt-25-ws {
    padding-top: 25px !important;
  }

  .pt-30-ws {
    padding-top: 30px !important;
  }

  .pt-32-ws {
    padding-top: 32px !important;
  }

  .pt-40-ws {
    padding-top: 40px !important;
  }

  .pt-50-ws {
    padding-top: 50px !important;
  }

  .pt-60-ws {
    padding-top: 60px !important;
  }

  .pt-70-ws {
    padding-top: 70px !important;
  }

  .pt-80-ws {
    padding-top: 80px !important;
  }

  .pt-96-ws {
    padding-top: 96px !important;
  }

  .pt-100-ws {
    padding-top: 100px !important;
  }
  .pb-0-ws {
    padding-bottom: 0 !important;
  }

  .pb-2-ws {
    padding-bottom: 2px !important;
  }

  .pb-4-ws {
    padding-bottom: 4px !important;
  }

  .pb-5-ws {
    padding-bottom: 5px !important;
  }

  .pb-10-ws {
    padding-bottom: 10px !important;
  }

  .pb-15-ws {
    padding-bottom: 15px !important;
  }

  .pb-20-ws {
    padding-bottom: 20px !important;
  }

  .pb-25-ws {
    padding-bottom: 25px !important;
  }

  .pb-30-ws {
    padding-bottom: 30px !important;
  }

  .pb-32-ws {
    padding-bottom: 32px !important;
  }

  .pb-40-ws {
    padding-bottom: 40px !important;
  }

  .pb-50-ws {
    padding-bottom: 50px !important;
  }

  .pb-60-ws {
    padding-bottom: 60px !important;
  }

  .pb-70-ws {
    padding-bottom: 70px !important;
  }

  .pb-80-ws {
    padding-bottom: 80px !important;
  }

  .pb-96-ws {
    padding-bottom: 96px !important;
  }

  .pb-100-ws {
    padding-bottom: 100px !important;
  }
  .py-0-ws {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

  .py-4-ws {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .py-5-ws {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

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

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

  .py-20-ws {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-25-ws {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

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

  .py-32-ws {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-40-ws {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-50-ws {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-60-ws {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

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

  .py-80-ws {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-96-ws {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .py-100-ws {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pl-0-ws {
    padding-left: 0 !important;
  }

  .pl-2-ws {
    padding-left: 2px !important;
  }

  .pl-4-ws {
    padding-left: 4px !important;
  }

  .pl-5-ws {
    padding-left: 5px !important;
  }

  .pl-10-ws {
    padding-left: 10px !important;
  }

  .pl-15-ws {
    padding-left: 15px !important;
  }

  .pl-20-ws {
    padding-left: 20px !important;
  }

  .pl-25-ws {
    padding-left: 25px !important;
  }

  .pl-30-ws {
    padding-left: 30px !important;
  }

  .pl-32-ws {
    padding-left: 32px !important;
  }

  .pl-40-ws {
    padding-left: 40px !important;
  }

  .pl-50-ws {
    padding-left: 50px !important;
  }

  .pl-60-ws {
    padding-left: 60px !important;
  }

  .pl-70-ws {
    padding-left: 70px !important;
  }

  .pl-80-ws {
    padding-left: 80px !important;
  }

  .pl-96-ws {
    padding-left: 96px !important;
  }

  .pl-100-ws {
    padding-left: 100px !important;
  }
  .pr-0-ws {
    padding-right: 0 !important;
  }

  .pr-2-ws {
    padding-right: 2px !important;
  }

  .pr-4-ws {
    padding-right: 4px !important;
  }

  .pr-5-ws {
    padding-right: 5px !important;
  }

  .pr-10-ws {
    padding-right: 10px !important;
  }

  .pr-15-ws {
    padding-right: 15px !important;
  }

  .pr-20-ws {
    padding-right: 20px !important;
  }

  .pr-25-ws {
    padding-right: 25px !important;
  }

  .pr-30-ws {
    padding-right: 30px !important;
  }

  .pr-32-ws {
    padding-right: 32px !important;
  }

  .pr-40-ws {
    padding-right: 40px !important;
  }

  .pr-50-ws {
    padding-right: 50px !important;
  }

  .pr-60-ws {
    padding-right: 60px !important;
  }

  .pr-70-ws {
    padding-right: 70px !important;
  }

  .pr-80-ws {
    padding-right: 80px !important;
  }

  .pr-96-ws {
    padding-right: 96px !important;
  }

  .pr-100-ws {
    padding-right: 100px !important;
  }
  .p-0-ws {
    padding: 0 !important;
  }
  .mx-auto-ws {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-auto-ws {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .ml-auto-ws {
    margin-left: auto !important;
  }
  .mr-auto-ws {
    margin-right: auto !important;
  }
  .size-36-ws {
    font-size: 36px !important;
  }

  .size-24-ws {
    font-size: 24px !important;
  }

  .size-20-ws {
    font-size: 20px !important;
  }

  .size-16-ws {
    font-size: 16px !important;
  }

  .size-14-ws {
    font-size: 14px !important;
  }

  .size-13-ws {
    font-size: 13px !important;
  }

  .size-12-ws {
    font-size: 12px !important;
  }

  .size-11-ws {
    font-size: 11px !important;
  }
  .txt-left-ws {
    text-align: left !important;
  }

  .txt-center-ws {
    text-align: center !important;
  }

  .txt-right-ws {
    text-align: right !important;
  }
  .wgt-n-ws {
    font-weight: normal !important;
  }

  .wgt-500-ws {
    font-weight: 500 !important;
  }

  .wgt-600-ws {
    font-weight: 600 !important;
  }
  .deco-none-ws {
    text-decoration: none !important;
  }

  .deco-under-ws {
    text-decoration: underline !important;
  }
  .ws-preline-ws {
    white-space: pre-line !important;
  }

  .ws-nowrap-ws {
    white-space: nowrap !important;
  }
  .lh-2-ws {
    line-height: 2 !important;
  }

  .lh-175-ws {
    line-height: 1.75 !important;
  }

  .lh-15-ws {
    line-height: 1.5 !important;
  }

  .lh-125-ws {
    line-height: 1.25 !important;
  }

  .lh-1-ws {
    line-height: 1 !important;
  }
  .w-auto-ws {
    width: auto !important;
  }

  .w-half-ws {
    width: 50% !important;
  }

  .w-full-ws {
    width: 100% !important;
  }

  .w-0-ws {
    width: 0 !important;
  }

  .w-30-ws {
    width: 30px !important;
  }

  .w-40-ws {
    width: 40px !important;
  }

  .w-60-ws {
    width: 60px !important;
  }

  .w-70-ws {
    width: 70px !important;
  }

  .w-80-ws {
    width: 80px !important;
  }

  .w-100-ws {
    width: 100px !important;
  }

  .w-140-ws {
    width: 140px !important;
  }

  .w-150-ws {
    width: 150px !important;
  }

  .w-180-ws {
    width: 180px !important;
  }

  .w-200-ws {
    width: 200px !important;
  }

  .w-220-ws {
    width: 220px !important;
  }

  .w-240-ws {
    width: 240px !important;
  }

  .w-360-ws {
    width: 360px !important;
  }
  .h-auto-ws {
    height: auto !important;
  }

  .h-half-ws {
    height: 50% !important;
  }

  .h-full-ws {
    height: 100% !important;
  }

  .h-0-ws {
    height: 0 !important;
  }

  .h-30-ws {
    height: 30px !important;
  }

  .h-40-ws {
    height: 40px !important;
  }

  .h-60-ws {
    height: 60px !important;
  }

  .h-70-ws {
    height: 70px !important;
  }

  .h-80-ws {
    height: 80px !important;
  }

  .h-100-ws {
    height: 100px !important;
  }

  .h-140-ws {
    height: 140px !important;
  }

  .h-150-ws {
    height: 150px !important;
  }

  .h-180-ws {
    height: 180px !important;
  }

  .h-200-ws {
    height: 200px !important;
  }

  .h-220-ws {
    height: 220px !important;
  }

  .h-240-ws {
    height: 240px !important;
  }

  .h-360-ws {
    height: 360px !important;
  }
  .wh-auto-ws {
    width: auto !important;
    height: auto !important;
  }

  .wh-half-ws {
    width: 50% !important;
    height: 50% !important;
  }

  .wh-full-ws {
    width: 100% !important;
    height: 100% !important;
  }

  .wh-0-ws {
    width: 0 !important;
    height: 0 !important;
  }

  .wh-30-ws {
    width: 30px !important;
    height: 30px !important;
  }

  .wh-40-ws {
    width: 40px !important;
    height: 40px !important;
  }

  .wh-60-ws {
    width: 60px !important;
    height: 60px !important;
  }

  .wh-70-ws {
    width: 70px !important;
    height: 70px !important;
  }

  .wh-80-ws {
    width: 80px !important;
    height: 80px !important;
  }

  .wh-100-ws {
    width: 100px !important;
    height: 100px !important;
  }

  .wh-140-ws {
    width: 140px !important;
    height: 140px !important;
  }

  .wh-150-ws {
    width: 150px !important;
    height: 150px !important;
  }

  .wh-180-ws {
    width: 180px !important;
    height: 180px !important;
  }

  .wh-200-ws {
    width: 200px !important;
    height: 200px !important;
  }

  .wh-220-ws {
    width: 220px !important;
    height: 220px !important;
  }

  .wh-240-ws {
    width: 240px !important;
    height: 240px !important;
  }

  .wh-360-ws {
    width: 360px !important;
    height: 360px !important;
  }
  .maxw-none-ws {
    max-width: none !important;
  }

  .maxw-full-ws {
    max-width: 100% !important;
  }

  .maxw-200-ws {
    max-width: 200px !important;
  }

  .maxw-300-ws {
    max-width: 300px !important;
  }

  .maxw-400-ws {
    max-width: 400px !important;
  }

  .maxw-700-ws {
    max-width: 700px !important;
  }

  .maxw-900-ws {
    max-width: 900px !important;
  }
  .minw-7em-ws {
    min-width: 7em !important;
  }

  .minw-0-ws {
    min-width: 0 !important;
  }

  .minw-180-ws {
    min-width: 180px !important;
  }
  .minh-100vh-ws {
    min-height: 100vh !important;
  }

  .minh-0-ws {
    min-height: 0 !important;
  }
}
@media (min-width: 1920px){
  .sec-head {
    width: 768px;
  }
  .sec-container {
    width: calc(100% - 768px);
  }
  .rad-full-hd {
    border-radius: 9996px !important;
  }

  .rad-0-hd {
    border-radius: 0 !important;
  }
  .bd-0-hd {
    border: 0 !important;
  }

  .bd-1-hd {
    border: 1px solid #707070 !important;
  }

  .bd-2-hd {
    border: 2px solid #707070 !important;
  }
  .bdb-0-hd {
    border-bottom: 0 !important;
  }

  .bdb-1-hd {
    border-bottom: 1px solid #707070 !important;
  }
  .bg-curr-hd {
    background-color: currentColor !important;
  }

  .bg-trans-hd {
    background-color: transparent !important;
  }

  .bg-white-hd {
    background-color: white !important;
  }

  .bg-light-hd {
    background-color: #EBEBEB !important;
  }

  .bg-aa-hd {
    background-color: #707070 !important;
  }

  .bg-light-aa-hd {
    background-color: #696969 !important;
  }

  .bg-beige-hd {
    background-color: #EBE3D9 !important;
  }

  .bg-green-hd {
    background-color: #999 !important;
  }

  .bg-green-80-hd {
    background-color: rgba(48, 87, 86, 0.8) !important;
  }

  .bg-accent-hd {
    background-color: #EA6737 !important;
  }

  .bg-accent-aa-hd {
    background-color: #c0552d !important;
  }

  .bg-news-1-hd {
    background-color: #b95754 !important;
  }

  .bg-news-2-hd {
    background-color: #3a8081 !important;
  }

  .bg-news-3-hd {
    background-color: #966e26 !important;
  }
  .txt-curr-hd {
    color: currentColor !important;
  }

  .txt-trans-hd {
    color: transparent !important;
  }

  .txt-white-hd {
    color: white !important;
  }

  .txt-light-hd {
    color: #EBEBEB !important;
  }

  .txt-aa-hd {
    color: #707070 !important;
  }

  .txt-light-aa-hd {
    color: #696969 !important;
  }

  .txt-beige-hd {
    color: #EBE3D9 !important;
  }

  .txt-green-hd {
    color: #999 !important;
  }

  .txt-green-80-hd {
    color: rgba(48, 87, 86, 0.8) !important;
  }

  .txt-accent-hd {
    color: #EA6737 !important;
  }

  .txt-accent-aa-hd {
    color: #c0552d !important;
  }

  .txt-news-1-hd {
    color: #b95754 !important;
  }

  .txt-news-2-hd {
    color: #3a8081 !important;
  }

  .txt-news-3-hd {
    color: #966e26 !important;
  }
  .d-inline-hd {
    display: inline !important;
  }

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

  .d-inline-block-hd {
    display: inline-block !important;
  }

  .d-flex-hd {
    display: flex !important;
  }

  .d-inline-flex-hd {
    display: inline-flex !important;
  }

  .d-grid-hd {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-inline-grid-hd {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .d-none-hd {
    display: none !important;
  }
  .sizing-content-hd {
    box-sizing: content-box !important;
  }

  .sizing-border-hd {
    box-sizing: border-box !important;
  }
  .pos-rel-hd {
    position: relative !important;
  }

  .pos-abs-hd {
    position: absolute !important;
  }

  .pos-fixed-hd {
    position: fixed !important;
  }

  .pos-static-hd {
    position: static !important;
  }
  .top-auto-hd {
    top: auto !important;
  }

  .top-half-hd {
    top: 50% !important;
  }

  .top-0-hd {
    top: 0 !important;
  }
  .left-auto-hd {
    left: auto !important;
  }

  .left-half-hd {
    left: 50% !important;
  }

  .left-0-hd {
    left: 0 !important;
  }
  .right-auto-hd {
    right: auto !important;
  }

  .right-half-hd {
    right: 50% !important;
  }

  .right-0-hd {
    right: 0 !important;
  }
  .btm-auto-hd {
    bottom: auto !important;
  }

  .btm-half-hd {
    bottom: 50% !important;
  }

  .btm-0-hd {
    bottom: 0 !important;
  }
  .z-bg-hd {
    z-index: -1 !important;
  }

  .z-auto-hd {
    z-index: auto !important;
  }

  .z-0-hd {
    z-index: 0 !important;
  }

  .z-1-hd {
    z-index: 1 !important;
  }

  .z-2-hd {
    z-index: 2 !important;
  }

  .z-3-hd {
    z-index: 3 !important;
  }

  .z-4-hd {
    z-index: 4 !important;
  }
  .over-hidden-hd {
    overflow: hidden !important;
  }

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

  .over-auto-hd {
    overflow: auto !important;
  }
  .op-0-hd {
    opacity: 0 !important;
  }

  .op-50-hd {
    opacity: 0.5 !important;
  }

  .op-60-hd {
    opacity: 0.6 !important;
  }

  .op-80-hd {
    opacity: 0.8 !important;
  }

  .op-90-hd {
    opacity: 0.9 !important;
  }

  .op-100-hd {
    opacity: 1 !important;
  }
  .events-none-hd {
    pointer-events: none !important;
  }
  .rotate-0-hd {
    transform: none !important;
  }

  .rotate-90-hd {
    transform: rotate(90deg) !important;
  }

  .rotate-180-hd {
    transform: rotate(180deg) !important;
  }

  .rotate-270-hd {
    transform: rotate(270deg) !important;
  }
  .items-start-hd {
    align-items: flex-start !important;
  }

  .items-center-hd {
    align-items: center !important;
  }

  .items-end-hd {
    align-items: flex-end !important;
  }

  .items-base-hd {
    align-items: baseline !important;
  }
  .justify-center-hd {
    justify-content: center !important;
  }

  .justify-between-hd {
    justify-content: space-between !important;
  }

  .justify-end-hd {
    justify-content: flex-end !important;
  }
  .place-center-hd {
    align-items: center !important;
    justify-content: center !important;
  }
  .flex-wrap-hd {
    flex-wrap: wrap !important;
  }
  .flex-none-hd {
    flex: none !important;
  }
  .grow-0-hd {
    flex-grow: 0 !important;
  }

  .grow-1-hd {
    flex-grow: 1 !important;
  }
  .shrink-0-hd {
    flex-shrink: 0 !important;
  }

  .shrink-1-hd {
    flex-shrink: 1 !important;
  }
  .basis-auto-hd {
    flex-basis: auto !important;
  }
  .vself-start-hd {
    -ms-grid-row-align: start !important;
        align-self: start !important;
  }

  .vself-center-hd {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .vself-end-hd {
    -ms-grid-row-align: end !important;
        align-self: end !important;
  }
  .mr-0-hd {
    margin-right: 0 !important;
  }

  .mr-2-hd {
    margin-right: 2px !important;
  }

  .mr-4-hd {
    margin-right: 4px !important;
  }

  .mr-5-hd {
    margin-right: 5px !important;
  }

  .mr-10-hd {
    margin-right: 10px !important;
  }

  .mr-15-hd {
    margin-right: 15px !important;
  }

  .mr-20-hd {
    margin-right: 20px !important;
  }

  .mr-25-hd {
    margin-right: 25px !important;
  }

  .mr-30-hd {
    margin-right: 30px !important;
  }

  .mr-32-hd {
    margin-right: 32px !important;
  }

  .mr-40-hd {
    margin-right: 40px !important;
  }

  .mr-50-hd {
    margin-right: 50px !important;
  }

  .mr-60-hd {
    margin-right: 60px !important;
  }

  .mr-70-hd {
    margin-right: 70px !important;
  }

  .mr-80-hd {
    margin-right: 80px !important;
  }

  .mr-96-hd {
    margin-right: 96px !important;
  }

  .mr-100-hd {
    margin-right: 100px !important;
  }
  .mb-0-hd {
    margin-bottom: 0 !important;
  }

  .mb-2-hd {
    margin-bottom: 2px !important;
  }

  .mb-4-hd {
    margin-bottom: 4px !important;
  }

  .mb-5-hd {
    margin-bottom: 5px !important;
  }

  .mb-10-hd {
    margin-bottom: 10px !important;
  }

  .mb-15-hd {
    margin-bottom: 15px !important;
  }

  .mb-20-hd {
    margin-bottom: 20px !important;
  }

  .mb-25-hd {
    margin-bottom: 25px !important;
  }

  .mb-30-hd {
    margin-bottom: 30px !important;
  }

  .mb-32-hd {
    margin-bottom: 32px !important;
  }

  .mb-40-hd {
    margin-bottom: 40px !important;
  }

  .mb-50-hd {
    margin-bottom: 50px !important;
  }

  .mb-60-hd {
    margin-bottom: 60px !important;
  }

  .mb-70-hd {
    margin-bottom: 70px !important;
  }

  .mb-80-hd {
    margin-bottom: 80px !important;
  }

  .mb-96-hd {
    margin-bottom: 96px !important;
  }

  .mb-100-hd {
    margin-bottom: 100px !important;
  }
  .mt-0-hd {
    margin-top: 0 !important;
  }
  .ml-0-hd {
    margin-left: 0 !important;
  }

  .ml-5-hd {
    margin-left: 5px !important;
  }
  .px-0-hd {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-2-hd {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .px-4-hd {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .px-5-hd {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .px-10-hd {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .px-15-hd {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .px-20-hd {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .px-25-hd {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .px-30-hd {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .px-32-hd {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .px-40-hd {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .px-50-hd {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .px-60-hd {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .px-70-hd {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .px-80-hd {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .px-96-hd {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .px-100-hd {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .pt-0-hd {
    padding-top: 0 !important;
  }

  .pt-2-hd {
    padding-top: 2px !important;
  }

  .pt-4-hd {
    padding-top: 4px !important;
  }

  .pt-5-hd {
    padding-top: 5px !important;
  }

  .pt-10-hd {
    padding-top: 10px !important;
  }

  .pt-15-hd {
    padding-top: 15px !important;
  }

  .pt-20-hd {
    padding-top: 20px !important;
  }

  .pt-25-hd {
    padding-top: 25px !important;
  }

  .pt-30-hd {
    padding-top: 30px !important;
  }

  .pt-32-hd {
    padding-top: 32px !important;
  }

  .pt-40-hd {
    padding-top: 40px !important;
  }

  .pt-50-hd {
    padding-top: 50px !important;
  }

  .pt-60-hd {
    padding-top: 60px !important;
  }

  .pt-70-hd {
    padding-top: 70px !important;
  }

  .pt-80-hd {
    padding-top: 80px !important;
  }

  .pt-96-hd {
    padding-top: 96px !important;
  }

  .pt-100-hd {
    padding-top: 100px !important;
  }
  .pb-0-hd {
    padding-bottom: 0 !important;
  }

  .pb-2-hd {
    padding-bottom: 2px !important;
  }

  .pb-4-hd {
    padding-bottom: 4px !important;
  }

  .pb-5-hd {
    padding-bottom: 5px !important;
  }

  .pb-10-hd {
    padding-bottom: 10px !important;
  }

  .pb-15-hd {
    padding-bottom: 15px !important;
  }

  .pb-20-hd {
    padding-bottom: 20px !important;
  }

  .pb-25-hd {
    padding-bottom: 25px !important;
  }

  .pb-30-hd {
    padding-bottom: 30px !important;
  }

  .pb-32-hd {
    padding-bottom: 32px !important;
  }

  .pb-40-hd {
    padding-bottom: 40px !important;
  }

  .pb-50-hd {
    padding-bottom: 50px !important;
  }

  .pb-60-hd {
    padding-bottom: 60px !important;
  }

  .pb-70-hd {
    padding-bottom: 70px !important;
  }

  .pb-80-hd {
    padding-bottom: 80px !important;
  }

  .pb-96-hd {
    padding-bottom: 96px !important;
  }

  .pb-100-hd {
    padding-bottom: 100px !important;
  }
  .py-0-hd {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

  .py-4-hd {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .py-5-hd {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

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

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

  .py-20-hd {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-25-hd {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

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

  .py-32-hd {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-40-hd {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-50-hd {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-60-hd {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

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

  .py-80-hd {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-96-hd {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .py-100-hd {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pl-0-hd {
    padding-left: 0 !important;
  }

  .pl-2-hd {
    padding-left: 2px !important;
  }

  .pl-4-hd {
    padding-left: 4px !important;
  }

  .pl-5-hd {
    padding-left: 5px !important;
  }

  .pl-10-hd {
    padding-left: 10px !important;
  }

  .pl-15-hd {
    padding-left: 15px !important;
  }

  .pl-20-hd {
    padding-left: 20px !important;
  }

  .pl-25-hd {
    padding-left: 25px !important;
  }

  .pl-30-hd {
    padding-left: 30px !important;
  }

  .pl-32-hd {
    padding-left: 32px !important;
  }

  .pl-40-hd {
    padding-left: 40px !important;
  }

  .pl-50-hd {
    padding-left: 50px !important;
  }

  .pl-60-hd {
    padding-left: 60px !important;
  }

  .pl-70-hd {
    padding-left: 70px !important;
  }

  .pl-80-hd {
    padding-left: 80px !important;
  }

  .pl-96-hd {
    padding-left: 96px !important;
  }

  .pl-100-hd {
    padding-left: 100px !important;
  }
  .pr-0-hd {
    padding-right: 0 !important;
  }

  .pr-2-hd {
    padding-right: 2px !important;
  }

  .pr-4-hd {
    padding-right: 4px !important;
  }

  .pr-5-hd {
    padding-right: 5px !important;
  }

  .pr-10-hd {
    padding-right: 10px !important;
  }

  .pr-15-hd {
    padding-right: 15px !important;
  }

  .pr-20-hd {
    padding-right: 20px !important;
  }

  .pr-25-hd {
    padding-right: 25px !important;
  }

  .pr-30-hd {
    padding-right: 30px !important;
  }

  .pr-32-hd {
    padding-right: 32px !important;
  }

  .pr-40-hd {
    padding-right: 40px !important;
  }

  .pr-50-hd {
    padding-right: 50px !important;
  }

  .pr-60-hd {
    padding-right: 60px !important;
  }

  .pr-70-hd {
    padding-right: 70px !important;
  }

  .pr-80-hd {
    padding-right: 80px !important;
  }

  .pr-96-hd {
    padding-right: 96px !important;
  }

  .pr-100-hd {
    padding-right: 100px !important;
  }
  .p-0-hd {
    padding: 0 !important;
  }
  .mx-auto-hd {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-auto-hd {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .ml-auto-hd {
    margin-left: auto !important;
  }
  .mr-auto-hd {
    margin-right: auto !important;
  }
  .size-36-hd {
    font-size: 36px !important;
  }

  .size-24-hd {
    font-size: 24px !important;
  }

  .size-20-hd {
    font-size: 20px !important;
  }

  .size-16-hd {
    font-size: 16px !important;
  }

  .size-14-hd {
    font-size: 14px !important;
  }

  .size-13-hd {
    font-size: 13px !important;
  }

  .size-12-hd {
    font-size: 12px !important;
  }

  .size-11-hd {
    font-size: 11px !important;
  }
  .txt-left-hd {
    text-align: left !important;
  }

  .txt-center-hd {
    text-align: center !important;
  }

  .txt-right-hd {
    text-align: right !important;
  }
  .wgt-n-hd {
    font-weight: normal !important;
  }

  .wgt-500-hd {
    font-weight: 500 !important;
  }

  .wgt-600-hd {
    font-weight: 600 !important;
  }
  .deco-none-hd {
    text-decoration: none !important;
  }

  .deco-under-hd {
    text-decoration: underline !important;
  }
  .ws-preline-hd {
    white-space: pre-line !important;
  }

  .ws-nowrap-hd {
    white-space: nowrap !important;
  }
  .lh-2-hd {
    line-height: 2 !important;
  }

  .lh-175-hd {
    line-height: 1.75 !important;
  }

  .lh-15-hd {
    line-height: 1.5 !important;
  }

  .lh-125-hd {
    line-height: 1.25 !important;
  }

  .lh-1-hd {
    line-height: 1 !important;
  }
  .w-auto-hd {
    width: auto !important;
  }

  .w-half-hd {
    width: 50% !important;
  }

  .w-full-hd {
    width: 100% !important;
  }

  .w-0-hd {
    width: 0 !important;
  }

  .w-30-hd {
    width: 30px !important;
  }

  .w-40-hd {
    width: 40px !important;
  }

  .w-60-hd {
    width: 60px !important;
  }

  .w-70-hd {
    width: 70px !important;
  }

  .w-80-hd {
    width: 80px !important;
  }

  .w-100-hd {
    width: 100px !important;
  }

  .w-140-hd {
    width: 140px !important;
  }

  .w-150-hd {
    width: 150px !important;
  }

  .w-180-hd {
    width: 180px !important;
  }

  .w-200-hd {
    width: 200px !important;
  }

  .w-220-hd {
    width: 220px !important;
  }

  .w-240-hd {
    width: 240px !important;
  }

  .w-360-hd {
    width: 360px !important;
  }
  .h-auto-hd {
    height: auto !important;
  }

  .h-half-hd {
    height: 50% !important;
  }

  .h-full-hd {
    height: 100% !important;
  }

  .h-0-hd {
    height: 0 !important;
  }

  .h-30-hd {
    height: 30px !important;
  }

  .h-40-hd {
    height: 40px !important;
  }

  .h-60-hd {
    height: 60px !important;
  }

  .h-70-hd {
    height: 70px !important;
  }

  .h-80-hd {
    height: 80px !important;
  }

  .h-100-hd {
    height: 100px !important;
  }

  .h-140-hd {
    height: 140px !important;
  }

  .h-150-hd {
    height: 150px !important;
  }

  .h-180-hd {
    height: 180px !important;
  }

  .h-200-hd {
    height: 200px !important;
  }

  .h-220-hd {
    height: 220px !important;
  }

  .h-240-hd {
    height: 240px !important;
  }

  .h-360-hd {
    height: 360px !important;
  }
  .wh-auto-hd {
    width: auto !important;
    height: auto !important;
  }

  .wh-half-hd {
    width: 50% !important;
    height: 50% !important;
  }

  .wh-full-hd {
    width: 100% !important;
    height: 100% !important;
  }

  .wh-0-hd {
    width: 0 !important;
    height: 0 !important;
  }

  .wh-30-hd {
    width: 30px !important;
    height: 30px !important;
  }

  .wh-40-hd {
    width: 40px !important;
    height: 40px !important;
  }

  .wh-60-hd {
    width: 60px !important;
    height: 60px !important;
  }

  .wh-70-hd {
    width: 70px !important;
    height: 70px !important;
  }

  .wh-80-hd {
    width: 80px !important;
    height: 80px !important;
  }

  .wh-100-hd {
    width: 100px !important;
    height: 100px !important;
  }

  .wh-140-hd {
    width: 140px !important;
    height: 140px !important;
  }

  .wh-150-hd {
    width: 150px !important;
    height: 150px !important;
  }

  .wh-180-hd {
    width: 180px !important;
    height: 180px !important;
  }

  .wh-200-hd {
    width: 200px !important;
    height: 200px !important;
  }

  .wh-220-hd {
    width: 220px !important;
    height: 220px !important;
  }

  .wh-240-hd {
    width: 240px !important;
    height: 240px !important;
  }

  .wh-360-hd {
    width: 360px !important;
    height: 360px !important;
  }
  .maxw-none-hd {
    max-width: none !important;
  }

  .maxw-full-hd {
    max-width: 100% !important;
  }

  .maxw-200-hd {
    max-width: 200px !important;
  }

  .maxw-300-hd {
    max-width: 300px !important;
  }

  .maxw-400-hd {
    max-width: 400px !important;
  }

  .maxw-700-hd {
    max-width: 700px !important;
  }

  .maxw-900-hd {
    max-width: 900px !important;
  }
  .minw-7em-hd {
    min-width: 7em !important;
  }

  .minw-0-hd {
    min-width: 0 !important;
  }

  .minw-180-hd {
    min-width: 180px !important;
  }
  .minh-100vh-hd {
    min-height: 100vh !important;
  }

  .minh-0-hd {
    min-height: 0 !important;
  }
}
@media (max-width: 1199.98px){
  .container {
    margin: 0 auto;
  }
  .footer-nav a {
    padding-left: 15px;
  }
  .rad-full-tc {
    border-radius: 9996px !important;
  }

  .rad-0-tc {
    border-radius: 0 !important;
  }
  .bd-0-tc {
    border: 0 !important;
  }

  .bd-1-tc {
    border: 1px solid #707070 !important;
  }

  .bd-2-tc {
    border: 2px solid #707070 !important;
  }
  .bdb-0-tc {
    border-bottom: 0 !important;
  }

  .bdb-1-tc {
    border-bottom: 1px solid #707070 !important;
  }
  .bg-curr-tc {
    background-color: currentColor !important;
  }

  .bg-trans-tc {
    background-color: transparent !important;
  }

  .bg-white-tc {
    background-color: white !important;
  }

  .bg-light-tc {
    background-color: #EBEBEB !important;
  }

  .bg-aa-tc {
    background-color: #707070 !important;
  }

  .bg-light-aa-tc {
    background-color: #696969 !important;
  }

  .bg-beige-tc {
    background-color: #EBE3D9 !important;
  }

  .bg-green-tc {
    background-color: #999 !important;
  }

  .bg-green-80-tc {
    background-color: rgba(48, 87, 86, 0.8) !important;
  }

  .bg-accent-tc {
    background-color: #EA6737 !important;
  }

  .bg-accent-aa-tc {
    background-color: #c0552d !important;
  }

  .bg-news-1-tc {
    background-color: #b95754 !important;
  }

  .bg-news-2-tc {
    background-color: #3a8081 !important;
  }

  .bg-news-3-tc {
    background-color: #966e26 !important;
  }
  .txt-curr-tc {
    color: currentColor !important;
  }

  .txt-trans-tc {
    color: transparent !important;
  }

  .txt-white-tc {
    color: white !important;
  }

  .txt-light-tc {
    color: #EBEBEB !important;
  }

  .txt-aa-tc {
    color: #707070 !important;
  }

  .txt-light-aa-tc {
    color: #696969 !important;
  }

  .txt-beige-tc {
    color: #EBE3D9 !important;
  }

  .txt-green-tc {
    color: #999 !important;
  }

  .txt-green-80-tc {
    color: rgba(48, 87, 86, 0.8) !important;
  }

  .txt-accent-tc {
    color: #EA6737 !important;
  }

  .txt-accent-aa-tc {
    color: #c0552d !important;
  }

  .txt-news-1-tc {
    color: #b95754 !important;
  }

  .txt-news-2-tc {
    color: #3a8081 !important;
  }

  .txt-news-3-tc {
    color: #966e26 !important;
  }
  .d-inline-tc {
    display: inline !important;
  }

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

  .d-inline-block-tc {
    display: inline-block !important;
  }

  .d-flex-tc {
    display: flex !important;
  }

  .d-inline-flex-tc {
    display: inline-flex !important;
  }

  .d-grid-tc {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-inline-grid-tc {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .d-none-tc {
    display: none !important;
  }
  .sizing-content-tc {
    box-sizing: content-box !important;
  }

  .sizing-border-tc {
    box-sizing: border-box !important;
  }
  .pos-rel-tc {
    position: relative !important;
  }

  .pos-abs-tc {
    position: absolute !important;
  }

  .pos-fixed-tc {
    position: fixed !important;
  }

  .pos-static-tc {
    position: static !important;
  }
  .top-auto-tc {
    top: auto !important;
  }

  .top-half-tc {
    top: 50% !important;
  }

  .top-0-tc {
    top: 0 !important;
  }
  .left-auto-tc {
    left: auto !important;
  }

  .left-half-tc {
    left: 50% !important;
  }

  .left-0-tc {
    left: 0 !important;
  }
  .right-auto-tc {
    right: auto !important;
  }

  .right-half-tc {
    right: 50% !important;
  }

  .right-0-tc {
    right: 0 !important;
  }
  .btm-auto-tc {
    bottom: auto !important;
  }

  .btm-half-tc {
    bottom: 50% !important;
  }

  .btm-0-tc {
    bottom: 0 !important;
  }
  .z-bg-tc {
    z-index: -1 !important;
  }

  .z-auto-tc {
    z-index: auto !important;
  }

  .z-0-tc {
    z-index: 0 !important;
  }

  .z-1-tc {
    z-index: 1 !important;
  }

  .z-2-tc {
    z-index: 2 !important;
  }

  .z-3-tc {
    z-index: 3 !important;
  }

  .z-4-tc {
    z-index: 4 !important;
  }
  .over-hidden-tc {
    overflow: hidden !important;
  }

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

  .over-auto-tc {
    overflow: auto !important;
  }
  .op-0-tc {
    opacity: 0 !important;
  }

  .op-50-tc {
    opacity: 0.5 !important;
  }

  .op-60-tc {
    opacity: 0.6 !important;
  }

  .op-80-tc {
    opacity: 0.8 !important;
  }

  .op-90-tc {
    opacity: 0.9 !important;
  }

  .op-100-tc {
    opacity: 1 !important;
  }
  .events-none-tc {
    pointer-events: none !important;
  }
  .rotate-0-tc {
    transform: none !important;
  }

  .rotate-90-tc {
    transform: rotate(90deg) !important;
  }

  .rotate-180-tc {
    transform: rotate(180deg) !important;
  }

  .rotate-270-tc {
    transform: rotate(270deg) !important;
  }
  .items-start-tc {
    align-items: flex-start !important;
  }

  .items-center-tc {
    align-items: center !important;
  }

  .items-end-tc {
    align-items: flex-end !important;
  }

  .items-base-tc {
    align-items: baseline !important;
  }
  .justify-center-tc {
    justify-content: center !important;
  }

  .justify-between-tc {
    justify-content: space-between !important;
  }

  .justify-end-tc {
    justify-content: flex-end !important;
  }
  .place-center-tc {
    align-items: center !important;
    justify-content: center !important;
  }
  .flex-wrap-tc {
    flex-wrap: wrap !important;
  }
  .flex-none-tc {
    flex: none !important;
  }
  .grow-0-tc {
    flex-grow: 0 !important;
  }

  .grow-1-tc {
    flex-grow: 1 !important;
  }
  .shrink-0-tc {
    flex-shrink: 0 !important;
  }

  .shrink-1-tc {
    flex-shrink: 1 !important;
  }
  .basis-auto-tc {
    flex-basis: auto !important;
  }
  .vself-start-tc {
    -ms-grid-row-align: start !important;
        align-self: start !important;
  }

  .vself-center-tc {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .vself-end-tc {
    -ms-grid-row-align: end !important;
        align-self: end !important;
  }
  .mr-0-tc {
    margin-right: 0 !important;
  }

  .mr-2-tc {
    margin-right: 2px !important;
  }

  .mr-4-tc {
    margin-right: 4px !important;
  }

  .mr-5-tc {
    margin-right: 5px !important;
  }

  .mr-10-tc {
    margin-right: 10px !important;
  }

  .mr-15-tc {
    margin-right: 15px !important;
  }

  .mr-20-tc {
    margin-right: 20px !important;
  }

  .mr-25-tc {
    margin-right: 25px !important;
  }

  .mr-30-tc {
    margin-right: 30px !important;
  }

  .mr-32-tc {
    margin-right: 32px !important;
  }

  .mr-40-tc {
    margin-right: 40px !important;
  }

  .mr-50-tc {
    margin-right: 50px !important;
  }

  .mr-60-tc {
    margin-right: 60px !important;
  }

  .mr-70-tc {
    margin-right: 70px !important;
  }

  .mr-80-tc {
    margin-right: 80px !important;
  }

  .mr-96-tc {
    margin-right: 96px !important;
  }

  .mr-100-tc {
    margin-right: 100px !important;
  }
  .mb-0-tc {
    margin-bottom: 0 !important;
  }

  .mb-2-tc {
    margin-bottom: 2px !important;
  }

  .mb-4-tc {
    margin-bottom: 4px !important;
  }

  .mb-5-tc {
    margin-bottom: 5px !important;
  }

  .mb-10-tc {
    margin-bottom: 10px !important;
  }

  .mb-15-tc {
    margin-bottom: 15px !important;
  }

  .mb-20-tc {
    margin-bottom: 20px !important;
  }

  .mb-25-tc {
    margin-bottom: 25px !important;
  }

  .mb-30-tc {
    margin-bottom: 30px !important;
  }

  .mb-32-tc {
    margin-bottom: 32px !important;
  }

  .mb-40-tc {
    margin-bottom: 40px !important;
  }

  .mb-50-tc {
    margin-bottom: 50px !important;
  }

  .mb-60-tc {
    margin-bottom: 60px !important;
  }

  .mb-70-tc {
    margin-bottom: 70px !important;
  }

  .mb-80-tc {
    margin-bottom: 80px !important;
  }

  .mb-96-tc {
    margin-bottom: 96px !important;
  }

  .mb-100-tc {
    margin-bottom: 100px !important;
  }
  .mt-0-tc {
    margin-top: 0 !important;
  }
  .ml-0-tc {
    margin-left: 0 !important;
  }

  .ml-5-tc {
    margin-left: 5px !important;
  }
  .px-0-tc {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-2-tc {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .px-4-tc {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .px-5-tc {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .px-10-tc {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .px-15-tc {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .px-20-tc {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .px-25-tc {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .px-30-tc {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .px-32-tc {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .px-40-tc {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .px-50-tc {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .px-60-tc {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .px-70-tc {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .px-80-tc {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .px-96-tc {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .px-100-tc {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .pt-0-tc {
    padding-top: 0 !important;
  }

  .pt-2-tc {
    padding-top: 2px !important;
  }

  .pt-4-tc {
    padding-top: 4px !important;
  }

  .pt-5-tc {
    padding-top: 5px !important;
  }

  .pt-10-tc {
    padding-top: 10px !important;
  }

  .pt-15-tc {
    padding-top: 15px !important;
  }

  .pt-20-tc {
    padding-top: 20px !important;
  }

  .pt-25-tc {
    padding-top: 25px !important;
  }

  .pt-30-tc {
    padding-top: 30px !important;
  }

  .pt-32-tc {
    padding-top: 32px !important;
  }

  .pt-40-tc {
    padding-top: 40px !important;
  }

  .pt-50-tc {
    padding-top: 50px !important;
  }

  .pt-60-tc {
    padding-top: 60px !important;
  }

  .pt-70-tc {
    padding-top: 70px !important;
  }

  .pt-80-tc {
    padding-top: 80px !important;
  }

  .pt-96-tc {
    padding-top: 96px !important;
  }

  .pt-100-tc {
    padding-top: 100px !important;
  }
  .pb-0-tc {
    padding-bottom: 0 !important;
  }

  .pb-2-tc {
    padding-bottom: 2px !important;
  }

  .pb-4-tc {
    padding-bottom: 4px !important;
  }

  .pb-5-tc {
    padding-bottom: 5px !important;
  }

  .pb-10-tc {
    padding-bottom: 10px !important;
  }

  .pb-15-tc {
    padding-bottom: 15px !important;
  }

  .pb-20-tc {
    padding-bottom: 20px !important;
  }

  .pb-25-tc {
    padding-bottom: 25px !important;
  }

  .pb-30-tc {
    padding-bottom: 30px !important;
  }

  .pb-32-tc {
    padding-bottom: 32px !important;
  }

  .pb-40-tc {
    padding-bottom: 40px !important;
  }

  .pb-50-tc {
    padding-bottom: 50px !important;
  }

  .pb-60-tc {
    padding-bottom: 60px !important;
  }

  .pb-70-tc {
    padding-bottom: 70px !important;
  }

  .pb-80-tc {
    padding-bottom: 80px !important;
  }

  .pb-96-tc {
    padding-bottom: 96px !important;
  }

  .pb-100-tc {
    padding-bottom: 100px !important;
  }
  .py-0-tc {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

  .py-4-tc {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .py-5-tc {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

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

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

  .py-20-tc {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-25-tc {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

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

  .py-32-tc {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-40-tc {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-50-tc {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-60-tc {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

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

  .py-80-tc {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-96-tc {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .py-100-tc {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pl-0-tc {
    padding-left: 0 !important;
  }

  .pl-2-tc {
    padding-left: 2px !important;
  }

  .pl-4-tc {
    padding-left: 4px !important;
  }

  .pl-5-tc {
    padding-left: 5px !important;
  }

  .pl-10-tc {
    padding-left: 10px !important;
  }

  .pl-15-tc {
    padding-left: 15px !important;
  }

  .pl-20-tc {
    padding-left: 20px !important;
  }

  .pl-25-tc {
    padding-left: 25px !important;
  }

  .pl-30-tc {
    padding-left: 30px !important;
  }

  .pl-32-tc {
    padding-left: 32px !important;
  }

  .pl-40-tc {
    padding-left: 40px !important;
  }

  .pl-50-tc {
    padding-left: 50px !important;
  }

  .pl-60-tc {
    padding-left: 60px !important;
  }

  .pl-70-tc {
    padding-left: 70px !important;
  }

  .pl-80-tc {
    padding-left: 80px !important;
  }

  .pl-96-tc {
    padding-left: 96px !important;
  }

  .pl-100-tc {
    padding-left: 100px !important;
  }
  .pr-0-tc {
    padding-right: 0 !important;
  }

  .pr-2-tc {
    padding-right: 2px !important;
  }

  .pr-4-tc {
    padding-right: 4px !important;
  }

  .pr-5-tc {
    padding-right: 5px !important;
  }

  .pr-10-tc {
    padding-right: 10px !important;
  }

  .pr-15-tc {
    padding-right: 15px !important;
  }

  .pr-20-tc {
    padding-right: 20px !important;
  }

  .pr-25-tc {
    padding-right: 25px !important;
  }

  .pr-30-tc {
    padding-right: 30px !important;
  }

  .pr-32-tc {
    padding-right: 32px !important;
  }

  .pr-40-tc {
    padding-right: 40px !important;
  }

  .pr-50-tc {
    padding-right: 50px !important;
  }

  .pr-60-tc {
    padding-right: 60px !important;
  }

  .pr-70-tc {
    padding-right: 70px !important;
  }

  .pr-80-tc {
    padding-right: 80px !important;
  }

  .pr-96-tc {
    padding-right: 96px !important;
  }

  .pr-100-tc {
    padding-right: 100px !important;
  }
  .p-0-tc {
    padding: 0 !important;
  }
  .mx-auto-tc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-auto-tc {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .ml-auto-tc {
    margin-left: auto !important;
  }
  .mr-auto-tc {
    margin-right: auto !important;
  }
  .size-36-tc {
    font-size: 36px !important;
  }

  .size-24-tc {
    font-size: 24px !important;
  }

  .size-20-tc {
    font-size: 20px !important;
  }

  .size-16-tc {
    font-size: 16px !important;
  }

  .size-14-tc {
    font-size: 14px !important;
  }

  .size-13-tc {
    font-size: 13px !important;
  }

  .size-12-tc {
    font-size: 12px !important;
  }

  .size-11-tc {
    font-size: 11px !important;
  }
  .txt-left-tc {
    text-align: left !important;
  }

  .txt-center-tc {
    text-align: center !important;
  }

  .txt-right-tc {
    text-align: right !important;
  }
  .wgt-n-tc {
    font-weight: normal !important;
  }

  .wgt-500-tc {
    font-weight: 500 !important;
  }

  .wgt-600-tc {
    font-weight: 600 !important;
  }
  .deco-none-tc {
    text-decoration: none !important;
  }

  .deco-under-tc {
    text-decoration: underline !important;
  }
  .ws-preline-tc {
    white-space: pre-line !important;
  }

  .ws-nowrap-tc {
    white-space: nowrap !important;
  }
  .lh-2-tc {
    line-height: 2 !important;
  }

  .lh-175-tc {
    line-height: 1.75 !important;
  }

  .lh-15-tc {
    line-height: 1.5 !important;
  }

  .lh-125-tc {
    line-height: 1.25 !important;
  }

  .lh-1-tc {
    line-height: 1 !important;
  }
  .w-auto-tc {
    width: auto !important;
  }

  .w-half-tc {
    width: 50% !important;
  }

  .w-full-tc {
    width: 100% !important;
  }

  .w-0-tc {
    width: 0 !important;
  }

  .w-30-tc {
    width: 30px !important;
  }

  .w-40-tc {
    width: 40px !important;
  }

  .w-60-tc {
    width: 60px !important;
  }

  .w-70-tc {
    width: 70px !important;
  }

  .w-80-tc {
    width: 80px !important;
  }

  .w-100-tc {
    width: 100px !important;
  }

  .w-140-tc {
    width: 140px !important;
  }

  .w-150-tc {
    width: 150px !important;
  }

  .w-180-tc {
    width: 180px !important;
  }

  .w-200-tc {
    width: 200px !important;
  }

  .w-220-tc {
    width: 220px !important;
  }

  .w-240-tc {
    width: 240px !important;
  }

  .w-360-tc {
    width: 360px !important;
  }
  .h-auto-tc {
    height: auto !important;
  }

  .h-half-tc {
    height: 50% !important;
  }

  .h-full-tc {
    height: 100% !important;
  }

  .h-0-tc {
    height: 0 !important;
  }

  .h-30-tc {
    height: 30px !important;
  }

  .h-40-tc {
    height: 40px !important;
  }

  .h-60-tc {
    height: 60px !important;
  }

  .h-70-tc {
    height: 70px !important;
  }

  .h-80-tc {
    height: 80px !important;
  }

  .h-100-tc {
    height: 100px !important;
  }

  .h-140-tc {
    height: 140px !important;
  }

  .h-150-tc {
    height: 150px !important;
  }

  .h-180-tc {
    height: 180px !important;
  }

  .h-200-tc {
    height: 200px !important;
  }

  .h-220-tc {
    height: 220px !important;
  }

  .h-240-tc {
    height: 240px !important;
  }

  .h-360-tc {
    height: 360px !important;
  }
  .wh-auto-tc {
    width: auto !important;
    height: auto !important;
  }

  .wh-half-tc {
    width: 50% !important;
    height: 50% !important;
  }

  .wh-full-tc {
    width: 100% !important;
    height: 100% !important;
  }

  .wh-0-tc {
    width: 0 !important;
    height: 0 !important;
  }

  .wh-30-tc {
    width: 30px !important;
    height: 30px !important;
  }

  .wh-40-tc {
    width: 40px !important;
    height: 40px !important;
  }

  .wh-60-tc {
    width: 60px !important;
    height: 60px !important;
  }

  .wh-70-tc {
    width: 70px !important;
    height: 70px !important;
  }

  .wh-80-tc {
    width: 80px !important;
    height: 80px !important;
  }

  .wh-100-tc {
    width: 100px !important;
    height: 100px !important;
  }

  .wh-140-tc {
    width: 140px !important;
    height: 140px !important;
  }

  .wh-150-tc {
    width: 150px !important;
    height: 150px !important;
  }

  .wh-180-tc {
    width: 180px !important;
    height: 180px !important;
  }

  .wh-200-tc {
    width: 200px !important;
    height: 200px !important;
  }

  .wh-220-tc {
    width: 220px !important;
    height: 220px !important;
  }

  .wh-240-tc {
    width: 240px !important;
    height: 240px !important;
  }

  .wh-360-tc {
    width: 360px !important;
    height: 360px !important;
  }
  .maxw-none-tc {
    max-width: none !important;
  }

  .maxw-full-tc {
    max-width: 100% !important;
  }

  .maxw-200-tc {
    max-width: 200px !important;
  }

  .maxw-300-tc {
    max-width: 300px !important;
  }

  .maxw-400-tc {
    max-width: 400px !important;
  }

  .maxw-700-tc {
    max-width: 700px !important;
  }

  .maxw-900-tc {
    max-width: 900px !important;
  }
  .minw-7em-tc {
    min-width: 7em !important;
  }

  .minw-0-tc {
    min-width: 0 !important;
  }

  .minw-180-tc {
    min-width: 180px !important;
  }
  .minh-100vh-tc {
    min-height: 100vh !important;
  }

  .minh-0-tc {
    min-height: 0 !important;
  }
}
@media (max-width: 767.98px){
  .container {
    padding: 0 32px;
  }
  .nav-fixed {
    min-width: 320px;
  }
  .box-scroll {
    overflow: auto;
  }
  .box-scroll::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 30px;
    height: 30px;
    background-attachment: fixed;
  }
  .box-scroll-img {
    max-width: none;
    width: auto;
    height: 400px;
  }
  .img-special-hero {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rad-full-sp {
    border-radius: 9996px !important;
  }

  .rad-0-sp {
    border-radius: 0 !important;
  }
  .bd-0-sp {
    border: 0 !important;
  }

  .bd-1-sp {
    border: 1px solid #707070 !important;
  }

  .bd-2-sp {
    border: 2px solid #707070 !important;
  }
  .bdb-0-sp {
    border-bottom: 0 !important;
  }

  .bdb-1-sp {
    border-bottom: 1px solid #707070 !important;
  }
  .bg-curr-sp {
    background-color: currentColor !important;
  }

  .bg-trans-sp {
    background-color: transparent !important;
  }

  .bg-white-sp {
    background-color: white !important;
  }

  .bg-light-sp {
    background-color: #EBEBEB !important;
  }

  .bg-aa-sp {
    background-color: #707070 !important;
  }

  .bg-light-aa-sp {
    background-color: #696969 !important;
  }

  .bg-beige-sp {
    background-color: #EBE3D9 !important;
  }

  .bg-green-sp {
    background-color: #999 !important;
  }

  .bg-green-80-sp {
    background-color: rgba(48, 87, 86, 0.8) !important;
  }

  .bg-accent-sp {
    background-color: #EA6737 !important;
  }

  .bg-accent-aa-sp {
    background-color: #c0552d !important;
  }

  .bg-news-1-sp {
    background-color: #b95754 !important;
  }

  .bg-news-2-sp {
    background-color: #3a8081 !important;
  }

  .bg-news-3-sp {
    background-color: #966e26 !important;
  }
  .txt-curr-sp {
    color: currentColor !important;
  }

  .txt-trans-sp {
    color: transparent !important;
  }

  .txt-white-sp {
    color: white !important;
  }

  .txt-light-sp {
    color: #EBEBEB !important;
  }

  .txt-aa-sp {
    color: #707070 !important;
  }

  .txt-light-aa-sp {
    color: #696969 !important;
  }

  .txt-beige-sp {
    color: #EBE3D9 !important;
  }

  .txt-green-sp {
    color: #999 !important;
  }

  .txt-green-80-sp {
    color: rgba(48, 87, 86, 0.8) !important;
  }

  .txt-accent-sp {
    color: #EA6737 !important;
  }

  .txt-accent-aa-sp {
    color: #c0552d !important;
  }

  .txt-news-1-sp {
    color: #b95754 !important;
  }

  .txt-news-2-sp {
    color: #3a8081 !important;
  }

  .txt-news-3-sp {
    color: #966e26 !important;
  }
  .d-inline-sp {
    display: inline !important;
  }

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

  .d-inline-block-sp {
    display: inline-block !important;
  }

  .d-flex-sp {
    display: flex !important;
  }

  .d-inline-flex-sp {
    display: inline-flex !important;
  }

  .d-grid-sp {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-inline-grid-sp {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .d-none-sp {
    display: none !important;
  }
  .sizing-content-sp {
    box-sizing: content-box !important;
  }

  .sizing-border-sp {
    box-sizing: border-box !important;
  }
  .pos-rel-sp {
    position: relative !important;
  }

  .pos-abs-sp {
    position: absolute !important;
  }

  .pos-fixed-sp {
    position: fixed !important;
  }

  .pos-static-sp {
    position: static !important;
  }
  .top-auto-sp {
    top: auto !important;
  }

  .top-half-sp {
    top: 50% !important;
  }

  .top-0-sp {
    top: 0 !important;
  }
  .left-auto-sp {
    left: auto !important;
  }

  .left-half-sp {
    left: 50% !important;
  }

  .left-0-sp {
    left: 0 !important;
  }
  .right-auto-sp {
    right: auto !important;
  }

  .right-half-sp {
    right: 50% !important;
  }

  .right-0-sp {
    right: 0 !important;
  }
  .btm-auto-sp {
    bottom: auto !important;
  }

  .btm-half-sp {
    bottom: 50% !important;
  }

  .btm-0-sp {
    bottom: 0 !important;
  }
  .z-bg-sp {
    z-index: -1 !important;
  }

  .z-auto-sp {
    z-index: auto !important;
  }

  .z-0-sp {
    z-index: 0 !important;
  }

  .z-1-sp {
    z-index: 1 !important;
  }

  .z-2-sp {
    z-index: 2 !important;
  }

  .z-3-sp {
    z-index: 3 !important;
  }

  .z-4-sp {
    z-index: 4 !important;
  }
  .over-hidden-sp {
    overflow: hidden !important;
  }

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

  .over-auto-sp {
    overflow: auto !important;
  }
  .op-0-sp {
    opacity: 0 !important;
  }

  .op-50-sp {
    opacity: 0.5 !important;
  }

  .op-60-sp {
    opacity: 0.6 !important;
  }

  .op-80-sp {
    opacity: 0.8 !important;
  }

  .op-90-sp {
    opacity: 0.9 !important;
  }

  .op-100-sp {
    opacity: 1 !important;
  }
  .events-none-sp {
    pointer-events: none !important;
  }
  .rotate-0-sp {
    transform: none !important;
  }

  .rotate-90-sp {
    transform: rotate(90deg) !important;
  }

  .rotate-180-sp {
    transform: rotate(180deg) !important;
  }

  .rotate-270-sp {
    transform: rotate(270deg) !important;
  }
  .items-start-sp {
    align-items: flex-start !important;
  }

  .items-center-sp {
    align-items: center !important;
  }

  .items-end-sp {
    align-items: flex-end !important;
  }

  .items-base-sp {
    align-items: baseline !important;
  }
  .justify-center-sp {
    justify-content: center !important;
  }

  .justify-between-sp {
    justify-content: space-between !important;
  }

  .justify-end-sp {
    justify-content: flex-end !important;
  }
  .place-center-sp {
    align-items: center !important;
    justify-content: center !important;
  }
  .flex-wrap-sp {
    flex-wrap: wrap !important;
  }
  .flex-none-sp {
    flex: none !important;
  }
  .grow-0-sp {
    flex-grow: 0 !important;
  }

  .grow-1-sp {
    flex-grow: 1 !important;
  }
  .shrink-0-sp {
    flex-shrink: 0 !important;
  }

  .shrink-1-sp {
    flex-shrink: 1 !important;
  }
  .basis-auto-sp {
    flex-basis: auto !important;
  }
  .vself-start-sp {
    -ms-grid-row-align: start !important;
        align-self: start !important;
  }

  .vself-center-sp {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .vself-end-sp {
    -ms-grid-row-align: end !important;
        align-self: end !important;
  }
  .mr-0-sp {
    margin-right: 0 !important;
  }

  .mr-2-sp {
    margin-right: 2px !important;
  }

  .mr-4-sp {
    margin-right: 4px !important;
  }

  .mr-5-sp {
    margin-right: 5px !important;
  }

  .mr-10-sp {
    margin-right: 10px !important;
  }

  .mr-15-sp {
    margin-right: 15px !important;
  }

  .mr-20-sp {
    margin-right: 20px !important;
  }

  .mr-25-sp {
    margin-right: 25px !important;
  }

  .mr-30-sp {
    margin-right: 30px !important;
  }

  .mr-32-sp {
    margin-right: 32px !important;
  }

  .mr-40-sp {
    margin-right: 40px !important;
  }

  .mr-50-sp {
    margin-right: 50px !important;
  }

  .mr-60-sp {
    margin-right: 60px !important;
  }

  .mr-70-sp {
    margin-right: 70px !important;
  }

  .mr-80-sp {
    margin-right: 80px !important;
  }

  .mr-96-sp {
    margin-right: 96px !important;
  }

  .mr-100-sp {
    margin-right: 100px !important;
  }
  .mb-0-sp {
    margin-bottom: 0 !important;
  }

  .mb-2-sp {
    margin-bottom: 2px !important;
  }

  .mb-4-sp {
    margin-bottom: 4px !important;
  }

  .mb-5-sp {
    margin-bottom: 5px !important;
  }

  .mb-10-sp {
    margin-bottom: 10px !important;
  }

  .mb-15-sp {
    margin-bottom: 15px !important;
  }

  .mb-20-sp {
    margin-bottom: 20px !important;
  }

  .mb-25-sp {
    margin-bottom: 25px !important;
  }

  .mb-30-sp {
    margin-bottom: 30px !important;
  }

  .mb-32-sp {
    margin-bottom: 32px !important;
  }

  .mb-40-sp {
    margin-bottom: 40px !important;
  }

  .mb-50-sp {
    margin-bottom: 50px !important;
  }

  .mb-60-sp {
    margin-bottom: 60px !important;
  }

  .mb-70-sp {
    margin-bottom: 70px !important;
  }

  .mb-80-sp {
    margin-bottom: 80px !important;
  }

  .mb-96-sp {
    margin-bottom: 96px !important;
  }

  .mb-100-sp {
    margin-bottom: 100px !important;
  }
  .mt-0-sp {
    margin-top: 0 !important;
  }
  .ml-0-sp {
    margin-left: 0 !important;
  }

  .ml-5-sp {
    margin-left: 5px !important;
  }
  .px-0-sp {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-2-sp {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .px-4-sp {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .px-5-sp {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .px-10-sp {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .px-15-sp {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .px-20-sp {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .px-25-sp {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .px-30-sp {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .px-32-sp {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .px-40-sp {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .px-50-sp {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .px-60-sp {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .px-70-sp {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .px-80-sp {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .px-96-sp {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .px-100-sp {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .pt-0-sp {
    padding-top: 0 !important;
  }

  .pt-2-sp {
    padding-top: 2px !important;
  }

  .pt-4-sp {
    padding-top: 4px !important;
  }

  .pt-5-sp {
    padding-top: 5px !important;
  }

  .pt-10-sp {
    padding-top: 10px !important;
  }

  .pt-15-sp {
    padding-top: 15px !important;
  }

  .pt-20-sp {
    padding-top: 20px !important;
  }

  .pt-25-sp {
    padding-top: 25px !important;
  }

  .pt-30-sp {
    padding-top: 30px !important;
  }

  .pt-32-sp {
    padding-top: 32px !important;
  }

  .pt-40-sp {
    padding-top: 40px !important;
  }

  .pt-50-sp {
    padding-top: 50px !important;
  }

  .pt-60-sp {
    padding-top: 60px !important;
  }

  .pt-70-sp {
    padding-top: 70px !important;
  }

  .pt-80-sp {
    padding-top: 80px !important;
  }

  .pt-96-sp {
    padding-top: 96px !important;
  }

  .pt-100-sp {
    padding-top: 100px !important;
  }
  .pb-0-sp {
    padding-bottom: 0 !important;
  }

  .pb-2-sp {
    padding-bottom: 2px !important;
  }

  .pb-4-sp {
    padding-bottom: 4px !important;
  }

  .pb-5-sp {
    padding-bottom: 5px !important;
  }

  .pb-10-sp {
    padding-bottom: 10px !important;
  }

  .pb-15-sp {
    padding-bottom: 15px !important;
  }

  .pb-20-sp {
    padding-bottom: 20px !important;
  }

  .pb-25-sp {
    padding-bottom: 25px !important;
  }

  .pb-30-sp {
    padding-bottom: 30px !important;
  }

  .pb-32-sp {
    padding-bottom: 32px !important;
  }

  .pb-40-sp {
    padding-bottom: 40px !important;
  }

  .pb-50-sp {
    padding-bottom: 50px !important;
  }

  .pb-60-sp {
    padding-bottom: 60px !important;
  }

  .pb-70-sp {
    padding-bottom: 70px !important;
  }

  .pb-80-sp {
    padding-bottom: 80px !important;
  }

  .pb-96-sp {
    padding-bottom: 96px !important;
  }

  .pb-100-sp {
    padding-bottom: 100px !important;
  }
  .py-0-sp {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

  .py-4-sp {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .py-5-sp {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

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

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

  .py-20-sp {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-25-sp {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

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

  .py-32-sp {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-40-sp {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-50-sp {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-60-sp {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

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

  .py-80-sp {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-96-sp {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .py-100-sp {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pl-0-sp {
    padding-left: 0 !important;
  }

  .pl-2-sp {
    padding-left: 2px !important;
  }

  .pl-4-sp {
    padding-left: 4px !important;
  }

  .pl-5-sp {
    padding-left: 5px !important;
  }

  .pl-10-sp {
    padding-left: 10px !important;
  }

  .pl-15-sp {
    padding-left: 15px !important;
  }

  .pl-20-sp {
    padding-left: 20px !important;
  }

  .pl-25-sp {
    padding-left: 25px !important;
  }

  .pl-30-sp {
    padding-left: 30px !important;
  }

  .pl-32-sp {
    padding-left: 32px !important;
  }

  .pl-40-sp {
    padding-left: 40px !important;
  }

  .pl-50-sp {
    padding-left: 50px !important;
  }

  .pl-60-sp {
    padding-left: 60px !important;
  }

  .pl-70-sp {
    padding-left: 70px !important;
  }

  .pl-80-sp {
    padding-left: 80px !important;
  }

  .pl-96-sp {
    padding-left: 96px !important;
  }

  .pl-100-sp {
    padding-left: 100px !important;
  }
  .pr-0-sp {
    padding-right: 0 !important;
  }

  .pr-2-sp {
    padding-right: 2px !important;
  }

  .pr-4-sp {
    padding-right: 4px !important;
  }

  .pr-5-sp {
    padding-right: 5px !important;
  }

  .pr-10-sp {
    padding-right: 10px !important;
  }

  .pr-15-sp {
    padding-right: 15px !important;
  }

  .pr-20-sp {
    padding-right: 20px !important;
  }

  .pr-25-sp {
    padding-right: 25px !important;
  }

  .pr-30-sp {
    padding-right: 30px !important;
  }

  .pr-32-sp {
    padding-right: 32px !important;
  }

  .pr-40-sp {
    padding-right: 40px !important;
  }

  .pr-50-sp {
    padding-right: 50px !important;
  }

  .pr-60-sp {
    padding-right: 60px !important;
  }

  .pr-70-sp {
    padding-right: 70px !important;
  }

  .pr-80-sp {
    padding-right: 80px !important;
  }

  .pr-96-sp {
    padding-right: 96px !important;
  }

  .pr-100-sp {
    padding-right: 100px !important;
  }
  .p-0-sp {
    padding: 0 !important;
  }
  .mx-auto-sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-auto-sp {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .ml-auto-sp {
    margin-left: auto !important;
  }
  .mr-auto-sp {
    margin-right: auto !important;
  }
  .size-36-sp {
    font-size: 36px !important;
  }

  .size-24-sp {
    font-size: 24px !important;
  }

  .size-20-sp {
    font-size: 20px !important;
  }

  .size-16-sp {
    font-size: 16px !important;
  }

  .size-14-sp {
    font-size: 14px !important;
  }

  .size-13-sp {
    font-size: 13px !important;
  }

  .size-12-sp {
    font-size: 12px !important;
  }

  .size-11-sp {
    font-size: 11px !important;
  }
  .txt-left-sp {
    text-align: left !important;
  }

  .txt-center-sp {
    text-align: center !important;
  }

  .txt-right-sp {
    text-align: right !important;
  }
  .wgt-n-sp {
    font-weight: normal !important;
  }

  .wgt-500-sp {
    font-weight: 500 !important;
  }

  .wgt-600-sp {
    font-weight: 600 !important;
  }
  .deco-none-sp {
    text-decoration: none !important;
  }

  .deco-under-sp {
    text-decoration: underline !important;
  }
  .ws-preline-sp {
    white-space: pre-line !important;
  }

  .ws-nowrap-sp {
    white-space: nowrap !important;
  }
  .lh-2-sp {
    line-height: 2 !important;
  }

  .lh-175-sp {
    line-height: 1.75 !important;
  }

  .lh-15-sp {
    line-height: 1.5 !important;
  }

  .lh-125-sp {
    line-height: 1.25 !important;
  }

  .lh-1-sp {
    line-height: 1 !important;
  }
  .w-auto-sp {
    width: auto !important;
  }

  .w-half-sp {
    width: 50% !important;
  }

  .w-full-sp {
    width: 100% !important;
  }

  .w-0-sp {
    width: 0 !important;
  }

  .w-30-sp {
    width: 30px !important;
  }

  .w-40-sp {
    width: 40px !important;
  }

  .w-60-sp {
    width: 60px !important;
  }

  .w-70-sp {
    width: 70px !important;
  }

  .w-80-sp {
    width: 80px !important;
  }

  .w-100-sp {
    width: 100px !important;
  }

  .w-140-sp {
    width: 140px !important;
  }

  .w-150-sp {
    width: 150px !important;
  }

  .w-180-sp {
    width: 180px !important;
  }

  .w-200-sp {
    width: 200px !important;
  }

  .w-220-sp {
    width: 220px !important;
  }

  .w-240-sp {
    width: 240px !important;
  }

  .w-360-sp {
    width: 360px !important;
  }
  .h-auto-sp {
    height: auto !important;
  }

  .h-half-sp {
    height: 50% !important;
  }

  .h-full-sp {
    height: 100% !important;
  }

  .h-0-sp {
    height: 0 !important;
  }

  .h-30-sp {
    height: 30px !important;
  }

  .h-40-sp {
    height: 40px !important;
  }

  .h-60-sp {
    height: 60px !important;
  }

  .h-70-sp {
    height: 70px !important;
  }

  .h-80-sp {
    height: 80px !important;
  }

  .h-100-sp {
    height: 100px !important;
  }

  .h-140-sp {
    height: 140px !important;
  }

  .h-150-sp {
    height: 150px !important;
  }

  .h-180-sp {
    height: 180px !important;
  }

  .h-200-sp {
    height: 200px !important;
  }

  .h-220-sp {
    height: 220px !important;
  }

  .h-240-sp {
    height: 240px !important;
  }

  .h-360-sp {
    height: 360px !important;
  }
  .wh-auto-sp {
    width: auto !important;
    height: auto !important;
  }

  .wh-half-sp {
    width: 50% !important;
    height: 50% !important;
  }

  .wh-full-sp {
    width: 100% !important;
    height: 100% !important;
  }

  .wh-0-sp {
    width: 0 !important;
    height: 0 !important;
  }

  .wh-30-sp {
    width: 30px !important;
    height: 30px !important;
  }

  .wh-40-sp {
    width: 40px !important;
    height: 40px !important;
  }

  .wh-60-sp {
    width: 60px !important;
    height: 60px !important;
  }

  .wh-70-sp {
    width: 70px !important;
    height: 70px !important;
  }

  .wh-80-sp {
    width: 80px !important;
    height: 80px !important;
  }

  .wh-100-sp {
    width: 100px !important;
    height: 100px !important;
  }

  .wh-140-sp {
    width: 140px !important;
    height: 140px !important;
  }

  .wh-150-sp {
    width: 150px !important;
    height: 150px !important;
  }

  .wh-180-sp {
    width: 180px !important;
    height: 180px !important;
  }

  .wh-200-sp {
    width: 200px !important;
    height: 200px !important;
  }

  .wh-220-sp {
    width: 220px !important;
    height: 220px !important;
  }

  .wh-240-sp {
    width: 240px !important;
    height: 240px !important;
  }

  .wh-360-sp {
    width: 360px !important;
    height: 360px !important;
  }
  .maxw-none-sp {
    max-width: none !important;
  }

  .maxw-full-sp {
    max-width: 100% !important;
  }

  .maxw-200-sp {
    max-width: 200px !important;
  }

  .maxw-300-sp {
    max-width: 300px !important;
  }

  .maxw-400-sp {
    max-width: 400px !important;
  }

  .maxw-700-sp {
    max-width: 700px !important;
  }

  .maxw-900-sp {
    max-width: 900px !important;
  }
  .minw-7em-sp {
    min-width: 7em !important;
  }

  .minw-0-sp {
    min-width: 0 !important;
  }

  .minw-180-sp {
    min-width: 180px !important;
  }
  .minh-100vh-sp {
    min-height: 100vh !important;
  }

  .minh-0-sp {
    min-height: 0 !important;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active){
  svg {
    overflow: hidden;
  }
  .hero-vid {
    height: auto;
  }
}
@media (max-aspect-ratio: 4/3) and (-ms-high-contrast: none), (max-aspect-ratio: 4/3) and (-ms-high-contrast: active){
  .hero-vid {
    width: 133.333vh;
    height: 100vh;
    max-width: none;
  }
}
@media print{
  .d-none-print {
    display: none !important;
  }
}


/* 追加したCSS */
@media (min-width: 768px){
.main-no-gazo {
  width: 100%!important;
  height: auto!important;
  min-height: 800px!important;
  min-width: 2000px!important;}
}
@media (max-width: 767.98px){
 .main-no-gazo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
    object-fit: cover;
  }
}

.ondemand-single .container {
  max-width: 1000px;
  padding-right: 20px;
  padding-left: 20px;
}
.ondemand-tilte-row {
  align-items: center;
  margin-bottom: 20px;
}
.ondemand-tilte {
  font-size: 35px;
}
.ondemand-pdf-icon {
  margin-left: 10px;
  height: 30px;
  width: auto;
}
.ondemand-products-title {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
  background: #999;
  border-radius: 30px;
  padding: 10px 18px;
}
.ondemand-product-link {
}
.ondemand-product-list-item {
  padding: 5px 5px 40px;
  position: relative;
  border: 6px solid #EBEBEB;
}
.ondemand-product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ondemand-product-title {
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
}
.cols-2-4 {
  margin-left: -10px;
  margin-right: -10px;
}

.col-2-4 {
  flex-basis: calc(100%/2 - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cols-2-4 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-2-4 {
    flex-basis: calc(100% / 4 - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* formロゴのためのCSS--20240703- */

.form-block  { display: block!important;}

/* スマホhero-news横並びためのCSS--20241001- */

@media (max-width: 1200px) {
.hero-news-flex
{ display: flex !important;}
.herotimema
{ margin-right: 10px;}
.heronone
{display: none !important;}
}

/* 2025カタログのタイトルのため */
.cat2025_gray {
color: #666 ;
fill: #666;

}

.cat2025_gray .cakko2025 {
  stroke: #666;
}

@media (max-width: 1200px) {
  .cat2025_gray {color: #fff ;
    fill: #fff!important;
 }

    .cat2025_gray .cakko2025 {
      stroke: #fff;

    }
}



/* formオンデマンドタイトル前form調整 20250203 */


.form-font{
  font-family: Roboto, system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
  letter-spacing: 0.1rem;
    font-weight: 400!important;
}

.hosoi{
  font-weight: 100 !important;
}



/* TOP右側下form目立たせボタン取り付け　20250321 */

.white-button {
  display: flex!important;
  align-items: center;
  justify-content: space-between;
    background: #EBE3D9  /* #EDE3D9 */;
  padding: 18px 23px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  font-weight: lighter;
  color: #696969;
}

.white-button:hover {
  background-color: #f8f8f8;
}

.arrow-icon {
  transition: transform 0.3s ease;
  width: 30px;
}

.white-button:hover .arrow-icon {
  transform: translateX(5px);
}

.hero-link2 {
  bottom: 125px;
}
.newbrand {
  font-size: 15px;
  letter-spacing: 0.06rem;
}

.form-logo{
  width: 82px;
}

.pconly{
  display: flex!important;
}

.sponly{
  display: none!important;
}

@media (max-width: 1200px){

.pconly{
  display: none!important;
}

.sponly{
  display: flex!important;
}

.white-button {
  border-radius: 0;
  background-color: #dadbdf;
  align-items: baseline;
  justify-content: center;
}

.sponly .gray {
  color: #696969;
}


.form-logo {
  width: 65px;
}



}


/* TOP右側下100年史ボタン取り付け　20250520 */



.hero-link3 {
    bottom: 235px;
}

.history-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #dbccb5      /* #EDE3D9 */;
    padding: 18px 23px;
    border-radius: 20px 0 0 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    font-weight: lighter;
    color: #696969;
        max-height: 90px;
}


.white-button {
    background: #f3f1f1  /* #EDE3D9 */;
}



.hero-link3 .mb-4 {
margin-bottom: -2px !important;
}

.text-group {
  display: flex;
    align-items: baseline; /* 年史を100の下端に揃える */
}
.text-group .big {
  font-size: 36px;
font-weight: 100;
  line-height: 1;
      margin: 0 0 -6px 0;
}
.text-group .small {
  font-size: 18px;
  font-weight: 700;
  margin-left: 2px;
  line-height: 1;
      position: relative;
    top: -2px;
}


.history-button:hover .arrow-icon {
  transform: translateX(5px);
}

.white-button:hover {
  background-color: #f8f8f8;
}

.history-button:hover {
  background-color: #f8f8f8;
}


@media (max-width: 1200px){

.history-button {
    border-radius: 0;
  justify-content: center;
}

.hero-backdrop{
min-height: 100vh;
}

}