/*! tailwindcss v2.2.19 | 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 {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

::-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: Arial, sans-serif;
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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.
 */

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 {
  border-color: currentColor;
}

body {
  line-height: 1.375;
}

.min-h-screen{
  overflow-x: hidden;
}

h1 {
  font-size: 35px;
  line-height: 1.25;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgba(0, 41, 32, var(--tw-text-opacity));
}

@media (min-width: 640px) {
  h1 {
    font-size: 53px;
  }
}

h2 {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgba(0, 41, 32, var(--tw-text-opacity));
}

@media (min-width: 640px) {
  h2 {
    font-size: 27px;
  }
}

p {
}

svg {
  display: inline;
}

.isTabbing .uu-border:focus-visible, .isTabbing a:focus-visible, .isTabbing button:focus-visible, .isTabbing input:focus-visible {
  outline: 2px dashed #247360;;
  outline-offset: 4px;
}

table {
  width: 100%;
}

table caption {
  margin-bottom: 20px;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  table caption{
    font-size: 20px;
    line-height: 1.3;
  }
}

table caption p{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

@media(max-width: 1024px){
  table caption {
    margin-bottom: 10px !important;
  }

  table caption p{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}

table thead th {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 249, 237, var(--tw-bg-opacity));
  text-align: left;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  font-size: 16px;
  line-height: 1.45;
}

@media (min-width: 1024px) {
  table thead th{
    font-size: 16px;
    line-height: 1.45;
  }
}

table thead th {
  padding: 12px 16px;
}

@media(max-width: 1024px){
  table thead th {
    padding: 15px 10px;
  }
}

table tbody tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.introduction.bg-green-1, .introduction.bg-gray-warm {
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .introduction.bg-green-1, .introduction.bg-gray-warm {
    padding-top: 60px;
  }
}

table tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 245, 244, var(--tw-bg-opacity));
}

table tbody tr td {
  text-align: left;
  font-size: 16px;
  line-height: 1.45;
}

@media (min-width: 1024px) {
  table tbody tr td{
    font-size: 16px;
    line-height: 1.45;
  }
}

table tbody tr td {
  padding: 12px 16px;
}

table tbody tr th {
  text-align: left;
  font-size: 16px;
  line-height: 1.45;
}

@media (min-width: 1024px) {
  table tbody tr th{
    font-size: 16px;
    line-height: 1.45;
  }
}

table tbody tr th {
  padding: 12px 16px;
}

table tbody td {
  white-space: normal;
  font-size: 16px;
  line-height: 1.45;
}

@media (min-width: 1024px) {
  table tbody td{
    font-size: 16px;
    line-height: 1.45;
  }
}

table tbody td {
  padding: 12px 16px;
  border-right: 1px solid #BCBEC0;
  border-style: dashed;
}

table tbody td:last-child{
  border: none;
}

@media(max-width: 1024px){
  table tbody tr td,
		table tbody tr th,
		table tbody td {
    padding: 15px 10px;
  }
}

dl dt {
  margin-top: 15px;
  font-weight: 700;
}

dl dd {
  margin-top: 10px;
  margin-left: 25px;
}

_:-ms-fullscreen, :root .hide-ie11 {
  display: none;
}

.link.btn u{
  background: none;
}

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

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

.btn {
  border-radius: 500px;
  font-size: 18px;
  font-weight: 400;
}

.btn:hover {
  --tw-text-opacity: 1;
  color: rgba(2, 166, 127, var(--tw-text-opacity));
}

.btn {
  text-decoration: none;
}

.btn:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn {
  /* min-height: 45px; */
  font-size: 20px;
  /* line-height: 20px; */
  line-height: 1.3;
  border-radius: 46px;
}

@media(max-width: 640px){
  .btn{
    font-size: 18px;
    line-height: 1.3;
  }
}

.btn u{
  position: relative;
  text-decoration: none;
  margin: 0!important;
}

.btn u span{
  text-decoration: none;
  margin: 0!important;
  z-index: 0;
  background-image: linear-gradient(#000000,#000000),linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0));
  background-position: 0 100%,0 calc(100% - 0.5px);
  background-size: 0 1px,100% 1px;
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 1s cubic-bezier(.19,1,.22,1),color .5s cubic-bezier(.19,1,.22,1);
  padding-bottom: 4px;
}

@media(max-width: 640px){
  .btn u span{
    padding-bottom: 2px;
  }
}

.btn:hover u span{
  text-decoration: none;
  background-size: 100% 1px,100% 1px;
}

/* .btn u:after{
	content: "";
	position: absolute;
	top: calc(100% + 3px);
	left: 0;
	width: 0;
	height: 1px;
	transition: all 250ms;
	background-color: #000000;
  }

  .btn:hover u:after{
	width: 100%;
  } */

.btn-primary {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(123, 239, 178, var(--tw-border-opacity));
}

.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgba(65, 188, 159, var(--tw-border-opacity));
}

.btn-primary:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgba(65, 188, 159, var(--tw-border-opacity));
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(123, 239, 178, var(--tw-bg-opacity));
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(65, 188, 159, var(--tw-bg-opacity));
}

.btn-primary:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(65, 188, 159, var(--tw-bg-opacity));
}

.btn-primary {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.btn-primary:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.btn-primary:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.btn-primary {
  padding: 8px 25px;
}

.btn-secondary {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(36, 115, 96, var(--tw-border-opacity));
}

.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgba(1, 89, 69, var(--tw-border-opacity));
}

.btn-secondary:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgba(1, 89, 69, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(1, 89, 69, var(--tw-border-opacity));
}

.btn-secondary {
  --tw-text-opacity: 1;
  color: rgba(36, 115, 96, var(--tw-text-opacity));
}

.btn-secondary:hover {
  --tw-text-opacity: 1;
  color: rgba(1, 89, 69, var(--tw-text-opacity));
}

.btn-secondary {
  padding: 8px 25px;
}

.btn-secondary:hover u:after {
  --tw-bg-opacity: 1;
  background-color: rgba(1, 89, 69, var(--tw-bg-opacity))
}

.introduction.bg-green-1, .introduction.bg-gray-warm {
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .introduction.bg-green-1, .introduction.bg-gray-warm {
    padding-top: 60px;
  }
}

.btn-gray-light {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(247, 245, 244, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(247, 245, 244, var(--tw-bg-opacity));
}

.btn-gray-light:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 245, 244, var(--tw-bg-opacity));
}

.btn-gray-light {
  padding-left: 25px;
  padding-right: 25px;
}

.btn-gray-light:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.btn-gray-light:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.links-text.btn-gray-light .link u:before{
  background-color: #F7F5F4;
}

.news-events.btn-gray-light .news-events__cta a u::before{
  background-color: #F7F5F4;
}

.btn-hidden {
  visibility: hidden;
}

.banner:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 242, 218, var(--tw-bg-opacity));
  --tw-shadow: -50px 0px 0px 0px #C4F2DA, 50px 0px 0px 0px #C4F2DA;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .banner:nth-child(odd) {
    background-color: transparent;
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 768px) {
  .banner:nth-child(odd) .banner-content {
    border-radius: 300px 0 0 300px;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    --tw-bg-opacity: 1;
    background-color: rgba(196, 242, 218, var(--tw-bg-opacity));
    --tw-shadow: 200px 0px 0px 0px #C4F2DA;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px) {
  .banner:nth-child(odd) .banner-content {
    border-radius: 500px;
  }
}

@media (min-width: 768px) {
  .banner:nth-child(odd) .banner-content > div {
    grid-column-start: 2;
  }
}

.banner:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 248, 236, var(--tw-bg-opacity));
  --tw-shadow: -50px 0px 0px 0px #E1F8EC, 50px 0px 0px 0px #E1F8EC;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .banner:nth-child(even) {
    background-color: transparent;
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 768px) {
  .banner:nth-child(even) .banner-content {
    border-radius: 0 300px 300px 0;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    --tw-bg-opacity: 1;
    background-color: rgba(225, 248, 236, var(--tw-bg-opacity));
    --tw-shadow: -200px 0px 0px 0px #E1F8EC;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {
  .banner:nth-child(even) .banner-content {
    order: -1;
  }
}

@media (min-width: 1280px) {
  .banner:nth-child(even) .banner-content {
    border-radius: 500px;
  }
}

.link{
  --tw-text-opacity: 1;
  color: rgba(1, 89, 69, var(--tw-text-opacity))
}

.link:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 41, 32, var(--tw-text-opacity));
}

.link u{
  text-decoration: none;
}

.link u span{
  position: relative;
  text-decoration: none;
  margin: 0!important;
  z-index: 0;
  background-image: linear-gradient(#80948F,#80948F),linear-gradient(#80948F,#80948F);
  background-position: 0 100%,0 calc(100% - 0.5px);
  background-size: 0 2px,100% 1px;
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 1s cubic-bezier(.19,1,.22,1),color .5s cubic-bezier(.19,1,.22,1);
  padding-bottom: 2px;
}

.link:hover u span{
  text-decoration: none;
  background-size: 100% 2px,100% 1px;
}

.link.flex u{
  background: none;
}

/* .link u:after{
		content: "";
		position: absolute;
		top: calc(100% + 2px);
		left: 0;
		width: 100%;
		height: 1px;
		transition: all 250ms;
		z-index: 1;
		@apply bg-green-1-3
	}

	.link:hover u:after{
		height: 2px;
	}

	.link u:before{
		content: "";
		position: absolute;
		top: calc(100% + 2px);
		left: 0;
		width: 10%;
		height: 1px;
		opacity: 0;
		transition: all 250ms;
		z-index: 2;
		@apply bg-white
	} */

/* @keyframes name-of-animation {
		0%    { opacity: 1; width: 10%; left: 0 }
		70%   { opacity: 1; width: 50% }
		100%  { opacity: 1; width: 0; left: 100% }
	  } */

/* .link:hover u:before{
		animation: name-of-animation 500ms forwards ease-out;
		height: 2px;
	} */

/* .link--underline-hidden u::before{
		display: none;
	}

	.link--underline-hidden:not(:hover) u::after{
		width: 0px;
	} */

.link--underline-hidden:not(:hover) u span{
  background-image: none;
}

.link-card {
  position: relative;
  z-index: 0;
}

.link-card:after {
  content:"";
  height: 100%;
  width: 100vw;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 500px 500px 0;
  --tw-bg-opacity: 1;
  background-color: rgba(196, 242, 218, var(--tw-bg-opacity));
  z-index: -1;
}

@media(max-width: 1024px){
  .link-card:after {
    border-radius: 0;
    right: 50vw;
    transform: translateX(calc(50vw + 50px));
  }
}

@media(max-width: 640px){
  .link-card:after {
    transform: translateX(calc(50vw + 25px));
  }
}

.link-card .content{
  max-width: 480px;
}

@media(max-width: 1024px){
  .link-card .content{
    max-width: 100%;
  }
}

.link-card .content h2{
  font-weight: 300;
  font-size: 35px!important;
  line-height: 40px;
}

.link-card .content p{
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}

.link-card .content a{
  text-decoration: none;
}

.link.input u{
  background: none;
}

.introduction.bg-green-1, .introduction.bg-gray-warm {
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .introduction.bg-green-1, .introduction.bg-gray-warm {
    padding-top: 60px;
  }
}

.input {
  display: flex;
  height: 44px;
  align-items: center;
  -moz-column-gap: 0px;
       column-gap: 0px;
  border-radius: 500px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(247, 245, 244, var(--tw-border-opacity));
}

.input:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(247, 245, 244, var(--tw-border-opacity));
}

.input:hover {
  --tw-border-opacity: 1;
  border-color: rgba(247, 245, 244, var(--tw-border-opacity));
}

.input {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 245, 244, var(--tw-bg-opacity));
}

.input:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 245, 244, var(--tw-bg-opacity));
}

.input:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 245, 244, var(--tw-bg-opacity));
}

.input {
  font-size: 18px;
}

.links-text.input .link u:before{
  background-color: #F7F5F4;
}

.news-events.input .news-events__cta a u::before{
  background-color: #F7F5F4;
}

.link.input input u{
  background: none;
}

.input input {
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding-left: 25px;
  padding-right: 25px;
}

.input input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(1, 89, 69, var(--tw-placeholder-opacity));
}

.input input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(1, 89, 69, var(--tw-placeholder-opacity));
}

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

.input > * {
  margin: -2px;
}

.layout-container.flex-grow.rich-text h1.mb-5.z-0 .promoted-link{
  max-width: initial !important;
}

.rich-text h1 {
  margin-top: 50px !important;
}

@media (max-width: 1024px) {
  .rich-text h1 {
    margin-top: 40px !important;
  }
}

.layout-container.flex-grow.rich-text h2.mb-5.z-0 .promoted-link,.layout-container.flex-grow.rich-text h3.mb-5.z-0 .promoted-link,.layout-container.flex-grow.rich-text h4.mb-5.z-0 .promoted-link,.layout-container.flex-grow.rich-text h5.mb-5.z-0 .promoted-link,.layout-container.flex-grow.rich-text h6.mb-5.z-0 .promoted-link{
  max-width: initial !important;
}

.rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  margin-top: 50px !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

@media (max-width: 1024px) {
  .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
    margin-top: 40px !important;
  }
}

.rich-text h2 + .table-wrapper,
	.rich-text h3 + .table-wrapper,
	.rich-text h4 + .table-wrapper,
	.rich-text h5 + .table-wrapper,
	.rich-text h6 + .table-wrapper{
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .rich-text h2 + .table-wrapper,
		.rich-text h3 + .table-wrapper,
		.rich-text h4 + .table-wrapper,
		.rich-text h5 + .table-wrapper,
		.rich-text h6 + .table-wrapper{
    margin-top: 10px;
  }
}

.rich-text h1 + h1, .rich-text h1 + h2, .rich-text h1 + h3, .rich-text h1 + h4, .rich-text h1 + h5, .rich-text h1 + h6{
  margin-top: 15px!important;
}

.rich-text h2 + h1, .rich-text h2 + h2, .rich-text h2 + h3, .rich-text h2 + h4, .rich-text h2 + h5, .rich-text h2 + h6,
	.rich-text h3 + h1, .rich-text h3 + h2, .rich-text h3 + h3, .rich-text h3 + h4, .rich-text h3 + h5, .rich-text h3 + h6,
	.rich-text h4 + h1, .rich-text h4 + h2, .rich-text h4 + h3, .rich-text h4 + h4, .rich-text h4 + h5, .rich-text h4 + h6,
	.rich-text h5 + h1, .rich-text h5 + h2, .rich-text h5 + h3, .rich-text h5 + h4, .rich-text h5 + h5, .rich-text h5 + h6,
	.rich-text h6 + h1, .rich-text h6 + h2, .rich-text h6 + h3, .rich-text h6 + h4, .rich-text h6 + h5, .rich-text h6 + h6{
  margin-top: 20px!important;
}

