:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.collapse:not(.show) {
  display: none;
}


.dropdown {
  position: relative;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
 .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

:root {
  --bs-btn-close-filter: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.position-fixed {
  position: fixed !important;
}

.top-50 {
  top: 50% !important;
}

.start-50 {
  left: 50% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.order-1 {
  order: 1 !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .navbar-logo {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .navbar-logo img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .navbar-dropdown .navbar-logo.scaling-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .scaling-iconfont + .navbar-caption {
    vertical-align: -1px; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



@charset "UTF-8";

@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.scaling-iconfont:hover {
  text-decoration: none;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.scaling-section-title {
  font-style: normal;
  line-height: 1.3;
}

.scaling-section-subtitle {
  line-height: 1.3;
}

.scaling-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

/*! Base colors */
.scaling-white {
  color: #ffffff;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

/*! Font-weight  */

.scaling-semibold {
  font-weight: 500;
}

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.scaling-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

nav .scaling-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .scaling-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.scaling-semibold {
  font-weight: 500;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.section-menu01-b .navbar-brand {
  display: -webkit-flex;
}
.section-menu01-b .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.section-menu01-b .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.section-menu01-b .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (max-width: 991px) {
  .section-menu01-b .navbar-collapse {
    max-height: 93.5vh;
  }
  .section-menu01-b .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .section-menu01-b .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .section-menu01-b .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .scaling-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .scaling-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.form-control:focus {
  box-shadow: none;
}

ul {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@font-face {
  font-family: 'symbol2';
  font-display: swap;
  src:  url('fonts/collaboration2.eot');
  src:  url('fonts/collaboration2.eot') format('embedded-opentype'),
    url('fonts/collaboration2.ttf') format('truetype'),
    url('fonts/collaboration2.woff') format('woff'),
    url('fonts/collaboration2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="curve-"], [class*=" curve-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'symbol2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.curve-prototype-contact-form:before {
  content: "\e91d";
}
.curve-prototype-globe-2:before {
  content: "\e934";
}
.curve-prototype-letter:before {
  content: "\e945";
}
.curve-prototype-map-pin:before {
  content: "\e94c";
}
.curve-prototype-mobile-2:before {
  content: "\e94e";
}
.curve-prototype-mobile:before {
  content: "\e950";
}
.curve-prototype-phone:before {
  content: "\e95b";
}

.btn {
  border-width: 2px;
}
img,
.card-wrapper,
.card {
  border-radius: 2rem !important;
}
body {
  font-family: Rethink Sans;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.08ch;
}
.display-2 > .scaling-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
.display-4 > .scaling-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .scaling-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .scaling-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-primary,
.btn-primary:active {
  background-color: #005608 !important;
  border-color: #005608 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus {
  color: inherit;
  background-color: #00890d !important;
  border-color: #00890d !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00890d !important;
  border-color: #00890d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #005608 !important;
  border-color: #005608 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus {
  color: inherit;
  background-color: #00890d !important;
  border-color: #00890d !important;
  box-shadow: none;
}

.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #00890d !important;
  border-color: #00890d !important;
}
.text-primary {
  color: #005608 !important;
}
.text-warning {
  color: #005608 !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.alert-success {
  background-color: #70c770;
}
.alert-danger {
  background-color: #000000;
}
.scaling-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #005608;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .scaling-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #005608 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .scaling-iconfont {
  font-size: 1.75rem;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.scaling-section-btn .btn,
.scaling-section-btn-main .btn {
  border-radius: .3rem !important;
  padding: 16px 20px;
  font-weight: 500 !important;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  border-width: 1px !important;
}
.scaling-section-btn .btn .scaling-iconfont,
.scaling-section-btn-main .btn .scaling-iconfont {
  width: 0;
  opacity: 0;
  margin: 2px 0 0 0;
  transform: translateX(-5px);
  color: #005608 !important;
  transition: all 0.3s ease-in-out;
}
.scaling-section-btn .btn:hover .scaling-iconfont,
.scaling-section-btn-main .btn:hover .scaling-iconfont,
.scaling-section-btn .btn:focus .scaling-iconfont,
.scaling-section-btn-main .btn:focus .scaling-iconfont {
  width: 1.5rem;
  display: inline-flex;
  opacity: 1;
  transform: translateX(0);
  margin: 2px 8px 0 0;
}
img {
  border-radius: .3rem !important;
}
.section-menu01-b {
  background-color: transparent;
}
.section-menu01-b .navbar-dropdown {
  background-color: #ffd751 !important;
  padding: 0;
}
.section-menu01-b .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .section-menu01-b .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .section-menu01-b .menu_box .navbar-collapse {
    background-color: #ffd751 !important;
    transition: all 0s ease 0s;
  }
}
.section-menu01-b .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .section-menu01-b .scaling-section-btn-main {
    margin-top: 1rem;
  }
}
.section-menu01-b .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.section-menu01-b .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .section-menu01-b ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .section-menu01-b li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .section-menu01-b .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.section-menu01-b .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .section-menu01-b .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .section-menu01-b .nav-item {
    margin: 0 !important;
  }
}
.section-menu01-b .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.section-menu01-b .nav-item .nav-link:hover,
.section-menu01-b .nav-item .nav-link:focus {
  opacity: .7;
}
.section-menu01-b .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.section-menu01-b .container {
  display: flex;
  margin: auto;
}
.section-menu01-b .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.section-menu01-b .iconfont-wrapper:last-child {
  margin-right: 0;
}
.section-menu01-b .iconfont-wrapper:hover {
  opacity: .5;
}
.section-menu01-b .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .section-menu01-b .navbar-nav {
    margin: 0;
  }
}
.section-menu01-b .nav-item:focus,
.section-menu01-b .nav-link:focus {
  outline: none;
}
.section-menu01-b .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .section-menu01-b .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.section-menu01-b .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.section-menu01-b .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-menu01-b .navbar .nav-item {
    padding: .5rem 0;
  }
  .section-menu01-b .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .section-menu01-b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .section-menu01-b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .section-menu01-b .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .section-menu01-b .navbar ul.navbar-nav li {
    margin: 0;
  }
  .section-menu01-b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .section-menu01-b .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.section-menu01-b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.section-menu01-b .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.section-menu01-b .navbar-brand .navbar-logo a {
  outline: none;
}
.section-menu01-b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.section-menu01-b ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.section-menu01-b button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffd751;
  background: #ffd751;
}
.section-menu01-b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #005608;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.section-menu01-b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section-menu01-b .navbar {
    height: 70px;
  }
  .section-menu01-b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.section-menu01-b .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .section-menu01-b .container-fluid {
    padding: 0 36px;
  }
}
.section-menu01-b .scaling-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .section-menu01-b .scaling-section-btn-main {
    display: block;
    padding: 0;
  }
}
.section-menu01-b .scaling-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.section-menu01-b .navbar-caption:hover {
  color: #005608;
}
.section-menu01-b .scaling-section-subtitle {
  color: #080808;
  text-align: center;
}
.section-menu01-b .navbar-caption {
  color: #080808;
}
.section-menu01-b .scaling-text {
  color: #333333;
  text-align: center;
}
.section-menu01-b .scaling-section-subtitle,
.section-menu01-b .scaling-section-btn {
  text-align: center;
}
.section-menu01-b a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.section-article06-c {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #fffada;
  overflow: hidden;
}
.section-article06-c .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .section-article06-c .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .section-article06-c .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .section-article06-c .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .section-article06-c .container {
    padding: 0 14px;
  }
}
.section-article06-c .title-wrapper .scaling-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .section-article06-c .title-wrapper .scaling-section-title {
    margin-bottom: 40px;
  }
}
.section-article06-c .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .section-article06-c .image-wrapper {
    margin-bottom: 32px;
  }
}
.section-article06-c .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #005608;
  transform: rotate(5deg);
  pointer-events: none;
}
.section-article06-c .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .section-article06-c .image-wrapper img {
    height: 300px;
  }
}
.section-article06-c .content-wrapper {
  margin-left: 80px;
}
@media (max-width: 992px) {
  .section-article06-c .content-wrapper {
    margin: 0;
  }
}
.section-article06-c .content-wrapper .scaling-name {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .section-article06-c .content-wrapper .scaling-name {
    margin-bottom: 22px;
  }
}
.section-article06-c .content-wrapper .text-wrapper .scaling-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .section-article06-c .content-wrapper .text-wrapper .scaling-text {
    width: 100%;
  }
}
.section-article06-c .scaling-section-title {
  color: #01004c;
  text-align: center;
}
.section-article06-c .scaling-name {
  color: #005608;
}
.section-article06-c .scaling-text {
  color: #01004c;
}
.section-article06-c .scaling-section-title,
.section-article06-c .scaling-section-btn {
  color: #005608;
}
.section-article06-c .scaling-text,
.section-article06-c .text-wrapper {
  color: #000000;
}
.section-article1-d {
  display: flex;
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #fff6bf;
}
@media (min-width: 768px) {
  .section-article1-d {
    align-items: center;
  }
  .section-article1-d .row {
    justify-content: center;
  }
}
.section-article1-d p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-article1-d .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .section-article1-d {
    align-items: center;
  }
  .section-article1-d .content-wrap {
    width: 100%;
  }
}
.section-article1-d .scaling-section-title {
  text-align: center;
  color: #000000;
}
.section-article1-d .scaling-text,
.section-article1-d .scaling-section-btn {
  text-align: center;
  color: #000000;
}
.section-article1-d .scaling-section-subtitle {
  color: #005608;
  text-align: center;
}
.section-acontact1-e {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fffada;
}
.section-acontact1-e .row {
  margin: 0 !important;
  row-gap: 40px;
  flex-direction: row-reverse;
}
.section-acontact1-e .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
  justify-content: flex-end;
}
.section-acontact1-e .item-img img {
  max-width: 580px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .section-acontact1-e .item-img {
    width: 100%;
  }
}
.section-acontact1-e .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .section-acontact1-e .item-content {
    padding-left: 40px !important;
    padding-left: 0 !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .section-acontact1-e .item-content {
    padding-left: 25px !important;
    padding-left: 0 !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 991px) {
  .section-acontact1-e .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.section-acontact1-e .card-title {
  color: #005608;
  text-align: right;
}
.section-acontact1-e .card-text {
  margin-top: 25px;
  color: #131313;
}
.section-acontact1-e .scaling-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .section-acontact1-e .scaling-section-btn {
    margin-top: 15px;
  }
}
.section-acontact1-e .card-text,
.section-acontact1-e .scaling-section-btn {
  text-align: right;
}
.section-article1-f {
  display: flex;
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #fff6bf;
}
@media (min-width: 768px) {
  .section-article1-f {
    align-items: center;
  }
  .section-article1-f .row {
    justify-content: center;
  }
}
.section-article1-f p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-article1-f .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .section-article1-f {
    align-items: center;
  }
  .section-article1-f .content-wrap {
    width: 100%;
  }
}
.section-article1-f .scaling-section-title {
  text-align: center;
  color: #005608;
}
.section-article1-f .scaling-text,
.section-article1-f .scaling-section-btn {
  text-align: center;
  color: #000000;
}
.section-article1-f .scaling-section-subtitle {
  color: #005608;
  text-align: center;
}
.section-content3-g {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #fffada;
}
.section-content3-g .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-content3-g .card-title {
  margin-bottom: 26px;
  color: #e5ba06;
}
.section-content3-g .scaling-text {
  margin-bottom: 30px;
}
.section-content3-g .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(142, 195, 179, 0.4);
  background-image: linear-gradient(125deg, #8ec3b3 0%, #d1e6e0 100%);
}
.section-content3-g .iconfont-wrapper .scaling-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.section-content3-g .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  color: #005608;
}
.section-content3-g .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section-content3-g .btn_link:hover {
  cursor: pointer;
}
.section-content3-g .btn_link:hover a {
  color: #005608 !important;
}
.section-content3-g .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .section-content3-g .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .section-content3-g .text-wrapper {
    text-align: center;
  }
  .section-content3-g .image-wrapper {
    margin-bottom: 40px;
  }
  .section-content3-g .scaling-text {
    margin-bottom: 20px;
  }
  .section-content3-g .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.section-content3-g .card-title {
  color: #005608;
  text-align: left;
}
.section-content3-g .scaling-text,
.section-content3-g .btn_link {
  color: #000000;
  text-align: left;
}
.section-contacts01-h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6bf;
}
.section-contacts01-h .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.section-contacts01-h .card-box {
  z-index: 2;
  position: relative;
}
.section-contacts01-h .scaling-iconfont {
  font-size: 2rem;
  color: #fff7c6;
  background: #005608;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.section-contacts01-h .scaling-iconfont-big {
  font-size: 14rem;
  color: #005608;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.section-contacts01-h .card-title,
.section-contacts01-h .card-text {
  transition: all 0.3s;
}
.section-contacts01-h .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #fffada;
  transition: all 0.3s;
}
.section-contacts01-h .card-wrapper:hover .scaling-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .section-contacts01-h .card-wrapper {
    padding: 2rem 1rem;
  }
}
.section-contacts01-h .card-title,
.section-contacts01-h .iconfont-wrapper {
  color: #000000;
}
.section-contacts01-h .card-text {
  color: #000000;
  text-align: left;
}
.section-contacts01-h .scaling-section-title {
  color: #005608;
  text-align: center;
}
.section-contacts01-h .scaling-section-subtitle {
  color: #000000;
  text-align: center;
}
.section-footer01-r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd751;
}
.section-footer01-r .row {
  justify-content: center;
}
.section-footer01-r .title-wrapper .scaling-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .section-footer01-r .title-wrapper .scaling-section-title {
    margin-bottom: 32px;
  }
}
.section-footer01-r .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .section-footer01-r .nav-wrapper {
    margin-bottom: 32px;
  }
}
.section-footer01-r .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-footer01-r .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.section-footer01-r .nav-wrapper .list .item-wrap:hover,
.section-footer01-r .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.section-footer01-r .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.section-footer01-r .scaling-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .section-footer01-r .scaling-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.section-footer01-r .border-wrapper {
  border-bottom: 3px dashed #04492e;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .section-footer01-r .border-wrapper {
    margin-bottom: 32px;
  }
}
.section-footer01-r .scaling-copy {
  margin-bottom: 0;
  color: #005608;
  text-align: center;
}
.section-footer01-r .scaling-section-title {
  color: #ffffff;
}
.section-footer01-r .list {
  color: #ffffff;
}
.section-menu01-b {
  background-color: transparent;
}
.section-menu01-b .navbar-dropdown {
  background-color: #ffd751 !important;
  padding: 0;
}
.section-menu01-b .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .section-menu01-b .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .section-menu01-b .menu_box .navbar-collapse {
    background-color: #ffd751 !important;
    transition: all 0s ease 0s;
  }
}
.section-menu01-b .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .section-menu01-b .scaling-section-btn-main {
    margin-top: 1rem;
  }
}
.section-menu01-b .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.section-menu01-b .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .section-menu01-b ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .section-menu01-b li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .section-menu01-b .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.section-menu01-b .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .section-menu01-b .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .section-menu01-b .nav-item {
    margin: 0 !important;
  }
}
.section-menu01-b .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.section-menu01-b .nav-item .nav-link:hover,
.section-menu01-b .nav-item .nav-link:focus {
  opacity: .7;
}
.section-menu01-b .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.section-menu01-b .container {
  display: flex;
  margin: auto;
}
.section-menu01-b .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.section-menu01-b .iconfont-wrapper:last-child {
  margin-right: 0;
}
.section-menu01-b .iconfont-wrapper:hover {
  opacity: .5;
}
.section-menu01-b .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .section-menu01-b .navbar-nav {
    margin: 0;
  }
}
.section-menu01-b .nav-item:focus,
.section-menu01-b .nav-link:focus {
  outline: none;
}
.section-menu01-b .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .section-menu01-b .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.section-menu01-b .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.section-menu01-b .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-menu01-b .navbar .nav-item {
    padding: .5rem 0;
  }
  .section-menu01-b .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .section-menu01-b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .section-menu01-b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .section-menu01-b .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .section-menu01-b .navbar ul.navbar-nav li {
    margin: 0;
  }
  .section-menu01-b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .section-menu01-b .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.section-menu01-b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.section-menu01-b .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.section-menu01-b .navbar-brand .navbar-logo a {
  outline: none;
}
.section-menu01-b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.section-menu01-b ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.section-menu01-b button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffd751;
  background: #ffd751;
}
.section-menu01-b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #005608;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.section-menu01-b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section-menu01-b .navbar {
    height: 70px;
  }
  .section-menu01-b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.section-menu01-b .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .section-menu01-b .container-fluid {
    padding: 0 36px;
  }
}
.section-menu01-b .scaling-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .section-menu01-b .scaling-section-btn-main {
    display: block;
    padding: 0;
  }
}
.section-menu01-b .scaling-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.section-menu01-b .navbar-caption:hover {
  color: #005608;
}
.section-menu01-b .scaling-section-subtitle {
  color: #080808;
  text-align: center;
}
.section-menu01-b .navbar-caption {
  color: #080808;
}
.section-menu01-b .scaling-text {
  color: #333333;
  text-align: center;
}
.section-menu01-b .scaling-section-subtitle,
.section-menu01-b .scaling-section-btn {
  text-align: center;
}
.section-menu01-b a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.section-article01-i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffada;
}
.section-article01-i .scaling-section-subtitle {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.section-article01-i .scaling-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #fff6bf;
  z-index: -1;
}
.section-article01-i img {
  border-radius: 1rem;
}
.section-article01-i .row {
  flex-direction: row-reverse;
}
.section-article01-i .row {
  align-items: center;
}
@media (max-width: 991px) {
  .section-article01-i .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .section-article01-i .text-wrapper {
    padding: 0 2rem;
  }
}
.section-article01-i .scaling-section-title {
  color: #005608;
}
.section-article01-i .scaling-section-subtitle,
.section-article01-i .subtitle-wrap {
  color: #005608;
  text-align: left;
}
.section-article01-i .scaling-text,
.section-article01-i .scaling-section-btn {
  color: #000000;
  text-align: left;
}
.section-content2-j {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #fff6bf;
}
.section-content2-j .container,
.section-content2-j .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .section-content2-j .container,
  .section-content2-j .container-fluid {
    padding: 0 20px;
  }
}
.section-content2-j .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #fffada;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .section-content2-j .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.section-content2-j .title-wrapper .title-wrap .scaling-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .section-content2-j .title-wrapper .title-wrap .scaling-section-title {
    margin-bottom: 20px;
  }
}
.section-content2-j .title-wrapper .title-wrap .scaling-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .section-content2-j .title-wrapper .title-wrap .scaling-text {
    margin-bottom: 20px;
  }
}
.section-content2-j .scaling-section-title {
  color: #3d4045;
}
.section-content2-j .scaling-text {
  color: #000000;
  text-align: center;
}
.section-content2-j .scaling-section-btn {
  text-align: right;
}
.section-content2-j .scaling-section-title,
.section-content2-j .scaling-section-btn {
  text-align: center;
  color: #005608;
}
.section-header2-k {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fffada;
}
.section-header2-k .row {
  flex-direction: row-reverse;
}
.section-header2-k .row {
  align-items: center;
}
@media (max-width: 991px) {
  .section-header2-k .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .section-header2-k .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .section-header2-k .text-wrapper {
    padding: 0 6.2rem 0 2rem;
  }
}
.section-header2-k .scaling-section-title {
  color: #005608;
  text-align: right;
}
.section-header2-k .scaling-text,
.section-header2-k .scaling-section-btn {
  text-align: right;
  color: #000000;
}
.section-header2-k .scaling-text {
  line-height: 1.4;
}
.section-header2-k .scaling-text {
  padding-top: 2rem;
}
.section-header2-k .scaling-section-btn {
  margin-top: 2.9rem !important;
}
.section-header2-k .scaling-section-title P {
  text-align: left;
}
.section-header2-k .sub-title P {
  text-align: left;
}
.section-header2-k .sub-title {
  color: #005608;
  text-align: right;
}
.section-aheader3-m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff6bf;
}
.section-aheader3-m .row {
  justify-content: flex-start;
}
.section-aheader3-m .container {
  max-width: 1140px;
  margin: 0 auto;
}
.section-aheader3-m .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .section-aheader3-m .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .section-aheader3-m .container-fluid {
    padding: 0 15px;
  }
}
.section-aheader3-m .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
  background-color: #fffada;
}
@media (max-width: 767px) {
  .section-aheader3-m .content-container {
    padding: 70px 30px;
  }
}
.section-aheader3-m .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.section-aheader3-m .scaling-section-title {
  color: #005608;
  margin-bottom: 0 !important;
  width: 100%;
}
.section-aheader3-m .scaling-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.section-aheader3-m .scaling-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .section-aheader3-m .scaling-section-btn {
    margin-top: 30px;
  }
}
.section-aheader3-m .scaling-section-subtitle,
.section-aheader3-m .scaling-section-btn {
  color: #000000;
}
.section-footer01-r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd751;
}
.section-footer01-r .row {
  justify-content: center;
}
.section-footer01-r .title-wrapper .scaling-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .section-footer01-r .title-wrapper .scaling-section-title {
    margin-bottom: 32px;
  }
}
.section-footer01-r .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .section-footer01-r .nav-wrapper {
    margin-bottom: 32px;
  }
}
.section-footer01-r .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-footer01-r .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.section-footer01-r .nav-wrapper .list .item-wrap:hover,
.section-footer01-r .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.section-footer01-r .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.section-footer01-r .scaling-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .section-footer01-r .scaling-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.section-footer01-r .border-wrapper {
  border-bottom: 3px dashed #04492e;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .section-footer01-r .border-wrapper {
    margin-bottom: 32px;
  }
}
.section-footer01-r .scaling-copy {
  margin-bottom: 0;
  color: #005608;
  text-align: center;
}
.section-footer01-r .scaling-section-title {
  color: #ffffff;
}
.section-footer01-r .list {
  color: #ffffff;
}
.section-menu01-b {
  background-color: transparent;
}
.section-menu01-b .navbar-dropdown {
  background-color: #ffd751 !important;
  padding: 0;
}
.section-menu01-b .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .section-menu01-b .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .section-menu01-b .menu_box .navbar-collapse {
    background-color: #ffd751 !important;
    transition: all 0s ease 0s;
  }
}
.section-menu01-b .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .section-menu01-b .scaling-section-btn-main {
    margin-top: 1rem;
  }
}
.section-menu01-b .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.section-menu01-b .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .section-menu01-b ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .section-menu01-b li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .section-menu01-b .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.section-menu01-b .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .section-menu01-b .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .section-menu01-b .nav-item {
    margin: 0 !important;
  }
}
.section-menu01-b .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.section-menu01-b .nav-item .nav-link:hover,
.section-menu01-b .nav-item .nav-link:focus {
  opacity: .7;
}
.section-menu01-b .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.section-menu01-b .container {
  display: flex;
  margin: auto;
}
.section-menu01-b .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.section-menu01-b .iconfont-wrapper:last-child {
  margin-right: 0;
}
.section-menu01-b .iconfont-wrapper:hover {
  opacity: .5;
}
.section-menu01-b .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .section-menu01-b .navbar-nav {
    margin: 0;
  }
}
.section-menu01-b .nav-item:focus,
.section-menu01-b .nav-link:focus {
  outline: none;
}
.section-menu01-b .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .section-menu01-b .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.section-menu01-b .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.section-menu01-b .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-menu01-b .navbar .nav-item {
    padding: .5rem 0;
  }
  .section-menu01-b .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .section-menu01-b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .section-menu01-b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .section-menu01-b .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .section-menu01-b .navbar ul.navbar-nav li {
    margin: 0;
  }
  .section-menu01-b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .section-menu01-b .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.section-menu01-b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.section-menu01-b .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.section-menu01-b .navbar-brand .navbar-logo a {
  outline: none;
}
.section-menu01-b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.section-menu01-b ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.section-menu01-b button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffd751;
  background: #ffd751;
}
.section-menu01-b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #005608;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.section-menu01-b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section-menu01-b .navbar {
    height: 70px;
  }
  .section-menu01-b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.section-menu01-b .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .section-menu01-b .container-fluid {
    padding: 0 36px;
  }
}
.section-menu01-b .scaling-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .section-menu01-b .scaling-section-btn-main {
    display: block;
    padding: 0;
  }
}
.section-menu01-b .scaling-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.section-menu01-b .navbar-caption:hover {
  color: #005608;
}
.section-menu01-b .scaling-section-subtitle {
  color: #080808;
  text-align: center;
}
.section-menu01-b .navbar-caption {
  color: #080808;
}
.section-menu01-b .scaling-text {
  color: #333333;
  text-align: center;
}
.section-menu01-b .scaling-section-subtitle,
.section-menu01-b .scaling-section-btn {
  text-align: center;
}
.section-menu01-b a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.section-form01-o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffada;
}
.section-form01-o .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .section-form01-o .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .section-form01-o .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .section-form01-o .container {
    padding: 0 16px;
  }
}
.section-form01-o .title-wrapper .scaling-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .section-form01-o .title-wrapper .scaling-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .section-form01-o .image-wrapper {
    margin-bottom: 32px;
  }
}
.section-form01-o .image-wrapper img {
  height: 610px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .section-form01-o .image-wrapper img {
    height: 350px;
  }
}
.section-form01-o .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .section-form01-o .content-wrapper {
    margin: 0;
  }
}
.section-form01-o .dragArea.row .scaling-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .section-form01-o .dragArea.row .scaling-section-title {
    margin-bottom: 16px !important;
  }
}
.section-form01-o .dragArea.row .scaling-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .section-form01-o .dragArea.row .scaling-text {
    margin-bottom: 16px !important;
  }
}
.section-form01-o .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.section-form01-o .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #005608 !important;
}
.section-form01-o .dragArea.row .form-group .form-control:hover,
.section-form01-o .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #005608 !important;
}
.section-form01-o .dragArea.row .form-group .form-control::-moz-placeholder {
  color: #005608;
  opacity: .7;
}
.section-form01-o .dragArea.row .form-group .form-control::placeholder {
  color: #005608;
  opacity: .7;
}
.section-form01-o .dragArea.row .form-group textarea {
  min-height: 100px;
}
.section-form01-o .dragArea.row .scaling-section-btn {
  width: 100%;
  margin-top: 16px;
}
.section-form01-o .dragArea.row .scaling-section-btn .btn {
  width: 100%;
}
.section-form01-o .scaling-section-title {
  color: #1c1c1c;
}
.section-form01-o .scaling-text {
  color: #1c1c1c;
}
.section-contacts01-n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6bf;
}
.section-contacts01-n .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.section-contacts01-n .card-box {
  z-index: 2;
  position: relative;
}
.section-contacts01-n .scaling-iconfont {
  font-size: 2rem;
  color: #fff7c6;
  background: #005608;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.section-contacts01-n .scaling-iconfont-big {
  font-size: 14rem;
  color: #005608;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.section-contacts01-n .card-title,
.section-contacts01-n .card-text {
  transition: all 0.3s;
}
.section-contacts01-n .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #fffada;
  transition: all 0.3s;
}
.section-contacts01-n .card-wrapper:hover .scaling-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .section-contacts01-n .card-wrapper {
    padding: 2rem 1rem;
  }
}
.section-contacts01-n .card-title,
.section-contacts01-n .iconfont-wrapper {
  color: #000000;
}
.section-contacts01-n .card-text {
  color: #000000;
  text-align: left;
}
.section-contacts01-n .scaling-section-title {
  color: #005608;
  text-align: center;
}
.section-contacts01-n .scaling-section-subtitle {
  color: #000000;
  text-align: center;
}
.section-footer01-r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd751;
}
.section-footer01-r .row {
  justify-content: center;
}
.section-footer01-r .title-wrapper .scaling-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .section-footer01-r .title-wrapper .scaling-section-title {
    margin-bottom: 32px;
  }
}
.section-footer01-r .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .section-footer01-r .nav-wrapper {
    margin-bottom: 32px;
  }
}
.section-footer01-r .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-footer01-r .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.section-footer01-r .nav-wrapper .list .item-wrap:hover,
.section-footer01-r .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.section-footer01-r .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.section-footer01-r .scaling-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .section-footer01-r .scaling-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.section-footer01-r .border-wrapper {
  border-bottom: 3px dashed #04492e;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .section-footer01-r .border-wrapper {
    margin-bottom: 32px;
  }
}
.section-footer01-r .scaling-copy {
  margin-bottom: 0;
  color: #005608;
  text-align: center;
}
.section-footer01-r .scaling-section-title {
  color: #ffffff;
}
.section-footer01-r .list {
  color: #ffffff;
}
.section-article1-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fffada;
}
.section-article1-4 .scaling-text {
  color: #000000;
  text-align: left;
}
.section-article1-4 .scaling-section-subtitle {
  color: #134c60;
  text-align: left;
}
.section-article1-4 .scaling-section-title {
  color: #005608;
}
.section-menu01-b {
  background-color: transparent;
}
.section-menu01-b .navbar-dropdown {
  background-color: #ffd751 !important;
  padding: 0;
}
.section-menu01-b .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .section-menu01-b .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .section-menu01-b .menu_box .navbar-collapse {
    background-color: #ffd751 !important;
    transition: all 0s ease 0s;
  }
}
.section-menu01-b .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .section-menu01-b .scaling-section-btn-main {
    margin-top: 1rem;
  }
}
.section-menu01-b .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.section-menu01-b .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .section-menu01-b ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .section-menu01-b li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .section-menu01-b .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.section-menu01-b .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .section-menu01-b .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .section-menu01-b .nav-item {
    margin: 0 !important;
  }
}
.section-menu01-b .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.section-menu01-b .nav-item .nav-link:hover,
.section-menu01-b .nav-item .nav-link:focus {
  opacity: .7;
}
.section-menu01-b .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.section-menu01-b .container {
  display: flex;
  margin: auto;
}
.section-menu01-b .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.section-menu01-b .iconfont-wrapper:last-child {
  margin-right: 0;
}
.section-menu01-b .iconfont-wrapper:hover {
  opacity: .5;
}
.section-menu01-b .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .section-menu01-b .navbar-nav {
    margin: 0;
  }
}
.section-menu01-b .nav-item:focus,
.section-menu01-b .nav-link:focus {
  outline: none;
}
.section-menu01-b .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .section-menu01-b .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.section-menu01-b .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.section-menu01-b .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-menu01-b .navbar .nav-item {
    padding: .5rem 0;
  }
  .section-menu01-b .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .section-menu01-b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .section-menu01-b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .section-menu01-b .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .section-menu01-b .navbar ul.navbar-nav li {
    margin: 0;
  }
  .section-menu01-b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .section-menu01-b .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.section-menu01-b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.section-menu01-b .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.section-menu01-b .navbar-brand .navbar-logo a {
  outline: none;
}
.section-menu01-b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.section-menu01-b ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.section-menu01-b button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffd751;
  background: #ffd751;
}
.section-menu01-b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #005608;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.section-menu01-b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section-menu01-b .navbar {
    height: 70px;
  }
  .section-menu01-b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.section-menu01-b .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .section-menu01-b .container-fluid {
    padding: 0 36px;
  }
}
.section-menu01-b .scaling-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .section-menu01-b .scaling-section-btn-main {
    display: block;
    padding: 0;
  }
}
.section-menu01-b .scaling-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.section-menu01-b .navbar-caption:hover {
  color: #005608;
}
.section-menu01-b .scaling-section-subtitle {
  color: #080808;
  text-align: center;
}
.section-menu01-b .navbar-caption {
  color: #080808;
}
.section-menu01-b .scaling-text {
  color: #333333;
  text-align: center;
}
.section-menu01-b .scaling-section-subtitle,
.section-menu01-b .scaling-section-btn {
  text-align: center;
}
.section-menu01-b a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.section-footer01-r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd751;
}
.section-footer01-r .row {
  justify-content: center;
}
.section-footer01-r .title-wrapper .scaling-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .section-footer01-r .title-wrapper .scaling-section-title {
    margin-bottom: 32px;
  }
}
.section-footer01-r .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .section-footer01-r .nav-wrapper {
    margin-bottom: 32px;
  }
}
.section-footer01-r .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-footer01-r .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.section-footer01-r .nav-wrapper .list .item-wrap:hover,
.section-footer01-r .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.section-footer01-r .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.section-footer01-r .scaling-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .section-footer01-r .scaling-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.section-footer01-r .border-wrapper {
  border-bottom: 3px dashed #04492e;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .section-footer01-r .border-wrapper {
    margin-bottom: 32px;
  }
}
.section-footer01-r .scaling-copy {
  margin-bottom: 0;
  color: #005608;
  text-align: center;
}
.section-footer01-r .scaling-section-title {
  color: #ffffff;
}
.section-footer01-r .list {
  color: #ffffff;
}
.section-article1-6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fffada;
}
.section-article1-6 .scaling-text {
  color: #000000;
  text-align: left;
}
.section-article1-6 .scaling-section-subtitle {
  color: #134c60;
  text-align: left;
}
.section-article1-6 .scaling-section-title {
  color: #005608;
}
.section-menu01-b {
  background-color: transparent;
}
.section-menu01-b .navbar-dropdown {
  background-color: #ffd751 !important;
  padding: 0;
}
.section-menu01-b .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .section-menu01-b .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .section-menu01-b .menu_box .navbar-collapse {
    background-color: #ffd751 !important;
    transition: all 0s ease 0s;
  }
}
.section-menu01-b .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .section-menu01-b .scaling-section-btn-main {
    margin-top: 1rem;
  }
}
.section-menu01-b .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.section-menu01-b .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .section-menu01-b ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .section-menu01-b li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .section-menu01-b .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.section-menu01-b .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .section-menu01-b .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .section-menu01-b .nav-item {
    margin: 0 !important;
  }
}
.section-menu01-b .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.section-menu01-b .nav-item .nav-link:hover,
.section-menu01-b .nav-item .nav-link:focus {
  opacity: .7;
}
.section-menu01-b .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.section-menu01-b .container {
  display: flex;
  margin: auto;
}
.section-menu01-b .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.section-menu01-b .iconfont-wrapper:last-child {
  margin-right: 0;
}
.section-menu01-b .iconfont-wrapper:hover {
  opacity: .5;
}
.section-menu01-b .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .section-menu01-b .navbar-nav {
    margin: 0;
  }
}
.section-menu01-b .nav-item:focus,
.section-menu01-b .nav-link:focus {
  outline: none;
}
.section-menu01-b .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .section-menu01-b .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.section-menu01-b .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.section-menu01-b .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-menu01-b .navbar .nav-item {
    padding: .5rem 0;
  }
  .section-menu01-b .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .section-menu01-b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .section-menu01-b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .section-menu01-b .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .section-menu01-b .navbar ul.navbar-nav li {
    margin: 0;
  }
  .section-menu01-b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .section-menu01-b .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.section-menu01-b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.section-menu01-b .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.section-menu01-b .navbar-brand .navbar-logo a {
  outline: none;
}
.section-menu01-b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.section-menu01-b ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.section-menu01-b button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffd751;
  background: #ffd751;
}
.section-menu01-b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #005608;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.section-menu01-b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section-menu01-b .navbar {
    height: 70px;
  }
  .section-menu01-b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.section-menu01-b .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .section-menu01-b .container-fluid {
    padding: 0 36px;
  }
}
.section-menu01-b .scaling-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .section-menu01-b .scaling-section-btn-main {
    display: block;
    padding: 0;
  }
}
.section-menu01-b .scaling-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.section-menu01-b .navbar-caption:hover {
  color: #005608;
}
.section-menu01-b .scaling-section-subtitle {
  color: #080808;
  text-align: center;
}
.section-menu01-b .navbar-caption {
  color: #080808;
}
.section-menu01-b .scaling-text {
  color: #333333;
  text-align: center;
}
.section-menu01-b .scaling-section-subtitle,
.section-menu01-b .scaling-section-btn {
  text-align: center;
}
.section-menu01-b a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.section-footer01-r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd751;
}
.section-footer01-r .row {
  justify-content: center;
}
.section-footer01-r .title-wrapper .scaling-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .section-footer01-r .title-wrapper .scaling-section-title {
    margin-bottom: 32px;
  }
}
.section-footer01-r .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .section-footer01-r .nav-wrapper {
    margin-bottom: 32px;
  }
}
.section-footer01-r .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-footer01-r .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.section-footer01-r .nav-wrapper .list .item-wrap:hover,
.section-footer01-r .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.section-footer01-r .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.section-footer01-r .scaling-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .section-footer01-r .scaling-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.section-footer01-r .border-wrapper {
  border-bottom: 3px dashed #04492e;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .section-footer01-r .border-wrapper {
    margin-bottom: 32px;
  }
}
.section-footer01-r .scaling-copy {
  margin-bottom: 0;
  color: #005608;
  text-align: center;
}
.section-footer01-r .scaling-section-title {
  color: #ffffff;
}
.section-footer01-r .list {
  color: #ffffff;
}
.section-article1-8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fffada;
}
.section-article1-8 .scaling-text {
  color: #000000;
  text-align: left;
}
.section-article1-8 .scaling-section-subtitle {
  color: #134c60;
  text-align: left;
}
.section-article1-8 .scaling-section-title {
  color: #005608;
}
.section-menu01-b {
  background-color: transparent;
}
.section-menu01-b .navbar-dropdown {
  background-color: #ffd751 !important;
  padding: 0;
}
.section-menu01-b .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .section-menu01-b .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .section-menu01-b .menu_box .navbar-collapse {
    background-color: #ffd751 !important;
    transition: all 0s ease 0s;
  }
}
.section-menu01-b .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .section-menu01-b .scaling-section-btn-main {
    margin-top: 1rem;
  }
}
.section-menu01-b .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.section-menu01-b .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .section-menu01-b ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .section-menu01-b li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .section-menu01-b .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.section-menu01-b .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .section-menu01-b .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .section-menu01-b .nav-item {
    margin: 0 !important;
  }
}
.section-menu01-b .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.section-menu01-b .nav-item .nav-link:hover,
.section-menu01-b .nav-item .nav-link:focus {
  opacity: .7;
}
.section-menu01-b .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.section-menu01-b .container {
  display: flex;
  margin: auto;
}
.section-menu01-b .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.section-menu01-b .iconfont-wrapper:last-child {
  margin-right: 0;
}
.section-menu01-b .iconfont-wrapper:hover {
  opacity: .5;
}
.section-menu01-b .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .section-menu01-b .navbar-nav {
    margin: 0;
  }
}
.section-menu01-b .nav-item:focus,
.section-menu01-b .nav-link:focus {
  outline: none;
}
.section-menu01-b .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .section-menu01-b .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.section-menu01-b .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.section-menu01-b .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-menu01-b .navbar .nav-item {
    padding: .5rem 0;
  }
  .section-menu01-b .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .section-menu01-b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .section-menu01-b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .section-menu01-b .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .section-menu01-b .navbar ul.navbar-nav li {
    margin: 0;
  }
  .section-menu01-b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .section-menu01-b .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.section-menu01-b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.section-menu01-b .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.section-menu01-b .navbar-brand .navbar-logo a {
  outline: none;
}
.section-menu01-b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.section-menu01-b ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.section-menu01-b button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffd751;
  background: #ffd751;
}
.section-menu01-b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #005608;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.section-menu01-b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section-menu01-b .navbar {
    height: 70px;
  }
  .section-menu01-b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.section-menu01-b .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .section-menu01-b .container-fluid {
    padding: 0 36px;
  }
}
.section-menu01-b .scaling-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .section-menu01-b .scaling-section-btn-main {
    display: block;
    padding: 0;
  }
}
.section-menu01-b .scaling-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.section-menu01-b .navbar-caption:hover {
  color: #005608;
}
.section-menu01-b .scaling-section-subtitle {
  color: #080808;
  text-align: center;
}
.section-menu01-b .navbar-caption {
  color: #080808;
}
.section-menu01-b .scaling-text {
  color: #333333;
  text-align: center;
}
.section-menu01-b .scaling-section-subtitle,
.section-menu01-b .scaling-section-btn {
  text-align: center;
}
.section-menu01-b a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.section-footer01-r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd751;
}
.section-footer01-r .row {
  justify-content: center;
}
.section-footer01-r .title-wrapper .scaling-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .section-footer01-r .title-wrapper .scaling-section-title {
    margin-bottom: 32px;
  }
}
.section-footer01-r .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .section-footer01-r .nav-wrapper {
    margin-bottom: 32px;
  }
}
.section-footer01-r .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-footer01-r .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.section-footer01-r .nav-wrapper .list .item-wrap:hover,
.section-footer01-r .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.section-footer01-r .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.section-footer01-r .scaling-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .section-footer01-r .scaling-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.section-footer01-r .border-wrapper {
  border-bottom: 3px dashed #04492e;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .section-footer01-r .border-wrapper {
    margin-bottom: 32px;
  }
}
.section-footer01-r .scaling-copy {
  margin-bottom: 0;
  color: #005608;
  text-align: center;
}
.section-footer01-r .scaling-section-title {
  color: #ffffff;
}
.section-footer01-r .list {
  color: #ffffff;
}
.section-article1-a {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fffada;
}
.section-article1-a .scaling-text {
  color: #000000;
  text-align: left;
}
.section-article1-a .scaling-section-subtitle {
  color: #134c60;
  text-align: left;
}
.section-article1-a .scaling-section-title {
  color: #005608;
}
.section-menu01-b {
  background-color: transparent;
}
.section-menu01-b .navbar-dropdown {
  background-color: #ffd751 !important;
  padding: 0;
}
.section-menu01-b .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .section-menu01-b .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .section-menu01-b .menu_box .navbar-collapse {
    background-color: #ffd751 !important;
    transition: all 0s ease 0s;
  }
}
.section-menu01-b .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .section-menu01-b .scaling-section-btn-main {
    margin-top: 1rem;
  }
}
.section-menu01-b .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.section-menu01-b .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .section-menu01-b ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .section-menu01-b li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .section-menu01-b .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.section-menu01-b .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .section-menu01-b .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .section-menu01-b .nav-item {
    margin: 0 !important;
  }
}
.section-menu01-b .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.section-menu01-b .nav-item .nav-link:hover,
.section-menu01-b .nav-item .nav-link:focus {
  opacity: .7;
}
.section-menu01-b .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.section-menu01-b .container {
  display: flex;
  margin: auto;
}
.section-menu01-b .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.section-menu01-b .iconfont-wrapper:last-child {
  margin-right: 0;
}
.section-menu01-b .iconfont-wrapper:hover {
  opacity: .5;
}
.section-menu01-b .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .section-menu01-b .navbar-nav {
    margin: 0;
  }
}
.section-menu01-b .nav-item:focus,
.section-menu01-b .nav-link:focus {
  outline: none;
}
.section-menu01-b .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .section-menu01-b .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.section-menu01-b .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.section-menu01-b .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-menu01-b .navbar .nav-item {
    padding: .5rem 0;
  }
  .section-menu01-b .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .section-menu01-b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .section-menu01-b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .section-menu01-b .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .section-menu01-b .navbar ul.navbar-nav li {
    margin: 0;
  }
  .section-menu01-b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .section-menu01-b .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.section-menu01-b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.section-menu01-b .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.section-menu01-b .navbar-brand .navbar-logo a {
  outline: none;
}
.section-menu01-b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.section-menu01-b ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.section-menu01-b button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffd751;
  background: #ffd751;
}
.section-menu01-b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #005608;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.section-menu01-b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.section-menu01-b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section-menu01-b .navbar {
    height: 70px;
  }
  .section-menu01-b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.section-menu01-b .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .section-menu01-b .container-fluid {
    padding: 0 36px;
  }
}
.section-menu01-b .scaling-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .section-menu01-b .scaling-section-btn-main {
    display: block;
    padding: 0;
  }
}
.section-menu01-b .scaling-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.section-menu01-b .navbar-caption:hover {
  color: #005608;
}
.section-menu01-b .scaling-section-subtitle {
  color: #080808;
  text-align: center;
}
.section-menu01-b .navbar-caption {
  color: #080808;
}
.section-menu01-b .scaling-text {
  color: #333333;
  text-align: center;
}
.section-menu01-b .scaling-section-subtitle,
.section-menu01-b .scaling-section-btn {
  text-align: center;
}
.section-menu01-b a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.section-footer01-r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd751;
}
.section-footer01-r .row {
  justify-content: center;
}
.section-footer01-r .title-wrapper .scaling-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .section-footer01-r .title-wrapper .scaling-section-title {
    margin-bottom: 32px;
  }
}
.section-footer01-r .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .section-footer01-r .nav-wrapper {
    margin-bottom: 32px;
  }
}
.section-footer01-r .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-footer01-r .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.section-footer01-r .nav-wrapper .list .item-wrap:hover,
.section-footer01-r .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.section-footer01-r .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.section-footer01-r .scaling-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .section-footer01-r .scaling-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.section-footer01-r .border-wrapper {
  border-bottom: 3px dashed #04492e;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .section-footer01-r .border-wrapper {
    margin-bottom: 32px;
  }
}
.section-footer01-r .scaling-copy {
  margin-bottom: 0;
  color: #005608;
  text-align: center;
}
.section-footer01-r .scaling-section-title {
  color: #ffffff;
}
.section-footer01-r .list {
  color: #ffffff;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
}
/* Finish Cookie Banner */
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
  50% {
    opacity: 1;
    transform: translateY(-10%) scale(1.05);
  }
  70% {
    transform: translateY(5%) scale(0.95);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes bounceOut {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-10%) scale(0.95);
  }
  100% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: bounceIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

.cookie-banner.show {
  visibility: visible;
  opacity: 1;
}