@media (max-width: 1024px) {
  .rich-text h1 + h1, .rich-text h1 + h2, .rich-text h1 + h3, .rich-text h1 + h4, .rich-text h1 + h5, .rich-text h1 + h6{
    margin-top: 10px!important;
  }

  .rich-text h2 + h1, .rich-text h2 + h2, .rich-text h2 + h3, .rich-text h2 + h4, .rich-text h2 + h5, .rich-text h2 + h6,
		.rich-text h3 + h1, .rich-text h3 + h2, .rich-text h3 + h3, .rich-text h3 + h4, .rich-text h3 + h5, .rich-text h3 + h6,
		.rich-text h4 + h1, .rich-text h4 + h2, .rich-text h4 + h3, .rich-text h4 + h4, .rich-text h4 + h5, .rich-text h4 + h6,
		.rich-text h5 + h1, .rich-text h5 + h2, .rich-text h5 + h3, .rich-text h5 + h4, .rich-text h5 + h5, .rich-text h5 + h6,
		.rich-text h6 + h1, .rich-text h6 + h2, .rich-text h6 + h3, .rich-text h6 + h4, .rich-text h6 + h5, .rich-text h6 + h6{
    margin-top: 10px!important;
  }
}

.rich-text ul {
  list-style-type: disc;
  padding-left: 27px;
}

@media (max-width: 1024px) {
  .rich-text ul {
  }
}

.rich-text ol {
  list-style-type: decimal;
  padding-left: 25px;
}

.rich-text ul li, .rich-text ol li {
  margin-bottom: 10px;
}

.rich-text ul li:last-child, .rich-text ol li:last-child {
  margin-bottom: 0px;
}

.rich-text ul, .rich-text ol {
  /* margin-top: 40px!important;
	margin-bottom: 40px!important; */
  margin-top: 20px!important;
  margin-bottom: 20px!important;
}

@media (max-width: 1024px) {
  .rich-text ul, .rich-text ol {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
  }
}

.rich-text p, .rich-text > ol, .rich-text > ul {
  margin-top: 20px;
}

.rich-text p,.rich-text > ol,.rich-text > ul{
  font-size: 16px;
  line-height: 1.50;
}

@media (min-width: 1024px) {
  .rich-text p,.rich-text > ol,.rich-text > ul{
    font-size: 18px;
    line-height: 1.50;
  }
}

@media (max-width: 1024px) {
  .rich-text p, .rich-text > ol, .rich-text > ul {
    margin-top: 10px;
  }
}

.rich-text figure img, .rich-text > img {
  width: auto;
}

.rich-text figcaption {
  margin-top: 20px;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgba(36, 115, 96, var(--tw-text-opacity));
  font-size: 16px;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .rich-text figcaption{
    font-size: 16px;
    line-height: 1.3;
  }
}

@media(max-width: 1024px){
  .rich-text figcaption {
    margin-top: 10px;
  }
}

.rich-text a {
  --tw-text-opacity: 1;
  color: rgba(36, 115, 96, var(--tw-text-opacity));
}

.rich-text a:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.rich-text a:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.rich-text a {
  text-decoration: underline;
}

.rich-text a:hover {
  text-decoration: none;
}

.rich-text iframe {
  margin-bottom: 10px;
  max-width: 100%;
}

.rich-text .table-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media(max-width: 1024px){
  .rich-text .table-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.rich-text > :first-child, .rich-text > :first-child > :first-child {
  margin-top: 0px !important;
}

.numbered-accordion-item.rich-text > :first-child,.numbered-accordion-item.rich-text > :first-child > :first-child{
  margin-top:0!important;
}

.lead {
  /* @apply text-lg sm:text-xl; */
  font-size: 20px;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .lead {
    font-size: 24px;
  }
}

.layout-container.flex-grow.lead + *.mb-5.z-0 .promoted-link{
  max-width: initial !important;
}

.lead + * {
  margin-top: 50px !important;
}

@media (max-width: 1024px) {
  .lead + * {
    margin-top: 30px !important;
  }
}

.featured-link-list{
  margin-top: 0!important;
  margin-bottom: 80px!important;
}

@media (max-width: 1024px) {
  .featured-link-list{
    margin-bottom: 60px!important;
  }
}

.featured-link-list ul li{
  margin-top: 10px;
}

.featured-link-list ul li .btn{
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .featured-link-list ul li{
    margin-top: 10px;
  }
}

.featured-link-list ul li:first-child{
  margin-top: 0;
}

.featured-link-list ul li:first-child .btn{
  margin-top: 0;
}

@media (max-width: 1024px) {
  .featured-link-list ul li:first-child{
    margin-top: 0;
  }
}

.featured-link-list h3 + ul{
  margin-top: 15px;
}

@media (max-width: 1024px) {
  .featured-link-list h3 + ul{
    margin-top: 20px;
  }
}

.featured-link-list h3 + .intro{
  margin-top: 15px;
}

.featured-link-list .intro + ul{
  margin-top: 15px;
}

@media (max-width: 1024px) {
  .featured-link-list .intro + ul{
    margin-top: 20px;
  }
}

.link.card u{
  background: none;
}

.card {
  display: flex;
  height: 100%;
}

.card:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 10px;
}

.card:hover .group-hover\:-translate-x-1 {
  --tw-translate-x: -10px;
}

.card:focus .group-focus\:translate-x-1 {
  --tw-translate-x: 10px;
}

.card:focus .group-focus\:-translate-x-1 {
  --tw-translate-x: -10px;
}

.card {
  flex-direction: column;
  overflow-wrap: break-word;
}

.card {
  padding: 25px;
}

.card:hover .group-hover\:text-green-dark {
  --tw-text-opacity: 1;
  color: rgba(1, 89, 69, var(--tw-text-opacity));
}

.card:hover .group-hover\:text-green-1 {
  --tw-text-opacity: 1;
  color: rgba(0, 41, 32, var(--tw-text-opacity));
}

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

.card:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.card:focus .group-focus\:text-green-dark {
  --tw-text-opacity: 1;
  color: rgba(1, 89, 69, var(--tw-text-opacity));
}

.card:focus .group-focus\:text-green-1 {
  --tw-text-opacity: 1;
  color: rgba(0, 41, 32, var(--tw-text-opacity));
}

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

.card:focus .group-focus\:text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .card:hover .sm\:group-hover\:translate-x-1 {
    --tw-translate-x: 10px;
  }

  .card:hover .sm\:group-hover\:-translate-x-1 {
    --tw-translate-x: -10px;
  }

  .card:focus .sm\:group-focus\:translate-x-1 {
    --tw-translate-x: 10px;
  }

  .card:focus .sm\:group-focus\:-translate-x-1 {
    --tw-translate-x: -10px;
  }
}

@media (min-width: 1024px) {
  .card:hover .lg\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .card:focus .lg\:group-focus\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
}

.card {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.card-link {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(2, 166, 127, var(--tw-border-opacity));
}

.card-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 242, 218, var(--tw-bg-opacity));
}

.card-link:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 242, 218, var(--tw-bg-opacity));
}

.card-link {
  padding: 0px;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cardNew{
  padding: 15px;
}

@media (max-width: 1024px) {
  .cardNew{
    padding: 10px;
  }
}

.cardNew:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 252, 246, var(--tw-bg-opacity));
}

.links-text.cardNew:hover .link u:before{
  background-color: #F0FCF6;
}

.cardNew h2{
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}

.cardNew h2 u {
  text-decoration: none;
}

.cardNew h2 u span{
  position: relative;
  text-decoration: none;
  margin: 0!important;
  z-index: 0;
  background-image: linear-gradient(#015945,#015945),linear-gradient(#015945,#015945);
  background-position: 0 100%,0 calc(100% - 0.5px);
  background-size: 0 2px,100% 1px;
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 1s cubic-bezier(.19,1,.22,1),color .5s cubic-bezier(.19,1,.22,1);
  padding-bottom: 3px;
  line-height: 28px;
}

.cardNew:hover h2 u span{
  text-decoration: none;
  background-size: 100% 2px,100% 1px;
}

/* .cardNew h2 u{
		position: relative;
		text-decoration: none;
		margin: 0!important;
		z-index: 0;
	}

	.cardNew h2 u:after{
		content: "";
		position: absolute;
		top: calc(100% + 2px);
		left: 0;
		width: 100%;
		height: 1px;
		transition: all 250ms;
		z-index: 1;
		@apply bg-green-1-3
	}

	.cardNew h2 u:before{
		content: "";
		position: absolute;
		top: calc(100% + 2px);
		left: 0;
		width: 10%;
		height: 1px;
		opacity: 0;
		transition: all 250ms;
		z-index: 2;
		@apply bg-white
	}

	@keyframes name-of-animation {
		0%    { opacity: 1; width: 10%; left: 0 }
		70%   { opacity: 1; width: 50% }
		100%  { opacity: 1; width: 0; left: 100% }
	}

	.cardNew:hover h2 u:before{
		animation: name-of-animation 500ms forwards ease-out;
		height: 2px;
	}

	.cardNew:hover h2 u:after{
		height: 2px;
		@apply bg-green-dark;
	} */

.cardNew .content{
  margin-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .cardNew .content{
    margin-top: 10px;
  }
}

main nav h2 {
  margin-bottom: 10px;
}

.link.navigation-link-list u{
  background: none;
}

.navigation-link-list {
  display: flex;
  flex-direction: column;
}

.navigation-link-list > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  border-style: solid;
  --tw-divide-opacity: 1;
  border-color: rgba(196, 242, 218, var(--tw-divide-opacity));
}

.navigation-link-list {
  font-size: 18px;
}

.navigation-link-list a {
  display: block;
}

.navigation-link-list a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 242, 242, var(--tw-bg-opacity));
}

.navigation-link-list a:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 242, 242, var(--tw-bg-opacity));
}

.navigation-link-list a {
  padding-top: 10px;
  padding-bottom: 10px;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.primary-navigation-link-list{
  margin-top: 80px !important;
  margin-bottom: 0px !important;
}

.primary-navigation-link-list + .primary-navigation-link-list{
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

@media (max-width: 1024px) {
  .primary-navigation-link-list{
    margin-top: 40px !important;
    margin-bottom: 30px !important;
  }

  .primary-navigation-link-list + .primary-navigation-link-list{
    margin-top: 40px !important;
    margin-bottom: 30px !important;
  }
}

.primary-navigation-link-list:last-child{
  margin-bottom: 0px !important;
}

.primary-navigation-link-list .primary-navigation-link-list--grid{
  display: grid;
  grid-auto-flow: row;
  -moz-column-count: 2;
       column-count: 2;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-left: -15px;
}

@media (max-width: 1024px) {
  .primary-navigation-link-list .primary-navigation-link-list--grid{
    -moz-column-count: 1;
         column-count: 1;
    grid-template-columns: auto;
    margin-left: -10px;
  }
}

.primary-navigation-link-list .primary-navigation-link-list--item{
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .primary-navigation-link-list .primary-navigation-link-list--item:last-child{
    margin-bottom: 0;
  }
}

[data-portal-region="main"].article-content  .rich-text{
  margin-bottom: 60px;
}

[data-portal-region="main"].article-content > .layout:first-child{
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  [data-portal-region="main"].article-content > .layout:first-child{
    /* margin-bottom: 50px; */
    margin-bottom: 0;
  }
}

.promoted-link{
  width: calc(50% - 3px);
  max-width: calc(369px + 25px);
  margin-top: 0!important;
  margin-bottom: 50px!important;
  display: inline-block;
  vertical-align: top;
}

.promoted-link + .col-span-full{
  margin-top: 0!important;
}

.promoted-link .col-span-full{
  margin: 10px 0;
}

.layout-container.flex-grow.mt-4.mb-5.z-0 .promoted-link{
  max-width: initial;
}

.promoted-link:nth-of-type(even){
  padding-left: 25px;
}

.promoted-link:nth-of-type(odd){
  padding-right: 25px;
}

@media (max-width: 768px) {
  .promoted-link{
    width: 100%;
    padding: 0!important;
  }
}

@media (max-width: 768px) {
  .promoted-link img.w-full{
  }
}

.link.promoted-link-list u{
  background: none;
}

.promoted-link-list {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 300;
}

.promoted-link > ul > li{
  grid-column-start: 2!important;
}

.promoted-link > ul > li:nth-child(even){
  grid-column-start: 7!important;
}

@media (max-width: 1280px) {
  .promoted-link > ul > li{
    grid-column-start: 1!important;
  }

  .promoted-link > ul > li:nth-child(even){
    grid-column-start: 6!important;
  }
}

@media (max-width: 1024px) {
  .promoted-link > ul > li{
    grid-column-start: 1!important;
  }

  .promoted-link > ul > li:nth-child(even){
    grid-column-start: 1!important;
  }
}

.promoted-link-list li:last-child{
  margin: 0;
}

.promoted-link-list a {
}

@media (max-width: 768px) {
  .promoted-link-list a {
    padding: 8px 0;
    min-height: 40px;
  }
}

.introduction.text-white .headline h1,
	.introduction.text-white .headline h2,
	.introduction.text-white .headline h3,
	.introduction.text-white .headline h4,
	.introduction.text-white .headline h5,
	.introduction.text-white .headline h6{
  color: inherit;
  color: inherit;
  color: inherit;
  color: inherit;
  color: inherit;
}

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

footer h2  {
  margin-bottom: 10px;
  font-size: 21px;
}

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

footer a {
  font-size: 16px;
  text-decoration: underline;
}

footer a:hover {
  text-decoration: none;
}

.site-menu ul a {
  /* @apply hover:text-green-3; */
}

.site-menu h2 {
  font-size: 24px;
  line-height: 34px;
}

@media (max-width: 1024px) {
  .site-menu h2 {
  }
}

.site-menu ul li {
  font-size: 18px;
  line-height: 24px;
}

.site-menu ul li.title {
  margin-top: 60px;
  margin-bottom: 20px!important;
  font-size: 24px;
  line-height: 29px;
}

.site-menu ul li.all {
  margin-top: 30px;
}

.site-menu-group{
  margin-bottom: 60px;
}

@media (max-width: 1024px){
  .site-menu-group{
    margin-bottom: 50px;
  }
}

.site-menu-group ul li:last-child{
  margin-bottom: 0;
}

.site-menu-header .btn{
  padding-left: 10px;
  padding-right: 10px;
}

.site-menu-header .btn{
  margin-right: 10px;
}

.site-menu-header .btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 221, 222, var(--tw-bg-opacity))
}

@media (max-width: 1024px){
  .site-menu-footer .btn{
    width: -moz-fit-content;
    width: fit-content;
  }
}

.main-header > nav > .btn{
  padding-top: 0;
  padding-bottom: 0;
  min-height: 45px;
  font-weight: 700;
  font-size: 16px;
}

footer a:hover {
  --tw-text-opacity: 1;
  color: rgba(123, 239, 178, var(--tw-text-opacity));
}

_:-ms-fullscreen, :root .site-menu {
  background-color: #FFF;
}

.alert-message-wrapper{
  overflow: hidden;
}

.alert-message{
  margin-top: 30px;
  margin-bottom: 66px;
  padding: 25px 127px;
  border-radius: 64px;
  width: calc(100% + 254px);
  transform: translateX(-127px);
}

@media (max-width: 1024px){
  .alert-message{
    margin-bottom: 25px;
  }
}

.alert-message-wrapper h2{
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  font-weight: 400;
  display: inline;
}

.promoted-link .img-aspectRatio-wrapper{
  width: 70%;
  max-width: 266px;
}

@media (max-width: 768px){
  .promoted-link .img-aspectRatio-wrapper{
    max-width: 222px;
  }
}

.promoted-link .img-aspectRatio{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: calc((182 / 275) * 100%);
}

.promoted-link .img-aspectRatio img{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  max-width: initial!important;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.alert-message-wrapper p{
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  color: #000000;
  display: inline;
}

.alert-message-wrapper p a{
  text-decoration: underline;
}

.alert-message[aria-role="status"]{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 196, 107, var(--tw-bg-opacity));
}

.alert-message[aria-role="alert"]{
  --tw-bg-opacity: 1;
  background-color: rgba(232, 88, 0, var(--tw-bg-opacity));
}

.alert-message-wrapper.frontPage h2{
  font-size: 27px;
  line-height: 32px;
  display: block;
}

@media (max-width: 1024px){
  .alert-message-wrapper.frontPage h2{
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}

.alert-message-wrapper.frontPage p{
  display: block;
}

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

.cp-questionnaire__inputWrapper{
  width: 100%;
}

.cp-questionnaire .cp-questionnaire__title{
  margin-bottom: 50px;
  font-size: 21px;
  line-height: 25px;
  color: #000000;
  display: block;
  text-align: center;
}

@media (max-width: 640px) {
  .cp-questionnaire .cp-questionnaire__title{
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
  }
}

#questionnaire .cp-button,
	#feedbackAnswer .cp-button{
  margin: 0 18px;
}

.cp-questionnaire .cp-button{
  width: 100px;
  cursor: pointer;
}

.cp-questionnaire .cp-questionnaire__input{
  border: 1px solid #02A67F;
  width: 100%;
  max-width: 267px;
  padding: 14px 25px;
  border-radius: 25px;
  box-shadow: inset 2px 2px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .cp-questionnaire .cp-questionnaire__input{
    max-width: 200px;
  }
}

.cp-questionnaire .cp-questionnaire__input:focus{
  outline: none;
}

.layout-container.flex-grow.mt-4#js_accordion.z-0 .promoted-link{
  max-width: initial;
}

#js_accordion {
  margin-top: 75px;
  margin-bottom: 75px;
}

@media(max-width: 1024px){
  .layout-container.flex-grow.mt-4#js_accordion.z-0 .promoted-link{
    max-width: initial;
  }

  #js_accordion {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}

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

.js_accordion .rich-text,
	.timelineWrapper .rich-text{
  margin-bottom: 0!important;
}

.js_accordion .js_acc_chevron{
  margin: 13px 10px 0 8px;
  transition: all 250ms
}

/* .js_accordion .acc_header:hover .js_acc_chevron */

@media (hover: none) {
  .js_accordion .acc_header:hover .js_acc_chevron{
    transform: none;
  }

  .js_accordion .acc_header:hover{
    color: #015945!important;
  }
}

.js_accordion .acc_header.acc_open .js_acc_chevron{
  transform: rotate(45deg);
}

.js_accordion .js_acc_chevron svg{
  width: 16px;
}

@media(max-width: 1024px){
  .js_accordion .js_acc_chevron{
    margin: 11px 10px 0 8px;
  }
}

.js_accordion .acc_header{
  border-top-width: 1px;
}

.js_accordion .acc_header.acc_open{
  background: transparent!important;
  color: #015945!important;
}

@media(max-width: 1024px){
  .js_accordion .acc_header:hover{
    background: transparent!important;
  }
}

.js_accordion .acc_header:hover .js_acc_chevron{
  --tw-rotate: 90deg;
}

.js_accordion .acc_header h3{
  padding-right: 20px;
  font-size: 18px;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .js_accordion .acc_header h3{
    font-size: 20px;
    line-height: 1.3;
  }
}

.js_accordion .acc_header h3 {
  max-width: calc(100% - 50px);
}

.js_accordion .list > div:last-child{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(128, 148, 143, var(--tw-border-opacity));
  border-bottom-width: 1px;
}

/* NHN-318 */

.js_accordion .list{
  margin-top: 20px !important;
}

/* END NHN-318 */

.js_accordion .rich-text h1, .js_accordion .rich-text h2, .js_accordion .rich-text h3, .js_accordion .rich-text h4, .js_accordion .rich-text h5, .js_accordion .rich-text h6 {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.js_accordion .rich-text h1,
	.js_accordion .rich-text h2,
	.js_accordion .rich-text h3,
	.js_accordion .rich-text h4,
	.js_accordion .rich-text h5,
	.js_accordion .rich-text h6 {
  margin-top: 30px!important;
}

.js_accordion .rich-text a{
  --tw-text-opacity: 1;
  color: rgba(1, 89, 69, var(--tw-text-opacity));
}

.js_accordion .rich-text a:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 41, 32, var(--tw-text-opacity));
}

.js_accordion .rich-text a {
  /* font-size: 18px;
		line-height: 22px; */
}

.js_accordion .rich-text .helsenettLink{
  --tw-text-opacity: 1;
  color: rgba(1, 89, 69, var(--tw-text-opacity));
}

.js_accordion .rich-text .helsenettLink:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 41, 32, var(--tw-text-opacity));
}

.js_accordion .rich-text .helsenettLink {
  font-size: 18px;
  line-height: 22px;
}

.js_accordion .rich-text p,.js_accordion .rich-text > ol,.js_accordion .rich-text > ul{
  font-size: 16px;
  line-height: 1.50;
}

@media (min-width: 1024px) {
  .js_accordion .rich-text p,.js_accordion .rich-text > ol,.js_accordion .rich-text > ul{
    font-size: 18px;
    line-height: 1.50;
  }
}

.js_accordion .rich-text p,
	.js_accordion .rich-text > ol,
	.js_accordion .rich-text > ul {
  margin-top: 10px!important;
}

.js_accordion  .rich-text figure{
  /* margin-bottom: 30px; */
}

.js_accordion  .rich-text figure img{
  /* margin-top: 20px; */
}

.js_accordion  .rich-text figcaption{
  --tw-text-opacity: 1;
  color: rgba(36, 115, 96, var(--tw-text-opacity));
  font-size: 16px;
  line-height: 1.3;
  margin-top: 10px;
}

.js_accordion .rich-text h2{
  /* margin-bottom: 10px;
		font-size: 18px;
		line-height: 23px; */
}

@media(max-width: 1024px){
  .js_accordion .rich-text h2{
    /* font-size: 16px;
			line-height: 21px;
			font-weight: 700; */
  }
}

.js_accordion .rich-text ul li{
  /* margin-bottom: 16px; */
}

.js_accordion .acc_body {
  border-top: none;
}

.js_accordion .acc_body .btn-close-body{
  padding: 3px 0 6px 0;
  margin-left: -30px;
}

@media(max-width: 1024px){
  .js_accordion .acc_body .btn-close-body{
    padding: 0;
    margin-left: -30px;
  }
}

.js_accordion .btn-close-body div svg{
  width: 16px;
  cursor: pointer;
}

.js_accordion .numbered-accordion .btn-close-body div svg{
  width: 24px;
  cursor: pointer;
}

.numbered-accordion-item .acc_body{
  padding-bottom: 10px;
}

@media(max-width: 1024px){
  .numbered-accordion-item .acc_body{
    padding-bottom: 40px;
    padding-top: 10px;
  }
}

.numbered-accordion-item .acc_body .btn-close-body{
  margin-left: calc(100% + 27px);
}

@media(max-width: 1024px){
  .numbered-accordion-item .acc_body .btn-close-body{
    margin-left: 0;
    margin-top: -20px;
  }
}

.numbered-accordion{
  border: none!important;
  padding-left: 78px;
}

@media(max-width: 1024px){
  .numbered-accordion{
    padding-left: 42px;
  }
}

.numbered-accordion-item{
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}

@media(max-width: 1024px){
  .numbered-accordion-item{
    margin-bottom: 20px;
  }
}

.numbered-accordion-item .js_acc_chevron{
  width: 24px;
  height: 24px;
}

.numbered-accordion-item .js_acc_chevron svg{
  width: 100%;
}

.js_accordion .js_acc_chevron.numbered{
  display: none;
}

.numbered-accordion-item .js_acc_chevron{
  display: none;
}

.numbered-accordion-item .js_acc_chevron.numbered{
  display: block;
  color: #247360;
}

@media(max-width: 1024px){
  .numbered-accordion-item .js_acc_chevron.numbered{
    width: 20px;
    height: 20px;
    margin: 8px;
  }

  .numbered-accordion-item .js_acc_chevron.numbered img{
    width: 16px;
    height: 16px;
  }
}

@media(max-width: 1024px){
  .numbered-accordion-item .btn-close-body{
    margin-left: calc(100% + 30px)!important;
  }

  .js_accordion .numbered-accordion .btn-close-body div svg{
    width: 20px!important;
  }
}

/* .numbered-accordion-item .js_accordion .js_acc_chevron{

	} */

/* .numbered-accordion-item:last-child{
		margin-top: 86px;
	} */

/* @media(max-width: 1024px){
		.numbered-accordion-item:last-child{
			margin-top: 70px;
		}
	} */

/* .numbered-accordion-item:last-child .acc_header span{
		font-size: 0;
		background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNDYxMjYgMTMuMTQ5OEgxOC4zOTczTDEwLjY1MjYgMjAuODc4OUMxMC4zNzc0IDIxLjE1NCAxMC4yMjI5IDIxLjUyNzIgMTAuMjIyOSAyMS45MTYzQzEwLjIyMjkgMjIuMzA1NCAxMC4zNzc0IDIyLjY3ODUgMTAuNjUyNiAyMi45NTM2QzEwLjkyNzggMjMuMjI4OCAxMS4zMDEgMjMuMzgzMyAxMS42OTAxIDIzLjM4MzNDMTIuMDc5MiAyMy4zODMzIDEyLjQ1MjQgMjMuMjI4OCAxMi43Mjc2IDIyLjk1MzZMMjIuOTU2NCAxMi43MjYxQzIzLjA4OTUgMTIuNTg3MSAyMy4xOTM3IDEyLjQyMzMgMjMuMjYzMyAxMi4yNDM5QzIzLjM0MjQgMTIuMDY5NSAyMy4zODMzIDExLjg4MDIgMjMuMzgzMyAxMS42ODg3QzIzLjM4MzMgMTEuNDk3MiAyMy4zNDI0IDExLjMwNzkgMjMuMjYzMyAxMS4xMzM1QzIzLjE5MzcgMTAuOTU0MSAyMy4wODk1IDEwLjc5MDMgMjIuOTU2NCAxMC42NTEzTDEyLjcyNzYgMC40MjM3MzhDMTIuNTkxMSAwLjI4ODMyMyAxMi40MjkxIDAuMTgxMTg5IDEyLjI1MTEgMC4xMDg0NzlDMTIuMDczMSAwLjAzNTc2ODYgMTEuODgyNCAtMC4wMDEwODczMSAxMS42OTAxIDIuNDQyMWUtMDVDMTEuNDk3OCAtMC4wMDEwODczMSAxMS4zMDcxIDAuMDM1NzY4NiAxMS4xMjkxIDAuMTA4NDc5QzEwLjk1MTEgMC4xODExODkgMTAuNzg5MSAwLjI4ODMyMyAxMC42NTI2IDAuNDIzNzM4QzEwLjUxNTYgMC41NTk1NjUgMTAuNDA2OSAwLjcyMTE2MiAxMC4zMzI3IDAuODk5MjA5QzEwLjI1ODYgMS4wNzcyNiAxMC4yMjA0IDEuMjY4MjMgMTAuMjIwNCAxLjQ2MTExQzEwLjIyMDQgMS42NTM5OSAxMC4yNTg2IDEuODQ0OTYgMTAuMzMyNyAyLjAyMzAxQzEwLjQwNjkgMi4yMDEwNSAxMC41MTU2IDIuMzYyNjUgMTAuNjUyNiAyLjQ5ODQ4TDE4LjM5NzMgMTAuMjI3NkgxLjQ2MTI2QzEuMDczNzEgMTAuMjI3NiAwLjcwMjAzNCAxMC4zODE1IDAuNDI3OTk0IDEwLjY1NTVDMC4xNTM5NTQgMTAuOTI5NiAwIDExLjMwMTIgMCAxMS42ODg3QzAgMTIuMDc2MiAwLjE1Mzk1NCAxMi40NDc4IDAuNDI3OTk0IDEyLjcyMThDMC43MDIwMzQgMTIuOTk1OCAxLjA3MzcxIDEzLjE0OTggMS40NjEyNiAxMy4xNDk4WiIgZmlsbD0iIzAxNTk0NSIvPgo8L3N2Zz4K");
		background-repeat: no-repeat;
		background-size: 23px;
		background-position: center center;
	} */

/* .numbered-accordion-item:last-child .acc_header.acc_open span{
		background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNDYxMjYgMTMuMTQ5OEgxOC4zOTczTDEwLjY1MjYgMjAuODc4OUMxMC4zNzc0IDIxLjE1NCAxMC4yMjI5IDIxLjUyNzIgMTAuMjIyOSAyMS45MTYzQzEwLjIyMjkgMjIuMzA1NCAxMC4zNzc0IDIyLjY3ODUgMTAuNjUyNiAyMi45NTM2QzEwLjkyNzggMjMuMjI4OCAxMS4zMDEgMjMuMzgzMyAxMS42OTAxIDIzLjM4MzNDMTIuMDc5MiAyMy4zODMzIDEyLjQ1MjQgMjMuMjI4OCAxMi43Mjc2IDIyLjk1MzZMMjIuOTU2NCAxMi43MjYxQzIzLjA4OTUgMTIuNTg3MSAyMy4xOTM3IDEyLjQyMzMgMjMuMjYzMyAxMi4yNDM5QzIzLjM0MjQgMTIuMDY5NSAyMy4zODMzIDExLjg4MDIgMjMuMzgzMyAxMS42ODg3QzIzLjM4MzMgMTEuNDk3MiAyMy4zNDI0IDExLjMwNzkgMjMuMjYzMyAxMS4xMzM1QzIzLjE5MzcgMTAuOTU0MSAyMy4wODk1IDEwLjc5MDMgMjIuOTU2NCAxMC42NTEzTDEyLjcyNzYgMC40MjM3MzhDMTIuNTkxMSAwLjI4ODMyMyAxMi40MjkxIDAuMTgxMTg5IDEyLjI1MTEgMC4xMDg0NzlDMTIuMDczMSAwLjAzNTc2ODYgMTEuODgyNCAtMC4wMDEwODczMSAxMS42OTAxIDIuNDQyMWUtMDVDMTEuNDk3OCAtMC4wMDEwODczMSAxMS4zMDcxIDAuMDM1NzY4NiAxMS4xMjkxIDAuMTA4NDc5QzEwLjk1MTEgMC4xODExODkgMTAuNzg5MSAwLjI4ODMyMyAxMC42NTI2IDAuNDIzNzM4QzEwLjUxNTYgMC41NTk1NjUgMTAuNDA2OSAwLjcyMTE2MiAxMC4zMzI3IDAuODk5MjA5QzEwLjI1ODYgMS4wNzcyNiAxMC4yMjA0IDEuMjY4MjMgMTAuMjIwNCAxLjQ2MTExQzEwLjIyMDQgMS42NTM5OSAxMC4yNTg2IDEuODQ0OTYgMTAuMzMyNyAyLjAyMzAxQzEwLjQwNjkgMi4yMDEwNSAxMC41MTU2IDIuMzYyNjUgMTAuNjUyNiAyLjQ5ODQ4TDE4LjM5NzMgMTAuMjI3NkgxLjQ2MTI2QzEuMDczNzEgMTAuMjI3NiAwLjcwMjAzNCAxMC4zODE1IDAuNDI3OTk0IDEwLjY1NTVDMC4xNTM5NTQgMTAuOTI5NiAwIDExLjMwMTIgMCAxMS42ODg3QzAgMTIuMDc2MiAwLjE1Mzk1NCAxMi40NDc4IDAuNDI3OTk0IDEyLjcyMThDMC43MDIwMzQgMTIuOTk1OCAxLjA3MzcxIDEzLjE0OTggMS40NjEyNiAxMy4xNDk4WiIgZmlsbD0iIzdCRUZCMiIvPgo8L3N2Zz4K");
		background-repeat: no-repeat;
		background-size: 23px;
		background-position: center center;
	} */

.numbered-accordion-item:after{
  content: "";
  width: 1px;
  height: 100%;
  /* height: calc(100% + 60px); */
  --tw-bg-opacity: 1;
  background-color: rgba(36, 115, 96, var(--tw-bg-opacity));
  position: absolute;
  top: 45px;
  right: calc(100% + 54px);
  z-index: -1;
}

@media(max-width: 1024px){
  .numbered-accordion-item:after{
    right: calc(100% + 26px);
    top: 25px;
  }
}

.numbered-accordion-item:last-child:after {
  display: none!important;
}

.numbered-accordion-item:last-child {
  border: none!important;
}

.numbered-accordion-item .acc_header{
  position: relative;
  border: none!important;
  justify-content: space-between;
}

.numbered-accordion-item .acc_header.acc_open .js_acc_chevron.numbered{
  transform: rotate(45deg);
}

.numbered-accordion-item .acc_body{
  border: none;
  padding-right: 60px;
  padding-left: 0;
}

.numbered-accordion-item .acc_header:focus,
	.numbered-accordion-item .acc_header:hover{
  background: transparent!important;
}

.numbered-accordion-item .acc_header h3{
  color: #000000;
  font-size: 22px;
  line-height: 1.25;
}

@media (min-width: 1024px) {
  .numbered-accordion-item .acc_header h3{
    font-size: 24px;
    line-height: 1.2;
  }
}

@media(max-width: 1024px){
  .numbered-accordion-item .acc_header h3{
    padding-top: 4.5px;
    padding-bottom: 4.5px;
    padding-right: 10px;
  }
}

.introduction.numbered-accordion-item .acc_header span .headline>*{
  color: inherit;
}

.introduction.numbered-accordion-item .acc_header span .headline h1,
	.introduction.numbered-accordion-item .acc_header span .headline h2,
	.introduction.numbered-accordion-item .acc_header span .headline h3,
	.introduction.numbered-accordion-item .acc_header span .headline h4,
	.introduction.numbered-accordion-item .acc_header span .headline h5,
	.introduction.numbered-accordion-item .acc_header span .headline h6{
  color: inherit;
}

.introduction.text-white .headline h1,
	.introduction.text-white .headline h2,
	.introduction.text-white .headline h3,
	.introduction.text-white .headline h4,
	.introduction.text-white .headline h5,
	.introduction.text-white .headline h6{
  color: inherit;
  color: inherit;
  color: inherit;
  color: inherit;
  color: inherit;
}

.numbered-accordion-item .acc_header span {
  --tw-bg-opacity: 1;
  background-color: rgba(36, 115, 96, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  position: absolute;
  right: calc(100% + 30px);
  top: 2px;
  display: flex;
  align-items:center;
  justify-content: center;
  font-size: 24px;
  line-height: 100%;
  width: 48px;
  height: 48px;
  border-radius: 100%;
}

@media(max-width: 1024px){
  .numbered-accordion-item .acc_header span{
    width: 32px;
    height: 32px;
    font-size: 18px;
    right: calc(100% + 10px);
    top: 0;
  }
}

.js_accordion .acc_header h3 u{
  text-decoration: none;
}

.js_accordion .acc_header h3{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.numbered-accordion-item .acc_header h3 u{
  text-decoration: none;
  position: relative;
  text-decoration: none;
  margin: 0!important;
  z-index: 0;
  background-image: linear-gradient(#80948F,#80948F),linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0));
  background-position: 0 100%,0 calc(100% - 0.5px);
  background-size: 0 2px,100% 1px;
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 1s cubic-bezier(.19,1,.22,1),color .5s cubic-bezier(.19,1,.22,1);
  padding-bottom: 2px;
  line-height: 1.3;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
}

.numbered-accordion-item .acc_header:hover h3 u{
  text-decoration: none;
  background-size: 100% 2px,100% 1px;
}

@media (hover: none) {
  .numbered-accordion-item .acc_header:hover h3 u{
    text-decoration: none;
    background-size: 0;
  }
}

.numbered-accordion-item .acc_header.acc_open span{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(36, 115, 96, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(123, 239, 178, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 41, 32, var(--tw-text-opacity));
  border-width: 1px;
}

.acc_header.acc_open+.acc_body{
  overflow: hidden;
}

.accordion-button{
  margin-left: 220px;
  padding: 14px 58px 14px 21px;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMzQ4MyA4Ljg4MjM2SDEyLjYxMDRMNy40NjAzNyAxMy41NjA4QzcuMjc3MzkgMTMuNzI3MyA3LjE3NDYgMTMuOTUzMiA3LjE3NDYgMTQuMTg4N0M3LjE3NDYgMTQuNDI0MiA3LjI3NzM5IDE0LjY1MDEgNy40NjAzNyAxNC44MTY2QzcuNjQzMzUgMTQuOTgzMSA3Ljg5MTUyIDE1LjA3NjcgOC4xNTAyOSAxNS4wNzY3QzguNDA5MDYgMTUuMDc2NyA4LjY1NzIzIDE0Ljk4MzEgOC44NDAyIDE0LjgxNjZMMTUuNjQyMiA4LjYyNTg5QzE1LjczMDcgOC41NDE3OCAxNS44IDguNDQyNiAxNS44NDYzIDguMzM0MDRDMTUuODk4OSA4LjIyODQ3IDE1LjkyNjEgOC4xMTM4OSAxNS45MjYxIDcuOTk3OTdDMTUuOTI2MSA3Ljg4MjA1IDE1Ljg5ODkgNy43Njc0NyAxNS44NDYzIDcuNjYxOTFDMTUuOCA3LjU1MzM1IDE1LjczMDcgNy40NTQxNyAxNS42NDIyIDcuMzcwMDZMOC44NDAyIDEuMTc5MzRDOC43NDk0MSAxLjA5NzM3IDguNjQxNzIgMS4wMzI1MiA4LjUyMzMzIDAuOTg4NTEzQzguNDA0OTQgMC45NDQ1MDIgOC4yNzgxNyAwLjkyMjE5MyA4LjE1MDI5IDAuOTIyODY2QzguMDIyNCAwLjkyMjE5MyA3Ljg5NTYzIDAuOTQ0NTAyIDcuNzc3MjQgMC45ODg1MTNDNy42NTg4NSAxLjAzMjUyIDcuNTUxMTcgMS4wOTczNyA3LjQ2MDM3IDEuMTc5MzRDNy4zNjkyOSAxLjI2MTU1IDcuMjk3IDEuMzU5MzcgNy4yNDc2NyAxLjQ2NzE0QzcuMTk4MzQgMS41NzQ5MSA3LjE3Mjk0IDEuNjkwNSA3LjE3Mjk0IDEuODA3MjVDNy4xNzI5NCAxLjkyNCA3LjE5ODM0IDIuMDM5NiA3LjI0NzY3IDIuMTQ3MzdDNy4yOTcgMi4yNTUxNCA3LjM2OTI5IDIuMzUyOTUgNy40NjAzNyAyLjQzNTE3TDEyLjYxMDQgNy4xMTM1OEgxLjM0ODNDMS4wOTA1OSA3LjExMzU4IDAuODQzNDI3IDcuMjA2NzYgMC42NjExOTUgNy4zNzI2MkMwLjQ3ODk2NCA3LjUzODQ3IDAuMzc2NTg3IDcuNzYzNDIgMC4zNzY1ODcgNy45OTc5N0MwLjM3NjU4NyA4LjIzMjUzIDAuNDc4OTY0IDguNDU3NDggMC42NjExOTUgOC42MjMzM0MwLjg0MzQyNyA4Ljc4OTE5IDEuMDkwNTkgOC44ODIzNiAxLjM0ODMgOC44ODIzNloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: calc(100% - 20px) center;
}

@media(max-width: 1024px){
  .accordion-button{
    margin-left: 0;
  }
}

.timelineWrapper{
  margin-top: 60px!important;
  margin-bottom: 50px!important;
}

.timeline-title{
  font-weight: 400;
  color: #000000;
  margin-bottom: 40px;
}

@media(max-width: 1024px) {
  .timeline-title{
    margin-bottom: 25px;
  }
}

.timeline {
  margin-left: 20px;
  padding-left: 55px;
  position: relative;
}

.timeline:before {
  position: absolute;
  border-radius: 500px;
  --tw-bg-opacity: 1;
  background-color: rgba(36, 115, 96, var(--tw-bg-opacity));
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
}

.timeline > h2 {
  margin-bottom: 15px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .timeline > h2 {
    margin-bottom: 20px;
  }
}

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

.numbered-accordion-item.timeline > *:first-child{
  margin-top:0;
}

.timeline-item + .timeline-item .timeline-item-content:after{
  /* display: none; */
}

.timeline-item {
  margin-bottom: 20px;
  padding-right: 86px;
  position: relative;
}

.timeline-item + h2 {
  margin-top: 60px;
}

@media(max-width: 1024px) {
  .timeline-item + h2 {
    margin-top: 40px;
  }
}

.timeline-item-content:after {
  position: absolute;
  border-radius: 500px;
  --tw-bg-opacity: 1;
  background-color: rgba(36, 115, 96, var(--tw-bg-opacity));
  content: '';
  top: -4px;
  left: calc(-55px - 17.5px);
  width: 35px;
  height: 35px;
}

.timeline-item-content.dropDownItem:after{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(123, 239, 178, var(--tw-bg-opacity)) !important;
  border: 1px solid #247360;
}

.timeline-item-content.dropDownItem.timeline-item-content--reduced:after{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(36, 115, 96, var(--tw-bg-opacity)) !important;
}

.timeline-item-content .rich-text{
  /* padding-bottom: 20px; */
}

.timeline-item-content .rich-text p,
	.timeline-item-content .rich-text > ol,
	.timeline-item-content .rich-text > ul{
  font-size: 16px!important;
  line-height: 1.45!important;
}

.timeline-item-content .rich-text h1,
	.timeline-item-content .rich-text h2,
	.timeline-item-content .rich-text h3,
	.timeline-item-content .rich-text h4,
	.timeline-item-content .rich-text h5,
	.timeline-item-content .rich-text h6{
  /* @apply heading-xs !important;
		font-weight: normal!important; */
  margin-top: 30px!important;
}

.timeline-item-content .rich-text p{
  margin-top: 10px!important;
}

.timeline-item-content .rich-text figcaption{
  margin-top: 10px!important;
}

.timeline-item-content .rich-text ul{
  margin-bottom: 30px!important;
}

.timeline-item-colapse {
  position: absolute;
  height: 25px;
  width: 100%;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.timeline-item-colapse .btnIcon{
  transition: all 250ms;
}

.timeline-item-colapse:hover .btnIcon{
  transform: rotate(90deg);
}

@media (hover: none){
  .timeline-item-colapse:hover .btnIcon{
    transform:none;
  }
}

.timeline-item-colapse:after {
  content: "";
  width: calc(100% + 70px);
  height: 100px;
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  left: -70px;
  z-index: 1;
}

@media(max-width: 1024px) {
  .timeline-item-colapse:after {
    width: calc(100% + 35px);
    left: -35px;
  }
}

.timeline-item-colapse[aria-expanded="true"]:after{
  display: none;
}

@media(max-width: 1024px) {
  .timeline-item-colapse[aria-expanded="true"]:after{
    display: none;
  }
}

.timeline-item-colapse[aria-expanded="true"] .btnIcon{
  transform: rotate(45deg);
}

@media(max-width: 1024px) {
  .timeline-item-content.dropDownItem .timeline-item-colapse-close{
    bottom: 20px;
  }
}

.timeline-item-colapse-close {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
}

.timeline-item-colapse-close svg {
  transform: rotate(45deg);
}

.timeline-item-colapse[aria-expanded="true"] + .timeline-item-colapse-close{
  opacity: 1;
  pointer-events: all;
}

.timeline-item-content.dropDownItem{
  padding-bottom: 0;
}

@media(max-width: 1024px) {
  .timeline-item-content.dropDownItem{
    padding-bottom: 0;
  }
}

.timeline-item-content.dropDownItem.timeline-item-content--reduced{
  padding-bottom: 0;
}

.timeline-item-content .rich-text {
  position: relative;
  transition: height .1s;
  overflow: hidden;
}

.timeline-item-content--reduced .rich-text *{
  display: none;
}

.timeline-item-content--reduced .rich-text p:first-child{
  display: block;
}

.timeline-item-content--reduced .rich-text p:first-child *{
  display: inline-block;
}

.timeline-item-content--reduced .rich-text{
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media(max-width: 1024px) {
  .timelineWrapper{
    margin-bottom: 40px!important;
  }

  .timeline {
    margin-left: 15px;
    padding-left: 25px;
  }

  .timeline-item {
    padding-right: 40px;
  }

  .timeline-item-content:after {
    top: -3px;
    left: calc(-25px - 12.5px);
    width: 25px;
    height: 25px;
  }

  .timeline-item-colapse {
    height: 17px;
  }
}

.alternative-banner h1 {
  font-size: 35px;
}

@media (min-width: 640px) {
  .alternative-banner h1 {
    font-size: 53px;
  }
}

.alternative-banner h2 {
  font-size: 27px;
}

@media (min-width: 640px) {
  .alternative-banner h2 {
    font-size: 35px;
  }
}

.alternative-banner h3 {
  font-size: 21px;
}

@media (min-width: 640px) {
  .alternative-banner h3 {
    font-size: 27px;
  }
}

.alternative-banner h4 {
  font-size: 18px;
}

@media (min-width: 640px) {
  .alternative-banner h4 {
    font-size: 21px;
  }
}

.alternative-banner h5 {
  font-size: 16px;
}

@media (min-width: 640px) {
  .alternative-banner h5 {
    font-size: 18px;
  }
}

.alternative-banner h6 {
  font-size: 14px;
}

@media (min-width: 640px) {
  .alternative-banner h6 {
    font-size: 16px;
  }
}

.alternative-banner p:first-of-type {
  margin-top: 25px;
}

@media (min-width: 1024px) {
  .alternative-banner h1, .alternative-banner h2, .alternative-banner h3, .alternative-banner h4, .alternative-banner h5, .alternative-banner h6 {
    padding-right: 50px;
  }
}

@media (min-width: 1280px) {
  .alternative-banner h1, .alternative-banner h2, .alternative-banner h3, .alternative-banner h4, .alternative-banner h5, .alternative-banner h6 {
    padding-right: 150px;
  }
}

.alert-message[aria-role="alert"].light {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 196, 107, var(--tw-bg-opacity));
}

#dynamic-tree>ul>li {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

/* Introduction part (NHN-274) */

.introduction.bg-green-1, .introduction.bg-gray-warm {
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .introduction.bg-green-1, .introduction.bg-gray-warm {
    padding-top: 60px;
  }
}

.introduction + .introduction{
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .introduction + .introduction {
    padding-top: 60px;
  }
}

.introduction .headline,
	.introduction .headline + ul {
  max-width: 540px;
}

@media (max-width: 1024px) {
  .introduction .headline,
		.introduction .headline + ul {
    max-width: 100%;
  }
}

.introduction .headline h1 {
  --tw-text-opacity: 1;
  color: rgba(0, 41, 32, var(--tw-text-opacity));
  /* @apply heading-xl;
		@apply mb-20; */
}

@media(max-width: 1024px) {
  .introduction .headline h1 {
    margin-bottom: 15px;
  }
}

.introduction .headline em {
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgba(36, 115, 96, var(--tw-text-opacity));
}

.introduction .headline h2 {
  /* @apply text-1xl sm:text-2xl; */
}

.introduction .headline p {
  color: inherit;
  /* @apply intro-md; */
}

.introduction .headline h1 + p,
	.introduction .headline h2 + p,
	.introduction .headline h3 + p,
	.introduction .headline h4 + p,
	.introduction .headline h5 + p,
	.introduction .headline h6 + p {
  /* margin-top: 0!important; */
}

.introduction .headline a{
  --tw-text-opacity: 1;
  color: rgba(36, 115, 96, var(--tw-text-opacity));
  text-decoration: underline;
  text-underline-offset: 5px;
}

.introduction.text-white .headline>*{
  color: inherit;
}

.introduction.text-white .headline h1,
	.introduction.text-white .headline h2,
	.introduction.text-white .headline h3,
	.introduction.text-white .headline h4,
	.introduction.text-white .headline h5,
	.introduction.text-white .headline h6{
  color: inherit!important;
}

.introduction.bg-green-1 .headline>* em, .introduction.bg-green-1 .headline>* a{
  --tw-text-opacity: 1;
  color: rgba(123, 239, 178, var(--tw-text-opacity));
}

.introduction .iframe-wrapper{
  width: 100%;
  /* height: 100%; */
  /* min-height: 376px; */
  position: relative;
}

.introduction .iframe-wrapper .play-video:hover svg circle{
  opacity: 1!important;
}

/* Responsive Video*/

.introduction .iframe-wrapper .video-container {
}

.introduction .iframe-wrapper .video-container__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.introduction .iframe-wrapper .video-container__wrapper iframe,
	.introduction .iframe-wrapper .video-container__wrapper object,
	.introduction .iframe-wrapper .video-container__wrapper embed,
	.introduction .iframe-wrapper .video-container__wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Responsive Video*/

.introduction .iframe-wrapper img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 667 / 375;
  position: absolute;
  top: 0;
  left: 0;
}

.introduction iframe{
  display: none;
  width: 100%;
  height: 100%;
}

@media(max-width: 1024px) {
  .introduction .iframe-wrapper{
    min-height: unset;
    aspect-ratio: 16/9;
  }
}

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

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.top-20 {
  top: 20px;
}

.-top-1 {
  top: -10px;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 10px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 10px;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 10px;
}

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

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

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

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

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

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

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

.order-2 {
  order: 2;
}

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

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

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.-m-1 {
  margin: -10px;
}

.my-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-4 {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

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

.mt-1 {
  margin-top: 10px;
}

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

.mt-3 {
  margin-top: 35px;
}

.mt-4 {
  margin-top: 50px;
}

.mt-5 {
  margin-top: 75px;
}

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

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

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

.-mt-3 {
  margin-top: -35px;
}

.-mt-4 {
  margin-top: -50px;
}

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

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

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

.mr-2 {
  margin-right: 25px;
}

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

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

.mr-icon-header {
  margin-right: 2px;
}

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

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

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

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

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

.mb-5 {
  margin-bottom: 75px;
}

.mb-6 {
  margin-bottom: 150px;
}

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

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

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

.mb-05 {
  margin-bottom: 5px;
}

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

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

.ml-1 {
  margin-left: 10px;
}

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

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

.-ml-3 {
  margin-left: -35px;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-2 {
  height: 25px;
}

.h-3 {
  height: 35px;
}

.h-4 {
  height: 50px;
}

.h-6 {
  height: 150px;
}

.h-15 {
  height: 15px;
}

.h-20 {
  height: 20px;
}

.h-44 {
  height: 44px;
}

.h-60 {
  height: 60px;
}

.h-100 {
  height: 100px;
}

.h-full {
  height: 100%;
}

.max-h-5 {
  max-height: 75px;
}

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

.w-3 {
  width: 35px;
}

.w-4 {
  width: 50px;
}

.w-5 {
  width: 75px;
}

.w-20 {
  width: 20px;
}

.w-32 {
  width: 32px;
}

.w-60 {
  width: 60px;
}

.w-100 {
  width: 100px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.focus-within\:w-6:focus-within {
  width: 150px;
}

.min-w-100 {
  min-width: 100px;
}

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

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

.flex-initial {
  flex: 0 1 auto;
}

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

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

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

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 10px;
}

.group:hover .group-hover\:-translate-x-1 {
  --tw-translate-x: -10px;
}

.group:focus .group-focus\:translate-x-1 {
  --tw-translate-x: 10px;
}

.group:focus .group-focus\:-translate-x-1 {
  --tw-translate-x: -10px;
}

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 25px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-x-2 {
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.gap-x-3 {
  -moz-column-gap: 35px;
       column-gap: 35px;
}

.gap-x-4 {
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.gap-x-15 {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.gap-x-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-1 {
  row-gap: 10px;
}

.gap-y-2 {
  row-gap: 25px;
}

.gap-y-3 {
  row-gap: 35px;
}

.gap-y-4 {
  row-gap: 50px;
}

.gap-y-20 {
  row-gap: 20px;
}

.gap-y-30 {
  row-gap: 30px;
}

.gap-y-40 {
  row-gap: 40px;
}

.gap-y-80 {
  row-gap: 80px;
}

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded {
  border-radius: 500px;
}

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

.border {
  border-width: 2px;
}

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

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

.border-green-1-3 {
  --tw-border-opacity: 1;
  border-color: rgba(128, 148, 143, var(--tw-border-opacity));
}

.border-green-3 {
  --tw-border-opacity: 1;
  border-color: rgba(2, 166, 127, var(--tw-border-opacity));
}

.border-gray-1 {
  --tw-border-opacity: 1;
  border-color: rgba(241, 242, 242, var(--tw-border-opacity));
}

.border-orange-dark {
  --tw-border-opacity: 1;
  border-color: rgba(232, 88, 0, var(--tw-border-opacity));
}

.border-orange-light {
  --tw-border-opacity: 1;
  border-color: rgba(255, 196, 107, var(--tw-border-opacity));
}

.bg-green-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(1, 89, 69, var(--tw-bg-opacity));
}

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

.bg-green-3 {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 166, 127, var(--tw-bg-opacity));
}

.bg-green-4 {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 242, 218, var(--tw-bg-opacity));
}

.bg-green-4-4 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 252, 246, var(--tw-bg-opacity));
}

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

.bg-gray-1 {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 242, 242, var(--tw-bg-opacity));
}

.bg-gray-warm {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 245, 244, var(--tw-bg-opacity));
}

.hover\:bg-green-3:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 166, 127, var(--tw-bg-opacity));
}

.hover\:bg-green-4-4:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 252, 246, var(--tw-bg-opacity));
}

.hover\:bg-orange-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 88, 0, var(--tw-bg-opacity));
}

.focus\:bg-green-3:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 166, 127, var(--tw-bg-opacity));
}

.focus\:bg-orange-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 88, 0, var(--tw-bg-opacity));
}

.fill-current {
  fill: currentColor;
}

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

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

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

.p-1 {
  padding: 10px;
}

.p-2 {
  padding: 25px;
}

.p-15 {
  padding: 15px;
}

.p-05 {
  padding: 5px;
}

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

.px-3 {
  padding-left: 35px;
  padding-right: 35px;
}

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

.py-3 {
  padding-top: 35px;
  padding-bottom: 35px;
}

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

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

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

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

.pt-3 {
  padding-top: 35px;
}

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

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

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

.pt-05 {
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

.pl-3 {
  padding-left: 35px;
}

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

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

.text-xs {
  font-size: .75rem;
}

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

.text-base {
  font-size: 16px;
}

.text-lg {
  font-size: 18px;
}

.text-xl {
  font-size: 21px;
}

.text-1xl {
  font-size: 27px;
}

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

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

.italic {
  font-style: italic;
}

.ordinal {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.ordinal {
  --tw-ordinal: ordinal;
}

.text-green-dark {
  --tw-text-opacity: 1;
  color: rgba(1, 89, 69, var(--tw-text-opacity));
}

.text-green-light {
  --tw-text-opacity: 1;
  color: rgba(123, 239, 178, var(--tw-text-opacity));
}

.text-green-1 {
  --tw-text-opacity: 1;
  color: rgba(0, 41, 32, var(--tw-text-opacity));
}

.text-green-2 {
  --tw-text-opacity: 1;
  color: rgba(36, 115, 96, var(--tw-text-opacity));
}

.text-green-2-3 {
  --tw-text-opacity: 1;
  color: rgba(145, 185, 175, var(--tw-text-opacity));
}

.text-green-3 {
  --tw-text-opacity: 1;
  color: rgba(2, 166, 127, var(--tw-text-opacity));
}

.text-green-4 {
  --tw-text-opacity: 1;
  color: rgba(196, 242, 218, var(--tw-text-opacity));
}

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

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

.text-orange-light {
  --tw-text-opacity: 1;
  color: rgba(255, 196, 107, var(--tw-text-opacity));
}

.text-inherit {
  color: inherit;
}

.group:hover .group-hover\:text-green-dark {
  --tw-text-opacity: 1;
  color: rgba(1, 89, 69, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-1 {
  --tw-text-opacity: 1;
  color: rgba(0, 41, 32, var(--tw-text-opacity));
}

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

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-green-dark {
  --tw-text-opacity: 1;
  color: rgba(1, 89, 69, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-green-1 {
  --tw-text-opacity: 1;
  color: rgba(0, 41, 32, var(--tw-text-opacity));
}

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

.group:focus .group-focus\:text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-green-1:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 41, 32, var(--tw-text-opacity));
}

.hover\:text-green-3:hover {
  --tw-text-opacity: 1;
  color: rgba(2, 166, 127, var(--tw-text-opacity));
}

.hover\:text-green-4:hover {
  --tw-text-opacity: 1;
  color: rgba(196, 242, 218, var(--tw-text-opacity));
}

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

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

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

.underline {
  text-decoration: underline;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.opacity-20 {
  opacity: 0.2;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

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

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

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

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur {
  --tw-blur: blur(8px);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.layout {
  /* @apply grid gap-x-4 grid-cols-1 sm:grid-cols-6 md:grid-cols-8 lg:grid-cols-10 xl:grid-cols-12; */
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 50px;
       column-gap: 50px;
}

@media (min-width: 1024px) {
  .layout {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

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

@media (min-width: 640px) {
  .layout-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 1024px) {
  .layout-container {
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media (min-width: 1280px) {
  .layout-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

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

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

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

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

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

.layout.threeColumn{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 50px;
       column-gap: 50px;
}

@media (min-width: 640px) {
  .layout.threeColumn {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .layout.threeColumn {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .layout.threeColumn {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .layout.threeColumn {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.content-header-datatime{
  margin-top: 30px;
  margin-bottom: 20px;
}

.rich-text .table-wrapper {
  overflow-x: auto;
}

.rich-text .table-wrapper table{
  min-width: 400px;
}

.rich-text ul li p,
.rich-text ol li p{
  margin-top: 0;
}

.rich-text h2.article-title{
  margin-bottom: 20px !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 41, 32, var(--tw-text-opacity)) !important;
  font-size: 30px !important;
  line-height: 1.25 !important;
}

@media (min-width: 1024px) {
  .rich-text h2.article-title{
    font-size: 50px !important;
    line-height: 1.2 !important;
    margin-bottom: 30px !important;
  }
}

.rich-text h2.article-title {
  font-weight: 400!important;
}

.rich-text figure.editor-align-justify,
.rich-text figure.editor-align-center{
  margin-top: 50px!important;
  margin-bottom: 50px!important;
}

.rich-text figure.editor-align-left{
  margin: 30px 30px 30px 0;
}

.rich-text figure.editor-align-left + p{
  margin-top: 30px;
}

.rich-text figure.editor-align-right{
  margin: 20px 0 30px 30px;
}

@media(max-width: 1024px){
  .rich-text figure.editor-align-justify,
	.rich-text figure.editor-align-center{
    margin-top: 40px!important;
    margin-bottom: 40px!important;
  }

  .rich-text figure.editor-align-left{
    margin: 20px 20px 20px 0;
  }

  .rich-text figure.editor-align-left + p{
    margin-top: 20px;
  }

  .rich-text figure.editor-align-right{
    margin: 20px 0 20px 20px;
  }
}

.js_accordion .rich-text figure{
  margin-top: 15px!important;
  margin-bottom: 15px!important;
}

.js_accordion .rich-text figure.editor-align-justify,
.js_accordion .rich-text figure.editor-align-center {
  margin-top: 20px!important;
  margin-bottom: 30px!important;
}

[data-portal-component-type="text"] + * {
  margin-top: 40px!important;
}

.timeline-item-content .rich-text figure.editor-align-justify,
.timeline-item-content .rich-text figure.editor-align-center{
  margin-top: 30px!important;
  margin-bottom: 30px!important;
}

.promoted-link.image-hidden.remove-image .img-aspectRatio-wrapper{
  display: none!important;
}

@media(max-width: 768px) {
  .promoted-link.image-hidden .img-aspectRatio-wrapper{
    display: none!important;
  }
}

.promoted-link.promoted-link-full-width{
  padding: 0!important;
  width: 100%!important;
  max-width: 100%!important;
}

@media(max-width: 1023px) {
  #js_menu_text_menu,
	#js_menu_text_close{
    display: none!important;
  }

  .nav-menu .menu_icon_close,
	.nav-menu .menu_icon_menu{
    margin: 0!important;
  }
}

.nav-menu .menu_icon_close,
.nav-menu .menu_icon_menu{
  margin-left: 0!important;
  margin-right: 15px!important;
}

@media(max-width: 1023px) {
  .nav-menu .menu_icon_close,
	.nav-menu .menu_icon_menu{
    margin: 0!important;
  }
}

.nav-menu #js_search_btn .close-icon{
  display: none;
}

.nav-menu #js_search_btn.open .close-icon{
  display: block;
}

.nav-menu #js_search_btn.open .open-icon{
  display: none;
}

.nav-menu #js_search_btn .open-icon,
.nav-menu #js_search_btn .close-icon{
  margin-right: 10px!important;
  margin-left: 0!important;
}

@media(max-width: 1023px) {
  .nav-menu #js_search_btn .open-icon,
	.nav-menu #js_search_btn .close-icon{
    margin-right: 0!important;
    margin-left: 0!important;
  }
}

@media(max-width: 1023px) {
  .nav-menu #js_search_btn{
    margin-left: 15px!important;
  }

  .nav-menu #js_search_btn:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 221, 222, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(220, 221, 222, var(--tw-bg-opacity));
  }
}

.nav-menu .btn{
  height: 45px;
}

.nav-menu .input .btn{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.nav-menu .input .btn:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(1, 89, 69, var(--tw-text-opacity)) !important;
}

.nav-menu .btn.z-40 {
  font-size: 16px;
  font-weight: 700;
}

@media(max-width: 1023px) {
  .nav-menu #js_search_btn,
	.nav-menu #js_menu_btn {
    padding: 0;
    width: 45px;
    height: 45px;
  }
}

.nav-menu .btn.z-40 u:after {
  --tw-bg-opacity: 1;
  background-color: rgba(128, 148, 143, var(--tw-bg-opacity));
  top: calc(100% + 1px);
}

.nav-menu .menu_btn{
  margin-left: 20px!important;
  width: 142px;
}

@media(max-width: 1023px) {
  .nav-menu .menu_btn{
    margin-left: 10px!important;
  }
}

#js_search_container, #js_search_close_btn{
  margin: 0!important;
}

.search-menu form{
  max-width: 767px;
  margin-left: auto;
}

.search-menu form .input input{
  font-weight: 700!important;
  --tw-text-opacity: 1;
  color: rgba(1, 89, 69, var(--tw-text-opacity))
}

/* Clear X from Chrome search input-field */

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}

/* NHN-214 by Reinaldo Assis */

.rich-text p strong {
  font-weight: bold;
}

.numbered-accordion-item .acc_body .editor-align-left{
  margin-right: 15px!important;
  margin-bottom: 15px!important;
}

.numbered-accordion-item .acc_body .editor-align-right{
  margin-left: 15px!important;
  margin-bottom: 15px!important;
}

.numbered-accordion-item .acc_body .editor-align-center{
  margin-bottom: 15px!important;
}

@media(max-width: 1024px) {
  .numbered-accordion-item .acc_body .editor-align-center{
    margin-bottom: 40px!important;
  }
}

.numbered-accordion-item .acc_body .editor-align-justify{
  margin-bottom: 15px!important;
}

/* NHN-211 by Reinaldo Assis */

.alert-message strong, h2.subPageAlertTitle {
  font-weight: bold;
}

/* NHN-216 by Reinaldo Assis */

.link-card-content .link-card-button {
  display: inline-block;
  margin-top: 35px;
  margin-right: 10px;
}

@media(max-width: 768px){
  .link-card-content .link-card-button{
    display: flex;
    margin-top: 15px;
    margin-right: 0;
  }

  .link-card .content p{
    margin-bottom: 35px;
  }
}

/* NHN-233 by Leandro Hora */

.numbered-accordion-item .acc_header .accordion-item-icon{
  -webkit-mask-size: calc(100% - 15px);
  mask-size: calc(100% - 15px);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background: #ffffff;
  width: 100%;
  height: 100%;
}

.numbered-accordion-item .acc_header.acc_open .accordion-item-icon{
  background-color: #002920;
}

@media(max-width: 1024px){
  .numbered-accordion-item .acc_header .accordion-item-icon{
    -webkit-mask-size: calc(100% - 10px);
    mask-size: calc(100% - 10px);
  }
}

.numbered-accordion-item .acc_header  .accordion-item-icon-wrapper{
  background-image: none!important;
}

.medium-style-image {
  width: 100%!important;
  max-width: 400px !important;
}

.numbered-accordion-item.mt-0{
  margin-top:0!important;
}

/* NHN-318 */

@media(min-width: 1024px){
  .dynamic-tree-right-column:not(:last-child){
    margin-bottom: 80px !important;
  }
}

/* NHN-250 by Antonio */

@media(max-width: 1023px){
  #dynamic-tree > *{
    opacity: 0.8;
  }
}

#dynamic-tree > ul{
  margin-left: 10px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(36, 115, 96, var(--tw-border-opacity));
  padding-left: 20px;
}

@media(max-width: 1023px){
  #dynamic-tree > ul{
    --tw-border-opacity: 1;
    border-color: rgba(196, 242, 218, var(--tw-border-opacity));
  }
}

#dynamic-tree > ul > li{
  font-size: 18px;
  line-height: 1.3;
  padding-top: 2px;
}

#dynamic-tree > ul > li > ul > li{
  font-size: 16px;
  line-height: 1.2;
}

#dynamic-tree .selection-mark{
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: -30px;
  border-radius: 100%;
  top: 3px;
  --tw-bg-opacity: 1;
  background-color: rgba(36, 115, 96, var(--tw-bg-opacity));
  transform: translate(1px, 0);
}

@media(max-width: 1023px){
  #dynamic-tree .selection-mark{
    left: -56px;
  }
}

#dynamic-tree > ul > li ul li .selection-mark{
  transform: translate(1px, -3px);
}

@media(max-width: 1023px){
  #dynamic-tree .selection-mark{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 242, 218, var(--tw-bg-opacity));
    transform: translate(26px, 0px);
  }

  #dynamic-tree > ul > li ul li .selection-mark{
    transform: translate(26px, -3px);
  }
}

@media (min-width: 1024px) {
  #dynamic-tree a:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 41, 32, var(--tw-text-opacity));
  }
}

#dynamic-tree a:hover {
  /* @apply underline;
	text-decoration-color: #80948F;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px; */
}

@media(max-width: 1023px){
  .introduction#dynamic-tree.active a:hover .headline>*{
    color: inherit !important;
  }

  .introduction#dynamic-tree.active a:hover .headline h1,
	.introduction#dynamic-tree.active a:hover .headline h2,
	.introduction#dynamic-tree.active a:hover .headline h3,
	.introduction#dynamic-tree.active a:hover .headline h4,
	.introduction#dynamic-tree.active a:hover .headline h5,
	.introduction#dynamic-tree.active a:hover .headline h6{
    color: inherit!important;
  }

  .introduction.text-white .headline h1,
	.introduction.text-white .headline h2,
	.introduction.text-white .headline h3,
	.introduction.text-white .headline h4,
	.introduction.text-white .headline h5,
	.introduction.text-white .headline h6{
    color: inherit!important;
    color: inherit!important;
    color: inherit!important;
    color: inherit!important;
    color: inherit!important;
  }

  #dynamic-tree.active a:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }
}

#dynamic-tree > ul > li ul{
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
}

#dynamic-tree > ul > li ul li{
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

#dynamic-tree > ul > li ul li a:hover{
  text-underline-offset: 3px;
}

#dynamic-tree.active{
  display: flex;
  flex-direction: column;
}

@media(max-width: 1023px){
  #dynamic-tree{
    position: fixed;
    top: 190px;
    height: calc(100vh - 190px);
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 40px 25px;
    border-radius: 0;
    overflow: auto;
  }
}

@media(max-width: 767px){
  #dynamic-tree{
    top: 119px;
    height: calc(100vh - 119px);
  }
}

#toggle-dynamic-tree{
  margin-top: 0;
}

#toggle-dynamic-tree .icon-close{
  display: none;
}

#toggle-dynamic-tree .icon-close svg{
  fill: white;
}

#toggle-dynamic-tree[aria-expanded="true"]{
  padding-top: 7px;
  padding-right: 7px;
  padding-bottom: 6px;
  padding-left: 8px;
}

#toggle-dynamic-tree[aria-expanded="true"] .icon-close{
  display: block;
}

#toggle-dynamic-tree[aria-expanded="true"] .icon-open{
  display: none;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* NHN-296 - Part: Links and text */

.links-text *:last-child{
  margin-bottom: 0px;
}

.links-text h1, .links-text h2, .links-text h3 {
  --tw-text-opacity: 1;
  color: rgba(0, 41, 32, var(--tw-text-opacity));
}

.links-text h1,.links-text h2,.links-text h3{
  font-size: 30px;
  line-height: 1.25;
}

@media (min-width: 1024px) {
  .links-text h1,.links-text h2,.links-text h3{
    font-size: 50px;
    line-height: 1.2;
  }
}

@media(max-width: 1023px) {
  .links-text h1,.links-text h2,.links-text h3{
    font-size: 26px;
    line-height: 1.25;
  }

  @media (min-width: 1024px) {
    .links-text h1,.links-text h2,.links-text h3{
      font-size: 32px;
      line-height: 1.2;
    }
  }
}

.links-text__text p, .links-text__text ul, .links-text__text ol, .links-text {
  --tw-text-opacity: 1;
  color: rgba(0, 41, 32, var(--tw-text-opacity));
}

.links-text.bg-green-1 .links-text__text p, .links-text.bg-green-1 .links-text__text ul, .links-text.bg-green-1 .links-text__text ol, .links-text.bg-green-1 {
  --tw-text-opacity: 1;
  color: rgba(191, 201, 199, var(--tw-text-opacity));
}

.links-text__text p,
.links-text__text ul,
.links-text__text ol{
  /* @apply mb-30; */
}

@media(max-width: 1023px) {
  .links-text__text p,
	.links-text__text ul,
	.links-text__text ol,
	.links-text{
    /* @apply intro-md; */
  }

  .links-text__text p,
	.links-text__text ul,
	.links-text__text ol{
    /* @apply mb-1; */
  }
}

.links-text__text ul, .links-text__text ol {
  margin-left: 5px;
}

.links-text__text ul,
.links-text__text ol {
  line-height: 28px!important;
}

@media(max-width: 1023px) {
  .links-text__text ul, .links-text__text ol {
    margin-left: 5px;
  }
}

.links-text__text li {
  margin-bottom: 10px;
}

@media(max-width: 1023px) {
  .links-text__text li{
    margin-bottom: 10px;
  }
}

.links-text__text ul li{
  list-style: disc;
}

.links-text__text ol li{
  list-style: decimal;
}

.links-text__text a{
  --tw-text-opacity: 1;
  color: rgba(1, 89, 69, var(--tw-text-opacity));
  text-decoration: underline;
  text-underline-offset: 5px;
}

.links-text__text a:hover{
  --tw-text-opacity: 1;
  color: rgba(1, 89, 69, var(--tw-text-opacity));
  text-decoration: underline;
  text-underline-offset: 5px;
}

.links-text__links ul li{
  list-style: none;
}

.links-text__links ul li a{
  text-decoration: none;
}

.introduction.links-text.bg-green-1 .links-text__heading h1 .headline>*,.introduction.links-text.bg-green-1 .links-text__heading h2 .headline>*,.introduction.links-text.bg-green-1 .links-text__heading h3 .headline>*,.introduction.links-text.bg-green-1 .links-text__heading h4 .headline>*,.introduction.links-text.bg-green-1 .links-text__heading h5 .headline>*,.introduction.links-text.bg-green-1 .links-text__heading h6 .headline>*,.introduction.links-text.bg-green-1 .links-text__text h1 .headline>*,.introduction.links-text.bg-green-1 .links-text__text h2 .headline>*,.introduction.links-text.bg-green-1 .links-text__text h3 .headline>*,.introduction.links-text.bg-green-1 .links-text__text h4 .headline>*,.introduction.links-text.bg-green-1 .links-text__text h5 .headline>*,.introduction.links-text.bg-green-1 .links-text__text h6 .headline>*{
  color: inherit !important;
}

.introduction.links-text.bg-green-1 .links-text__heading h1 .headline h1,
	.introduction.links-text.bg-green-1 .links-text__heading h2 .headline h1,
	.introduction.links-text.bg-green-1 .links-text__heading h3 .headline h1,
	.introduction.links-text.bg-green-1 .links-text__heading h4 .headline h1,
	.introduction.links-text.bg-green-1 .links-text__heading h5 .headline h1,
	.introduction.links-text.bg-green-1 .links-text__heading h6 .headline h1,
	.introduction.links-text.bg-green-1 .links-text__text h1 .headline h1,
	.introduction.links-text.bg-green-1 .links-text__text h2 .headline h1,
	.introduction.links-text.bg-green-1 .links-text__text h3 .headline h1,
	.introduction.links-text.bg-green-1 .links-text__text h4 .headline h1,
	.introduction.links-text.bg-green-1 .links-text__text h5 .headline h1,
	.introduction.links-text.bg-green-1 .links-text__text h6 .headline h1,
	.introduction.links-text.bg-green-1 .links-text__heading h1 .headline h2,
	.introduction.links-text.bg-green-1 .links-text__heading h2 .headline h2,
	.introduction.links-text.bg-green-1 .links-text__heading h3 .headline h2,
	.introduction.links-text.bg-green-1 .links-text__heading h4 .headline h2,
	.introduction.links-text.bg-green-1 .links-text__heading h5 .headline h2,
	.introduction.links-text.bg-green-1 .links-text__heading h6 .headline h2,
	.introduction.links-text.bg-green-1 .links-text__text h1 .headline h2,
	.introduction.links-text.bg-green-1 .links-text__text h2 .headline h2,
	.introduction.links-text.bg-green-1 .links-text__text h3 .headline h2,
	.introduction.links-text.bg-green-1 .links-text__text h4 .headline h2,
	.introduction.links-text.bg-green-1 .links-text__text h5 .headline h2,
	.introduction.links-text.bg-green-1 .links-text__text h6 .headline h2,
	.introduction.links-text.bg-green-1 .links-text__heading h1 .headline h3,
	.introduction.links-text.bg-green-1 .links-text__heading h2 .headline h3,
	.introduction.links-text.bg-green-1 .links-text__heading h3 .headline h3,
	.introduction.links-text.bg-green-1 .links-text__heading h4 .headline h3,
	.introduction.links-text.bg-green-1 .links-text__heading h5 .headline h3,
	.introduction.links-text.bg-green-1 .links-text__heading h6 .headline h3,
	.introduction.links-text.bg-green-1 .links-text__text h1 .headline h3,
	.introduction.links-text.bg-green-1 .links-text__text h2 .headline h3,
	.introduction.links-text.bg-green-1 .links-text__text h3 .headline h3,
	.introduction.links-text.bg-green-1 .links-text__text h4 .headline h3,
	.introduction.links-text.bg-green-1 .links-text__text h5 .headline h3,
	.introduction.links-text.bg-green-1 .links-text__text h6 .headline h3,
	.introduction.links-text.bg-green-1 .links-text__heading h1 .headline h4,
	.introduction.links-text.bg-green-1 .links-text__heading h2 .headline h4,
	.introduction.links-text.bg-green-1 .links-text__heading h3 .headline h4,
	.introduction.links-text.bg-green-1 .links-text__heading h4 .headline h4,
	.introduction.links-text.bg-green-1 .links-text__heading h5 .headline h4,
	.introduction.links-text.bg-green-1 .links-text__heading h6 .headline h4,
	.introduction.links-text.bg-green-1 .links-text__text h1 .headline h4,
	.introduction.links-text.bg-green-1 .links-text__text h2 .headline h4,
	.introduction.links-text.bg-green-1 .links-text__text h3 .headline h4,
	.introduction.links-text.bg-green-1 .links-text__text h4 .headline h4,
	.introduction.links-text.bg-green-1 .links-text__text h5 .headline h4,
	.introduction.links-text.bg-green-1 .links-text__text h6 .headline h4,
	.introduction.links-text.bg-green-1 .links-text__heading h1 .headline h5,
	.introduction.links-text.bg-green-1 .links-text__heading h2 .headline h5,
	.introduction.links-text.bg-green-1 .links-text__heading h3 .headline h5,
	.introduction.links-text.bg-green-1 .links-text__heading h4 .headline h5,
	.introduction.links-text.bg-green-1 .links-text__heading h5 .headline h5,
	.introduction.links-text.bg-green-1 .links-text__heading h6 .headline h5,
	.introduction.links-text.bg-green-1 .links-text__text h1 .headline h5,
	.introduction.links-text.bg-green-1 .links-text__text h2 .headline h5,
	.introduction.links-text.bg-green-1 .links-text__text h3 .headline h5,
	.introduction.links-text.bg-green-1 .links-text__text h4 .headline h5,
	.introduction.links-text.bg-green-1 .links-text__text h5 .headline h5,
	.introduction.links-text.bg-green-1 .links-text__text h6 .headline h5,
	.introduction.links-text.bg-green-1 .links-text__heading h1 .headline h6,
	.introduction.links-text.bg-green-1 .links-text__heading h2 .headline h6,
	.introduction.links-text.bg-green-1 .links-text__heading h3 .headline h6,
	.introduction.links-text.bg-green-1 .links-text__heading h4 .headline h6,
	.introduction.links-text.bg-green-1 .links-text__heading h5 .headline h6,
	.introduction.links-text.bg-green-1 .links-text__heading h6 .headline h6,
	.introduction.links-text.bg-green-1 .links-text__text h1 .headline h6,
	.introduction.links-text.bg-green-1 .links-text__text h2 .headline h6,
	.introduction.links-text.bg-green-1 .links-text__text h3 .headline h6,
	.introduction.links-text.bg-green-1 .links-text__text h4 .headline h6,
	.introduction.links-text.bg-green-1 .links-text__text h5 .headline h6,
	.introduction.links-text.bg-green-1 .links-text__text h6 .headline h6{
  color: inherit!important;
}

.introduction.text-white .headline h1,
	.introduction.text-white .headline h1,
	.introduction.text-white .headline h1,
	.introduction.text-white .headline h1,
	.introduction.text-white .headline h1,
	.introduction.text-white .headline h1,
	.introduction.text-white .headline h1,
	.introduction.text-white .headline h1,
	.introduction.text-white .headline h1,
	.introduction.text-white .headline h1,
	.introduction.text-white .headline h1,
	.introduction.text-white .headline h1,
	.introduction.text-white .headline h2,
	.introduction.text-white .headline h2,
	.introduction.text-white .headline h2,
	.introduction.text-white .headline h2,
	.introduction.text-white .headline h2,
	.introduction.text-white .headline h2,
	.introduction.text-white .headline h2,
	.introduction.text-white .headline h2,
	.introduction.text-white .headline h2,
	.introduction.text-white .headline h2,
	.introduction.text-white .headline h2,
	.introduction.text-white .headline h2,
	.introduction.text-white .headline h3,
	.introduction.text-white .headline h3,
	.introduction.text-white .headline h3,
	.introduction.text-white .headline h3,
	.introduction.text-white .headline h3,
	.introduction.text-white .headline h3,
	.introduction.text-white .headline h3,
	.introduction.text-white .headline h3,
	.introduction.text-white .headline h3,
	.introduction.text-white .headline h3,
	.introduction.text-white .headline h3,
	.introduction.text-white .headline h3,
	.introduction.text-white .headline h4,
	.introduction.text-white .headline h4,
	.introduction.text-white .headline h4,
	.introduction.text-white .headline h4,
	.introduction.text-white .headline h4,
	.introduction.text-white .headline h4,
	.introduction.text-white .headline h4,
	.introduction.text-white .headline h4,
	.introduction.text-white .headline h4,
	.introduction.text-white .headline h4,
	.introduction.text-white .headline h4,
	.introduction.text-white .headline h4,
	.introduction.text-white .headline h5,
	.introduction.text-white .headline h5,
	.introduction.text-white .headline h5,
	.introduction.text-white .headline h5,
	.introduction.text-white .headline h5,
	.introduction.text-white .headline h5,
	.introduction.text-white .headline h5,
	.introduction.text-white .headline h5,
	.introduction.text-white .headline h5,
	.introduction.text-white .headline h5,
	.introduction.text-white .headline h5,
	.introduction.text-white .headline h5,
	.introduction.text-white .headline h6,
	.introduction.text-white .headline h6,
	.introduction.text-white .headline h6,
	.introduction.text-white .headline h6,
	.introduction.text-white .headline h6,
	.introduction.text-white .headline h6,
	.introduction.text-white .headline h6,
	.introduction.text-white .headline h6,
	.introduction.text-white .headline h6,
	.introduction.text-white .headline h6,
	.introduction.text-white .headline h6,
	.introduction.text-white .headline h6{
  color: inherit!important;
  color: inherit!important;
  color: inherit!important;
  color: inherit!important;
  color: inherit!important;
}

.links-text.bg-green-1 .links-text__heading h1, .links-text.bg-green-1 .links-text__heading h2, .links-text.bg-green-1 .links-text__heading h3, .links-text.bg-green-1 .links-text__heading h4, .links-text.bg-green-1 .links-text__heading h5, .links-text.bg-green-1 .links-text__heading h6, .links-text.bg-green-1 .links-text__text h1, .links-text.bg-green-1 .links-text__text h2, .links-text.bg-green-1 .links-text__text h3, .links-text.bg-green-1 .links-text__text h4, .links-text.bg-green-1 .links-text__text h5, .links-text.bg-green-1 .links-text__text h6 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.links-text.bg-green-1 .links-text__text{
  --tw-text-opacity: 1;
  color: rgba(191, 201, 199, var(--tw-text-opacity));
}

.links-text.bg-green-1 .link, .links-text.bg-green-1 .links-text__text a {
  --tw-text-opacity: 1;
  color: rgba(196, 242, 218, var(--tw-text-opacity));
}

.links-text.bg-green-1 .link:hover, .links-text.bg-green-1 .links-text__text a:hover {
  --tw-text-opacity: 1;
  color: rgba(145, 185, 175, var(--tw-text-opacity));
}

.links-text.bg-green-1 .link u:before{
  background-color: #002920;
}

.links-text.bg-gray-warm .link u:before{
  background-color: #F7F5F4;
}

.links-text.bg-green-4-4 .link u:before{
  background-color: #F0FCF6;
}

.links-text.bg-green-1 .link u::after{
  --tw-bg-opacity: 1;
  background-color: rgba(145, 185, 175, var(--tw-bg-opacity));
}

/* END NHN-296 - Part: Links and text */

/* START NHN-318 - QA adjustments in frontend #3 */

.links-text .rich-text{
  margin-bottom: 0 !important;
}

@media(max-width: 1023px){
  .links-text .rich-text p:not(:first-child){
    margin-top: 20px;
  }
}

/* END NHN-318 */

/* START NHN-299 - Part: News-Events */

.news-events .news-events__heading > *{
  font-size: 26px;
  line-height: 1.25;
}

@media (min-width: 1024px) {
  .news-events .news-events__heading > *{
    font-size: 32px;
    line-height: 1.2;
  }
}

.news-events .news-events__heading > * {
  letter-spacing: inherit;
}

.news-events .news-events__item{
  width: 100%;
}

.news-events .news-events__item a{
  text-underline-offset: 5px;
  text-decoration-color: #80948F;
  text-decoration-thickness: 1px;
}

.news-events .news-events__item a:hover .news-events__text{
  text-decoration-line: underline;
}

.news-events .news-events__figure{
  aspect-ratio: 1/1;
}

.news-events.bg-gray-warm .news-events__cta a u::before{
  background-color: #F7F5F4;
}

/* END NHN-299 - Part: News-Events */

/* START NHN-318 - QA adjustments in frontend #3 */

.news-events__text{
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* END NHN-318 */

/* START NHN-302 - Part: Quote */

.quote .quote__figure{
  aspect-ratio: 1/1;
}

.quote .quote__text:first-child {
  margin-top: 20px;
}

.quote .quote__text{
  font-size: 26px;
  line-height: 1.25;
}

@media (min-width: 1024px) {
  .quote .quote__text{
    font-size: 32px;
    line-height: 1.2;
    margin-top: 0px;
  }

  .quote .quote__text:first-child {
    margin-top: 0px;
  }
}

@media(max-width: 1023px) {
  .quote .quote__text{
    font-size: 22px;
    line-height: 1.25;
  }

  @media (min-width: 1024px) {
    .quote .quote__text{
      font-size: 24px;
      line-height: 1.2;
    }
  }
}

.quote .link:hover{
  --tw-text-opacity: 1;
  color: rgba(196, 242, 218, var(--tw-text-opacity));
}

.quote.bg-green-1 .link u:before{
  background-color: #002920;
}

.quote.quote--img-right .quote__figure{
  /* right image */
}

@media (min-width: 1024px) {
  .quote.quote--img-right .quote__figure {
    order: 2;
    grid-column-start: 7;
  }
}

@media (min-width: 1280px) {
  .quote.quote--img-right .quote__figure {
    grid-column-start: 8;
  }
}

.quote.quote--img-right .quote__content{
  /* right image */
}

@media (min-width: 1024px) {
  .quote.quote--img-right .quote__content {
    grid-column-start: 1;
  }
}

.quote.quote--img-small .quote__figure{
  /* small image */
}

@media (min-width: 1024px) {
  .quote.quote--img-small .quote__figure {
    grid-column: span 3 / span 3;
    max-width: 240px;
  }
}

@media (min-width: 1280px) {
  .quote.quote--img-small .quote__figure {
    grid-column: span 3 / span 3;
    grid-column-start: 2;
  }
}

.quote.quote--img-small .quote__content{
  /* small image */
}

@media (min-width: 1024px) {
  .quote.quote--img-small .quote__content {
    grid-column: span 7 / span 7;
    grid-column-start: 4;
  }
}

@media (min-width: 1280px) {
  .quote.quote--img-small .quote__content {
    grid-column: span 7 / span 7;
    grid-column-start: 5;
  }
}

.quote.quote--img-small.quote--img-right .quote__figure{
  /* small image + right */
}

@media (min-width: 1024px) {
  .quote.quote--img-small.quote--img-right .quote__figure {
    grid-column: span 3 / span 3;
    margin-left: auto;
  }
}

@media (min-width: 1280px) {
  .quote.quote--img-small.quote--img-right .quote__figure {
    grid-column-start: 9;
  }
}

.quote.quote--img-small.quote--img-right .quote__content{
  /* small image + right */
}

@media (min-width: 1024px) {
  .quote.quote--img-small.quote--img-right .quote__content {
    grid-column: span 7 / span 7;
    grid-column-start: 1;
  }
}

@media (min-width: 1280px) {
  .quote.quote--img-small.quote--img-right .quote__content {
    grid-column: span 7 / span 7;
    grid-column-start: 2;
  }
}

.quote.quote--group .quote__text{
  font-size: 18px;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .quote.quote--group .quote__text{
    font-size: 20px;
    line-height: 1.3;
  }

  .quote.quote--group .quote__text:first-child {
    margin-top: 50px;
  }
}

.quote .quote__cta .link{
  transform: translateY(-20px);
}

@media(max-width: 1023px) {
  .quote .quote__cta .link{
    transform: translateY(0);
  }
}

/* END NHN-302 - Part: Quote */

/* START NHN-305 - Part: recruitment */

.recruitment .recruitment__heading *{
  /* @apply text-gray-warm heading-xl; */
  --tw-text-opacity: 1;
  color: rgba(247, 245, 244, var(--tw-text-opacity));
  letter-spacing: normal;
}

.recruitment .recruitment__heading h1, .recruitment .recruitment__heading h2, .recruitment .recruitment__heading h3, .recruitment .recruitment__heading h4, .recruitment .recruitment__heading h5, .recruitment .recruitment__heading h6 {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 245, 244, var(--tw-text-opacity)) !important;
}

.recruitment .recruitment__text *{
  margin-bottom: 20px;
}

.recruitment .recruitment__text *:last-child {
  margin-bottom: 0px;
}

.recruitment .recruitment__text * {
  --tw-text-opacity: 1;
  color: rgba(247, 245, 244, var(--tw-text-opacity));
  font-size: 20px;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .recruitment .recruitment__text *{
    font-size: 24px;
    line-height: 1.4;
  }
}

.recruitment .recruitment__text ul, .recruitment .recruitment__text ol{
  margin-left: 25px;
}

@media(max-width: 1023px) {
  .recruitment .recruitment__text ul, .recruitment .recruitment__text ol{
    margin-left: 20px;
  }
}

.recruitment .recruitment__text ul{
  list-style-type: disc;
}

.recruitment .recruitment__text ol{
  list-style-type: decimal;
}

.recruitment .recruitment__text li {
  margin-bottom: 0px;
}

.recruitment .recruitment__heading a, .recruitment .recruitment__text a{
  --tw-text-opacity: 1;
  color: rgba(196, 242, 218, var(--tw-text-opacity));
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #80948F;
}

.recruitment.bg-green-1 .link u:before{
  background-color: #002920;
}

@media (min-width: 1024px) {
  .recruitment .recruitment__info-drop:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.recruitment .recruitment__info-drop figure{
  aspect-ratio: 1/1;
}

.recruitment .recruitment__info-drop:nth-child(even) figure img{
  border-radius: 500px;
}

/* END NHN-305 - Part: recruitment */

/* Start NHN-308 - Part: Cards */

.cards .cards__heading *{
  /* @apply heading-lg text-green-1; */
  --tw-text-opacity: 1;
  color: rgba(0, 41, 32, var(--tw-text-opacity));
  letter-spacing: normal;
}

.cards .layout{
  gap: 10px;
}

@media (min-width: 1024px) {
  .cards .layout {
    gap: 20px;
  }
}

.cards__card:hover a .link u span{
  background-image: linear-gradient(#80948F,#80948F),linear-gradient(#80948F,#80948F);
  background-size: 100% 2px,100% 1px!important;
}

/* End NHN-308 - Part: Cards */

/* Stard NHN-311 - Part: Tabs */

.tabs {
}

@media (max-width: 1024px) {
  .tabs {
    margin-top: 15px;
  }
}

.tabs__content{
  border-bottom: 2px solid #247360;
  margin-bottom: 60px;
}

.tabs__header{
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .tabs__header{
    margin-bottom: 20px;
  }
}

.tabs__header:after {
  content: "";
  width: calc(100%);
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 4px;
  --tw-bg-opacity: 1;
  background-color: rgba(36, 115, 96, var(--tw-bg-opacity));
  pointer-events: none;
}

@media (max-width: 1024px) {
  .tabs__header:after {
    /* display: none; */
  }
}

.tabs__header > div{
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* padding-bottom: 5px; */
}

@media (max-width: 1024px) {
  .tabs__header > div{
    padding-bottom: 0;
  }
}

.tabs__header > div::-webkit-scrollbar {
  display: none;
}

.tabs__header button{
  display: inline-block;
  position: relative;
  margin-right: 30px;
  padding-bottom: 15px;
  --tw-text-opacity: 1;
  color: rgba(36, 115, 96, var(--tw-text-opacity));
  font-size: 16px;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .tabs__header button{
    font-size: 18px;
    line-height: 1.3;
  }
}

@media (max-width: 1024px) {
  .tabs__header button{
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 12px;
  }

  .tabs__header button:first-child{
    margin-left: 0px;
  }

  .tabs__header button:last-child{
    margin-right: 0px;
  }
}

.tabs__header button[aria-selected="true"]:after{
  content: "";
  width: 100%;
  height: 8px;
  border-radius: 8px;
  position: absolute;
  bottom: 1px;
  left: 0;
  --tw-bg-opacity: 1;
  background-color: rgba(36, 115, 96, var(--tw-bg-opacity));
  pointer-events: none;
}

@media (max-width: 1024px) {
  .tabs__header button[aria-selected="true"]:after{
    bottom: 1px;
  }
}

.tabs__header button:hover, .tabs__header button[aria-selected="true"], .tabs__header button:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.tabs__header button:last-child{
  margin-right: 0px;
}

@media (max-width: 1024px) {
  .tabs__header button:last-child{
    margin-right: 0px;
  }
}

/* Custon scroll */

/* .tabs .simplebar-track.simplebar-vertical{
	display: none;
	opacity: 0;
}

.tabs .simplebar-scrollbar.simplebar-visible:before{
	@apply bg-green-2 !important;
	height: 8px;
	display: none;
	opacity: 0;
}

.tabs .simplebar-track.simplebar-horizontal{
	display: none;
}


@media (max-width: 1024px) {
	.tabs .simplebar-scrollbar.simplebar-visible:before{
		display: block;
		opacity: 1;
	}

	.tabs .simplebar-track.simplebar-horizontal{
		display: block;
	}
} */

/* End NHN-311 - Part: Tabs */

.hover-zoom figure, figure.hover-zoom{
  position: relative;
  overflow: hidden;
}

.hover-zoom img{
  transition: 0.4s;
}

.hover-zoom:hover img{
  transform: scale(1.1);
}

/* Typograph */

.heading-xs{
  font-size: 16px;
  line-height: 1.3;
}

.heading-sm{
  font-size: 18px;
  line-height: 1.3;
}

.heading-md{
  font-size: 22px;
  line-height: 1.25;
}

.heading-lg{
  font-size: 26px;
  line-height: 1.25;
}

.heading-xl{
  font-size: 30px;
  line-height: 1.25;
}

.intro-sm{
  font-size: 16px;
  line-height: 1.4;
}

.intro-md{
  font-size: 18px;
  line-height: 1.4;
}

.intro-lg{
  font-size: 20px;
  line-height: 1.4;
}

.body-sm{
  font-size: 16px;
  line-height: 1.45;
}

.body-md{
  font-size: 16px;
  line-height: 1.50;
}

.caption{
  font-size: 16px;
  line-height: 1.3;
}

.link-text{
  font-size: 18px;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .heading-xs{
    font-size: 18px;
    line-height: 1.3;
  }

  .heading-sm{
    font-size: 20px;
    line-height: 1.3;
  }

  .heading-md{
    font-size: 24px;
    line-height: 1.2;
  }

  .heading-lg{
    font-size: 32px;
    line-height: 1.2;
  }

  .heading-xl{
    font-size: 50px;
    line-height: 1.2;
  }

  .intro-sm{
    font-size: 20px;
    line-height: 1.4;
  }

  .intro-md{
    font-size: 22px;
    line-height: 1.4;
  }

  .intro-lg{
    font-size: 24px;
    line-height: 1.4;
  }

  .body-sm{
    font-size: 16px;
    line-height: 1.45;
  }

  .body-md{
    font-size: 18px;
    line-height: 1.50;
  }

  .caption{
    font-size: 16px;
    line-height: 1.3;
  }

  .link-text{
    font-size: 24px;
    line-height: 1.2;
  }
}

/* Typograph */

/* Typograph - Rich Text */

.rich-text h1{
  font-size: 30px;
  line-height: 1.25;
}

@media (min-width: 1024px) {
  .rich-text h1{
    font-size: 50px;
    line-height: 1.2;
  }
}

.rich-text h1 {
  font-weight: normal;
}

.rich-text h2{
  font-size: 26px;
  line-height: 1.25;
}

@media (min-width: 1024px) {
  .rich-text h2{
    font-size: 32px;
    line-height: 1.2;
  }
}

.rich-text h2 {
  font-weight: normal;
}

.rich-text h3{
  font-size: 22px;
  line-height: 1.25;
}

@media (min-width: 1024px) {
  .rich-text h3{
    font-size: 24px;
    line-height: 1.2;
  }
}

.rich-text h3 {
  font-weight: normal;
}

.rich-text h4{
  font-size: 18px;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .rich-text h4{
    font-size: 20px;
    line-height: 1.3;
  }
}

.rich-text h4 {
  font-weight: normal;
}

.rich-text h5{
  font-size: 16px;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .rich-text h5{
    font-size: 18px;
    line-height: 1.3;
  }
}

.rich-text h5 {
  font-weight: normal;
}

.rich-text h6{
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .rich-text h6{
    font-size: 18px;
    line-height: 1.3;
  }
}

.rich-text pre{
  font-size: 16px;
  line-height: 1.45;
}

@media (min-width: 1024px) {
  .rich-text pre{
    font-size: 16px;
    line-height: 1.45;
  }
}

.rich-text pre {
  font-family: arial;
  margin-top: 20px;
  text-wrap: initial;
}

.rich-text code{
  font-size: 16px;
  line-height: 1.45;
}

@media (min-width: 1024px) {
  .rich-text code{
    font-size: 16px;
    line-height: 1.45;
  }
}

.rich-text code {
  line-height: 1.3;
  font-family: arial;
  font-style: italic;
}

/* Typograph - Rich Text */

section:not(.rich-text) h1 + p{
  margin-top: 50px;
  /* font-size: 18px; */
}

@media (min-width: 640px) {
  section:not(.rich-text) h1 + p {
    /* font-size: 21px; */
  }
}

* + .introduction{
  padding-top: 60px;
}

@media (min-width: 1024px) {
  * + .introduction{
    padding-top: 40px;
  }
}

.cards .cards__heading.rich-text{
  margin-bottom: 10px;
}

.recruitment .recruitment__heading.rich-text {
  margin-bottom: 0px;
}

@media (min-width: 640px) {
  .sm\: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;
  }

  .sm\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

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

  .sm\:my-5 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .sm\:mt-2 {
    margin-top: 25px;
  }

  .sm\:mt-4 {
    margin-top: 50px;
  }

  .sm\:mb-3 {
    margin-bottom: 35px;
  }

  .sm\:mb-5 {
    margin-bottom: 75px;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:h-15 {
    height: 15px;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0;
  }

  .group:hover .sm\:group-hover\:translate-x-1 {
    --tw-translate-x: 10px;
  }

  .group:hover .sm\:group-hover\:-translate-x-1 {
    --tw-translate-x: -10px;
  }

  .group:focus .sm\:group-focus\:translate-x-1 {
    --tw-translate-x: 10px;
  }

  .group:focus .sm\:group-focus\:-translate-x-1 {
    --tw-translate-x: -10px;
  }

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

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

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

  .sm\:gap-y-3 {
    row-gap: 35px;
  }

  .sm\:gap-y-4 {
    row-gap: 50px;
  }

  .sm\:gap-y-5 {
    row-gap: 75px;
  }

  .sm\:text-xl {
    font-size: 21px;
  }

  .sm\:text-2xl {
    font-size: 35px;
  }
}

@media (min-width: 768px) {
  .md\: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;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

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

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-start-auto {
    grid-column-start: auto;
  }

  .md\:mt-5 {
    margin-top: 75px;
  }

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

  .md\:-mt-4 {
    margin-top: -50px;
  }

  .md\:mb-1 {
    margin-bottom: 10px;
  }

  .md\:mb-5 {
    margin-bottom: 75px;
  }

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

  .md\:h-2 {
    height: 25px;
  }

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

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

  .md\:gap-y-3 {
    row-gap: 35px;
  }

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

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

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-3 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .md\:pt-1 {
    padding-top: 10px;
  }

  .md\:pt-3 {
    padding-top: 35px;
  }

  .md\:pt-4 {
    padding-top: 50px;
  }

  .md\:pt-140 {
    padding-top: 140px;
  }

  .md\:pb-4 {
    padding-bottom: 50px;
  }

  .md\:pb-40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .lg\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:top-30 {
    top: 30px;
  }

  .lg\:right-20 {
    right: 20px;
  }

  .lg\:bottom-30 {
    bottom: 30px;
  }

  .lg\:left-30 {
    left: 30px;
  }

  .lg\:z-42 {
    z-index: 42;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

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

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:col-end-11 {
    grid-column-end: 11;
  }

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

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-15 {
    margin-top: 15px;
  }

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

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

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

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

  .lg\:mb-1 {
    margin-bottom: 10px;
  }

  .lg\:mb-4 {
    margin-bottom: 50px;
  }

  .lg\:mb-6 {
    margin-bottom: 150px;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-80 {
    height: 80px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:w-30 {
    width: 30px;
  }

  .lg\:w-80 {
    width: 80px;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-4 {
    gap: 50px;
  }

  .lg\:gap-20 {
    gap: 20px;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .lg\:gap-x-30 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:gap-y-4 {
    row-gap: 50px;
  }

  .lg\:gap-y-20 {
    row-gap: 20px;
  }

  .lg\:gap-y-30 {
    row-gap: 30px;
  }

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

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

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

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

  .lg\:border-green-3 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 166, 127, var(--tw-border-opacity));
  }

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

  .lg\:hover\:bg-green-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 166, 127, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 166, 127, var(--tw-bg-opacity));
  }

  .lg\:p-30 {
    padding: 30px;
  }

  .lg\:px-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .lg\:py-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-4 {
    padding-right: 50px;
  }

  .lg\:pb-40 {
    padding-bottom: 40px;
  }

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

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

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

  .lg\:text-green-dark {
    --tw-text-opacity: 1;
    color: rgba(1, 89, 69, var(--tw-text-opacity));
  }

  .lg\:text-green-1 {
    --tw-text-opacity: 1;
    color: rgba(0, 41, 32, var(--tw-text-opacity));
  }

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

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

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

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

@media (min-width: 1280px) {
  .xl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-start-1 {
    grid-column-start: 1;
  }

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

  .xl\:col-start-6 {
    grid-column-start: 6;
  }

  .xl\:col-start-7 {
    grid-column-start: 7;
  }

  .xl\:col-end-13 {
    grid-column-end: 13;
  }

  .xl\:w-4 {
    width: 50px;
  }

  .xl\:max-w-275 {
    max-width: 275px;
  }

  .xl\:max-w-360 {
    max-width: 360px;
  }

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

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

  .xl\:gap-x-130 {
    -moz-column-gap: 130px;
         column-gap: 130px;
  }

  .xl\:gap-y-4 {
    row-gap: 50px;
  }

  .xl\:pr-5 {
    padding-right: 75px;
  }

  .xl\:pr-6 {
    padding-right: 150px;
  }
}

@media (min-width: 1536px) {
}