@charset "UTF-8";
:root {
  --animate: 2;
}

:root {
  --bs-blue: #2CA3DB;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #FDB02B;
  --bs-yellow: #ffc107;
  --bs-green: #47B95F;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #16181b;
  --bs-primary: #2CA3DB;
  --bs-secondary: #6c757d;
  --bs-success: #47B95F;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #333333;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1F2227;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #2CA3DB;
  text-decoration: underline;
}
a:hover {
  color: #2382af;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #1F2227;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-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;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* 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-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #1F2227;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #1F2227;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #1F2227;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #1F2227;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #d5edf8;
  --bs-table-striped-bg: #cae1ec;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c0d5df;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c5dbe5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c0d5df;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #daf1df;
  --bs-table-striped-bg: #cfe5d4;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c4d9c9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cadfce;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c4d9c9;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #333333;
  --bs-table-striped-bg: #3d3d3d;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #474747;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #424242;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #474747;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1F2227;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  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[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #1F2227;
  background-color: #fff;
  border-color: #96d1ed;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(44, 163, 219, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #1F2227;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #1F2227;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #1F2227;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1F2227;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2316181b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.form-select:focus {
  border-color: #96d1ed;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(44, 163, 219, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1F2227;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #96d1ed;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(44, 163, 219, 0.25);
}
.form-check-input:checked {
  background-color: #2CA3DB;
  border-color: #2CA3DB;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #2CA3DB;
  border-color: #2CA3DB;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2396d1ed'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(44, 163, 219, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(44, 163, 219, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2CA3DB;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c0e3f4;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2CA3DB;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c0e3f4;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1F2227;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #47B95F;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(71, 185, 95, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #47B95F;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2347B95F' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #47B95F;
  box-shadow: 0 0 0 0.25rem rgba(71, 185, 95, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #47B95F;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2316181b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2347B95F' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #47B95F;
  box-shadow: 0 0 0 0.25rem rgba(71, 185, 95, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #47B95F;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #47B95F;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(71, 185, 95, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #47B95F;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2316181b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #1F2227;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  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: #1F2227;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(44, 163, 219, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #000;
  background-color: #2CA3DB;
  border-color: #2CA3DB;
}
.btn-primary:hover {
  color: #000;
  background-color: #4cb1e0;
  border-color: #41acdf;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #4cb1e0;
  border-color: #41acdf;
  box-shadow: 0 0 0 0.25rem rgba(37, 139, 186, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #56b5e2;
  border-color: #41acdf;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(37, 139, 186, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #2CA3DB;
  border-color: #2CA3DB;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #000;
  background-color: #47B95F;
  border-color: #47B95F;
}
.btn-success:hover {
  color: #000;
  background-color: #63c477;
  border-color: #59c06f;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000;
  background-color: #63c477;
  border-color: #59c06f;
  box-shadow: 0 0 0 0.25rem rgba(60, 157, 81, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: #6cc77f;
  border-color: #59c06f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 157, 81, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000;
  background-color: #47B95F;
  border-color: #47B95F;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-dark:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #292929;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #292929;
  box-shadow: 0 0 0 0.25rem rgba(82, 82, 82, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #292929;
  border-color: #262626;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(82, 82, 82, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.btn-outline-primary {
  color: #2CA3DB;
  border-color: #2CA3DB;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #2CA3DB;
  border-color: #2CA3DB;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(44, 163, 219, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: #2CA3DB;
  border-color: #2CA3DB;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(44, 163, 219, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #2CA3DB;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #47B95F;
  border-color: #47B95F;
}
.btn-outline-success:hover {
  color: #000;
  background-color: #47B95F;
  border-color: #47B95F;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(71, 185, 95, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: #47B95F;
  border-color: #47B95F;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(71, 185, 95, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #47B95F;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #333333;
  border-color: #333333;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #333333;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #2CA3DB;
  text-decoration: underline;
}
.btn-link:hover {
  color: #2382af;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #1F2227;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #1F2227;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1c1f23;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2CA3DB;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #1F2227;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #16181b;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #2CA3DB;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #2CA3DB;
  text-decoration: none;
  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: #2382af;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #979797;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2CA3DB;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@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 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@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 .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #1F2227;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #2893c5;
  background-color: #eaf6fb;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232893c5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231F2227'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #96d1ed;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(44, 163, 219, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #2CA3DB;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #2382af;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #2382af;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(44, 163, 219, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2CA3DB;
  border-color: #2CA3DB;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #1a6283;
  background-color: #d5edf8;
  border-color: #c0e3f4;
}
.alert-primary .alert-link {
  color: #154e69;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #2b6f39;
  background-color: #daf1df;
  border-color: #c8eacf;
}
.alert-success .alert-link {
  color: #22592e;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #1f1f1f;
  background-color: #d6d6d6;
  border-color: #c2c2c2;
}
.alert-dark .alert-link {
  color: #191919;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2CA3DB;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #979797;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #979797;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #1F2227;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #1F2227;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2CA3DB;
  border-color: #2CA3DB;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #1a6283;
  background-color: #d5edf8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #1a6283;
  background-color: #c0d5df;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1a6283;
  border-color: #1a6283;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #2b6f39;
  background-color: #daf1df;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #2b6f39;
  background-color: #c4d9c9;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #2b6f39;
  border-color: #2b6f39;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #1f1f1f;
  background-color: #d6d6d6;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1f1f1f;
  background-color: #c1c1c1;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(44, 163, 219, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #1F2227;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #2CA3DB;
}
.link-primary:hover, .link-primary:focus {
  color: #56b5e2;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #47B95F;
}
.link-success:hover, .link-success:focus {
  color: #6cc77f;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #333333;
}
.link-dark:hover, .link-dark:focus {
  color: #292929;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #2CA3DB !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #47B95F !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #333333 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #2CA3DB !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #47B95F !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #333333 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #1F2227 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #2CA3DB !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #47B95F !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #333333 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 3, 2021 */
@font-face {
  font-family: "centrale_sans";
  src: url("../../fonts/Centrale_Sans/centrale_sans_bold-webfont.woff2") format("woff2"), url("../../fonts/Centrale_Sans/centrale_sans_bold-webfont.woff") format("woff"), url("../../fonts/Centrale_Sans/centrale_sans_bold-webfont.svg#centrale_sans_boldbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "centrale_sans";
  src: url("../../fonts/Centrale_Sans/centrale_sans_extra_light-webfont.woff2") format("woff2"), url("../../fonts/Centrale_Sans/centrale_sans_extra_light-webfont.woff") format("woff"), url("../../fonts/Centrale_Sans/centrale_sans_extra_light-webfont.svg#centrale_sans_xlightxlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "centrale_sans";
  src: url("../../fonts/Centrale_Sans/centrale_sans_medium-webfont.woff2") format("woff2"), url("../../fonts/Centrale_Sans/centrale_sans_medium-webfont.woff") format("woff"), url("../../fonts/Centrale_Sans/centrale_sans_medium-webfont.svg#centrale_sans_mediummedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "centrale_sans";
  src: url("../../fonts/Centrale_Sans/centrale_sans_thin-webfont.woff2") format("woff2"), url("../../fonts/Centrale_Sans/centrale_sans_thin-webfont.woff") format("woff"), url("../../fonts/Centrale_Sans/centrale_sans_thin-webfont.svg#centrale_sans_thinthin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "centrale_sans";
  src: url("../../fonts/Centrale_Sans/centralesansregular-webfont.woff2") format("woff2"), url("../../fonts/Centrale_Sans/centralesansregular-webfont.woff") format("woff"), url("../../fonts/Centrale_Sans/centralesansregular-webfont.svg#centrale_sans_regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 15px;
  line-height: 25px;
  color: #3C3C39;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  position: relative;
}

.btn {
  padding: 15px 45px;
  border-radius: 26px;
  border: none;
}
.btn:focus {
  box-shadow: none;
}
.btn.btn-primary {
  background-color: #afdcf1;
  color: #2CA3DB;
}
.btn.btn-primary:hover {
  background-color: #2CA3DB;
  color: #fff;
}
.btn.btn-primary.active {
  background-color: #2CA3DB;
  color: #fff;
}
.btn.btn-primary-dark {
  background-color: #2CA3DB;
  color: #fff;
}
.btn.btn-primary-dark:hover {
  background-color: #42acdf;
  color: #fff;
}
.btn.btn-warning {
  background-color: #fee8c3;
  color: #FDB02B;
}
.btn.btn-warning:hover {
  background-color: #FDB02B;
  color: #fff;
}
.btn.btn-warning.active {
  background-color: #FDB02B;
  color: #fff;
}
.btn.btn-outline-primary {
  color: #2CA3DB;
  border: 1px solid #2CA3DB;
}
.btn.btn-outline-primary:hover {
  background-color: #2CA3DB;
  color: #fff;
}
.btn.btn-outline-primary.active {
  background-color: #2CA3DB;
  color: #fff;
}
.btn.btn-outline-dark {
  border: 1px solid #3C3C39;
  color: #3C3C39;
}
.btn.btn-outline-dark:hover {
  background-color: #3C3C39;
  color: #fff;
}
.btn.btn-outline-dark.active {
  background-color: #3C3C39;
  color: #fff;
}
.btn.btn-black {
  background-color: #000;
  color: #fff;
}
.btn.btn-black:hover {
  background-color: #333333;
  color: #fff;
}
.btn.btn-black.active {
  background-color: #333333;
  color: #fff;
}
.btn.btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn-outline-white:hover {
  background-color: #fff;
  color: #3C3C39;
}
.btn.btn-outline-white.active {
  background-color: #fff;
  color: #3C3C39;
}

.display-l1 {
  font-size: 80px;
  line-height: 90px;
}

h1, .h1 {
  font-size: 60px;
  line-height: 70px;
}

h2, .h2 {
  font-size: 40px;
  line-height: 50px;
}

h3, .h3 {
  font-size: 30px;
  line-height: 40px;
}

h4, .h4 {
  font-size: 20px;
  line-height: 30px;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  padding: 0 30px;
}

.container {
  padding: 0 15px;
}

ul {
  padding: 0;
}

.bg-warning {
  background-color: #FDB02B;
}

.bg-beige {
  background-color: #F2F0E4;
}

.card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
}
.card .card-header {
  border: none;
  padding: 0;
}
.card .card-body {
  padding: 40px;
}
.card.bg-gray {
  background-color: #F8F8F8;
}
.card.bg-blue-light {
  background-color: #bce2f4;
}
.card.bg-orange-light {
  background-color: #fee8c3;
}
.card.bg-lilla-light {
  background-color: #ddd5e8;
}
.card.bg-green-light {
  background-color: #c5e9cc;
}
.card.bg-turkise-light {
  background-color: #b8eef5;
}
.card.bg-beige {
  background-color: #F2F0E4;
}
.card.bg-green {
  background-color: #47B95F;
}

input:focus {
  outline: none;
}

input[type=email]::-webkit-input-placeholder {
  /* Edge */
  color: transparent;
}
input[type=email]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
}
input[type=email]::placeholder {
  color: transparent;
}
input[type=email]:focus::-webkit-input-placeholder {
  /* Edge */
  color: transparent;
}
input[type=email]:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
}
input[type=email]:focus::placeholder {
  color: transparent;
}

.form-control {
  background-color: transparent;
  border: none;
  padding-left: 0;
  font-size: 13px;
  line-height: 21px;
  border-radius: 0;
  box-sizing: border-box;
}
.form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.form-control:focus::-webkit-input-placeholder {
  /* Edge */
  color: #2CA3DB;
  font-weight: 700;
}
.form-control:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2CA3DB;
  font-weight: 700;
}
.form-control:focus::placeholder {
  color: #2CA3DB;
  font-weight: 700;
}
.form-control::-webkit-input-placeholder {
  /* Edge */
  color: #3C3C39;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3C3C39;
}
.form-control::placeholder {
  color: #3C3C39;
}
.form-control.outline-dark {
  border-bottom: 1px solid #3C3C39;
  transition: all 0.1s ease-in-out;
}
.form-control.outline-dark:-webkit-autofill, .form-control.outline-dark:-webkit-autofill:hover, .form-control.outline-dark:-webkit-autofill:focus, .form-control.outline-dark:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #c0e4f4 inset !important;
}
.form-control.outline-dark:focus {
  border-bottom: 2px solid #2CA3DB;
  color: #2CA3DB;
  font-weight: 700;
}
.form-control.outline-dark.error {
  border-bottom-color: #dc3545;
}
.form-control.outline-white {
  border-bottom: 1px solid #707070;
  transition: all 0.1s ease-in-out;
  color: #fff;
}
.form-control.outline-white::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
.form-control.outline-white:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.form-control.outline-white::placeholder {
  color: #fff;
}
.form-control.outline-white:focus {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.form-control.outline-white.error {
  border-bottom-color: #dc3545;
}
.form-control.input-beigen-light {
  background-color: #FAF9F4;
  padding: 15px 17px;
  margin-bottom: 17px;
  border-radius: 25px;
}
.form-control.input-beigen-light:focus {
  background-color: #F2F0E4;
}

.custom-select {
  position: relative;
}
.custom-select i {
  position: absolute;
  top: 14px;
  right: 8px;
  font-weight: 600;
  font-size: 12px;
  pointer-events: none;
}

.custom-radio {
  display: flex;
  min-height: 21px;
  align-items: center;
}
.custom-radio .form-check-input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-color: #3C3C39;
  cursor: pointer;
  margin-right: 8px;
  margin-top: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-radio .form-check-input:checked {
  background-color: #fff;
  box-shadow: none;
  background-image: url(../../images/circle-black.svg);
}
.custom-radio input[type=checkbox] {
  border-radius: 50%;
}
.custom-radio label {
  font-size: 13px;
  line-height: 21px;
}

.custom-checkbox .form-check-input {
  width: 18px;
  height: 18px;
  border-color: #3C3C39;
  cursor: pointer;
  margin-right: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-checkbox .form-check-input:checked {
  background-color: #fff;
  box-shadow: none;
  background-image: url(../../images/circle-black.svg);
}
.custom-checkbox label {
  font-size: 13px;
  line-height: 21px;
}

.row-y {
  align-items: center;
}

.section.bg-beige {
  background-color: #F2F0E4;
}
.section.bg-lilla {
  background-color: #8E71B3;
}
.section.bg-orange {
  background-color: #FDB02B;
}
.section.bg-light-orange {
  background-color: #fee8c3;
}
.section.bg-gray {
  background-color: #F8F8F8;
}
.section.bg-black {
  background-color: #080808F2;
  padding: 160px 0;
}
.section.padding-top-0 {
  padding-top: 0;
}
.section.padding-bottom-0 {
  padding-bottom: 0;
}

.row-y {
  align-items: center;
}

.img-overlay-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #FFFFFF00 0%, rgba(0, 0, 0, 0.6) 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
}

.img-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 15px;
  color: #fff;
  z-index: 1;
}
.img-content h3, .img-content .h3 {
  font-weight: 700;
}
.img-content h4, .img-content .h4 {
  font-weight: 700;
}

.tabList {
  padding: 0;
  margin: 0;
  text-align: center;
}
.tabList li {
  display: inline-block;
  margin-right: 12px;
}
.tabList li:last-child {
  margin-right: 0;
}

.mt-80 {
  margin-top: 80px;
}

.comain-select {
  position: relative;
  display: inline-block;
}
.comain-select i {
  position: absolute;
  top: 21px;
  right: 30px;
  color: #2CA3DB;
  pointer-events: none;
}

.filter-tab {
  width: 50px;
  height: 50px;
  background-color: #afdcf1;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2CA3DB;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
.filter-tab:hover {
  text-decoration: none;
  background-color: #2CA3DB;
  color: #fff;
  width: 160px;
}
.filter-tab:hover span {
  display: inline-block;
}
.filter-tab:hover img.h-blue {
  display: none;
}
.filter-tab:hover img.h-white {
  display: inline-block;
}
.filter-tab img {
  width: 25px;
}
.filter-tab img.h-white {
  display: none;
}
.filter-tab span {
  display: none;
  margin-left: 10px;
  font-weight: 300;
  font-size: 16px;
}

.custom-progress {
  border-radius: 20px;
  background-color: transparent;
  height: 12px;
  margin: 0 0 22px;
}
.custom-progress:last-child {
  margin: 0;
}
.custom-progress .progress-bar {
  border-radius: 20px;
  transform-origin: 0;
  transform: scaleX(0);
  -webkit-animation-name: barMove-out;
  animation-name: barMove-out;
  -webkit-animation-duration: calc(var(--animate) * 0.8s);
  animation-duration: calc(var(--animate) * 0.8s);
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.custom-progress .progress-bar.progress-lilla {
  background-color: #8E71B3;
}
.custom-progress .progress-bar.progress-orange {
  background-color: #FDB02B;
}
.custom-progress .progress-bar.progress-blue {
  background-color: #2CA3DB;
}
.custom-progress .progress-bar.progress-green {
  background-color: #47B95F;
}
.custom-progress .progress-bar.progress-dark-blue {
  background-color: #005385;
}
.custom-progress .progress-bar.progress-turkise {
  background-color: #1DBFD3;
}

.top-flavours.in-view .custom-progress .progress-bar {
  -webkit-animation-name: barMove;
  animation-name: barMove;
  -webkit-animation-duration: calc(var(--animate) * 0.8s);
  animation-duration: calc(var(--animate) * 0.8s);
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes barMove {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@-ms-keyframes barMove {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@-o-keyframes barMove {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes barMove {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@-webkit-keyframes barMove-out {
  0% {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
@-ms-keyframes barMove-out {
  0% {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
@-o-keyframes barMove-out {
  0% {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
@keyframes barMove-out {
  0% {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
.drop-box {
  width: 280px;
  border-radius: 10px;
  border: none;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.26);
  margin-left: 14px !important;
  padding: 34px 28px;
  position: relative;
}

.food-items-tab .nav-item {
  margin-right: 22px;
}
.food-items-tab .nav-item .nav-link {
  background-color: transparent;
  color: #000;
  padding: 0;
}
.food-items-tab .nav-item .nav-link.active {
  font-weight: 700;
}
.food-items-tab .nav-item:last-child {
  margin-right: 0;
}

.custom-pagination {
  padding: 82px 0 0;
  display: flex;
  justify-content: center;
}
.custom-pagination li {
  display: inline-block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  margin: 0 16px 0 0;
  font-weight: 600;
  cursor: pointer;
}
.custom-pagination li:last-child {
  margin: 0;
}
.custom-pagination li.active {
  background-color: #afdcf1;
  color: #2CA3DB;
}
.custom-pagination li:hover {
  background-color: #afdcf1;
  color: #2CA3DB;
}

.custom-select-box {
  width: 100%;
}
.custom-select-box .application-items {
  color: #999999;
}
.custom-select-box .application-items:focus {
  color: #333333;
}
.custom-select-box .application-items option:first-child {
  color: #999999;
}
.custom-select-box .select2-container .select2-selection {
  border-bottom: 1px solid #333333;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  border-radius: 0;
}
.custom-select-box .select2-container .select2-selection:focus {
  border: none;
}

.video-block {
  padding: 0px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  max-height: 578px;
  max-width: 1028px;
  margin: 0 auto;
}
.video-block .play-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-block .play-box .play-item {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.66);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.video-block .play-box .play-item:hover {
  transform: scale(1.2);
}
.video-block .play-box .play-item i {
  font-size: 28px;
  line-height: 32px;
  color: #fff;
}

.section-heading h1, .section-heading .h1 {
  font-weight: 700;
  text-align: center;
  color: #333333;
}

.product-item-box {
  background-color: transparent;
  margin: 0 0 160px;
}
.product-item-box .card-header {
  max-width: 508px;
  min-width: 508px;
}
.product-item-box .card-header img {
  width: 100%;
  border-radius: 10px;
}
.product-item-box .card-body {
  padding: 50px 0;
  color: #333333;
}
.product-item-box .card-body h3, .product-item-box .card-body .h3 {
  font-weight: 700;
}
.product-item-box .card-body p {
  max-width: 505px;
  padding: 28px 0;
}
.product-item-box.space-top {
  margin-top: 270px;
}
.product-item-box:last-child {
  margin-bottom: 0;
}

.product-cover-banner {
  position: relative;
}
.product-cover-banner img {
  width: 100%;
  max-height: 739px;
  object-fit: cover;
}
.product-cover-banner .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 114px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.latest-news h4, .latest-news .h4 {
  font-size: 25px;
  max-width: 330px;
  color: #3C3C39;
}
.latest-news h4 span, .latest-news .h4 span {
  font-weight: 700;
}
.latest-news .news-form {
  margin: 39px 0 0;
  max-width: 380px;
  position: relative;
}
.latest-news .news-form .form-row {
  margin: 20px 0 20px 0;
  position: relative;
}
.latest-news .news-form .form-row .form-group input:focus ~ span {
  transform: translateY(-25px);
  font-size: 8px;
}
.latest-news .news-form .form-row .form-group input:valid ~ span {
  transform: translateY(-25px);
  font-size: 8px;
}
.latest-news .news-form .form-row .form-group input[type=email]:not(:placeholder-shown) ~ span {
  transform: translateY(-25px);
  font-size: 8px;
}
.latest-news .news-form .form-row .form-group .custom_label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 0;
  display: inline-block;
  pointer-events: none;
  transition: 0.3s;
  color: #333333;
  font-size: 13px;
  line-height: 21px;
}
.latest-news .news-form button.btn {
  transition: all 0.3s;
}
.latest-news .news-form button.btn i {
  display: none;
  margin-left: 4px;
}
.latest-news .news-form button.btn:hover {
  padding: 15px 50px;
}
.latest-news .news-form button.btn:hover i {
  display: inline-block;
}

.custom-select .multiselect-native-select .btn-group {
  width: 100%;
  border-bottom: 1px solid #3C3C39;
}
.custom-select .multiselect-native-select .btn-group .custom-select {
  border: none;
  width: 100%;
  text-align: left;
  background-color: transparent;
  padding: 6px 20px 6px 0;
  font-size: 13px;
  line-height: 21px;
  color: #3C3C39;
  white-space: inherit;
}
.custom-select .multiselect-native-select .btn-group .multiselect-container {
  border-radius: 5px;
  border: none;
  box-shadow: 0 3px 6px #00000029;
  top: 38px;
  width: 100%;
  padding: 12px 8px;
  max-height: 220px;
  overflow-y: scroll;
}
.custom-select .multiselect-native-select .btn-group .multiselect-container .multiselect-option.active {
  background-color: transparent;
}
.custom-select .multiselect-native-select .btn-group .multiselect-container .multiselect-option .form-check .form-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select .multiselect-native-select .btn-group .multiselect-container .multiselect-option .form-check .form-check-input:checked {
  background-image: url(../../images/circle-blue.svg);
  background-color: #fff;
  border: 1px solid #999999;
}
.custom-select .multiselect-native-select .btn-group .multiselect-container .multiselect-option .form-check .form-check-label {
  white-space: break-spaces;
  color: #000;
}

.footer-section.footer-dark .custom-select .multiselect-native-select .btn-group {
  border-bottom: 1px solid #707070;
}
.footer-section.footer-dark .custom-select .multiselect-native-select .btn-group .multiselect-container .multiselect-option .form-check .form-check-label {
  color: #3C3C39;
}

.box-content {
  max-width: 530px;
  margin: auto;
}

html {
  scroll-behavior: smooth;
}

.picture-tag {
  max-width: 100%;
  height: auto;
}

.aos-init.aos-animate {
  transform: unset !important;
}

.cus-ani {
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  transition-duration: 0s;
  transition-delay: 0.2s;
  opacity: 0;
  animation-duration: 0.9s;
  animation-delay: 0.2s;
}
.cus-ani.cus-animated {
  opacity: 1;
}

@keyframes zoomIn {
  0% {
    transform: translateZ(0) scale(0);
  }
  100% {
    transform: translateZ(0) scale(1);
  }
}
.nicescroll-rails.nicescroll-rails-hr {
  height: 2px !important;
}
.nicescroll-rails.nicescroll-rails-hr .nicescroll-cursors {
  top: -1px !important;
}

.application-items::-webkit-scrollbar {
  height: 4px;
  background-color: #fff;
  border-radius: 10px;
}

.application-items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fff;
  border-radius: 10px;
}

.application-items::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FDB02B;
  cursor: pointer;
  max-width: 100px;
  height: 2px;
  width: 4px;
}

/*Ken Burns*/
@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.04);
  }
}
.top-header {
  /*padding: 22px 0 0;*/
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}
.top-header .container-fluid, .top-header .container-sm, .top-header .container-md, .top-header .container-lg, .top-header .container-xl, .top-header .container-xxl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-header .container-fluid .logo, .top-header .container-sm .logo, .top-header .container-md .logo, .top-header .container-lg .logo, .top-header .container-xl .logo, .top-header .container-xxl .logo {
  display: flex;
  align-items: center;
}
.top-header .container-fluid .logo a, .top-header .container-sm .logo a, .top-header .container-md .logo a, .top-header .container-lg .logo a, .top-header .container-xl .logo a, .top-header .container-xxl .logo a {
  text-decoration: none;
}
.top-header .container-fluid .nav-header, .top-header .container-sm .nav-header, .top-header .container-md .nav-header, .top-header .container-lg .nav-header, .top-header .container-xl .nav-header, .top-header .container-xxl .nav-header {
  display: flex;
  align-items: center;
}
.top-header .container-fluid .nav-header .nav li, .top-header .container-sm .nav-header .nav li, .top-header .container-md .nav-header .nav li, .top-header .container-lg .nav-header .nav li, .top-header .container-xl .nav-header .nav li, .top-header .container-xxl .nav-header .nav li {
  margin: 0 70px 0 0;
  /*position: relative;*/
  /* &:hover {
      position: initial;
  }*/
}
.top-header .container-fluid .nav-header .nav li.main-list, .top-header .container-sm .nav-header .nav li.main-list, .top-header .container-md .nav-header .nav li.main-list, .top-header .container-lg .nav-header .nav li.main-list, .top-header .container-xl .nav-header .nav li.main-list, .top-header .container-xxl .nav-header .nav li.main-list {
  margin: 0px;
}
.top-header .container-fluid .nav-header .nav li.main-list > a, .top-header .container-sm .nav-header .nav li.main-list > a, .top-header .container-md .nav-header .nav li.main-list > a, .top-header .container-lg .nav-header .nav li.main-list > a, .top-header .container-xl .nav-header .nav li.main-list > a, .top-header .container-xxl .nav-header .nav li.main-list > a {
  display: block;
}
.top-header .container-fluid .nav-header .nav li.main-list:last-child a, .top-header .container-sm .nav-header .nav li.main-list:last-child a, .top-header .container-md .nav-header .nav li.main-list:last-child a, .top-header .container-lg .nav-header .nav li.main-list:last-child a, .top-header .container-xl .nav-header .nav li.main-list:last-child a, .top-header .container-xxl .nav-header .nav li.main-list:last-child a {
  padding: 8px 30px !important;
}
.top-header .container-fluid .nav-header .nav li.main-list .mainNav, .top-header .container-sm .nav-header .nav li.main-list .mainNav, .top-header .container-md .nav-header .nav li.main-list .mainNav, .top-header .container-lg .nav-header .nav li.main-list .mainNav, .top-header .container-xl .nav-header .nav li.main-list .mainNav, .top-header .container-xxl .nav-header .nav li.main-list .mainNav {
  padding: 32px 35px;
}
.top-header .container-fluid .nav-header .nav li.newsTrends-l:hover, .top-header .container-sm .nav-header .nav li.newsTrends-l:hover, .top-header .container-md .nav-header .nav li.newsTrends-l:hover, .top-header .container-lg .nav-header .nav li.newsTrends-l:hover, .top-header .container-xl .nav-header .nav li.newsTrends-l:hover, .top-header .container-xxl .nav-header .nav li.newsTrends-l:hover {
  position: relative;
}
.top-header .container-fluid .nav-header .nav li:last-child, .top-header .container-sm .nav-header .nav li:last-child, .top-header .container-md .nav-header .nav li:last-child, .top-header .container-lg .nav-header .nav li:last-child, .top-header .container-xl .nav-header .nav li:last-child, .top-header .container-xxl .nav-header .nav li:last-child {
  margin-right: 0;
  display: flex;
  align-items: center;
}
.top-header .container-fluid .nav-header .nav li.active a, .top-header .container-sm .nav-header .nav li.active a, .top-header .container-md .nav-header .nav li.active a, .top-header .container-lg .nav-header .nav li.active a, .top-header .container-xl .nav-header .nav li.active a, .top-header .container-xxl .nav-header .nav li.active a {
  font-weight: 700;
}
.top-header .container-fluid .nav-header .nav li.active a.mainNav, .top-header .container-sm .nav-header .nav li.active a.mainNav, .top-header .container-md .nav-header .nav li.active a.mainNav, .top-header .container-lg .nav-header .nav li.active a.mainNav, .top-header .container-xl .nav-header .nav li.active a.mainNav, .top-header .container-xxl .nav-header .nav li.active a.mainNav {
  border-bottom: 3px solid #000;
}
.top-header .container-fluid .nav-header .nav li a, .top-header .container-sm .nav-header .nav li a, .top-header .container-md .nav-header .nav li a, .top-header .container-lg .nav-header .nav li a, .top-header .container-xl .nav-header .nav li a, .top-header .container-xxl .nav-header .nav li a {
  font-size: 11px;
  line-height: 21px;
  text-decoration: none;
  color: #000;
  text-transform: capitalize;
  padding: 32px 0;
}
.top-header .container-fluid .nav-header .nav li:last-child a, .top-header .container-sm .nav-header .nav li:last-child a, .top-header .container-md .nav-header .nav li:last-child a, .top-header .container-lg .nav-header .nav li:last-child a, .top-header .container-xl .nav-header .nav li:last-child a, .top-header .container-xxl .nav-header .nav li:last-child a {
  background-color: #005385;
  padding: 8px 30px;
  border-radius: 26px;
  color: #fff;
}
.top-header .container-fluid .nav-header .nav li .mega-menu, .top-header .container-sm .nav-header .nav li .mega-menu, .top-header .container-md .nav-header .nav li .mega-menu, .top-header .container-lg .nav-header .nav li .mega-menu, .top-header .container-xl .nav-header .nav li .mega-menu, .top-header .container-xxl .nav-header .nav li .mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #F2F0E4;
  padding: 50px 15px;
  width: 100%;
  /*min-height: 300px;*/
  z-index: 9;
  /*visibility: hidden;
  opacity: 0;*/
  display: flex;
  align-items: center;
  overflow: hidden;
  display: none;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row {
  display: flex;
  justify-content: space-between;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box {
  width: calc(33.33% - 20px);
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box img, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box img, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box img, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box img, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box img, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  height: 250px;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2, .top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .h2, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .h2, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .h2, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .h2, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .h2, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .h2 {
  font-weight: 700;
  max-width: 150px;
  margin: auto;
  line-height: 44px;
  display: flex;
  align-items: flex-end;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2.black, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2.black, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2.black, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2.black, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2.black, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2.black, .top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .black.h2, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .black.h2, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .black.h2, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .black.h2, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .black.h2, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .black.h2 {
  color: #3C3C39;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2.white, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2.white, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2.white, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2.white, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2.white, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2.white, .top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .white.h2, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .white.h2, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .white.h2, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .white.h2, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .white.h2, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .white.h2 {
  color: #fff;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2 span, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2 span, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2 span, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2 span, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2 span, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2 span, .top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .h2 span, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .h2 span, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .h2 span, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .h2 span, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .h2 span, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .h2 span {
  font-size: 18px;
  line-height: 26px;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content.text-c h2, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content.text-c h2, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content.text-c h2, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content.text-c h2, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content.text-c h2, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content.text-c h2, .top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content.text-c .h2, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content.text-c .h2, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content.text-c .h2, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content.text-c .h2, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content.text-c .h2, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content.text-c .h2 {
  margin-left: auto;
  padding-left: 20px;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText {
  position: absolute;
  top: 0;
  left: 440px;
  width: 280px;
  display: none;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText h4, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText h4, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText h4, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText h4, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText h4, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText h4, .top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText .h4, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText .h4, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText .h4, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText .h4, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText .h4, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText .h4 {
  color: #3C3C39;
  font-weight: 700;
  margin-bottom: 15px;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText p, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText p, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText p, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText p, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText p, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 4px;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText p span, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText p span, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText p span, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText p span, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText p span, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText p span {
  display: block;
  margin-bottom: 3px;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box.bg-clr, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box.bg-clr, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box.bg-clr, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box.bg-clr, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box.bg-clr, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box.bg-clr {
  background-color: #FDB02B;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box.bg-clr .img-content img, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box.bg-clr .img-content img, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box.bg-clr .img-content img, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box.bg-clr .img-content img, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box.bg-clr .img-content img, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box.bg-clr .img-content img {
  width: 100px;
  margin-left: auto;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box {
  width: calc(20% - 20px);
  transition: all 0.3s ease-in-out;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box.bg-clr, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box.bg-clr, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box.bg-clr, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box.bg-clr, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box.bg-clr, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box.bg-clr {
  width: calc(33% - 20px);
}
.top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box .na-text h2, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box .na-text h2, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box .na-text h2, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box .na-text h2, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box .na-text h2, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box .na-text h2, .top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box .na-text .h2, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box .na-text .h2, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box .na-text .h2, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box .na-text .h2, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box .na-text .h2, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box .na-text .h2 {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box .cheeseText, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box .cheeseText, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box .cheeseText, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box .cheeseText, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box .cheeseText, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box .cheeseText {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box.naturalBooster, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box.naturalBooster, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box.naturalBooster, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box.naturalBooster, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box.naturalBooster, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row.cheese-d .inner-box.naturalBooster {
  margin-left: auto;
  margin-right: 20px;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.application-mega-menu .menu-row, .top-header .container-sm .nav-header .nav li .mega-menu.application-mega-menu .menu-row, .top-header .container-md .nav-header .nav li .mega-menu.application-mega-menu .menu-row, .top-header .container-lg .nav-header .nav li .mega-menu.application-mega-menu .menu-row, .top-header .container-xl .nav-header .nav li .mega-menu.application-mega-menu .menu-row, .top-header .container-xxl .nav-header .nav li .mega-menu.application-mega-menu .menu-row {
  display: flex;
  justify-content: space-between;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list, .top-header .container-sm .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list, .top-header .container-md .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list, .top-header .container-lg .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list, .top-header .container-xl .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list, .top-header .container-xxl .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list {
  width: calc(25% - 20px);
  padding: 0;
  margin: 0;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list h4, .top-header .container-sm .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list h4, .top-header .container-md .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list h4, .top-header .container-lg .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list h4, .top-header .container-xl .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list h4, .top-header .container-xxl .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list h4, .top-header .container-fluid .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list .h4, .top-header .container-sm .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list .h4, .top-header .container-md .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list .h4, .top-header .container-lg .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list .h4, .top-header .container-xl .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list .h4, .top-header .container-xxl .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list .h4 {
  font-weight: 700;
  margin-bottom: 12px;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list li, .top-header .container-sm .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list li, .top-header .container-md .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list li, .top-header .container-lg .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list li, .top-header .container-xl .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list li, .top-header .container-xxl .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list li {
  list-style: none;
  margin: 0;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list li a, .top-header .container-sm .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list li a, .top-header .container-md .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list li a, .top-header .container-lg .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list li a, .top-header .container-xl .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list li a, .top-header .container-xxl .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list li a {
  font-size: 15px;
  line-height: 19px;
  color: #3C3C39;
  font-weight: 400;
  padding: 0;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list li:last-child a, .top-header .container-sm .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list li:last-child a, .top-header .container-md .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list li:last-child a, .top-header .container-lg .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list li:last-child a, .top-header .container-xl .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list li:last-child a, .top-header .container-xxl .nav-header .nav li .mega-menu.application-mega-menu .menu-row .app-list li:last-child a {
  background-color: transparent;
  color: #3C3C39;
  padding: 0;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.service-mega-menu .menu-row, .top-header .container-sm .nav-header .nav li .mega-menu.service-mega-menu .menu-row, .top-header .container-md .nav-header .nav li .mega-menu.service-mega-menu .menu-row, .top-header .container-lg .nav-header .nav li .mega-menu.service-mega-menu .menu-row, .top-header .container-xl .nav-header .nav li .mega-menu.service-mega-menu .menu-row, .top-header .container-xxl .nav-header .nav li .mega-menu.service-mega-menu .menu-row {
  display: flex;
  justify-content: space-between;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area, .top-header .container-sm .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area, .top-header .container-md .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area, .top-header .container-lg .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area, .top-header .container-xl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area, .top-header .container-xxl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area {
  width: calc(65% - 20px);
  display: flex;
  margin: 50px 0 0;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service, .top-header .container-sm .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service, .top-header .container-md .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service, .top-header .container-lg .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service, .top-header .container-xl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service, .top-header .container-xxl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service {
  min-width: 320px;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service h5, .top-header .container-sm .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service h5, .top-header .container-md .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service h5, .top-header .container-lg .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service h5, .top-header .container-xl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service h5, .top-header .container-xxl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service h5, .top-header .container-fluid .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .h5, .top-header .container-sm .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .h5, .top-header .container-md .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .h5, .top-header .container-lg .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .h5, .top-header .container-xl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .h5, .top-header .container-xxl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .h5 {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t, .top-header .container-sm .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t, .top-header .container-md .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t, .top-header .container-lg .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t, .top-header .container-xl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t, .top-header .container-xxl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t {
  padding: 0;
  margin: 0 0 16px 0;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t li, .top-header .container-sm .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t li, .top-header .container-md .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t li, .top-header .container-lg .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t li, .top-header .container-xl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t li, .top-header .container-xxl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t li {
  list-style: none;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t li a, .top-header .container-sm .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t li a, .top-header .container-md .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t li a, .top-header .container-lg .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t li a, .top-header .container-xl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t li a, .top-header .container-xxl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t li a {
  font-size: 15px;
  line-height: 18px;
  color: #3C3C39;
  padding: 0;
  font-weight: 400;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t li:last-child a, .top-header .container-sm .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t li:last-child a, .top-header .container-md .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t li:last-child a, .top-header .container-lg .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t li:last-child a, .top-header .container-xl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t li:last-child a, .top-header .container-xxl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .companyList-t li:last-child a {
  background-color: transparent;
  padding: 0;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .head-list, .top-header .container-sm .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .head-list, .top-header .container-md .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .head-list, .top-header .container-lg .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .head-list, .top-header .container-xl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .head-list, .top-header .container-xxl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .head-list {
  display: flex;
  flex-direction: column;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .head-list h4, .top-header .container-sm .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .head-list h4, .top-header .container-md .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .head-list h4, .top-header .container-lg .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .head-list h4, .top-header .container-xl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .head-list h4, .top-header .container-xxl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .head-list h4, .top-header .container-fluid .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .head-list .h4, .top-header .container-sm .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .head-list .h4, .top-header .container-md .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .head-list .h4, .top-header .container-lg .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .head-list .h4, .top-header .container-xl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .head-list .h4, .top-header .container-xxl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .left-service-area .inner-service .head-list .h4 {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  font-weight: 700;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area, .top-header .container-sm .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area, .top-header .container-md .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area, .top-header .container-lg .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area, .top-header .container-xl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area, .top-header .container-xxl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area {
  width: 35%;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area, .top-header .container-sm .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area, .top-header .container-md .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area, .top-header .container-lg .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area, .top-header .container-xl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area, .top-header .container-xxl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area {
  position: relative;
  display: inherit;
  padding: 0;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .bg-overlay::after, .top-header .container-sm .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .bg-overlay::after, .top-header .container-md .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .bg-overlay::after, .top-header .container-lg .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .bg-overlay::after, .top-header .container-xl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .bg-overlay::after, .top-header .container-xxl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .bg-overlay::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  height: calc(100% - 38px);
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .bg-overlay img, .top-header .container-sm .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .bg-overlay img, .top-header .container-md .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .bg-overlay img, .top-header .container-lg .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .bg-overlay img, .top-header .container-xl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .bg-overlay img, .top-header .container-xxl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .bg-overlay img {
  border-radius: 10px;
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  margin-bottom: 18px;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area h5, .top-header .container-sm .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area h5, .top-header .container-md .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area h5, .top-header .container-lg .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area h5, .top-header .container-xl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area h5, .top-header .container-xxl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area h5, .top-header .container-fluid .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .h5, .top-header .container-sm .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .h5, .top-header .container-md .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .h5, .top-header .container-lg .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .h5, .top-header .container-xl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .h5, .top-header .container-xxl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .h5 {
  font-weight: 700;
  font-size: 17px;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .img-overlay, .top-header .container-sm .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .img-overlay, .top-header .container-md .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .img-overlay, .top-header .container-lg .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .img-overlay, .top-header .container-xl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .img-overlay, .top-header .container-xxl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .img-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .img-overlay h2, .top-header .container-sm .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .img-overlay h2, .top-header .container-md .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .img-overlay h2, .top-header .container-lg .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .img-overlay h2, .top-header .container-xl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .img-overlay h2, .top-header .container-xxl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .img-overlay h2, .top-header .container-fluid .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .img-overlay .h2, .top-header .container-sm .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .img-overlay .h2, .top-header .container-md .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .img-overlay .h2, .top-header .container-lg .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .img-overlay .h2, .top-header .container-xl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .img-overlay .h2, .top-header .container-xxl .nav-header .nav li .mega-menu.service-mega-menu .menu-row .righ-service-area .inner-area .img-overlay .h2 {
  color: #fff;
  font-weight: 700;
  max-width: 250px;
  margin: auto;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area, .top-header .container-sm .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area, .top-header .container-md .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area, .top-header .container-lg .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area, .top-header .container-xl .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area, .top-header .container-xxl .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area {
  align-items: center;
  margin: 0;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service, .top-header .container-sm .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service, .top-header .container-md .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service, .top-header .container-lg .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service, .top-header .container-xl .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service, .top-header .container-xxl .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list, .top-header .container-sm .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list, .top-header .container-md .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list, .top-header .container-lg .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list, .top-header .container-xl .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list, .top-header .container-xxl .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list {
  display: flex;
  flex-direction: column;
  min-height: 113px;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list h4, .top-header .container-sm .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list h4, .top-header .container-md .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list h4, .top-header .container-lg .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list h4, .top-header .container-xl .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list h4, .top-header .container-xxl .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list h4, .top-header .container-fluid .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .h4, .top-header .container-sm .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .h4, .top-header .container-md .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .h4, .top-header .container-lg .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .h4, .top-header .container-xl .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .h4, .top-header .container-xxl .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .h4 {
  margin: 0 0 20px 0;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t, .top-header .container-sm .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t, .top-header .container-md .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t, .top-header .container-lg .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t, .top-header .container-xl .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t, .top-header .container-xxl .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t {
  padding: 0;
  margin: 0;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t li, .top-header .container-sm .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t li, .top-header .container-md .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t li, .top-header .container-lg .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t li, .top-header .container-xl .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t li, .top-header .container-xxl .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t li {
  list-style: none;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t li a, .top-header .container-sm .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t li a, .top-header .container-md .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t li a, .top-header .container-lg .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t li a, .top-header .container-xl .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t li a, .top-header .container-xxl .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t li a {
  font-size: 15px;
  line-height: 18px;
  color: #3C3C39;
  padding: 0;
}
.top-header .container-fluid .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t li:last-child a, .top-header .container-sm .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t li:last-child a, .top-header .container-md .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t li:last-child a, .top-header .container-lg .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t li:last-child a, .top-header .container-xl .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t li:last-child a, .top-header .container-xxl .nav-header .nav li .mega-menu.company-mega-menu .menu-row .left-service-area .inner-service .head-list .companyList-t li:last-child a {
  background-color: transparent;
  padding: 0;
}
.top-header .container-fluid .nav-header .nav li:hover, .top-header .container-sm .nav-header .nav li:hover, .top-header .container-md .nav-header .nav li:hover, .top-header .container-lg .nav-header .nav li:hover, .top-header .container-xl .nav-header .nav li:hover, .top-header .container-xxl .nav-header .nav li:hover {
  /*.mega-menu {
      visibility: visible;
      opacity: 1;
  }*/
}
.top-header .container-fluid .right-items, .top-header .container-sm .right-items, .top-header .container-md .right-items, .top-header .container-lg .right-items, .top-header .container-xl .right-items, .top-header .container-xxl .right-items {
  display: flex;
  align-items: center;
  min-width: 160px;
  justify-content: flex-end;
}
.top-header .container-fluid .right-items .login-link, .top-header .container-sm .right-items .login-link, .top-header .container-md .right-items .login-link, .top-header .container-lg .right-items .login-link, .top-header .container-xl .right-items .login-link, .top-header .container-xxl .right-items .login-link {
  font-size: 13px;
  line-height: 25px;
  font-weight: 700;
  color: #005385;
  text-decoration: none;
  margin: 0 10px 0 0;
}
.top-header .container-fluid .right-items .languageSelect, .top-header .container-sm .right-items .languageSelect, .top-header .container-md .right-items .languageSelect, .top-header .container-lg .right-items .languageSelect, .top-header .container-xl .right-items .languageSelect, .top-header .container-xxl .right-items .languageSelect {
  position: relative;
}
.top-header .container-fluid .right-items .languageSelect .innerLang, .top-header .container-sm .right-items .languageSelect .innerLang, .top-header .container-md .right-items .languageSelect .innerLang, .top-header .container-lg .right-items .languageSelect .innerLang, .top-header .container-xl .right-items .languageSelect .innerLang, .top-header .container-xxl .right-items .languageSelect .innerLang {
  cursor: pointer;
  font-weight: 700;
  color: #005385;
  font-size: 15px;
}
.top-header .container-fluid .right-items .languageSelect .innerLang option, .top-header .container-sm .right-items .languageSelect .innerLang option, .top-header .container-md .right-items .languageSelect .innerLang option, .top-header .container-lg .right-items .languageSelect .innerLang option, .top-header .container-xl .right-items .languageSelect .innerLang option, .top-header .container-xxl .right-items .languageSelect .innerLang option {
  padding: 10px 5px;
}
.top-header .container-fluid .right-items .languageSelect i, .top-header .container-sm .right-items .languageSelect i, .top-header .container-md .right-items .languageSelect i, .top-header .container-lg .right-items .languageSelect i, .top-header .container-xl .right-items .languageSelect i, .top-header .container-xxl .right-items .languageSelect i {
  position: absolute;
  right: -2px;
  top: 9px;
  pointer-events: none;
  color: #005385;
}
.top-header .container-fluid .right-items .language-item, .top-header .container-sm .right-items .language-item, .top-header .container-md .right-items .language-item, .top-header .container-lg .right-items .language-item, .top-header .container-xl .right-items .language-item, .top-header .container-xxl .right-items .language-item {
  margin-left: 12px;
}
.top-header .container-fluid .right-items .language-item .dropdown-toggle, .top-header .container-sm .right-items .language-item .dropdown-toggle, .top-header .container-md .right-items .language-item .dropdown-toggle, .top-header .container-lg .right-items .language-item .dropdown-toggle, .top-header .container-xl .right-items .language-item .dropdown-toggle, .top-header .container-xxl .right-items .language-item .dropdown-toggle {
  border: none;
  background-color: transparent;
  font: size 13px;
  line-height: 25px;
  font-weight: 700;
  color: #005385;
}
.top-header .container-fluid .right-items .language-item .dropdown-menu, .top-header .container-sm .right-items .language-item .dropdown-menu, .top-header .container-md .right-items .language-item .dropdown-menu, .top-header .container-lg .right-items .language-item .dropdown-menu, .top-header .container-xl .right-items .language-item .dropdown-menu, .top-header .container-xxl .right-items .language-item .dropdown-menu {
  border: transparent;
  box-shadow: 0 3px 6px #00000029;
  min-width: auto;
}
.top-header .container-fluid .mobile-menu, .top-header .container-sm .mobile-menu, .top-header .container-md .mobile-menu, .top-header .container-lg .mobile-menu, .top-header .container-xl .mobile-menu, .top-header .container-xxl .mobile-menu {
  display: none;
  width: 35px;
  height: 35px;
  background-color: #005385;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 99;
  cursor: pointer;
}
.top-header .container-fluid .mobile-menu .hamburg-one, .top-header .container-sm .mobile-menu .hamburg-one, .top-header .container-md .mobile-menu .hamburg-one, .top-header .container-lg .mobile-menu .hamburg-one, .top-header .container-xl .mobile-menu .hamburg-one, .top-header .container-xxl .mobile-menu .hamburg-one {
  width: 19px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 12px;
  left: 8px;
  transition: all 0.3s;
}
.top-header .container-fluid .mobile-menu .hamburg-two, .top-header .container-sm .mobile-menu .hamburg-two, .top-header .container-md .mobile-menu .hamburg-two, .top-header .container-lg .mobile-menu .hamburg-two, .top-header .container-xl .mobile-menu .hamburg-two, .top-header .container-xxl .mobile-menu .hamburg-two {
  width: 19px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 17px;
  left: 8px;
  transition: all 0.3s;
}
.top-header .container-fluid .mobile-menu .hamburg-three, .top-header .container-sm .mobile-menu .hamburg-three, .top-header .container-md .mobile-menu .hamburg-three, .top-header .container-lg .mobile-menu .hamburg-three, .top-header .container-xl .mobile-menu .hamburg-three, .top-header .container-xxl .mobile-menu .hamburg-three {
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 22px;
  left: 8px;
}

.home-banner {
  position: relative;
  overflow: hidden;
}
.home-banner img {
  width: 100%;
  max-height: 739px;
  object-fit: cover;
  overflow: auto;
  animation: kenburns 3s ease alternate forwards;
}
.home-banner .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.home-banner .banner-content .display-l1 {
  color: #3C3C39;
  max-width: 633px;
  font-weight: 700;
  font-family: "centrale_sans";
}
.home-banner .banner-content h1, .home-banner .banner-content .h1 {
  font-weight: 700;
  max-width: 370px;
  color: #333333;
  font-family: "centrale_sans";
}
.home-banner .banner-content p {
  max-width: 448px;
  margin: 20px 0 49px 0;
}
.home-banner .banner-content a {
  display: inline-block;
  background-color: #FDB02B;
  color: #fff;
  padding: 11px 31px;
  max-width: 140px;
  font-size: 12px;
  line-height: 17px;
}
.home-banner .banner-content a:hover {
  background-color: #fdb944;
}

.secret-ingredient {
  padding: 160px 0 250px;
}
.secret-ingredient .card {
  max-height: 803px;
  overflow: visible;
}
.secret-ingredient .card .next-success {
  padding: 55px 0 0px;
  text-align: center;
  color: #000;
}
.secret-ingredient .card .next-success h3, .secret-ingredient .card .next-success .h3 {
  padding: 0 0 68px;
}
.secret-ingredient .card .next-success h3 span, .secret-ingredient .card .next-success .h3 span {
  font-weight: 700;
}
.secret-ingredient .card .next-success p {
  max-width: 820px;
  margin: auto;
  text-align: left;
  padding: 0 0 114px;
}
.secret-ingredient .card .video-block {
  padding: 0px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  max-height: 578px;
}
.secret-ingredient .card .video-block img {
  object-fit: cover;
}

.footer-section {
  background-color: #c0e4f4;
}
.footer-section .footer-logo {
  padding: 80px 0 49px;
}
.footer-section .footer-mid {
  padding-bottom: 43px;
  border-bottom: 1px solid #2CA3DB;
}
.footer-section .footer-mid .footer-items {
  margin-bottom: 32px;
}
.footer-section .footer-mid .footer-items p {
  margin-bottom: 0;
  color: #3C3C39;
  font-size: 14px;
  line-height: 21px;
}
.footer-section .footer-mid .footer-items p:first-child {
  font-weight: 700;
}
.footer-section .footer-mid .footer-items .footer-nav-link {
  padding: 0;
  margin: 0;
}
.footer-section .footer-mid .footer-items .footer-nav-link li {
  display: block;
  line-height: 21px;
}
.footer-section .footer-mid .footer-items .footer-nav-link li a {
  text-decoration: none;
  color: #3C3C39;
  font-size: 14px;
  line-height: 21px;
  transition: all 0.3s;
}
.footer-section .footer-mid .footer-items .footer-nav-link li a:hover {
  color: #2CA3DB;
}
.footer-section .footer-mid .footer-items .footer-nav-link li.sub-menu {
  display: none;
}
.footer-section .footer-mid .footer-items .footer-nav-link li.sub-menu .right {
  display: none;
}
.footer-section .footer-mid .footer-items .footer-nav-link li.sub-menu ul {
  display: none;
}
.footer-section .footer-mid .footer-items .footer-nav-link li.sub-menu ul li a:not(:focus) {
  color: #3C3C39;
  font-weight: 400;
}
.footer-section .footer-mid .footer-items .footer-nav-link li.sub-menu.ftr a {
  color: #2CA3DB;
  font-weight: 700;
}
.footer-section .footer-mid .footer-items .food-search {
  position: relative;
  max-width: 132px;
  margin: 22px 0 0;
}
.footer-section .footer-mid .footer-items .food-search input {
  border: 1px solid #3C3C39;
  padding: 6.5px 40.5px 6.5px 7.5px;
  border-radius: 22px;
  background-color: transparent;
  max-width: 132px;
  font-size: 12px;
  color: #3C3C39;
}
.footer-section .footer-mid .footer-items .food-search input::-webkit-input-placeholder {
  /* Edge */
  color: #3C3C39;
}
.footer-section .footer-mid .footer-items .food-search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3C3C39;
}
.footer-section .footer-mid .footer-items .food-search input::placeholder {
  color: #3C3C39;
}
.footer-section .footer-mid .footer-items .social-icons {
  padding: 0;
  margin: 14px 0 60px;
}
.footer-section .footer-mid .footer-items .social-icons li {
  display: inline-block;
  margin: 0 9px 0 0;
}
.footer-section .footer-mid .footer-items .social-icons li a {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: 1px solid #2CA3DB;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.footer-section .footer-mid .footer-items .social-icons li a i {
  font-size: 20px;
}
.footer-section .footer-mid .footer-items .social-icons li:last-child {
  margin-right: 0px;
}
.footer-section .footer-bottom {
  padding: 12px 0;
}
.footer-section .footer-bottom .privacy-policy p {
  font-size: 11px;
  line-height: 21px;
  margin-bottom: 0;
}
.footer-section .footer-bottom .privacy-policy p a {
  color: #3C3C39;
  text-decoration: none;
}
.footer-section .footer-bottom .privacy-policy p a:hover {
  color: #2CA3DB;
  font-weight: 700;
}
.footer-section .footer-bottom .bottom-logo {
  text-align: right;
}
.footer-section .footer-bottom .bottom-logo a img {
  max-width: 195px;
  min-height: 75px;
}

.success-next {
  padding: 65px 0 300px;
  background-image: url(../../images/shutterstock_1006113829_cheddar.PNG);
  background-position: center bottom -114px;
  background-repeat: no-repeat;
}
.success-next .tab-slide-section .tabs-section {
  display: none;
}
.success-next .tab-slide-section .tabs-section .we-strive {
  color: #000;
}
.success-next .tab-slide-section .tabs-section .we-strive h3, .success-next .tab-slide-section .tabs-section .we-strive .h3 {
  margin-bottom: 23px;
}
.success-next .tab-slide-section .tabs-section .we-strive h3 span, .success-next .tab-slide-section .tabs-section .we-strive .h3 span {
  font-weight: 700;
}
.success-next .tab-slide-section .tabs-section .tab-lists {
  padding: 86px 0 0;
  margin: 0;
  text-align: center;
}
.success-next .tab-slide-section .tabs-section .tab-lists li {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 16px 26px 0;
}
.success-next .tab-slide-section .tabs-section .tab-lists li a {
  border-color: #000;
  color: #000;
}
.success-next .tab-slide-section .tabs-section .tab-lists li a:hover {
  background-color: #2CA3DB;
  color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.29);
  border-color: #2CA3DB;
}
.success-next .tab-slide-section .tabs-section .tab-content {
  overflow: hidden;
}
.success-next .tab-slide-section .tabs-section.current {
  display: inherit;
}
.success-next .tab-slide-section .tabs-section.lastTab {
  max-width: 700px;
  margin: auto;
}
.success-next .step-circle {
  padding: 0;
  margin: 86px 0 0;
  text-align: center;
}
.success-next .step-circle li {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #AFAFAD;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px 0 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.success-next .step-circle li.active {
  border-color: #2CA3DB;
  color: #2CA3DB;
}
.success-next .step-circle li.current {
  border-color: #2CA3DB;
  color: #2CA3DB;
}
.success-next .step-circle li:hover {
  background-color: #2CA3DB;
  border-color: #2CA3DB;
  color: #fff;
}

.what-forme {
  padding: 140px 0 0;
}
.what-forme h2, .what-forme .h2 {
  font-weight: 700;
  margin: 0 0 53px 0;
}
.what-forme .col {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.what-forme .col .card {
  border-radius: 10px;
  max-height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: all 0.3s;
}
.what-forme .col .card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.what-forme .col .card .card-body img {
  max-width: 70px;
}
.what-forme .col .card:hover {
  box-shadow: 0 10px 20px #00000029;
  transform: translateY(-10px);
}
.what-forme .col h4, .what-forme .col .h4 {
  font-weight: 700;
  margin: 16px 0 0;
  color: #333333;
}
.what-forme .product-cards {
  padding: 112px 0 160px;
}
.what-forme .product-cards .card {
  margin-bottom: 60px;
  transition: all 0.3s;
}
.what-forme .product-cards .card .card-header {
  position: relative;
}
.what-forme .product-cards .card .card-header img {
  width: 100%;
  max-height: 298px;
  overflow: hidden;
  object-fit: cover;
}
.what-forme .product-cards .card .card-header span {
  padding: 12px 26px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -24px;
  right: 24px;
  min-height: 55px;
  min-width: 82px;
}
.what-forme .product-cards .card .card-header span img {
  max-width: 30px;
  max-height: 30px;
  object-fit: inherit;
}
.what-forme .product-cards .card .card-header span.bg-products {
  background-color: #2CA3DB;
}
.what-forme .product-cards .card .card-header span.bg-quality {
  background-color: #FDB02B;
}
.what-forme .product-cards .card .card-header span.bg-know-how {
  background-color: #8E71B3;
}
.what-forme .product-cards .card .card-header span.bg-innovation {
  background-color: #47B95F;
}
.what-forme .product-cards .card .card-header span.bg-partnership {
  background-color: #1DBFD3;
}
.what-forme .product-cards .card .card-body {
  padding: 60px 40px;
}
.what-forme .product-cards .card .card-body h3, .what-forme .product-cards .card .card-body .h3 {
  font-weight: 700;
}
.what-forme .product-cards .card .card-body h5, .what-forme .product-cards .card .card-body .h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin: 19px 0 12px;
}
.what-forme .product-cards .card .card-body p {
  max-width: 400px;
}
.what-forme .product-cards .card .card-body a {
  display: inline-flex;
  align-items: center;
  margin: 42px 0 0;
  color: #3C3C39;
  text-decoration: none;
}
.what-forme .product-cards .card .card-body a span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  display: inline-block;
}
.what-forme .product-cards .card .card-body a i {
  font-weight: 600;
  margin-left: 13px;
}
.what-forme .product-cards .card.bg-blue-light .card-body h3, .what-forme .product-cards .card.bg-blue-light .card-body .h3 {
  color: #2CA3DB;
}
.what-forme .product-cards .card.bg-blue-light .card-body a i {
  color: #2CA3DB;
}
.what-forme .product-cards .card.bg-orange-light .card-body h3, .what-forme .product-cards .card.bg-orange-light .card-body .h3 {
  color: #FDB02B;
}
.what-forme .product-cards .card.bg-orange-light .card-body a i {
  color: #FDB02B;
}
.what-forme .product-cards .card.bg-lilla-light .card-body h3, .what-forme .product-cards .card.bg-lilla-light .card-body .h3 {
  color: #8E71B3;
}
.what-forme .product-cards .card.bg-lilla-light .card-body a i {
  color: #8E71B3;
}
.what-forme .product-cards .card.bg-green-light .card-body h3, .what-forme .product-cards .card.bg-green-light .card-body .h3 {
  color: #47B95F;
}
.what-forme .product-cards .card.bg-green-light .card-body a i {
  color: #47B95F;
}
.what-forme .product-cards .card.bg-turkise-light .card-body h3, .what-forme .product-cards .card.bg-turkise-light .card-body .h3 {
  color: #1DBFD3;
}
.what-forme .product-cards .card.bg-turkise-light .card-body a i {
  color: #1DBFD3;
}
.what-forme .product-cards .card:hover {
  box-shadow: 0 10px 20px #00000029;
  transform: translateY(-10px);
}
.what-forme .product-cards .right-product-col {
  margin: 150px 0 0;
}
.what-forme .product-cards [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
.what-forme .product-cards [class*=col-] [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.journey-step {
  padding: 0 0 182px;
}
.journey-step .top-steps h2, .journey-step .top-steps .h2 {
  font-weight: 700;
}
.journey-step .top-steps p {
  max-width: 820px;
  padding: 28px 0 158px;
  color: #000;
}
.journey-step .leaderShipBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.journey-step .leaderShipBox .popUpbox .drop-box ul li {
  list-style: disc;
}
.journey-step .leaderShipBox .popUpbox .drop-box ul li:marker {
  font-size: 13px;
  color: #333;
}
.journey-step .leaderShipBox .popUpbox .drop-box p {
  transform: rotate(0) !important;
  position: initial !important;
  font-size: 15px;
  line-height: 23px;
  color: #3C3C39;
  margin-right: 0;
}
.journey-step .leaderShipBox .left-leader {
  background-color: #E6E1C0;
  border-radius: 50%;
  padding: 100px;
  position: relative;
  overflow: hidden;
  margin-right: 30px;
}
.journey-step .leaderShipBox .left-leader .idea-y {
  position: absolute;
  left: 0;
  top: 183px;
  background-color: #FCC764;
  width: 127px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transform: rotate(12deg);
}
.journey-step .leaderShipBox .left-leader .idea-y::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-bottom: 15px solid #FCC764;
  display: flex;
  justify-content: center;
}
.journey-step .leaderShipBox .left-leader .idea-y::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0;
  height: 0;
  border-left: 51px solid transparent;
  border-right: 51px solid transparent;
  border-bottom: 21px solid #e6e1c0;
  display: flex;
  justify-content: center;
  z-index: -1;
}
.journey-step .leaderShipBox .left-leader .idea-y .bdrTop::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 3px;
  width: 50%;
  height: 8px;
  border-top: 7px solid #fff;
  transform: rotate(-18deg);
}
.journey-step .leaderShipBox .left-leader .idea-y .bdrTop::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 3px;
  width: 50%;
  height: 8px;
  border-top: 7px solid #fff;
  transform: rotate(18deg);
}
.journey-step .leaderShipBox .left-leader .idea-y .bdrBottom::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 2px;
  width: 50%;
  height: 8px;
  border-bottom: 7px solid #fff;
  transform: rotate(-31deg);
}
.journey-step .leaderShipBox .left-leader .idea-y .bdrBottom::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 7px;
  width: 50%;
  height: 8px;
  border-bottom: 7px solid #fff;
  transform: rotate(22deg);
}
.journey-step .leaderShipBox .left-leader .idea-y.idea-yBt-r {
  left: 323px;
  top: 425px;
  transform: rotate(-118deg);
  height: 95px;
}
.journey-step .leaderShipBox .left-leader .idea-y.idea-yBt-r img {
  transform: rotate(116deg);
  margin-bottom: 0px;
}
.journey-step .leaderShipBox .left-leader .idea-y.idea-bdr-f {
  left: 330px;
  top: 30px;
  background-color: transparent;
  transform: rotate(128deg);
}
.journey-step .leaderShipBox .left-leader .idea-y.idea-bdr-f::before {
  border-color: transparent;
}
.journey-step .leaderShipBox .left-leader .idea-y img {
  transform: rotate(-12deg);
  margin: -19px 17px 0 0;
}
.journey-step .leaderShipBox .left-leader .cir-img img {
  z-index: 3;
  position: relative;
}
.journey-step .leaderShipBox .right-partner {
  background-color: #E6E1C0;
  border-radius: 50%;
  padding: 100px;
  position: relative;
  overflow: hidden;
}
.journey-step .leaderShipBox .right-partner .cir-img img {
  z-index: 3;
  position: relative;
}
.journey-step .leaderShipBox .right-partner .idea-y {
  position: absolute;
  left: 86px;
  top: 48px;
  background-color: #FCC764;
  width: 130px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transform: rotate(-127deg);
}
.journey-step .leaderShipBox .right-partner .idea-y::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-bottom: 23px solid #FCC764;
  display: flex;
  justify-content: center;
  transform: rotate(-4deg);
}
.journey-step .leaderShipBox .right-partner .idea-y::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0;
  height: 0;
  border-left: 51px solid transparent;
  border-right: 51px solid transparent;
  border-bottom: 21px solid #e6e1c0;
  display: flex;
  justify-content: center;
  z-index: -1;
}
.journey-step .leaderShipBox .right-partner .idea-y .bdrTop::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 16px;
  width: 50%;
  height: 8px;
  border-top: 7px solid #fff;
  transform: rotate(-20deg);
}
.journey-step .leaderShipBox .right-partner .idea-y .bdrTop::after {
  content: "";
  position: absolute;
  top: -15px;
  right: -9px;
  width: 50%;
  height: 8px;
  border-top: 7px solid #fff;
  transform: rotate(15deg);
}
.journey-step .leaderShipBox .right-partner .idea-y .bdrBottom::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 2px;
  width: 50%;
  height: 8px;
  border-bottom: 7px solid #fff;
  transform: rotate(-31deg);
}
.journey-step .leaderShipBox .right-partner .idea-y .bdrBottom::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 7px;
  width: 50%;
  height: 8px;
  border-bottom: 7px solid #fff;
  transform: rotate(22deg);
}
.journey-step .leaderShipBox .right-partner .idea-y.idea-yBt-r {
  left: 87px;
  top: 408px;
  transform: rotate(126deg);
  height: 105px;
}
.journey-step .leaderShipBox .right-partner .idea-y.idea-yBt-r img {
  transform: rotate(230deg);
  margin-bottom: 0px;
}
.journey-step .leaderShipBox .right-partner .idea-y.idea-yBt-r .bdrBottom::before {
  transform: rotate(-21deg);
}
.journey-step .leaderShipBox .right-partner .idea-y.idea-yBt-r .bdrBottom::after {
  bottom: 7px;
  right: 4px;
  transform: rotate(14deg);
}
.journey-step .leaderShipBox .right-partner .idea-y.idea-yBt-r .bdrTop::before {
  top: -12px;
  left: 2px;
  transform: rotate(-23deg);
}
.journey-step .leaderShipBox .right-partner .idea-y.idea-yBt-r .bdrTop::after {
  top: -13px;
  right: 4px;
  transform: rotate(20deg);
}
.journey-step .leaderShipBox .right-partner .idea-y.idea-yBt-r::before {
  left: 0;
}
.journey-step .leaderShipBox .right-partner .idea-y.post-lunch-h {
  left: 431px;
  transform: rotate(-10deg);
  top: 189px;
}
.journey-step .leaderShipBox .right-partner .idea-y.post-lunch-h .bdrTop::before {
  top: -10px;
  transform: rotate(-25deg);
  left: 0;
}
.journey-step .leaderShipBox .right-partner .idea-y.post-lunch-h .bdrTop::after {
  right: 7px;
}
.journey-step .leaderShipBox .right-partner .idea-y.post-lunch-h .bdrBottom::before {
  transform: rotate(-18deg);
  bottom: 3px;
}
.journey-step .leaderShipBox .right-partner .idea-y.post-lunch-h .bdrBottom::after {
  bottom: 2px;
  right: 4px;
  transform: rotate(20deg);
}
.journey-step .leaderShipBox .right-partner .idea-y.post-lunch-h::before {
  left: 0;
}
.journey-step .leaderShipBox .right-partner .idea-y.post-lunch-h::after {
  bottom: -10px;
  border-left: 81px solid transparent;
  border-right: 67px solid transparent;
  border-bottom: 25px solid #e6e1c0;
}
.journey-step .leaderShipBox .right-partner .idea-y.post-lunch-h img {
  transform: rotate(12deg);
  margin: -22px 0 0 0;
}
.journey-step .leaderShipBox .right-partner .idea-y.idea-bdr-f {
  left: 323px;
  top: 30px;
  background-color: transparent;
  transform: rotate(118deg);
}
.journey-step .leaderShipBox .right-partner .idea-y.idea-bdr-f::before {
  border-color: transparent;
}
.journey-step .leaderShipBox .right-partner .idea-y img {
  transform: rotate(127deg);
  margin: -26px -9px 0 0;
}
.journey-step .leaderShipBox .devlepmentBox {
  width: 25%;
  height: 88px;
  position: absolute;
  top: 42%;
  background-color: #e6e1c0;
  transform: rotate(53deg);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 7;
}
.journey-step .leaderShipBox .devlepmentBox::before {
  content: "";
  position: absolute;
  bottom: -7px;
  border-bottom: 7px solid #fff;
  width: 25%;
  right: 36%;
}
.journey-step .leaderShipBox .devlepmentBox p {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  font-weight: 500;
  color: #000;
  margin-right: 30px;
}
.journey-step .leaderShipBox .devlepmentBox .endProject {
  transform: rotate(-50deg);
}
.journey-step .leaderShipBox .devlepmentBox .endProject span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2CA3DB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.journey-step .leaderShipBox .devlepmentBox .endProject span i {
  transition: all 0.3s;
  font-size: 11px;
}
.journey-step .leaderShipBox .devlepmentBox .endProject span.active i {
  transform: rotate(45deg);
}
.journey-step .leaderShipBox .devlepmentBox .endProject .drop-box {
  background-color: #fff;
  position: absolute;
  z-index: 1;
  margin-top: 20px;
  margin-left: -130px !important;
  transform: rotate(-3deg);
  display: none;
  /*li {
      list-style: disc;
  }*/
}
.journey-step .leaderShipBox .devlepmentBox .endProject .drop-box.active {
  display: block;
}
.journey-step .leaderShipBox .popUpbox {
  z-index: 5;
  position: absolute;
  display: flex;
  align-items: center;
}
.journey-step .leaderShipBox .popUpbox p {
  font-size: 24px;
  line-height: 28px;
  margin: 0 30px 0 0;
  font-weight: 500;
  color: #000;
}
.journey-step .leaderShipBox .popUpbox .endProject span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2CA3DB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.journey-step .leaderShipBox .popUpbox .endProject span i {
  transition: all 0.3s;
  font-size: 11px;
}
.journey-step .leaderShipBox .popUpbox .endProject span.active i {
  transform: rotate(45deg);
}
.journey-step .leaderShipBox .popUpbox .endProject .drop-box {
  background-color: #fff;
  position: absolute;
  margin-top: 20px;
  margin-left: -130px !important;
  display: none;
  /*li {
      list-style: none;
  }*/
}
.journey-step .leaderShipBox .popUpbox .endProject .drop-box.active {
  display: block;
}
.journey-step .leaderShipBox .popUpbox.conceptText {
  left: 20%;
  top: 7%;
  z-index: 7;
}
.journey-step .leaderShipBox .popUpbox.conceptText p {
  transform: rotate(-15deg);
  position: relative;
  left: -25px;
}
.journey-step .leaderShipBox .popUpbox.conceptText img {
  margin-right: 20px;
}
.journey-step .leaderShipBox .popUpbox.ideaText {
  left: 15%;
  top: 480px;
}
.journey-step .leaderShipBox .popUpbox.ideaText p {
  transform: rotate(35deg);
  position: relative;
  bottom: 35px;
  left: -14px;
}
.journey-step .leaderShipBox .popUpbox.ideaText img {
  transform: rotate(-14deg);
  margin: -66px 40px 0px 0;
}
.journey-step .leaderShipBox .popUpbox.postlaunchText {
  right: 14%;
  top: 40px;
  z-index: 6;
}
.journey-step .leaderShipBox .popUpbox.postlaunchText p {
  transform: rotate(15deg);
  position: relative;
  bottom: 65px;
}
.journey-step .leaderShipBox .popUpbox.postlaunchText img {
  transform: rotate(-6deg);
  margin: 0 20px 65px 0;
}
.journey-step .leaderShipBox .popUpbox.postlaunchText .endProject .drop-box li {
  list-style: disc;
  /*&::marker {
      font-size: 9px;
  }*/
}
.journey-step .leaderShipBox .popUpbox.launchText {
  right: 14%;
  top: 441px;
}
.journey-step .leaderShipBox .popUpbox.launchText p {
  margin: 0 0 0 30px;
  transform: rotate(-38deg);
  position: relative;
  bottom: 38px;
}
.journey-step .leaderShipBox .popUpbox.launchText img {
  margin: 0 0px 60px 20px;
}
.journey-step .leaderShipBox .postLaunchBox {
  width: 148px;
  height: 45px;
  position: absolute;
  top: 22%;
  right: 40%;
  background-color: #e6e1c0;
  transform: rotate(-38deg);
}

.latestNews-block {
  padding: 160px 0;
}
.latestNews-block [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
.latestNews-block [class*=col-] [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.latestNews-block .card {
  margin-bottom: 50px;
  border-radius: 10px;
  transition: all 0.3s;
}
.latestNews-block .card .card-header {
  max-height: 177px;
  overflow: hidden;
}
.latestNews-block .card .card-header img {
  object-fit: cover;
}
.latestNews-block .card .card-body {
  padding: 40px 32px;
}
.latestNews-block .card .card-body h5, .latestNews-block .card .card-body .h5 {
  font-weight: 700;
  color: #333333;
}
.latestNews-block .card .card-body h5 span, .latestNews-block .card .card-body .h5 span {
  font-weight: 400;
}
.latestNews-block .card .card-body h3, .latestNews-block .card .card-body .h3 {
  font-weight: 700;
  padding: 12px 0 29px;
  color: #333333;
}
.latestNews-block .card .card-body p {
  color: #333333;
  max-width: 425px;
  padding-bottom: 40px;
}
.latestNews-block .card:hover {
  box-shadow: 0 10px 20px #00000029;
  transform: translateY(-10px);
}
.latestNews-block .left-block-news h2, .latestNews-block .left-block-news .h2 {
  font-weight: 700;
  max-width: 450px;
  margin-bottom: 100px;
}
.latestNews-block .mobile-view {
  display: none;
}
.latestNews-block .mobile-view h2, .latestNews-block .mobile-view .h2 {
  font-weight: 700;
}
.latestNews-block .mobile-view [class*=col-] {
  padding-left: 0px;
  padding-right: 0px;
}
.latestNews-block .mobile-view .news-boxs {
  margin: 50px 0 0;
  padding: 0 0 0 15px;
}
.latestNews-block .mobile-view .news-boxs .slick-slide {
  margin-right: 18px;
}
.latestNews-block .mobile-view .news-boxs .slick-slide .card .card-header {
  max-height: 160px;
  overflow: hidden;
}
.latestNews-block .mobile-view .news-boxs .slick-slide .card .card-header img {
  min-height: 160px;
}
.latestNews-block .mobile-view .news-boxs .slick-slide .card .card-body {
  padding: 30px 20px 50px;
}

.application-section {
  padding: 0 0 160px;
}
.application-section .get-inspired {
  text-align: center;
  margin-bottom: 98px;
  color: #000;
}
.application-section .get-inspired h3, .application-section .get-inspired .h3 {
  max-width: 530px;
  margin: 0 auto 30px;
}
.application-section .get-inspired p {
  max-width: 562px;
  margin: auto;
}
.application-section .desktop-view .left-application {
  position: relative;
  margin-bottom: 12px;
  padding: 0;
}
.application-section .desktop-view .left-application .single-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  max-height: 612px;
  height: 100%;
}
.application-section .desktop-view .left-application .single-img img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  height: 100%;
}
.application-section .desktop-view .left-application .single-img .img-content p {
  margin-bottom: 0;
}
.application-section .desktop-view .left-application .single-img:hover img {
  transform: scale(1.07);
}
.application-section .desktop-view .right-application {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;
  height: 100%;
}
.application-section .desktop-view .right-application .smallImg {
  width: 50%;
  min-width: calc(50% - 6px);
  max-height: 300px;
  max-width: 300px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.application-section .desktop-view .right-application .smallImg img {
  border-radius: 10px;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  height: 100%;
}
.application-section .desktop-view .right-application .smallImg .img-content p {
  max-width: 194px;
  margin-bottom: 0;
}
.application-section .desktop-view .right-application .smallImg:hover img {
  transform: scale(1.1);
}
.application-section .desktop-view .right-application .biglImg {
  width: 100%;
  max-height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.application-section .desktop-view .right-application .biglImg img {
  width: 100%;
  border-radius: 10px;
  max-height: 300px;
  object-fit: cover;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.application-section .desktop-view .right-application .biglImg .img-content p {
  max-width: 194px;
  margin-bottom: 0;
}
.application-section .desktop-view .right-application .biglImg:hover img {
  transform: scale(1.1);
}
.application-section .desktop-view [class*=col-] {
  padding-left: 6px;
  padding-right: 6px;
}
.application-section .iceaCream-product {
  display: none;
  padding: 0 0 0 15px;
}
.application-section .iceaCream-product .slick-slide {
  margin-right: 18px;
}
.application-section .iceaCream-product .slick-slide .mob-product-icea {
  position: relative;
}
.application-section .seeAll-btn {
  text-align: center;
  margin: 57px 0 0;
}
.application-section .seeAll-btn a {
  min-width: 612px;
}
.application-section .filter-tab {
  margin-left: auto;
}

.bring-next {
  padding: 122px 0;
  text-align: center;
  color: #000;
}
.bring-next p {
  max-width: 820px;
  margin: 22px auto 0;
  text-align: left;
}

.cheese-powder-sec {
  padding: 0 0 160px;
}
.cheese-powder-sec .container-fluid, .cheese-powder-sec .container-sm, .cheese-powder-sec .container-md, .cheese-powder-sec .container-lg, .cheese-powder-sec .container-xl, .cheese-powder-sec .container-xxl {
  display: flex;
}
.cheese-powder-sec .container-fluid .singleBox, .cheese-powder-sec .container-sm .singleBox, .cheese-powder-sec .container-md .singleBox, .cheese-powder-sec .container-lg .singleBox, .cheese-powder-sec .container-xl .singleBox, .cheese-powder-sec .container-xxl .singleBox {
  width: 33.33%;
  background-color: #FDB02B;
  min-height: 598px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  transition: all 0.5s;
  background-repeat: no-repeat;
}
.cheese-powder-sec .container-fluid .singleBox .inner-item, .cheese-powder-sec .container-sm .singleBox .inner-item, .cheese-powder-sec .container-md .singleBox .inner-item, .cheese-powder-sec .container-lg .singleBox .inner-item, .cheese-powder-sec .container-xl .singleBox .inner-item, .cheese-powder-sec .container-xxl .singleBox .inner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
}
.cheese-powder-sec .container-fluid .singleBox .inner-item h2, .cheese-powder-sec .container-sm .singleBox .inner-item h2, .cheese-powder-sec .container-md .singleBox .inner-item h2, .cheese-powder-sec .container-lg .singleBox .inner-item h2, .cheese-powder-sec .container-xl .singleBox .inner-item h2, .cheese-powder-sec .container-xxl .singleBox .inner-item h2, .cheese-powder-sec .container-fluid .singleBox .inner-item .h2, .cheese-powder-sec .container-sm .singleBox .inner-item .h2, .cheese-powder-sec .container-md .singleBox .inner-item .h2, .cheese-powder-sec .container-lg .singleBox .inner-item .h2, .cheese-powder-sec .container-xl .singleBox .inner-item .h2, .cheese-powder-sec .container-xxl .singleBox .inner-item .h2 {
  color: #fff;
  font-weight: 700;
  max-width: 130px;
  font-family: "centrale_sans";
}
.cheese-powder-sec .container-fluid .singleBox .inner-item h2.black, .cheese-powder-sec .container-sm .singleBox .inner-item h2.black, .cheese-powder-sec .container-md .singleBox .inner-item h2.black, .cheese-powder-sec .container-lg .singleBox .inner-item h2.black, .cheese-powder-sec .container-xl .singleBox .inner-item h2.black, .cheese-powder-sec .container-xxl .singleBox .inner-item h2.black, .cheese-powder-sec .container-fluid .singleBox .inner-item .black.h2, .cheese-powder-sec .container-sm .singleBox .inner-item .black.h2, .cheese-powder-sec .container-md .singleBox .inner-item .black.h2, .cheese-powder-sec .container-lg .singleBox .inner-item .black.h2, .cheese-powder-sec .container-xl .singleBox .inner-item .black.h2, .cheese-powder-sec .container-xxl .singleBox .inner-item .black.h2 {
  color: #3C3C39;
}
.cheese-powder-sec .container-fluid .singleBox .inner-item h2.white, .cheese-powder-sec .container-sm .singleBox .inner-item h2.white, .cheese-powder-sec .container-md .singleBox .inner-item h2.white, .cheese-powder-sec .container-lg .singleBox .inner-item h2.white, .cheese-powder-sec .container-xl .singleBox .inner-item h2.white, .cheese-powder-sec .container-xxl .singleBox .inner-item h2.white, .cheese-powder-sec .container-fluid .singleBox .inner-item .white.h2, .cheese-powder-sec .container-sm .singleBox .inner-item .white.h2, .cheese-powder-sec .container-md .singleBox .inner-item .white.h2, .cheese-powder-sec .container-lg .singleBox .inner-item .white.h2, .cheese-powder-sec .container-xl .singleBox .inner-item .white.h2, .cheese-powder-sec .container-xxl .singleBox .inner-item .white.h2 {
  color: #fff;
}
.cheese-powder-sec .container-fluid .singleBox.singleBox-one .inner-item h2, .cheese-powder-sec .container-sm .singleBox.singleBox-one .inner-item h2, .cheese-powder-sec .container-md .singleBox.singleBox-one .inner-item h2, .cheese-powder-sec .container-lg .singleBox.singleBox-one .inner-item h2, .cheese-powder-sec .container-xl .singleBox.singleBox-one .inner-item h2, .cheese-powder-sec .container-xxl .singleBox.singleBox-one .inner-item h2, .cheese-powder-sec .container-fluid .singleBox.singleBox-one .inner-item .h2, .cheese-powder-sec .container-sm .singleBox.singleBox-one .inner-item .h2, .cheese-powder-sec .container-md .singleBox.singleBox-one .inner-item .h2, .cheese-powder-sec .container-lg .singleBox.singleBox-one .inner-item .h2, .cheese-powder-sec .container-xl .singleBox.singleBox-one .inner-item .h2, .cheese-powder-sec .container-xxl .singleBox.singleBox-one .inner-item .h2 {
  margin-left: 15px;
}
.cheese-powder-sec .container-fluid .singleBox.singleBox-two, .cheese-powder-sec .container-sm .singleBox.singleBox-two, .cheese-powder-sec .container-md .singleBox.singleBox-two, .cheese-powder-sec .container-lg .singleBox.singleBox-two, .cheese-powder-sec .container-xl .singleBox.singleBox-two, .cheese-powder-sec .container-xxl .singleBox.singleBox-two {
  background-image: url(../../images/nbc-img.PNG);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cheese-powder-sec .container-fluid .singleBox.singleBox-three, .cheese-powder-sec .container-sm .singleBox.singleBox-three, .cheese-powder-sec .container-md .singleBox.singleBox-three, .cheese-powder-sec .container-lg .singleBox.singleBox-three, .cheese-powder-sec .container-xl .singleBox.singleBox-three, .cheese-powder-sec .container-xxl .singleBox.singleBox-three {
  background-image: url(../../images/shutterstock_191073656_1.PNG);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*.inner-item {
      h2 {
          color: $dark-3c;
      }
  }*/
}
.cheese-powder-sec .container-fluid .singleBox:hover, .cheese-powder-sec .container-sm .singleBox:hover, .cheese-powder-sec .container-md .singleBox:hover, .cheese-powder-sec .container-lg .singleBox:hover, .cheese-powder-sec .container-xl .singleBox:hover, .cheese-powder-sec .container-xxl .singleBox:hover {
  width: 50%;
}

.what-benefit .card {
  padding: 27px 0 56px;
}
.what-benefit .card .we-know {
  color: #000;
  margin-bottom: 65px;
}
.what-benefit .card .we-know h3, .what-benefit .card .we-know .h3 {
  font-weight: 700;
  margin: 0 0 26px;
}
.what-benefit .card .we-know p {
  max-width: 562px;
  margin: auto;
}
.what-benefit .card .tabList li a {
  color: #000;
  border-color: #000;
}
.what-benefit .card .tabList li a:hover {
  background-color: #000;
  color: #fff;
}

.cleanlabel-section {
  padding: 160px 0;
}
.cleanlabel-section h3, .cleanlabel-section .h3 {
  font-weight: 700;
  margin-bottom: 26px;
}
.cleanlabel-section p {
  max-width: 453px;
  margin-bottom: 30px;
}
.cleanlabel-section .card {
  max-width: 570px;
}
.cleanlabel-section .card .left-img img {
  border-radius: 10px;
}
.cleanlabel-section .card.care-pre {
  margin-left: auto;
}
.cleanlabel-section .right-content.box-content {
  margin: 0 0 0 auto;
}

.secret-ingred-sec {
  padding: 0 0 160px;
}
.secret-ingred-sec h1, .secret-ingred-sec .h1 {
  font-weight: 700;
  font-size: 54px;
  line-height: 64px;
  max-width: 504px;
  font-family: "centrale_sans";
}
.secret-ingred-sec .right-ingd {
  max-width: 570px;
  margin-left: auto;
}

.application-section .card .card-body {
  padding: 96px 15px 104px;
}

.get-intuch {
  padding: 0 0 160px;
}
.get-intuch .getLeft img {
  min-height: 330px;
  object-fit: cover;
}
.get-intuch .getRight {
  padding: 20px;
}
.get-intuch .getRight h3, .get-intuch .getRight .h3 {
  font-weight: 700;
  max-width: 255px;
  margin-bottom: 30px;
}
.get-intuch .getRight p {
  max-width: 85%;
  color: #000;
  margin: 0;
}
.get-intuch .getRight a {
  margin-top: 40px;
}

.why-cheese-powder {
  padding: 0 0 160px;
}
.why-cheese-powder .card {
  overflow: visible;
  border-radius: 10px;
}
.why-cheese-powder .why-left h1, .why-cheese-powder .why-left .h1 {
  font-weight: 700;
  max-width: 335px;
  margin-bottom: 26px;
}
.why-cheese-powder .why-left p {
  max-width: 400px;
  color: #333333;
}
.why-cheese-powder .colorBox .card {
  margin-bottom: 20px;
  min-height: 246px;
  transition: all 0.3s;
  cursor: pointer;
  overflow: visible;
}
.why-cheese-powder .colorBox .card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-cheese-powder .colorBox .card .card-body .whyPro-img {
  padding: 8px 15px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 12px;
  min-height: 46px;
  min-width: 65px;
}
.why-cheese-powder .colorBox .card .card-body .whyPro-img img {
  max-width: 30px;
  max-height: 30px;
  object-fit: inherit;
}
.why-cheese-powder .colorBox .card .card-body .inner-box {
  text-align: center;
}
.why-cheese-powder .colorBox .card .card-body .inner-box h3, .why-cheese-powder .colorBox .card .card-body .inner-box .h3 {
  font-weight: 700;
  margin-bottom: 21px;
}
.why-cheese-powder .colorBox .card .card-body .inner-box span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.why-cheese-powder .colorBox .card .card-body .inner-box span i {
  font-size: 13px;
  transition: all 0.5s;
}
.why-cheese-powder .colorBox .card .card-body .inner-box span.active i {
  transform: rotate(45deg);
}
.why-cheese-powder .colorBox .card .card-body .inner-box .drop-box {
  background-color: #fff;
  text-align: left;
  margin-left: 0 !important;
  margin-top: 15px;
  position: absolute;
  left: 28px;
  right: 0;
  z-index: 99;
  display: none;
}
.why-cheese-powder .colorBox .card .card-body .inner-box .drop-box li {
  color: #000;
  font-size: 14px;
  list-style: none;
  position: relative;
}
.why-cheese-powder .colorBox .card .card-body .inner-box .drop-box li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: -12px;
  top: 12px;
}
.why-cheese-powder .colorBox .card .card-body .inner-box .drop-box.active {
  display: block;
}
.why-cheese-powder .colorBox .card:hover {
  box-shadow: 0 10px 20px #00000029;
  transform: translateY(-10px);
  z-index: 1;
}
.why-cheese-powder .colorBox .card.bg-green-light .card-body .inner-box h3, .why-cheese-powder .colorBox .card.bg-green-light .card-body .inner-box .h3 {
  max-width: 145px;
}

.product-blend-banner {
  padding: 0 0 99px;
}
.product-blend-banner .left-content {
  color: #333333;
}
.product-blend-banner .left-content h1, .product-blend-banner .left-content .h1 {
  font-weight: 700;
  margin-bottom: 26px;
  max-width: 509px;
}
.product-blend-banner .left-content p {
  max-width: 465px;
}
.product-blend-banner .right-img img {
  border-radius: 0 0 10px 10px;
}

.complete-body {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9;
  display: flex;
  align-items: center;
}
.complete-body .chat-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2CA3DB;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-right: 11px;
}
.complete-body .chat-box {
  border: none;
  min-width: 294px;
  min-height: 400px;
  margin-bottom: 20px !important;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
}
.complete-body .chat-box iframe {
  width: 100%;
  height: 100%;
}
.complete-body .chat-box .inner-chat {
  display: flex;
  align-items: center;
}
.complete-body .chat-box .inner-chat .profile-img {
  position: relative;
  min-width: 50px;
  margin-right: 20px;
}
.complete-body .chat-box .inner-chat .profile-img img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  object-fit: cover;
}
.complete-body .chat-box .inner-chat .profile-img .chat-active {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: 4px;
  right: 4px;
  background-color: #47B95F;
  border: 2px solid #fff;
}
.complete-body .chat-box .inner-chat .profile-img .chat-active.diss-active {
  background-color: #dc3545;
}
.complete-body .chat-box .inner-chat p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
}
.complete-body .chat-box.show {
  position: absolute;
  inset: auto auto 0px 0px;
  margin: 0px;
  transform: translate(-244px, -52px);
}
.complete-body .up-scroll {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #005385;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.open-position {
  padding: 96px 0 0;
}
.open-position h3, .open-position .h3 {
  font-weight: 700;
  margin-bottom: 42px;
}
.open-position .single-job-box {
  margin-bottom: 13px;
}
.open-position .single-job-box .card-body {
  padding: 41px 35px;
}
.open-position .single-job-box .card-body .job-title h4, .open-position .single-job-box .card-body .job-title .h4 {
  font-weight: 700;
}
.open-position .single-job-box .card-body .job-detail p {
  max-width: 528px;
  font-size: 16px;
  line-height: 26px;
}
.open-position .single-job-box .card-body .readMore-btn {
  text-align: right;
}
.open-position .single-job-box .card-body .readMore-btn a {
  background-color: #fff;
}
.open-position .single-job-box .card-body .readMore-btn a:hover {
  background-color: #2CA3DB;
  color: #fff;
}

.how-can-section {
  padding: 115px 0 160px;
  background-color: rgba(242, 240, 228, 0.57);
  text-align: center;
}
.how-can-section h1, .how-can-section .h1 {
  font-weight: 700;
}

.location-tabs {
  padding: 0 0 178px;
  position: relative;
}
.location-tabs.getintouch-loctab .tab-lists {
  z-index: 1;
  /*transform: translateX(50%);
  right: 50%;*/
  width: 100%;
}
.location-tabs .tab-lists {
  justify-content: center;
  position: absolute;
  top: -60px;
  width: 100%;
}
.location-tabs .tab-lists .nav-item .nav-link {
  font-size: 15px;
  line-height: 20px;
  color: #3C3C39;
  padding: 35px 34px 34px;
  background-color: #F2F0E4;
  max-width: 206px;
  border-right: 1px solid #fff;
  height: 100%;
  border-radius: 0px;
}
.location-tabs .tab-lists .nav-item .nav-link:hover {
  background-color: #afdcf1;
  color: #2CA3DB;
}
.location-tabs .tab-lists .nav-item .nav-link.active {
  background-color: #afdcf1;
  color: #2CA3DB;
  font-weight: 700;
}
.location-tabs .tab-lists .nav-item:first-child .nav-link {
  border-radius: 10px 0 0 10px;
  border-right: 1px solid transparent;
}
.location-tabs .tab-lists .nav-item:nth-child(2) .nav-link {
  border-radius: 0px;
  border-left: 1px solid #fff;
}
.location-tabs .tab-lists .nav-item:last-child .nav-link {
  border-radius: 0 10px 10px 0;
  border-right: 1px solid transparent;
}
.location-tabs .location-specialist {
  padding: 174px 0 0;
}
.location-tabs .location-specialist .special-box {
  margin: 0 0 34px;
}
.location-tabs .location-specialist .special-box .card-header {
  position: relative;
}
.location-tabs .location-specialist .special-box .card-header img {
  width: 100%;
  border-radius: 10px;
}
.location-tabs .location-specialist .special-box .card-header .location-tag {
  border-radius: 55px;
  padding: 3px 16px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  background-color: #C0E4F4;
  position: absolute;
  right: 13px;
  bottom: 13px;
  display: inline-block;
  min-width: 55px;
  text-align: center;
}
.location-tabs .location-specialist .special-box .card-header .location-tag.tag-DE {
  background-color: #fee8c3;
}
.location-tabs .location-specialist .special-box .card-header .location-tag.tag-UK {
  background-color: #b6e3bf;
}
.location-tabs .location-specialist .special-box .card-body {
  padding: 22px 0;
}
.location-tabs .location-specialist .special-box .card-body p {
  font-size: 14px;
  line-height: 24px;
  margin: 0px;
  color: #333333;
}
.location-tabs .location-specialist .special-box .card-body p span {
  display: block;
}
.location-tabs .google-map {
  position: relative;
  width: 100%;
  height: 707px;
}
.location-tabs .google-map .map-marker {
  width: 236px;
  border-radius: 10px;
  border: none;
  margin-left: 14px !important;
  padding: 16px 0;
  position: relative;
}
.location-tabs .google-map .map-marker p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 400;
}
.location-tabs .google-map .map-marker p span {
  display: block;
}
.location-tabs .google-map .map-marker p span a {
  color: #000;
  text-decoration: none;
}
.location-tabs .google-map .gm-ui-hover-effect {
  top: 10px !important;
  right: 13px !important;
}
.location-tabs .google-map .denmark-address .dk-btn {
  position: absolute;
  top: 274px;
  left: 60%;
}
.location-tabs .google-map .denmark-address .dk-btn button {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  background-color: #FDB02B;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location-tabs .google-map .denmark-address .dk-btn button i {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
}
.location-tabs .google-map .denmark-address .dk-btn .drop-box p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #000;
}
.location-tabs .google-map .denmark-address .dk-btn .drop-box p:last-child {
  margin-bottom: 0px;
}
.location-tabs .google-map .denmark-address .dk-btn .drop-box p span {
  display: block;
}
.location-tabs .google-map .denmark-address .dk-btn .drop-box p span a {
  color: #000;
  text-decoration: none;
}
.location-tabs .google-map .denmark-address .dk-btn .drop-box .close-btn {
  position: absolute;
  top: 10px;
  right: 13px;
  cursor: pointer;
}
.location-tabs .google-map .denmark-address .dk-btn .drop-box .close-btn i {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
}
.location-tabs .google-map .denmark-address .dk-btn.lnd-btn {
  top: 509px;
  left: 25%;
}
.location-tabs .find-distributor {
  padding: 121px 0 0px;
}
.location-tabs .find-distributor h2, .location-tabs .find-distributor .h2 {
  font-weight: 700;
}
.location-tabs .find-distributor .choose-country {
  margin: 39px 0 0;
}
.location-tabs .find-distributor .choose-country select {
  appearance: none;
  background-color: #afdcf1;
  color: #2CA3DB;
  padding: 15px 60px 15px 45px;
  text-align: left;
}
.location-tabs .find-distributor .choose-country .getin-choose-country > div {
  position: relative;
  padding-right: 8px;
}
.location-tabs .find-distributor .choose-country .getin-choose-country > div:before {
  /*content: "\f078";
  font-family: "Font Awesome 5 free";
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;*/
}
.location-tabs .find-distributor .choose-country .getin-choose-country > div select {
  -webkit-appearance: none;
  outline: 0px;
}
.location-tabs .find-distributor .single-country-list {
  margin: 50px 0 70px;
  border-bottom: 1px solid #BFBFBF;
  padding: 0 0 70px;
}
.location-tabs .find-distributor .single-country-list:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.location-tabs .find-distributor .single-country-list h4, .location-tabs .find-distributor .single-country-list .h4 {
  font-weight: 700;
  margin: 0 0 56px;
}
.location-tabs .find-distributor .single-country-list .country-title h5, .location-tabs .find-distributor .single-country-list .country-title .h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.location-tabs .find-distributor .single-country-list .country-add h5, .location-tabs .find-distributor .single-country-list .country-add .h5 {
  font-size: 16px;
  line-height: 22px;
}
.location-tabs .find-distributor .single-country-list .country-add h5 b, .location-tabs .find-distributor .single-country-list .country-add .h5 b {
  display: block;
  font-weight: 600;
}
.location-tabs .find-distributor .single-country-list .country-add h5 span, .location-tabs .find-distributor .single-country-list .country-add .h5 span {
  display: block;
}
.location-tabs .find-distributor .single-country-list .country-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.location-tabs .find-distributor .single-country-list .country-contact h5, .location-tabs .find-distributor .single-country-list .country-contact .h5 {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  word-break: break-all;
}
.location-tabs .find-distributor .single-country-list .country-contact h5 span, .location-tabs .find-distributor .single-country-list .country-contact .h5 span {
  display: block;
}
.location-tabs .find-distributor .single-country-list .view-web {
  text-align: right;
}
.location-tabs .contact-form-section {
  padding: 174px 0 0;
}
.location-tabs .contact-form-section .contact-info {
  margin: 77px 0 0;
}
.location-tabs .contact-form-section .contact-info h3, .location-tabs .contact-form-section .contact-info .h3 {
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}
.location-tabs .contact-form-section .contact-info p {
  color: #000;
  max-width: 385px;
  margin-bottom: 33px;
}
.location-tabs .contact-form-section .contact-info .office-info p {
  color: #333333;
}
.location-tabs .contact-form-section .contact-info .office-info p b {
  font-weight: 700;
  display: block;
}
.location-tabs .contact-form-section .contact-info .office-info p span {
  display: block;
}
.location-tabs .contact-form-section .receive-form .card-body {
  padding: 77px 64px 55px;
}
.location-tabs .contact-form-section .receive-form .card-body .upper-title {
  color: #000;
}
.location-tabs .contact-form-section .receive-form .card-body .upper-title h4, .location-tabs .contact-form-section .receive-form .card-body .upper-title .h4 {
  font-weight: 700;
}
.location-tabs .contact-form-section .receive-form .card-body .upper-title p {
  max-width: 385px;
  font-size: 14px;
  line-height: 21px;
}
.location-tabs .contact-form-section .receive-form .card-body .umbraco-forms-form.getintouchform .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper input:focus {
  border-bottom: 1px solid #3C3C39;
  font-weight: 500;
  color: #333333;
}
.location-tabs .contact-form-section .receive-form .card-body .umbraco-forms-form.getintouchform .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.typeyourmessage .umbraco-forms-field-wrapper textarea {
  height: 97px;
  border-bottom: 1px solid #3C3C39;
  transition: all 0.1s ease-in-out;
  color: #333333;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: transparent;
  margin: 0;
  width: 100%;
  resize: none;
}
.location-tabs .contact-form-section .receive-form .card-body .umbraco-forms-form.getintouchform .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.typeyourmessage .umbraco-forms-field-wrapper textarea:focus-visible {
  outline: none;
}
.location-tabs .contact-form-section .receive-form .card-body .umbraco-forms-form.getintouchform .umbraco-forms-page .umbraco-forms-navigation .btn.primary {
  background-color: #afdcf1;
  border-color: #afdcf1;
}
.location-tabs .contact-form-section .receive-form .card-body .umbraco-forms-form.getintouchform .umbraco-forms-page .umbraco-forms-navigation .btn.primary:hover {
  background-color: #2CA3DB;
  border-color: #2CA3DB;
}
.location-tabs .contact-form-section .receive-form .card-body .detail-info-form .form-row {
  margin: 0 0 25px;
}
.location-tabs .contact-form-section .receive-form .card-body .detail-info-form .form-row .form-group .outline-dark {
  border-bottom: 1px solid #707070;
  color: #333333;
}
.location-tabs .contact-form-section .receive-form .card-body .detail-info-form .form-row .form-group .outline-dark.error {
  border-bottom-color: #dc3545;
}
.location-tabs .contact-form-section .receive-form .card-body .detail-info-form .form-row .form-group .outline-dark::-webkit-input-placeholder {
  /* Edge */
  color: #999999;
}
.location-tabs .contact-form-section .receive-form .card-body .detail-info-form .form-row .form-group .outline-dark:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}
.location-tabs .contact-form-section .receive-form .card-body .detail-info-form .form-row .form-group .outline-dark::placeholder {
  color: #999999;
}
.location-tabs .contact-form-section .receive-form .card-body .detail-info-form .form-row .form-group .outline-dark:focus {
  color: #333333;
  font-weight: 400;
}
.location-tabs .contact-form-section .receive-form .card-body .detail-info-form .form-row .form-group .outline-dark:focus::-webkit-input-placeholder {
  /* Edge */
  color: #333333;
  font-weight: 400;
}
.location-tabs .contact-form-section .receive-form .card-body .detail-info-form .form-row .form-group .outline-dark:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
  font-weight: 400;
}
.location-tabs .contact-form-section .receive-form .card-body .detail-info-form .form-row .form-group .outline-dark:focus::placeholder {
  color: #333333;
  font-weight: 400;
}
.location-tabs .contact-form-section .receive-form .card-body .detail-info-form .form-row .form-group textarea {
  resize: none;
}
.location-tabs .contact-form-section .receive-form .card-body .detail-info-form .form-row .form-group .custom-radio .form-check-input {
  border-radius: 50%;
  width: 15px;
  min-width: 15px;
  height: 15px;
}
.location-tabs .contact-form-section .receive-form .card-body .detail-info-form .form-row .form-group .custom-radio .form-check-input:checked {
  border-color: #2CA3DB;
  background-image: url(../../images/circle-blue.svg);
}
.location-tabs .contact-form-section .receive-form .card-body .detail-info-form .send-detail {
  transition: all 0.3s ease-in-out;
}
.location-tabs .contact-form-section .receive-form .card-body .detail-info-form .send-detail i {
  display: none;
  opacity: 0;
}
.location-tabs .contact-form-section .receive-form .card-body .detail-info-form .send-detail:hover i {
  display: inline-block;
  color: #fff;
  opacity: 1;
  margin: 0 0 0 10px;
}

.application-banner {
  padding: 119px 0;
}
.application-banner h2, .application-banner .h2 {
  color: #333333;
}
.application-banner h2 span, .application-banner .h2 span {
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}
.application-banner p {
  max-width: 800px;
  margin-bottom: 30px;
  color: #333333;
}
.application-banner p:last-child {
  margin-bottom: 0;
}

.familiar-with {
  padding: 96px 0 221px;
  background-image: url(../../images/shutterstock_1006113829_cheddar.PNG);
  background-position: center bottom -114px;
  background-repeat: no-repeat;
  margin: 0 0 160px;
}
.familiar-with .inner-fam {
  text-align: center;
  color: #000;
}
.familiar-with .inner-fam h3 span, .familiar-with .inner-fam .h3 span {
  font-weight: 700;
}
.familiar-with .inner-fam p {
  padding: 26px 0 71px;
  max-width: 562px;
  margin: auto;
}
.familiar-with .inner-fam .btn-item .btn {
  min-width: 196px;
  margin-right: 12px;
}
.familiar-with .inner-fam .btn-item .btn:last-child {
  margin-right: 0;
}
.familiar-with .inner-fam .btn-item .btn.btn-warning {
  color: #fff;
}
.familiar-with .inner-fam-2 {
  display: none;
  text-align: center;
}
.familiar-with .inner-fam-2 h3, .familiar-with .inner-fam-2 .h3 {
  font-weight: 400;
  color: #000;
}
.familiar-with .inner-fam-2 h3 span, .familiar-with .inner-fam-2 .h3 span {
  font-weight: 400;
}
.familiar-with .inner-fam-2 p {
  color: #000;
  max-width: 600px;
  padding: 20px 0 50px;
  margin: auto;
}
.familiar-with .inner-fam-2 .btn-item .list {
  max-width: 650px;
  margin: auto;
}
.familiar-with .inner-fam-2 .btn-item .list li {
  margin: 0 18px 20px 0;
  list-style: none;
  display: inline-block;
}
.familiar-with .inner-fam-2 .btn-item .list li:last-child {
  margin-right: 0;
}

.login-modal-box {
  background-color: transparent;
}
.login-modal-box .modal-content {
  border-radius: 10px;
  max-width: 1050px;
  margin: auto;
  border: none;
}
.login-modal-box .modal-content .modal-body {
  padding: 0;
}
.login-modal-box .modal-content .modal-body .left-box {
  border-radius: 10px 0 0 10px;
  height: 100%;
}
.login-modal-box .modal-content .modal-body .left-box .card-body {
  padding: 81px 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-modal-box .modal-content .modal-body .left-box .card-body img {
  border-radius: 10px;
}
.login-modal-box .modal-content .modal-body .login-form {
  border-radius: 0 10px 10px 0;
  position: relative;
}
.login-modal-box .modal-content .modal-body .login-form .back-btn {
  position: absolute;
  top: 18px;
  left: 21px;
  color: #fff;
  font-size: 16px;
  line-height: 37px;
  display: none;
}
.login-modal-box .modal-content .modal-body .login-form .back-btn a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
}
.login-modal-box .modal-content .modal-body .login-form .back-btn a i {
  margin-right: 6px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
}
.login-modal-box .modal-content .modal-body .login-form .modal-close-icon {
  position: absolute;
  top: 18px;
  right: 21px;
  color: #000;
  font-size: 16px;
  line-height: 37px;
  font-weight: 700;
  cursor: pointer;
}
.login-modal-box .modal-content .modal-body .login-form .card-body {
  padding: 75px 42px 65px;
}
.login-modal-box .modal-content .modal-body .login-form .card-body h3, .login-modal-box .modal-content .modal-body .login-form .card-body .h3 {
  text-align: center;
  font-weight: 700;
  color: #000;
  margin: 0;
}
.login-modal-box .modal-content .modal-body .login-form .card-body .login-title {
  display: none;
  color: #fff;
}
.login-modal-box .modal-content .modal-body .login-form .card-body .login-title h2, .login-modal-box .modal-content .modal-body .login-form .card-body .login-title .h2 {
  font-weight: 700;
}
.login-modal-box .modal-content .modal-body .login-form .card-body .login-title p {
  font-weight: 300;
}
.login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog {
  padding: 55px 0 0;
  position: relative;
}
.login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog .input-Area {
  margin: 40px 0;
}
.login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog .input-Area .form-row {
  position: relative;
}
.login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog .input-Area .form-row .form-group .input-beigen-light {
  padding: 20px 24px 11px;
}
.login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog .input-Area .form-row .form-group .input-beigen-light:-webkit-autofill, .login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog .input-Area .form-row .form-group .input-beigen-light:-webkit-autofill:hover, .login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog .input-Area .form-row .form-group .input-beigen-light:-webkit-autofill:focus, .login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog .input-Area .form-row .form-group .input-beigen-light:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #FAF9F4 inset !important;
}
.login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog .input-Area .form-row .form-group .input-beigen-light:focus ~ span {
  transform: translateY(-12px);
  font-size: 8px;
}
.login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog .input-Area .form-row .form-group .input-beigen-light:valid ~ span {
  transform: translateY(-12px);
  font-size: 8px;
}
.login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog .input-Area .form-row .form-group .input-beigen-light.error {
  border: 1px solid #dc3545;
}
.login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog .input-Area .form-row .form-group input[type=email]:not(:placeholder-shown) ~ span {
  transform: translateY(-12px);
  font-size: 8px;
}
.login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog .input-Area .form-row .form-group span {
  position: absolute;
  top: 15px;
  left: 24px;
  font-size: 14px;
  line-height: 19px;
  pointer-events: none;
  transition: 0.3s;
}
.login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog .input-Area .form-row.password-forgot {
  display: flex;
}
.login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog .input-Area .form-row.password-forgot .custom-radio {
  display: flex;
  align-items: center;
}
.login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog .input-Area .form-row.password-forgot .custom-radio .form-check-input {
  width: 11px;
  min-width: 11px;
  height: 11px;
  border-radius: 2px;
  border: 1px solid #EDEDED;
}
.login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog .input-Area .form-row.password-forgot .custom-radio .form-check-input:checked {
  border-color: #2CA3DB;
  background-image: url(../../images/circle-blue.svg);
}
.login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog .input-Area .form-row.password-forgot .custom-radio .form-check-label {
  font-size: 12px;
  line-height: 26px;
  color: #333333;
}
.login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog .input-Area .form-row.password-forgot .forgot-link {
  text-align: right;
}
.login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog .input-Area .form-row.password-forgot .forgot-link a {
  font-size: 12px;
  line-height: 26px;
  color: #999999;
  font-weight: 700;
  text-decoration: none;
}
.login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog .signup-btn {
  text-align: center;
  margin: 29px 0 0;
}
.login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog .signup-btn .btn-primary-dark {
  margin: 0 0 14px;
}
.login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog .signup-btn .singUp-link {
  text-decoration: none;
  font-size: 14px;
  line-height: 26px;
  color: #999999;
}
.login-modal-box .modal-content .modal-body .login-form .card-body .form-boxlog:nth-child(2) {
  padding: 0;
}

.filter-box {
  background-color: #fff;
  max-width: 452px;
  position: fixed;
  left: -465px !important;
  top: 0;
  min-height: 100%;
  height: 100%;
  width: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.21);
  padding: 75px;
  z-index: 100;
  overflow-x: auto;
  transition: 0.3s;
  cursor: inherit !important;
}
.filter-box .close-filter {
  cursor: pointer;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  color: #000;
  position: absolute;
  top: 20px;
  right: 20px;
}
.filter-box .filter-single-block .filter-title {
  font-weight: 700;
  color: #000;
  padding: 22px 0;
}
.filter-box .filter-single-block .filter-list {
  padding: 0;
  margin: 0;
}
.filter-box .filter-single-block .filter-list li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 8px;
}
.filter-box .filter-single-block .filter-list li .custom-checkbox {
  display: flex;
}
.filter-box .filter-single-block .filter-list li .custom-checkbox .form-check-input {
  width: 17px;
  height: 17px;
  min-width: 17px;
  border-radius: 3px;
  margin-right: 13px;
}
.filter-box .filter-single-block .filter-list li .custom-checkbox .form-check-input:checked {
  background-image: url(../../images/circle-blue.svg);
  border-color: #2CA3DB;
  background-size: 18px;
}
.filter-box .filter-single-block .filter-list li .custom-checkbox .form-check-label {
  color: #000;
  font-size: 15px;
  line-height: initial;
  padding-right: 15px;
}
.filter-box .filter-single-block .filter-list li span {
  font-size: 12px;
  color: #999999;
}
.filter-box .filter-single-block .filter-list li:last-child {
  margin: 0;
}
.filter-box .save-button {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 452px;
  left: -452px;
  border-radius: 10px 10px 0 0;
  transition: 0.3s;
}
.filter-box .save-button:hover {
  background-color: #2395cb;
  color: #fff;
}
.filter-box.application-fliter-box {
  margin-left: auto;
  right: -465px;
  left: inherit !important;
}
.filter-box.application-fliter-box .save-button {
  right: -452px;
  margin-left: auto;
}

.panel-active {
  overflow: hidden;
}
.panel-active .offcanvas-overlay {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
}
.panel-active .filter-box {
  left: 0 !important;
}
.panel-active .filter-box .save-button {
  left: 0 !important;
}
.panel-active .filter-box.application-fliter-box {
  right: 0 !important;
  left: inherit !important;
}
.panel-active .filter-box.application-fliter-box .save-button {
  right: 0 !important;
}

.bread-pastry-banner {
  padding: 98px 0;
}
.bread-pastry-banner .left-content {
  color: #000;
}
.bread-pastry-banner .left-content .btn-primary {
  margin: 0 0 67px;
}
.bread-pastry-banner .left-content h1, .bread-pastry-banner .left-content .h1 {
  font-weight: 700;
}
.bread-pastry-banner .left-content p {
  max-width: 453px;
}
.bread-pastry-banner .right-img img {
  border-radius: 10px;
}

.test-function {
  padding: 41px 0;
  color: #333333;
}
.test-function .function-sec {
  max-width: 904px;
  margin-left: auto;
}
.test-function .function-sec h3, .test-function .function-sec .h3 {
  font-weight: 700;
  margin: 0 0 26px;
}
.test-function .function-sec h4, .test-function .function-sec .h4 {
  margin: 0 0 30px;
  max-width: 800px;
}
.test-function .function-sec .top-flavours {
  padding: 110px 0 80px;
}
.test-function .function-sec .top-flavours h4, .test-function .function-sec .top-flavours .h4 {
  font-weight: 700;
  max-width: 600px;
  color: #333333;
}
.test-function .function-sec .top-flavours .spot-box {
  padding: 0;
}
.test-function .function-sec .top-flavours .spot-box li {
  display: inline-flex;
  align-items: center;
  margin-right: 34px;
}
.test-function .function-sec .top-flavours .spot-box li:last-child {
  margin-right: 0;
}
.test-function .function-sec .top-flavours .spot-box li span {
  border-radius: 20px;
  width: 38px;
  height: 12px;
  background-color: #8E71B3;
  display: inline-block;
  margin-right: 8px;
}
.test-function .function-sec .top-flavours .spot-box li span.bg-orange {
  background-color: #FDB02B;
}
.test-function .function-sec .top-flavours .spot-box li span.bg-blue {
  background-color: #2CA3DB;
}
.test-function .function-sec .top-flavours .spot-box li span.bg-green {
  background-color: #47B95F;
}
.test-function .function-sec .top-flavours .spot-box li span.bg-dark-blue {
  background-color: #005385;
}
.test-function .function-sec .top-flavours .spot-box li span.bg-turkise {
  background-color: #1DBFD3;
}
.test-function .function-sec .top-flavours .spot-box li span.bg-lilla {
  background-color: #8E71B3;
}
.test-function .function-sec .top-flavours .spot-box li p {
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
}
.test-function .function-sec .top-flavours .progress-items {
  margin: 42px 0 0;
}
.test-function .function-sec .top-flavours .progress-items .item-name p {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  font-weight: 700;
  max-width: 100px;
}
.test-function .function-sec .top-flavours .progress-items .item-percente {
  text-align: right;
}
.test-function .function-sec .top-flavours .progress-items .item-percente p {
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 12px;
}
.test-function .function-sec .top-card .card-body {
  padding: 32px 50px;
}
.test-function .function-sec .top-card .card-body i {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #2CA3DB;
}
.test-function .function-sec .top-card .card-body p {
  margin: 0;
  margin-bottom: 8px;
}

.german-sandwich {
  padding: 140px 0 130px;
}
.german-sandwich .left-img img {
  border-radius: 10px;
}
.german-sandwich .right-content h3, .german-sandwich .right-content .h3 {
  font-weight: 700;
  margin-bottom: 28px;
}
.german-sandwich .right-content p {
  max-width: 442px;
  margin-bottom: 59px;
}
.german-sandwich .right-content p:last-child {
  margin-bottom: 0;
}
.german-sandwich .right-content ul {
  padding-left: 18px;
}

.loyalty-box {
  padding: 0 0 140px;
}
.loyalty-box .card {
  position: relative;
  overflow: visible;
}
.loyalty-box .card img {
  border-radius: 10px;
}
.loyalty-box .card .plus-items .plus-btn {
  position: absolute;
  top: 85px;
  left: 70%;
}
.loyalty-box .card .plus-items .plus-btn .circle-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2CA3DB;
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  color: #fff;
}
.loyalty-box .card .plus-items .plus-btn .circle-btn.active i {
  transform: rotate(45deg);
}
.loyalty-box .card .plus-items .plus-btn .circle-btn i {
  font-size: 12px;
  transition: 0.3s;
}
.loyalty-box .card .plus-items .plus-btn .drop-box {
  display: none;
  margin: 16px 0 0 !important;
  padding: 39px 22px 39px 35px;
  color: #000;
  transform: translate(-116px, 0px) !important;
  background-color: #fff;
}
.loyalty-box .card .plus-items .plus-btn .drop-box.active {
  display: block;
  z-index: 9;
}
.loyalty-box .card .plus-items .plus-btn.plus-btn-two {
  top: 260px;
  left: 18%;
}
.loyalty-box .card .plus-items .plus-btn.plus-btn-three {
  top: 380px;
  left: 80%;
}

.news-trend-banner {
  padding: 126px 15px 176px;
}
.news-trend-banner h2, .news-trend-banner .h2 {
  font-weight: 700;
  margin: 0 0 30px;
  color: #333333;
}
.news-trend-banner p {
  max-width: 700px;
  color: #000;
}

.all-category-tab {
  padding: 0 0 160px;
}
.all-category-tab .popular-items {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.all-category-tab .popular-items p {
  margin: 0;
}
.all-category-tab .popular-items select {
  border: none;
  font-weight: 700;
  padding: 5px;
}
.all-category-tab .popular-items > div {
  position: relative;
}
.all-category-tab .popular-items > div:before {
  /*content: "\f078";
  font-family: "Font Awesome 5 free";
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;*/
}
.all-category-tab .popular-items > div select {
  padding: 5px 5px 5px 5px;
  -webkit-appearance: none;
  outline: 0px;
  min-width: 145px;
  background-color: #fff;
}
.all-category-tab .popular-items > div i {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
.all-category-tab .product-list-box {
  margin: 30px 0;
}
.all-category-tab .product-list-box .product-img img {
  border-radius: 20px 0 0 20px;
}
.all-category-tab .product-list-box .product-detail {
  color: #333333;
}
.all-category-tab .product-list-box .product-detail p {
  font-size: 16px;
  line-height: 26px;
  max-width: 570px;
}
.all-category-tab .product-list-box .product-detail p b {
  font-weight: 700;
}
.all-category-tab .product-list-box .product-detail h3, .all-category-tab .product-list-box .product-detail .h3 {
  font-weight: 700;
  margin: 0 0 21px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*/ autoprefixer: off /*/
  -webkit-box-orient: vertical;
  /*/ autoprefixer: on /*/
}
.all-category-tab .product-list-box .product-detail .btn-primary {
  margin: 30px 0 0;
}
.all-category-tab .product-list-box .product-detail .product-description p {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*/ autoprefixer: off /*/
  -webkit-box-orient: vertical;
  /*/ autoprefixer: on /*/
}

.newslatter-signup {
  padding: 0 0 160px;
}
.newslatter-signup .card .left-img {
  background-color: #F2F0E4;
  border-radius: 10px 0 0 10px;
  min-height: 100%;
  padding: 110px 98px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newslatter-signup .card .left-img img {
  border-radius: 10px;
}
.newslatter-signup .card .newslatter-box {
  padding: 0 74px 0 66px;
}
.newslatter-signup .card .newslatter-box h3, .newslatter-signup .card .newslatter-box .h3 {
  font-weight: 700;
  margin: 0 0 19px 0;
  color: #000;
}
.newslatter-signup .card .newslatter-box p {
  color: #000;
  max-width: 330px;
}
.newslatter-signup .card .newslatter-box .newslatter-form .form-row {
  margin-bottom: 20px;
}
.newslatter-signup .card .newslatter-box .newslatter-form .form-row .form-group input::-webkit-input-placeholder {
  /* Edge */
  color: transparent;
}
.newslatter-signup .card .newslatter-box .newslatter-form .form-row .form-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
}
.newslatter-signup .card .newslatter-box .newslatter-form .form-row .form-group input::placeholder {
  color: transparent;
}
.newslatter-signup .card .newslatter-box .newslatter-form .form-row .form-group input:focus::-webkit-input-placeholder {
  /* Edge */
  color: transparent;
  font-weight: 400;
}
.newslatter-signup .card .newslatter-box .newslatter-form .form-row .form-group input:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
  font-weight: 400;
}
.newslatter-signup .card .newslatter-box .newslatter-form .form-row .form-group input:focus::placeholder {
  color: transparent;
  font-weight: 400;
}
.newslatter-signup .card .newslatter-box .newslatter-form .btn-primary {
  margin: 30px 0 0;
}

.single-news-banner .img-banner {
  position: relative;
}
.single-news-banner .img-banner img {
  border-radius: 0 0 20px 20px;
  max-height: 450px;
  object-fit: cover;
  width: 100%;
}
.single-news-banner .img-banner .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.single-news-banner .img-banner .overlay-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 20px 20px;
}
.single-news-banner .img-banner .overlay-content h1, .single-news-banner .img-banner .overlay-content .h1 {
  color: #fff;
  font-weight: 700;
  z-index: 1;
  font-family: "centrale_sans";
  max-width: 90%;
  text-align: center;
}

.news-detail-area {
  padding: 120px 0 160px;
  position: relative;
}
.news-detail-area .category-date-box {
  max-width: 416px;
  padding: 30px 50px;
  border-radius: 10px 0 0 10px;
  background-color: #F2F0E4;
  margin-left: auto;
  position: absolute;
  top: -55px;
  right: 0;
  z-index: 2;
  width: 100%;
}
.news-detail-area .category-date-box ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.news-detail-area .category-date-box ul li {
  display: inline-block;
}
.news-detail-area .category-date-box ul li p {
  margin: 0;
}
.news-detail-area .category-date-box ul li p b {
  display: block;
}
.news-detail-area .news-content {
  max-width: 800px;
  margin: auto;
  color: #333333;
}
.news-detail-area .news-content p {
  margin: 0 0 20px 0;
}
.news-detail-area .news-content p a {
  color: blue;
  text-decoration: none;
}
.news-detail-area .news-content .news-img-box {
  margin: 20px 0;
}
.news-detail-area .news-content .news-img-box strong {
  display: contents;
}

.related-news-section {
  padding: 0 0 150px;
  overflow: hidden;
}
.related-news-section h2, .related-news-section .h2 {
  font-weight: 700;
  max-width: 507px;
  margin: 0 0 65px;
}
.related-news-section .related-news-box {
  margin: 0 0 30px;
}
.related-news-section .related-news-box .card-header {
  max-height: 171px;
  overflow: hidden;
}
.related-news-section .related-news-box .card-header img {
  width: 100%;
  object-fit: cover;
}
.related-news-section .related-news-box .card-body {
  padding: 40px 32px;
  color: #333333;
}
.related-news-section .related-news-box .card-body p {
  max-width: 324px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 19px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  /*/ autoprefixer: off /*/
  -webkit-box-orient: vertical;
  /*/ autoprefixer: on /*/
}
.related-news-section .related-news-box .card-body h4, .related-news-section .related-news-box .card-body .h4 {
  font-weight: 700;
  margin: 0 0 39px 0;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  /*/ autoprefixer: off /*/
  -webkit-box-orient: vertical;
  /*/ autoprefixer: on /*/
}

.company-banner-section {
  margin-top: -100px;
}
.company-banner-section .banner-img {
  position: relative;
}
.company-banner-section .banner-img img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.company-banner-section .banner-img .banner-content {
  position: absolute;
  top: 50px;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.company-banner-section .banner-img .banner-content h1, .company-banner-section .banner-img .banner-content .h1 {
  max-width: 509px;
  font-weight: 700;
  margin: 0 0 30px 0;
  color: #fff;
}
.company-banner-section .banner-img .banner-content p {
  max-width: 465px;
  color: #fff;
}

.our-mission-section {
  padding: 160px 0;
  /*&.our-mission-section-second {
      padding: 160px 0 0 0;
  }*/
}
.our-mission-section .mission-box {
  color: #333333;
  max-width: 508px;
  margin: 0 auto;
}
.our-mission-section .mission-box .card img {
  border-radius: 10px;
}
.our-mission-section .mission-box h2, .our-mission-section .mission-box .h2 {
  font-weight: 700;
  max-width: 323px;
  margin: 60px 0;
}
.our-mission-section .mission-box h3, .our-mission-section .mission-box .h3 {
  font-weight: 700;
  margin: 50px 0 28px 0;
}
.our-mission-section .mission-box p {
  max-width: 442px;
  margin-bottom: 2rem;
}

.abount-section {
  padding: 0 0 160px;
}
.abount-section .abount-box {
  text-align: center;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}
.abount-section .abount-box .card-body {
  padding: 56px 25px 65px;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  flex-direction: column;
  min-height: 365px;
}
.abount-section .abount-box .card-body img {
  margin: 0 0 53px 0;
  max-height: 60px;
  min-height: 60px;
}
.abount-section .abount-box .card-body p {
  color: #333333;
  margin: 0;
}
.abount-section .abount-box .card-body p b {
  display: block;
}
.abount-section [class*=col-] {
  padding-left: 6px;
  padding-right: 6px;
}

.social-response-section {
  padding: 0 0 160px;
}
.social-response-section .left-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 570px;
}
.social-response-section .left-img .card-body {
  padding: 78px 20px;
}
.social-response-section .right-content {
  color: #000;
  max-width: 500px;
  margin: auto;
}
.social-response-section .right-content h3, .social-response-section .right-content .h3 {
  font-weight: 700;
  max-width: 262px;
  margin: 0 0 35px;
}
.social-response-section .right-content p {
  max-width: 330px;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 20px;
}

.join-us-section {
  padding: 0 0 185px;
}
.join-us-section .right-content {
  max-width: 419px;
  margin: auto;
}
.join-us-section .right-content h3, .join-us-section .right-content .h3 {
  font-weight: 700;
  color: #FDB02B;
  margin: 0 0 16px;
}
.join-us-section .right-content p {
  max-width: 419px;
  color: #333333;
  font-size: 16px;
  margin: 0 0 33px;
}
.join-us-section .right-content .btn {
  transition: all 0.3s;
}
.join-us-section .right-content .btn:hover {
  transform: translateX(5px);
}

.roadmape-section {
  padding: 88px 0 0 0px;
  margin: 0 0 160px;
  position: relative;
  cursor: none;
}
.roadmape-section .cursor {
  pointer-events: none;
  position: relative;
  visibility: hidden;
}
.roadmape-section .cursor__ball {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.roadmape-section .cursor__ball circle {
  fill: #f7f8fa;
}
.roadmape-section:hover .cursor {
  visibility: visible;
}
.roadmape-section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #FDB02B;
}
.roadmape-section .btn-slider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
}
.roadmape-section .btn-slider::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fdb02b;
}
.roadmape-section .btn-slider .slick-slide {
  display: block;
  position: relative;
  cursor: pointer;
}
.roadmape-section .btn-slider .year-item {
  background-color: #fdb02b;
  color: #fff;
  margin-left: 213px;
  border-radius: 55px;
  padding: 2.5px 18px;
  z-index: 9;
  font-weight: 700;
}
.roadmape-section .road-content {
  padding-left: 100px;
}
.roadmape-section .road-content h2, .roadmape-section .road-content .h2 {
  font-weight: 700;
  margin: 0 0 17px;
}
.roadmape-section .road-content p {
  max-width: 442px;
  color: #333333;
}
.roadmape-section .road-content .roadmape-arrow {
  display: flex;
  justify-content: center;
  max-width: 600px;
  align-items: center;
}
.roadmape-section .road-content .roadmape-arrow .slick-arrow {
  position: initial;
  margin-top: 16px;
}
.roadmape-section .road-content .roadmape-arrow .slick-arrow::before {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.roadmape-section .road-content .roadmape-arrow .slick-arrow.slick-prev::before {
  content: "";
}
.roadmape-section .road-content .roadmape-arrow .slick-arrow.slick-next::before {
  content: "";
}
.roadmape-section .road-content .roadmape-arrow .circle-cs {
  width: 53px;
  height: 53px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  margin: 0 12px;
  display: inline-block;
}
.roadmape-section .outer-slider-sec {
  overflow: hidden;
  padding: 90px 0 78px 0;
}
.roadmape-section .outer-slider-sec .yearly-slider {
  position: relative;
  margin-left: 100px;
  overflow-x: hidden;
  padding: 40px 0;
}
.roadmape-section .outer-slider-sec .yearly-slider::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FDB02B;
  position: absolute;
  left: 0;
  bottom: 34%;
}
.roadmape-section .outer-slider-sec .yearly-slider .single-slide {
  /*  max-width: 459px;*/
  /*min-width: 459px;*/
  position: relative;
  overflow: visible;
  margin-right: 26px;
  box-shadow: 0px 3px 6px #00000029;
  flex-direction: row;
  display: flex !important;
}
.roadmape-section .outer-slider-sec .yearly-slider .single-slide .card-header {
  /*min-width: 184px;*/
  border-radius: 10px 0 0 10px;
}
.roadmape-section .outer-slider-sec .yearly-slider .single-slide .card-body {
  padding: 55px 30px;
}
.roadmape-section .outer-slider-sec .yearly-slider .single-slide .card-body .img-item {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background-color: #FDB02B;
  position: absolute;
  top: -30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.roadmape-section .outer-slider-sec .yearly-slider .single-slide .card-body .year-item {
  background-color: #C0E4F4;
  color: #2CA3DB;
  border-radius: 55px;
  padding: 2.5px 18px;
  font-weight: 700;
  margin-bottom: 18px;
  display: inline-block;
}
.roadmape-section .outer-slider-sec .yearly-slider .single-slide .card-body p {
  color: #000;
  font-size: 14px;
  line-height: 21px;
  /*  max-width: 336px;*/
}
.roadmape-section .outer-slider-sec .yearly-slider .single-slide.single-big {
  flex-direction: row;
  /*     max-width: 648px;*/
  /*  min-width: 648px;*/
}
.roadmape-section .outer-slider-sec .yearly-slider .single-slide.single-big .card-header {
  min-width: 184px;
  border-radius: 10px 0 0 10px;
}
.roadmape-section .outer-slider-sec .yearly-slider .single-slide.single-big .card-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}
.roadmape-section .outer-slider-sec .yearly-slider .single-slide.single-big .card-body {
  padding: 36px;
  /* min-width: 464px;*/
}
.roadmape-section .outer-slider-sec .yearly-slider .single-slide.single-big .card-body p {
  /*      max-width: 390px;*/
}
.roadmape-section .outer-slider-sec .yearly-slider .single-slide.single-big.small-cir .card-header {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.roadmape-section .outer-slider-sec .yearly-slider .single-slide.single-big.small-cir .card-header img {
  object-fit: contain;
}
.roadmape-section .outer-slider-sec .yearly-slider .slick-list {
  overflow: visible;
}
.roadmape-section .outer-slider-sec .yearly-slider .slick-list .slick-track {
  display: inline-flex;
  align-items: flex-end;
  /* width: 100% !important;*/
}
.roadmape-section .outer-slider-sec .yearly-slider .slick-list .slick-track .slick-slide {
  /* width: initial !important;*/
  /*cursor: pointer;*/
  margin-right: 15px;
}
.roadmape-section .outer-slider-sec .yearly-slider .slick-arrow {
  position: initial;
}
.roadmape-section .outer-slider-sec .yearly-slider .slick-arrow::before {
  content: "";
  color: #3C3C39;
}
.roadmape-section .outer-slider-sec .roadmape-arrow-b {
  display: flex;
  justify-content: center;
  align-items: center;
}
.roadmape-section .outer-slider-sec .roadmape-arrow-b .slick-arrow {
  position: initial;
  margin-top: 16px;
  cursor: none;
}
.roadmape-section .outer-slider-sec .roadmape-arrow-b .slick-arrow::before {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.roadmape-section .outer-slider-sec .roadmape-arrow-b .slick-arrow.slick-prev::before {
  content: "";
}
.roadmape-section .outer-slider-sec .roadmape-arrow-b .slick-arrow.slick-next::before {
  content: "";
}
.roadmape-section .outer-slider-sec .roadmape-arrow-b .circle-cs {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  margin: 0 12px;
  display: inline-block;
}
.roadmape-section .outer-slider-sec .btm-year-tag {
  position: absolute;
  background-color: #FDB02B;
  color: #fff;
  bottom: -10px;
  left: 213px;
  margin-bottom: 0;
  border-radius: 55px;
  padding: 2.5px 18px;
  z-index: 9;
  font-weight: 700;
}
.roadmape-section .btm-year {
  background-color: #FDB02B;
  color: #fff;
  border-radius: 55px;
  padding: 2.5px 18px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  bottom: -12px;
  left: 290px;
  z-index: 1;
  display: none;
}

.cookie-box {
  background-color: rgba(0, 0, 0, 0.2);
}
.cookie-box .modal-dialog .modal-content {
  border-radius: 0px;
  background-color: #fff;
  border: none;
  max-width: 640px;
  margin: auto;
}
.cookie-box .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
.cookie-box .modal-dialog .modal-content .modal-body .detail-area {
  border-radius: 0;
}
.cookie-box .modal-dialog .modal-content .modal-body .detail-area .card-body {
  color: #333333;
  padding: 30px 60px;
}
.cookie-box .modal-dialog .modal-content .modal-body .detail-area .card-body h3, .cookie-box .modal-dialog .modal-content .modal-body .detail-area .card-body .h3 {
  font-weight: 700;
  margin: 30px 0 10px;
}
.cookie-box .modal-dialog .modal-content .modal-body .detail-area .card-body p {
  font-size: 14px;
  line-height: 22px;
}
.cookie-box .modal-dialog .modal-content .modal-body .btn-area {
  padding: 36px 60px 30px;
  text-align: center;
  display: flex;
}
.cookie-box .modal-dialog .modal-content .modal-body .btn-area .btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 25px;
  padding: 15px 30px;
  width: 50%;
}
.cookie-box .modal-dialog .modal-content .modal-body .btn-area .btn:first-child {
  background-color: #F0F0F0;
  margin-right: 10px;
}
.cookie-box .modal-dialog .modal-content .modal-body .show-cookies-detail {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 0 0 16px;
  color: #333333;
  border-bottom: 1px solid #F0F0F0;
}
.cookie-box .modal-dialog .modal-content .modal-body .all-toggle-btns {
  text-align: center;
  padding: 0;
  margin: 0;
}
.cookie-box .modal-dialog .modal-content .modal-body .all-toggle-btns li {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  line-height: 19px;
  padding: 14px 0px;
  color: #000;
  border-right: 1px solid #F0F0F0;
  width: calc(25% - 4px);
  align-items: center;
  /* Rounded sliders */
}
.cookie-box .modal-dialog .modal-content .modal-body .all-toggle-btns li:last-child {
  border-right: none;
}
.cookie-box .modal-dialog .modal-content .modal-body .all-toggle-btns li .switch {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 20px;
  margin: 15px 0;
}
.cookie-box .modal-dialog .modal-content .modal-body .all-toggle-btns li .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-box .modal-dialog .modal-content .modal-body .all-toggle-btns li .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F0F0F0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cookie-box .modal-dialog .modal-content .modal-body .all-toggle-btns li .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.29);
}
.cookie-box .modal-dialog .modal-content .modal-body .all-toggle-btns li input:checked + .slider {
  background-color: #2CA3DB;
}
.cookie-box .modal-dialog .modal-content .modal-body .all-toggle-btns li input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}
.cookie-box .modal-dialog .modal-content .modal-body .all-toggle-btns li .slider.round {
  border-radius: 26px;
}
.cookie-box .modal-dialog .modal-content .modal-body .all-toggle-btns li .slider.round:before {
  border-radius: 50%;
}

.only-content {
  text-align: center;
  padding: 106px 0 156px;
}
.only-content h4, .only-content .h4 {
  max-width: 820px;
  margin: auto;
}

.we-think {
  color: #333333;
}
.we-think h2, .we-think .h2 {
  font-weight: 700;
}
.we-think h4, .we-think .h4 {
  max-width: 692px;
  margin: 33px 0 60px 0;
}

.we-love-it {
  padding: 76px 0 186px;
  margin: 0 0 160px;
}
.we-love-it .section-heading {
  margin: 0 0 142px;
}
.we-love-it .product-item-box {
  overflow: visible;
  align-items: center;
  max-width: 508px;
  margin-left: auto;
  margin-right: auto;
}

.rnd-section {
  padding: 0 0 245px;
}
.rnd-section .left-img {
  max-width: 568px;
}
.rnd-section .right-content {
  color: #333333;
}
.rnd-section .right-content.RND-right {
  margin-left: 20px;
}
.rnd-section .right-content h3, .rnd-section .right-content .h3 {
  font-weight: 700;
}
.rnd-section .right-content p {
  padding: 20px 0 14px;
  max-width: 442px;
}

.behind-success {
  padding: 20px 0 178px;
}
.behind-success .left-content h1, .behind-success .left-content .h1 {
  max-width: 504px;
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
}
.behind-success .left-content h3, .behind-success .left-content .h3 {
  font-weight: 700;
  max-width: 340px;
  margin: 0 0 30px;
  color: #333333;
}
.behind-success .left-content p {
  max-width: 453px;
  color: #333333;
}
.behind-success .left-content ul {
  padding: 0 0 0 18px;
}
.behind-success .right-img {
  max-width: 560px;
  margin-left: auto;
}

.social-comment {
  padding: 0 0 160px;
}
.social-comment .left-con-box {
  max-width: 500px;
  margin-left: auto;
}
.social-comment .comment-heading {
  margin: 0 0 82px;
}
.social-comment .comment-heading h2, .social-comment .comment-heading .h2 {
  font-weight: 700;
  margin-bottom: 40px;
}
.social-comment .comment-heading p {
  max-width: 442px;
  color: #333333;
}
.social-comment .comment-item {
  margin: 0 0 56px;
  max-width: 500px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.social-comment .comment-item .card-body {
  padding: 51px 59px 51px 41px;
}
.social-comment .comment-item .card-body h4, .social-comment .comment-item .card-body .h4 {
  margin: 0 0 20px 0;
  font-style: italic;
  font-family: "centrale_sans";
  color: #3C3C39;
}
.social-comment .comment-item .card-body p {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
}
.social-comment .comment-item .card-body p b {
  color: #000;
}
.social-comment [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}

.faq-section {
  padding: 89px 0 143px;
}
.faq-section h3, .faq-section .h3 {
  font-weight: 700;
  color: #333333;
}
.faq-section .faq-custom-accordian .accordion-item {
  margin: 0 0 20px 0;
  border: none;
  border-radius: 10px;
}
.faq-section .faq-custom-accordian .accordion-item .accordion-header {
  border-radius: 10px;
  border: none;
}
.faq-section .faq-custom-accordian .accordion-item .accordion-header .accordion-button {
  padding: 40px 60px 35px 47px;
  border-radius: 10px;
  border: none;
  background-color: transparent;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #333333;
  box-shadow: none;
  justify-content: space-between;
}
.faq-section .faq-custom-accordian .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.faq-section .faq-custom-accordian .accordion-item .accordion-header .accordion-button::after {
  width: 40px;
  height: 40px;
  background-color: #afdcf1;
  border-radius: 50%;
  background-position: center;
  background-image: url(../../images/plus-b.png);
  background-size: 12px;
}
.faq-section .faq-custom-accordian .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
  background-image: url(../../images/close-icon-bs.png);
}
.faq-section .faq-custom-accordian .accordion-item .accordion-collapse .accordion-body {
  padding: 0px 60px 35px 47px;
  border-radius: 0 0 10px 10px;
}
.faq-section .faq-custom-accordian .accordion-item .accordion-collapse .accordion-body p {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  max-width: 997px;
}

.quality-banner {
  text-align: center;
  padding: 108px 15px 160px;
}
.quality-banner h1, .quality-banner .h1 {
  font-weight: 700;
  margin: 0 0 16px;
}
.quality-banner p {
  max-width: 416px;
  margin: auto;
  color: #000;
}

.our-quality-section .left-content-area {
  max-width: 1024px;
  margin: auto;
  padding: 0 0 160px;
}
.our-quality-section .left-content-area .left-area-data {
  max-width: 800px;
  margin-left: auto;
}
.our-quality-section .left-content-area .left-area-data h3, .our-quality-section .left-content-area .left-area-data .h3 {
  font-weight: 700;
  margin: 0 0 27px;
}
.our-quality-section .left-content-area .left-area-data ul {
  padding: 0 0 0 18px;
}
.our-quality-section .video-block {
  max-width: 1024px;
  margin-left: auto;
  margin-bottom: 160px;
}

.explore-product {
  padding: 0 0 160px;
  color: #000;
}
.explore-product h3, .explore-product .h3 {
  font-weight: 700;
  margin: 0 0 65px;
}
.explore-product .bg-gray, .explore-product .card {
  text-align: center;
  margin: 0 0 12px;
  transition: all 0.3s;
  height: calc(100% - 12px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.explore-product .bg-gray p, .explore-product .card p {
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  margin: 16px 0 0;
}
.explore-product .bg-gray img, .explore-product .card img {
  max-width: 50px;
  max-height: 50px;
  min-height: 50px;
}
.explore-product .bg-gray img.hoverImg, .explore-product .card img.hoverImg {
  display: none;
}
.explore-product .bg-gray:hover, .explore-product .card:hover {
  background-color: #afdcf1;
}
.explore-product .bg-gray:hover p, .explore-product .card:hover p {
  color: #2CA3DB;
}
.explore-product .bg-gray:hover img.withOut-hover, .explore-product .card:hover img.withOut-hover {
  display: none;
}
.explore-product .bg-gray:hover img.hoverImg, .explore-product .card:hover img.hoverImg {
  display: inline-block;
}
.explore-product .bg-gray a, .explore-product .card a {
  color: #000;
  text-decoration: none;
}
.explore-product [class*=col-] {
  padding-left: 6.5px;
  padding-right: 6.5px;
}

.cheese-powder-banner {
  padding: 48px 0;
}
.cheese-powder-banner .left-img {
  text-align: right;
}
.cheese-powder-banner .left-img img {
  object-fit: contain;
}
.cheese-powder-banner .right-content {
  color: #fff;
}
.cheese-powder-banner .right-content .display-l1 {
  font-weight: 700;
  margin: 0 0 30px;
}
.cheese-powder-banner .right-content p {
  max-width: 465px;
}

.sub-heading {
  text-align: center;
  padding: 166px 15px 172px;
}
.sub-heading h2, .sub-heading .h2 {
  font-weight: 700;
  color: #333333;
}
.sub-heading h4, .sub-heading .h4 {
  color: #000;
  max-width: 748px;
  margin: 30px auto 0;
}

.long-term-potential {
  padding: 27px 0;
  margin: 0 0 162px;
}
.long-term-potential .left-img {
  text-align: right;
}
.long-term-potential .left-img img {
  padding-right: 30px;
}
.long-term-potential .right-content h2, .long-term-potential .right-content .h2 {
  max-width: 308px;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
}
.long-term-potential .right-content h2 span, .long-term-potential .right-content .h2 span {
  font-weight: 700;
}

.location-tabs.product-cheese-tabs .tab-lists .nav-item .nav-link {
  padding: 25px 34px 24px;
  max-width: 188px;
}
.location-tabs.product-cheese-tabs .product-item-sec {
  padding: 167px 0 140px;
  color: #000;
}
.location-tabs.product-cheese-tabs .product-item-sec h3, .location-tabs.product-cheese-tabs .product-item-sec .h3 {
  font-weight: 700;
  margin: 0 0 65px;
}
.location-tabs.product-cheese-tabs .product-item-sec p {
  max-width: 820px;
}
.location-tabs.product-cheese-tabs .what-wedo {
  padding: 0 0 124px;
}
.location-tabs.product-cheese-tabs .what-wedo .left-content {
  color: #333333;
}
.location-tabs.product-cheese-tabs .what-wedo .left-content h3, .location-tabs.product-cheese-tabs .what-wedo .left-content .h3 {
  font-weight: 700;
}
.location-tabs.product-cheese-tabs .what-wedo .left-content p {
  max-width: 453px;
  margin: 28px 0 30px;
}
.location-tabs.product-cheese-tabs .what-wedo .right-cards {
  display: flex;
  flex-wrap: wrap;
}
.location-tabs.product-cheese-tabs .what-wedo .right-cards .card {
  margin: 0 9px 22px;
}
.location-tabs.product-cheese-tabs .what-wedo .right-cards .card:first-child {
  width: calc(50% - 18px);
}
.location-tabs.product-cheese-tabs .what-wedo .right-cards .card:first-child .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.location-tabs.product-cheese-tabs .what-wedo .right-cards .card:first-child .card-body img {
  max-height: 195px;
}
.location-tabs.product-cheese-tabs .what-wedo .right-cards .card:first-child .card-body h4, .location-tabs.product-cheese-tabs .what-wedo .right-cards .card:first-child .card-body .h4 {
  max-width: 115px;
  font-size: 23px;
  line-height: 27px;
  color: #fff;
  font-weight: 700;
  margin-left: 15px;
}
.location-tabs.product-cheese-tabs .what-wedo .right-cards .card:nth-child(2) {
  width: calc(50% - 18px);
}
.location-tabs.product-cheese-tabs .what-wedo .right-cards .card:nth-child(2) img {
  height: 100%;
  object-fit: cover;
}
.location-tabs.product-cheese-tabs .what-wedo .right-cards .card:last-child {
  width: 100%;
}
.location-tabs.product-cheese-tabs .explore-product {
  padding: 0;
}
.location-tabs.product-cheese-tabs .did-know {
  padding: 0 0 188px;
}
.location-tabs.product-cheese-tabs .did-know h3, .location-tabs.product-cheese-tabs .did-know .h3 {
  font-weight: 700;
  margin: 0 0 37px;
}
.location-tabs.product-cheese-tabs .did-know ul {
  padding: 0;
  margin: 0;
}
.location-tabs.product-cheese-tabs .did-know ul li {
  font-size: 16px;
  line-height: 26px;
  max-width: 491px;
  color: #333333;
}
.location-tabs.product-cheese-tabs .did-know ul li::marker {
  font-size: 9px;
}

.footer-section.footer-dark {
  background-color: #3C3C39;
  color: #fff;
}
.footer-section.footer-dark .footer-mid {
  border-bottom: 1px solid #fff;
}
.footer-section.footer-dark .footer-mid .footer-items p {
  color: #fff;
}
.footer-section.footer-dark .footer-mid .footer-items .footer-nav-link li a {
  color: #fff;
}
.footer-section.footer-dark .footer-mid .footer-items .footer-nav-link li.sub-menu {
  display: none;
}
.footer-section.footer-dark .footer-mid .footer-items .footer-nav-link li.sub-menu .sub-menu-list a {
  color: #fff;
}
.footer-section.footer-dark .footer-mid .footer-items .social-icons li a {
  border: 1px solid #fff;
  color: #fff;
}
.footer-section.footer-dark .footer-mid .footer-items .food-search input {
  border: 1px solid #fff;
}
.footer-section.footer-dark .footer-mid .footer-items .food-search input::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
.footer-section.footer-dark .footer-mid .footer-items .food-search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.footer-section.footer-dark .footer-mid .footer-items .food-search input::placeholder {
  color: #fff;
}
.footer-section.footer-dark .footer-mid .latest-news h4, .footer-section.footer-dark .footer-mid .latest-news .h4 {
  color: #fff;
}
.footer-section.footer-dark .footer-mid .latest-news .news-form .form-row .form-group .outline-white::-webkit-input-placeholder {
  /* Edge */
  color: transparent;
}
.footer-section.footer-dark .footer-mid .latest-news .news-form .form-row .form-group .outline-white:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
}
.footer-section.footer-dark .footer-mid .latest-news .news-form .form-row .form-group .outline-white::placeholder {
  color: transparent;
}
.footer-section.footer-dark .footer-mid .latest-news .news-form .form-row .form-group span {
  color: #fff;
}
.footer-section.footer-dark .footer-mid .latest-news .news-form .form-row .form-group.custom-select i {
  color: #707070;
}
.footer-section.footer-dark .footer-mid .latest-news .news-form .btn-outline-white:hover {
  background-color: #2CA3DB;
  color: #fff;
  border-color: #2CA3DB;
}
.footer-section.footer-dark .footer-bottom .privacy-policy p a {
  color: #fff;
  text-decoration: none;
}
.footer-section.footer-dark .footer-bottom .privacy-policy p a:hover {
  color: #2CA3DB;
}

.product-ncb-banner .banner-content {
  color: #fff;
}
.product-ncb-banner .banner-content h1, .product-ncb-banner .banner-content .h1 {
  font-size: 70px;
  line-height: 80px;
  max-width: 459px;
  color: #fff;
  text-transform: uppercase;
}
.product-ncb-banner .banner-content p {
  font-size: 17px;
  line-height: 23px;
}
.product-ncb-banner .banner-content .btn-outline-white {
  background-color: transparent;
}
.product-ncb-banner .banner-content .btn-outline-white:hover {
  background-color: #fff;
}

.natural-booster .sub-heading {
  padding: 0 0 60px;
}
.natural-booster .sub-heading h2, .natural-booster .sub-heading .h2 {
  color: #fff;
  max-width: 640px;
  margin: 0 auto 16px;
  font-family: "centrale_sans";
}
.natural-booster .sub-heading p {
  font-size: 16px;
  line-height: 30px;
  max-width: 658px;
  margin: auto;
  font-weight: 300;
  color: #fff;
}
.natural-booster .video-block {
  max-width: 963px;
  margin: auto;
}
.natural-booster .offer-box {
  transition: all 0.3s;
  margin: 0 0 31px 0;
  height: calc(100% - 31px);
  min-height: 300px;
}
.natural-booster .offer-box .card-body {
  padding: 25px 41px 30px 22px;
  color: #3C3C39;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.natural-booster .offer-box .card-body h3, .natural-booster .offer-box .card-body .h3 {
  font-weight: 700;
  margin: 0 0 13px;
}
.natural-booster .offer-box .card-body h4, .natural-booster .offer-box .card-body .h4 {
  font-weight: 700;
  line-height: 27px;
  max-width: 181px;
  margin: 0 0 20px;
}
.natural-booster .offer-box .card-body p {
  margin: 0 0 22px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.natural-booster .offer-box .card-body a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
  position: relative;
  width: fit-content;
}
.natural-booster .offer-box .card-body a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #A2907F;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.natural-booster .offer-box:hover {
  background-color: #E6E0BF;
  transform: translateY(-10px);
}
.natural-booster [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

.we-love-it.bg-black {
  color: #fff;
  margin: 0;
}
.we-love-it.bg-black .section-heading {
  margin: 0 0 100px;
}
.we-love-it.bg-black .section-heading h1, .we-love-it.bg-black .section-heading .h1 {
  color: #fff;
}
.we-love-it.bg-black .product-item-box {
  overflow: visible;
  align-items: center;
}
.we-love-it.bg-black .product-item-box .card-body h3, .we-love-it.bg-black .product-item-box .card-body .h3 {
  color: #fff;
}
.we-love-it.bg-black .product-item-box .card-body p {
  color: #fff;
  padding: 20px 0;
}
.we-love-it.bg-black .product-item-box .card-body p b {
  display: block;
}

.rnd-section.bg-black .row {
  padding: 0 0 160px;
}
.rnd-section.bg-black .row .left-img {
  max-width: 508px;
  background-color: transparent;
  margin: auto;
}
.rnd-section.bg-black .row .left-img.flavour-left {
  margin: 0 0 0 auto;
}
.rnd-section.bg-black .row .right-content {
  color: #fff;
  max-width: 458px;
  margin: auto;
}
.rnd-section.bg-black .row .right-content h4, .rnd-section.bg-black .row .right-content .h4 {
  font-weight: 700;
}
.rnd-section.bg-black .row .right-content p {
  padding: 10px 0 20px;
  font-weight: 300;
}

.product-cover-banner.creamy-banner .banner-content h1, .product-cover-banner.creamy-banner .banner-content .h1 {
  font-weight: 400;
  font-size: 58px;
  line-height: 68px;
  text-transform: uppercase;
  max-width: 331px;
}
.product-cover-banner.creamy-banner .banner-content h1 span:first-child, .product-cover-banner.creamy-banner .banner-content .h1 span:first-child {
  color: #E6E0BF59;
}
.product-cover-banner.creamy-banner .banner-content h1 span:nth-child(2), .product-cover-banner.creamy-banner .banner-content .h1 span:nth-child(2) {
  color: #A2907F;
}
.product-cover-banner.creamy-banner .banner-content h1 span:nth-child(3), .product-cover-banner.creamy-banner .banner-content .h1 span:nth-child(3) {
  color: #E6E0BF59;
}
.product-cover-banner.creamy-banner .banner-content h1 span:last-child, .product-cover-banner.creamy-banner .banner-content .h1 span:last-child {
  color: #E6E0BF35;
}
.product-cover-banner.whats-kokumi-banner .banner-content .display-l1 {
  font-size: 84px;
  line-height: 80px;
  font-weight: 400;
  color: #fff;
  max-width: 551px;
  text-transform: uppercase;
}
.product-cover-banner.whats-kokumi-banner .banner-content .display-l1 span {
  font-weight: 700;
}
.product-cover-banner.NCb-food .banner-content h1, .product-cover-banner.NCb-food .banner-content .h1 {
  color: #fff;
  line-height: 82px;
  max-width: 446px;
  margin: 0 0 41px;
  font-weight: 700;
}
.product-cover-banner.NCb-food .banner-content a {
  background-color: transparent;
  padding: 15px 45px;
  max-width: max-content;
  font-size: 15px;
  line-height: 20px;
}
.product-cover-banner.NCb-food .banner-content a:hover {
  background-color: #fff;
}
.product-cover-banner.product-range-banner .twoImg-banner {
  /*display: flex;
  flex-wrap: wrap;*/
}
.product-cover-banner.product-range-banner .twoImg-banner img {
  max-height: 100%;
  width: 50%;
  object-fit: inherit;
}
.product-cover-banner.product-range-banner .banner-content {
  padding: 15px;
  align-items: center;
  width: 100%;
}
.product-cover-banner.product-range-banner .banner-content h1, .product-cover-banner.product-range-banner .banner-content .h1 {
  font-size: 150px;
  line-height: 64px;
  max-width: 100%;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.section.application-slider {
  padding-left: 114px;
  /*overflow: hidden;*/
  position: relative;
  /* .barSlider {
      .barList {
          margin: 20px 0 0;
          padding: 5px 0;

          .slick-track {
              cursor: pointer;
              line-height: inherit;

              .slick-slide {
                  &.slick-active {
                      &.slick-current {
                          li {
                              background-color: $orange;
                              padding: 2px;
                              border-radius: 3px;
                              position: relative;
                              top: 1px;
                          }
                      }
                  }
              }
          }

          li {
              display: inline-block;
              padding: 1px;
              background-color: $white;
          }
      }
  }*/
}
.section.application-slider h2, .section.application-slider .h2 {
  color: #fff;
  font-weight: 700;
  margin: 0 0 50px;
}
.section.application-slider .application-items {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding-bottom: 40px;
  padding-top: 30px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  /*scroll-behavior: smooth;*/
  /*.slick-slide {
      margin-right: 12px;

      .product-item {
          position: relative;
          // margin-right:12px;
          width: -webkit-fill-available;
          background-color: transparent;
          max-height: 300px;
          overflow: hidden;

          img {
              border-radius: 10px;
              // max-width:300px;
              // max-height:300px;
              // min-width:300px;
              // min-height:300px;
              min-height: 300px;
              object-fit: cover;
              transition: all 0.5s ease-in-out;
              width: 100%;


              &:hover {
                  transform: scale(1.1);
              }
          }

          .img-overlay {
              position: absolute;
              left: 0px;
              bottom: 31px;
              padding: 0 27px;

              h4 {
                  color: $white;
                  font-weight: $fw-700;
              }
          }
      }
  }*/
}
.section.application-slider .application-items .product-item {
  position: relative;
  width: -webkit-fill-available;
  background-color: transparent;
  max-height: 300px;
  overflow: hidden;
  min-width: 300px;
  margin: 6px;
  /*transition: all 0.3s ease-in-out;*/
  transition: all 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section.application-slider .application-items .product-item:hover {
  transform: scale(1.04) translateY(-16px);
}
.section.application-slider .application-items .product-item img {
  border-radius: 10px;
  min-height: 300px;
  object-fit: cover;
  /*  transition: all 0.5s ease-in-out;*/
  width: 100%;
  /*&:hover {
      transform: scale(1.1);
  }*/
}
.section.application-slider .application-items .product-item .img-overlay {
  position: absolute;
  left: 0px;
  bottom: 31px;
  padding: 0 27px;
}
.section.application-slider .application-items .product-item .img-overlay h4, .section.application-slider .application-items .product-item .img-overlay .h4 {
  color: #fff;
  font-weight: 700;
}
.section.application-slider .yellowbar {
  /* width:100%;
    height:2px;
    background-color:#fff;*/
}
.section.application-slider .yellowbar li {
  width: 100%;
  height: 2px;
  background-color: #fff;
  /* max-width: 300px;*/
}
.section.application-slider .yellowbar li .picture-tag img {
  visibility: hidden;
}
.section.application-slider .yellowbar .slick-list .slick-track .slick-slide.slick-active {
  height: 4px;
  background-color: yellow;
  /* position: absolute;
  top: 15px;*/
  /* max-width: 300px;*/
  border-radius: 3px;
}
.section.application-slider .yellowbar .slick-list .slick-track .slick-slide.slick-active li {
  /*height: 4px;
  background-color: yellow;*/
}
.section.application-slider .slick-dots {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
}
.section.application-slider .slick-dots li {
  width: -webkit-fill-available;
  width: 100%;
}
.section.application-slider .slick-dots li button::before {
  background-color: #fff;
  opacity: 1;
  margin: 0;
  border-radius: 0;
}
.section.application-slider .slick-dots li.slick-active {
  height: 4px;
}
.section.application-slider .slick-dots li.slick-active button::before {
  background-color: #FDB02B;
  opacity: 1;
  height: 4px;
  border-radius: 2px;
}
.section.application-slider .slick-arrow {
  position: absolute;
}
.section.application-slider .slick-arrow.slick-prev {
  left: 13%;
  top: 30%;
  z-index: 1;
}
.section.application-slider .slick-arrow.slick-prev::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 1;
  padding: 7px;
  font-size: 16px;
}
.section.application-slider .slick-arrow.slick-prev::after {
  content: "";
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: transparent;
  border: 3px solid #F2F0E4;
  position: absolute;
  top: -18px;
  left: 47px;
  display: inline-block;
  pointer-events: none;
}
.section.application-slider .slick-arrow.slick-next {
  right: 78%;
  top: 30%;
}
.section.application-slider .slick-arrow.slick-next::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 1;
  padding: 7px;
  font-size: 16px;
}

.mobile-panel {
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: #005385;
  position: fixed;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 98;
  padding: 100px 50px 50px;
  transition: all 0.37s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-panel .top-link h2, .mobile-panel .top-link .h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
.mobile-panel .top-link .mobile-navbar {
  padding: 0;
  margin: 0;
}
.mobile-panel .top-link .mobile-navbar li {
  display: block;
}
.mobile-panel .top-link .mobile-navbar li a {
  color: #f3f3f3;
  text-decoration: none;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.mobile-panel .top-link .mobile-navbar li a:hover {
  transform: translateY(2px);
}
.mobile-panel .top-link .mobile-navbar li.sub-menu .wrap-list {
  display: flex;
  align-items: center;
  margin: 0 0 23px 0;
}
.mobile-panel .top-link .mobile-navbar li.sub-menu .wrap-list .right {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 0 15px;
  color: #f3f3f3;
  transition: all 0.3s ease-in-out;
}
.mobile-panel .top-link .mobile-navbar li.sub-menu .sub-menu-list {
  padding: 0;
  margin: 0;
}
.mobile-panel .top-link .mobile-navbar li.sub-menu .sub-menu-list li a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 16px;
}
.mobile-panel .top-link .mobile-navbar li.sub-menu.product-submenu-list {
  padding: 0 0 0 20px;
}
.mobile-panel .top-link .mobile-navbar li.sub-menu.product-submenu-list a.inner-title-l {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.mobile-panel .top-link .mobile-navbar li.sub-menu.product-submenu-list a.inner-title-l .right-inner {
  margin: 0 0 0 5px;
  font-size: 14px;
  font-weight: 600;
}
.mobile-panel .top-link .mobile-navbar li.sub-menu.product-submenu-list a.inner-title-l.ftr {
  display: block;
}
.mobile-panel .top-link .mobile-navbar li.sub-menu.product-submenu-list .sub-menu-list {
  padding: 0 0 0 20px;
  margin: 0 0 15px 0;
}
.mobile-panel .top-link .mobile-navbar li.sub-menu.product-submenu-list .sub-menu-list li a {
  margin: 0 0 5px 0;
}
.mobile-panel .top-link .mobile-navbar li.singleMenu a {
  margin: 0 0 23px 0;
}
.mobile-panel .bottom-link {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
}
.mobile-panel .bottom-link a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
}
.mobile-panel .bottom-link .language-list {
  position: 0;
  margin: 0;
}
.mobile-panel .bottom-link .language-list li {
  display: inline-block;
  color: #fff;
}
.mobile-panel .bottom-link .language-list li a {
  color: #fff;
  font-weight: 300;
}
.mobile-panel .bottom-link .language-list li a.active {
  font-weight: 600;
}

.menu-active {
  overflow: hidden;
}
.menu-active .mobile-panel {
  left: 0;
}
.menu-active .mobile-panel .top-link .mobile-navbar li.menu-right-animation.new-animate:nth-child(1) {
  animation: equalizeR 0.3s;
  animation-delay: 0.1s;
}
.menu-active .mobile-panel .top-link .mobile-navbar li.menu-right-animation.new-animate:nth-child(2) {
  animation: equalizeR 0.4s;
  animation-delay: 0.1s;
}
.menu-active .mobile-panel .top-link .mobile-navbar li.menu-right-animation.new-animate:nth-child(3) {
  animation: equalizeR 0.5s;
  animation-delay: 0.1s;
}
.menu-active .mobile-panel .top-link .mobile-navbar li.menu-right-animation.new-animate:nth-child(4) {
  animation: equalizeR 0.6s;
  animation-delay: 0.1s;
}
.menu-active .mobile-panel .top-link .mobile-navbar li.menu-right-animation.new-animate:nth-child(5) {
  animation: equalizeR 0.7s;
  animation-delay: 0.1s;
}
.menu-active .mobile-panel .top-link .mobile-navbar li.menu-right-animation.new-animate:nth-child(6) {
  animation: equalizeR 0.8s;
  animation-delay: 0.1s;
}
@keyframes equalizeR {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0px);
  }
}
.menu-active .top-header .container-fluid .mobile-menu .hamburg-one, .menu-active .top-header .container-sm .mobile-menu .hamburg-one, .menu-active .top-header .container-md .mobile-menu .hamburg-one, .menu-active .top-header .container-lg .mobile-menu .hamburg-one, .menu-active .top-header .container-xl .mobile-menu .hamburg-one, .menu-active .top-header .container-xxl .mobile-menu .hamburg-one {
  transform: rotate(-45deg);
  top: 17px;
  height: 3px;
}
.menu-active .top-header .container-fluid .mobile-menu .hamburg-two, .menu-active .top-header .container-sm .mobile-menu .hamburg-two, .menu-active .top-header .container-md .mobile-menu .hamburg-two, .menu-active .top-header .container-lg .mobile-menu .hamburg-two, .menu-active .top-header .container-xl .mobile-menu .hamburg-two, .menu-active .top-header .container-xxl .mobile-menu .hamburg-two {
  transform: rotate(45deg);
  height: 3px;
  top: 17px;
}
.menu-active .top-header .container-fluid .mobile-menu .hamburg-three, .menu-active .top-header .container-sm .mobile-menu .hamburg-three, .menu-active .top-header .container-md .mobile-menu .hamburg-three, .menu-active .top-header .container-lg .mobile-menu .hamburg-three, .menu-active .top-header .container-xl .mobile-menu .hamburg-three, .menu-active .top-header .container-xxl .mobile-menu .hamburg-three {
  display: none;
}

.mobile-latest-news {
  padding: 50px 15px 80px;
  display: none;
}
.mobile-latest-news .latest-news h4, .mobile-latest-news .latest-news .h4 {
  margin: auto;
  text-align: center;
  color: #FDB02B;
  max-width: 100%;
}
.mobile-latest-news .latest-news .news-form .form-row .form-group .outline-dark:-webkit-autofill, .mobile-latest-news .latest-news .news-form .form-row .form-group .outline-dark:-webkit-autofill:hover, .mobile-latest-news .latest-news .news-form .form-row .form-group .outline-dark:-webkit-autofill:focus, .mobile-latest-news .latest-news .news-form .form-row .form-group .outline-dark:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fee8c3 inset !important;
}
.mobile-latest-news .latest-news .news-form .form-row .form-group .outline-dark:focus {
  border-bottom: 2px solid #FDB02B;
  color: #FDB02B;
}
.mobile-latest-news .latest-news .news-form .form-row .form-group .outline-dark:focus::-webkit-input-placeholder {
  /* Edge */
  color: #FDB02B;
}
.mobile-latest-news .latest-news .news-form .form-row .form-group .outline-dark:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FDB02B;
}
.mobile-latest-news .latest-news .news-form .form-row .form-group .outline-dark:focus::placeholder {
  color: #FDB02B;
}
.mobile-latest-news .latest-news .news-form .form-row .form-group input[type=email]::-webkit-input-placeholder {
  /* Edge */
  color: transparent;
}
.mobile-latest-news .latest-news .news-form .form-row .form-group input[type=email]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
}
.mobile-latest-news .latest-news .news-form .form-row .form-group input[type=email]::placeholder {
  color: transparent;
}
.mobile-latest-news .latest-news .news-form .form-row .form-group input[type=email]:focus::-webkit-input-placeholder {
  /* Edge */
  color: transparent;
}
.mobile-latest-news .latest-news .news-form .form-row .form-group input[type=email]:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
}
.mobile-latest-news .latest-news .news-form .form-row .form-group input[type=email]:focus::placeholder {
  color: transparent;
}
.mobile-latest-news .latest-news .news-form .form-row .form-group .custom-radio .form-check-input {
  border-radius: 50%;
  border-color: transparent;
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.mobile-latest-news .latest-news .news-form .form-row .form-group .custom-radio .form-check-input:checked {
  background-image: url(../../images/circle-orange.svg);
}
.mobile-latest-news .latest-news .news-form .form-row .form-group .custom-radio .form-check-label {
  color: #3C3C39;
}
.mobile-latest-news .latest-news .news-form .btn {
  border-color: #FDB02B;
  color: #FDB02B;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.mobile-latest-news .latest-news .news-form .btn span {
  line-height: 20px;
}
.mobile-latest-news .latest-news .news-form .btn i {
  display: none;
  margin-left: 12px;
  font-weight: 600;
}
.mobile-latest-news .latest-news .news-form .btn:hover {
  background-color: #2CA3DB;
  border-color: #2CA3DB;
  color: #fff;
  padding: 15px 50px;
}
.mobile-latest-news .latest-news .news-form .btn:hover i {
  display: block;
}
.mobile-latest-news .umbraco-forms-form .umbraco-forms-page .umbraco-forms-navigation .btn.primary {
  border-color: #FDB02B;
  color: #FDB02B;
}
.mobile-latest-news .umbraco-forms-form .umbraco-forms-page .umbraco-forms-navigation .btn.primary:hover {
  background-color: #FDB02B;
  color: #fff;
}

.product-solution-grid {
  padding: 0 0 160px;
}
.product-solution-grid .upper-item h2, .product-solution-grid .upper-item .h2 {
  font-weight: 700;
  max-width: 357px;
  margin: 0 0 43px;
}
.product-solution-grid .upper-item .scope-list {
  padding: 0;
  margin: 0;
}
.product-solution-grid .upper-item .scope-list li {
  display: inline-flex;
  align-items: center;
  margin-right: 39px;
}
.product-solution-grid .upper-item .scope-list li:last-child {
  margin-right: 0;
}
.product-solution-grid .upper-item .scope-list li .c-circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #005385;
  margin-right: 15px;
  display: inline-block;
}
.product-solution-grid .upper-item .scope-list li .c-circle.bc-circle {
  background-color: #3C3C39;
}
.product-solution-grid .gridBoxs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 54px;
}
.product-solution-grid .gridBoxs .innerGrid {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 419px;
  position: relative;
  flex-direction: column;
}
.product-solution-grid .gridBoxs .innerGrid h3, .product-solution-grid .gridBoxs .innerGrid .h3 {
  font-weight: 700;
  max-width: 204px;
  margin: auto;
  text-align: center;
}
.product-solution-grid .gridBoxs .innerGrid .endProject {
  text-align: center;
  position: absolute;
  top: 64%;
}
.product-solution-grid .gridBoxs .innerGrid .endProject span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  cursor: pointer;
}
.product-solution-grid .gridBoxs .innerGrid .endProject span i {
  font-size: 13px;
  transition: all 0.5s;
}
.product-solution-grid .gridBoxs .innerGrid .endProject span.active i {
  transform: rotate(45deg);
}
.product-solution-grid .gridBoxs .innerGrid .endProject .drop-box {
  text-align: left;
  background-color: #fff;
  z-index: 9;
  display: none;
  margin-left: 0 !important;
  width: 300px;
}
.product-solution-grid .gridBoxs .innerGrid .endProject .drop-box li {
  color: #000;
}
.product-solution-grid .gridBoxs .innerGrid .endProject .drop-box li::marker {
  font-size: 9px;
}
.product-solution-grid .gridBoxs .innerGrid .c-dots {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  right: 23%;
  bottom: -10px;
  background-color: #333333;
  z-index: 1;
}
.product-solution-grid .gridBoxs .innerGrid .c-dots.c-dot-b {
  background-color: #005385;
  right: 35%;
}
.product-solution-grid .gridBoxs .innerGrid.bg-lilla {
  background-color: #ddd5e8;
  border-radius: 10px 0 0 0;
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
}
.product-solution-grid .gridBoxs .innerGrid.bg-lilla::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: -10px;
  bottom: -15px;
  color: #333333;
  font-weight: 900;
  z-index: -1;
  font-size: 38px;
}
.product-solution-grid .gridBoxs .innerGrid.bg-lilla .highL {
  position: absolute;
  left: 13px;
  bottom: 16px;
}
.product-solution-grid .gridBoxs .innerGrid.bg-lilla .lowR {
  position: absolute;
  right: 50px;
  bottom: 30px;
}
.product-solution-grid .gridBoxs .innerGrid.bg-lilla .highT {
  position: absolute;
  top: 13px;
  right: 11px;
}
.product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots::before {
  content: "";
  width: 345px;
  height: 3px;
  background-color: #333333;
  transform: rotate(117deg);
  position: absolute;
  left: -87px;
  top: -140px;
}
.product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots.c-dot-b::before {
  content: "";
  width: 318px;
  height: 3px;
  background-color: #005385;
  transform: rotate(137deg);
  position: absolute;
  left: -29px;
  top: -103px;
}
.product-solution-grid .gridBoxs .innerGrid.bg-blue {
  background-color: #afdcf1;
  border-radius: 0 10px 0 0px;
  border-bottom: 2px solid #333333;
}
.product-solution-grid .gridBoxs .innerGrid.bg-blue::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: -10px;
  top: -5px;
  color: #333333;
  font-weight: 900;
  z-index: -1;
  font-size: 38px;
}
.product-solution-grid .gridBoxs .innerGrid.bg-blue::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: -10px;
  bottom: -15px;
  color: #333333;
  font-weight: 900;
  z-index: -1;
  font-size: 38px;
}
.product-solution-grid .gridBoxs .innerGrid.bg-blue .mildL {
  position: absolute;
  left: 50px;
  bottom: 30px;
}
.product-solution-grid .gridBoxs .innerGrid.bg-blue .strongR {
  position: absolute;
  right: 21px;
  bottom: 16px;
}
.product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots {
  left: -11px;
  top: 24%;
}
.product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots::before {
  content: "";
  width: 415px;
  height: 3px;
  background-color: #333333;
  transform: rotate(-132deg);
  position: absolute;
  left: -54px;
  top: 166px;
}
.product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots.c-dot-b {
  background-color: #005385;
  top: 45%;
}
.product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots.c-dot-b::before {
  content: "";
  width: 300px;
  height: 3px;
  background-color: #005385;
  transform: rotate(-133deg);
  position: absolute;
  left: -38px;
  top: 118px;
}
.product-solution-grid .gridBoxs .innerGrid.bg-orange {
  background-color: #fee8c3;
  border-radius: 0 0 0 10px;
  border-right: 2px solid #333333;
}
.product-solution-grid .gridBoxs .innerGrid.bg-orange::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: -10px;
  bottom: -7px;
  color: #333333;
  font-weight: 900;
  z-index: -1;
  font-size: 38px;
}
.product-solution-grid .gridBoxs .innerGrid.bg-orange .lowRT {
  position: absolute;
  right: 50px;
  top: 30px;
}
.product-solution-grid .gridBoxs .innerGrid.bg-orange .highRB {
  position: absolute;
  bottom: 13px;
  right: 11px;
}
.product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots {
  right: -11px;
  top: 35%;
}
.product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots::before {
  content: "";
  width: 230px;
  height: 3px;
  background-color: #333333;
  transform: rotate(-136deg);
  position: absolute;
  left: -181px;
  top: -64px;
}
.product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots.c-dot-b {
  background-color: #005385;
  top: 52%;
}
.product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots.c-dot-b::before {
  content: "";
  width: 330px;
  height: 3px;
  background-color: #005385;
  transform: rotate(-136deg);
  position: absolute;
  left: -268px;
  top: -101px;
}
.product-solution-grid .gridBoxs .innerGrid.bg-green {
  background-color: #b6e3bf;
  border-radius: 0 0 10px 0;
}
.product-solution-grid .gridBoxs .innerGrid.bg-green .mildL {
  position: absolute;
  left: 50px;
  top: 50px;
}
.product-solution-grid .gridBoxs .innerGrid.bg-green .mildTL {
  position: absolute;
  left: 50px;
  top: 30px;
}
.product-solution-grid .gridBoxs .innerGrid.bg-green .strongTR {
  position: absolute;
  right: 50px;
  top: 30px;
}
.product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots {
  left: 42%;
  top: -11px;
}
.product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots::before {
  content: "";
  width: 333px;
  height: 3px;
  background-color: #333333;
  transform: rotate(150deg);
  position: absolute;
  left: -298px;
  top: 88px;
}
.product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots.c-dot-b {
  background-color: #005385;
  left: 30%;
}
.product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots.c-dot-b::before {
  content: "";
  width: 311px;
  height: 3px;
  background-color: #005385;
  transform: rotate(131deg);
  position: absolute;
  left: -250px;
  top: 125px;
}

.why-cheese-powder.home-why-cheese-p {
  margin: 160px 0 0;
}
.why-cheese-powder.home-why-cheese-p .card .card-body {
  padding: 0;
}

.serviceAll-section {
  margin: 0 0 160px;
}
.serviceAll-section .left-content .serviceList {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.serviceAll-section .left-content .serviceList img {
  max-width: 50px;
  min-width: 50px;
}
.serviceAll-section .left-content .serviceList .rgt-c {
  width: calc(100% - 100px);
  margin-left: 50px;
}
.serviceAll-section .left-content .serviceList .rgt-c h4, .serviceAll-section .left-content .serviceList .rgt-c .h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.serviceAll-section .left-content .serviceList .rgt-c p {
  max-width: 450px;
  font-size: 16px;
  margin: 0;
}

.top-header.productNBC-head .logo .mobile-v {
  display: none;
}

.companyinnvation-vdo {
  position: relative;
}
.companyinnvation-vdo .video-block {
  max-width: 1097px;
}

.top-header .logo .mobile-view {
  display: none;
}

.footer-section .light {
  display: inline-block;
}
.footer-section .dark {
  display: none;
}
.footer-section.footer-dark .light {
  display: none;
}
.footer-section.footer-dark .dark {
  display: inline-block;
}

.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset {
  padding: 0px;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field {
  position: relative;
  margin: 0px 0 20px 0;
  /**k**/
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.yourname, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.youremail {
  max-height: 60px;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.yourname .umbraco-forms-label, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.youremail .umbraco-forms-label {
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  transform: translateY(25px);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.yourname .umbraco-forms-label.trnsf, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.youremail .umbraco-forms-label.trnsf {
  transform: translateY(3px);
  font-size: 10px;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper input {
  background-color: transparent;
  border: none;
  padding-left: 0;
  font-size: 13px;
  line-height: 21px;
  border-radius: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #3C3C39;
  transition: all 0.1s ease-in-out;
  width: 100%;
  margin: 0;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper input:focus {
  border-bottom: 2px solid #2CA3DB;
  color: #2CA3DB;
  font-weight: 700;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper input.input-validation-error {
  border-bottom: 1px solid #FF1414 !important;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .field-validation-error {
  display: block;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  color: #3C3C39 !important;
  padding: 0;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.selectapplications.dropdown {
  margin: 38px 0 0;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.selectapplications.dropdown .multiselect-native-select .btn-group {
  width: 100%;
  border-bottom: 1px solid #3C3C39;
  position: relative;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.selectapplications.dropdown .multiselect-native-select .btn-group:after {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 700;
  color: #3C3C39;
  position: absolute;
  right: 15px;
  pointer-events: none;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.selectapplications.dropdown .multiselect-native-select .btn-group .custom-select {
  border: none;
  width: 100%;
  text-align: left;
  background-color: transparent;
  padding: 6px 20px 6px 0;
  font-size: 13px;
  line-height: 21px;
  color: #3C3C39;
  white-space: inherit;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.selectapplications.dropdown .multiselect-native-select .btn-group .multiselect-container {
  border-radius: 5px;
  border: none;
  box-shadow: 0 3px 6px #00000029;
  top: 38px;
  width: 100%;
  padding: 12px 8px;
  max-height: 220px;
  overflow-y: scroll;
  position: absolute !important;
  width: 100% !important;
  top: 38px !important;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.selectapplications.dropdown .multiselect-native-select .btn-group .multiselect-container .multiselect-option.active {
  background-color: transparent;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.selectapplications.dropdown .multiselect-native-select .btn-group .multiselect-container .multiselect-option .form-check {
  display: flex;
  align-items: center;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.selectapplications.dropdown .multiselect-native-select .btn-group .multiselect-container .multiselect-option .form-check .form-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #999999;
  border-radius: 3px;
  margin: 4px 12px 0px -24px;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.selectapplications.dropdown .multiselect-native-select .btn-group .multiselect-container .multiselect-option .form-check .form-check-input:checked {
  background-image: url(../../images/circle-blue.svg);
  background-color: #fff;
  border: 1px solid #2CA3DB;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.selectapplications.dropdown .multiselect-native-select .btn-group .multiselect-container .multiselect-option .form-check .form-check-label {
  white-space: break-spaces;
  color: #000;
  font-size: 15px;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.checkbox {
  margin-bottom: 0px;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-top: 20px;
  justify-content: flex-end;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.checkbox .umbraco-forms-label {
  padding: 0;
  pointer-events: painted;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  color: #3C3C39 !important;
  /*transform: translate(0, 25px);*/
  position: relative;
  z-index: 2;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.checkbox .umbraco-forms-field-wrapper {
  position: relative;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.checkbox .umbraco-forms-field-wrapper input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 2px;
  width: 18px !important;
  height: 18px !important;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.checkbox .umbraco-forms-field-wrapper .cusTome-check {
  display: inline-block;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  border: 1px solid #3C3C39 !important;
  margin-right: 8px;
  margin-top: 2px;
  border-radius: 3px;
  background-color: white;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.checkbox .umbraco-forms-field-wrapper .cusTome-check.checked {
  background-color: white;
  border-color: #2CA3DB !important;
  box-shadow: none;
  background-image: url(../../images/circle-blue.svg);
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-navigation {
  padding: 0px;
  position: relative;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-navigation .btn.primary {
  color: #2CA3DB;
  border: 1px solid #2CA3DB;
  padding: 15px 45px;
  border-radius: 26px;
  transition: all 0.3s;
  margin: 16px 0 0 0;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-navigation .btn.primary:hover {
  background-color: #2CA3DB;
  color: #fff;
  padding: 15px 60px 15px 45px;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-navigation .btn.primary:hover + .rightArrow i {
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-navigation .rightArrow i {
  position: absolute;
  top: 38px;
  left: 110px;
  display: none;
}

.footer-section.footer-dark .umbraco-forms-form.signupform .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper input {
  border-bottom: 1px solid #707070;
}
.footer-section.footer-dark .umbraco-forms-form.signupform .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper input:focus {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.footer-section.footer-dark .umbraco-forms-form.signupform .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper input.input-validation-error {
  border-bottom: 1px solid #ffb8af !important;
}
.footer-section.footer-dark .umbraco-forms-form.signupform .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .field-validation-error {
  color: #ffb8af !important;
}
.footer-section.footer-dark .umbraco-forms-form.signupform .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.selectapplications.dropdown .multiselect-native-select .btn-group .custom-select {
  border-bottom: 1px solid #707070;
  color: #fff;
}
.footer-section.footer-dark .umbraco-forms-form.signupform .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.selectapplications.dropdown .multiselect-native-select .btn-group::after {
  color: #707070;
}
.footer-section.footer-dark .umbraco-forms-form.signupform .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.checkbox label {
  color: #fff !important;
}
.footer-section.footer-dark .umbraco-forms-form.signupform .umbraco-forms-page .umbraco-forms-navigation .btn.primary {
  border-color: #fff;
  color: #fff;
}
.footer-section.footer-dark .umbraco-forms-form.signupform .umbraco-forms-page .umbraco-forms-navigation .btn.primary:hover {
  background-color: #fff;
  color: #3C3C39;
}
.footer-section.footer-dark .umbraco-forms-form.signupform .umbraco-forms-page .umbraco-forms-navigation .rightArrow i {
  color: #3C3C39;
}

.video-modal .modal-content button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  background-color: #000;
  border: none;
  color: #fff;
  padding: 4px 8px;
}

@media only screen and (min-width: 1441px) and (max-width: 1650px) {
  .section.application-slider .slick-arrow.slick-next {
    right: 76%;
  }
}
@media only screen and (min-width: 1400px) {
  .location-tabs.product-cheese-tabs .tab-lists .nav-item .nav-link {
    min-width: 216px;
    padding: 25px 38px 24px;
  }

  .natural-booster .container, .rnd-section .container, .abount-section .container, .join-us-section .container {
    max-width: 1254px;
  }

  .get-intuch.bg-black .container {
    max-width: 1254px;
  }

  .tabList li {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .section.application-slider .slick-arrow.slick-next {
    right: 76%;
  }
}
@media only screen and (max-width: 1400px) {
  .home-banner .banner-content {
    padding-left: 50px;
  }

  .product-cover-banner .banner-content {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .application-section .desktop-view .right-application .smallImg {
    max-width: 265px;
  }

  .tabList li {
    margin-bottom: 20px;
  }

  .all-category-tab .product-list-box .offset-md-1 {
    margin-left: 4%;
  }

  .top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText {
    left: 385px;
  }

  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots::before {
    transform: rotate(114deg);
    left: -94px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots.c-dot-b::before {
    width: 312px;
    transform: rotate(132deg);
    left: -46px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots::before {
    width: 395px;
    transform: rotate(-129deg);
    left: -63px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots.c-dot-b::before {
    width: 290px;
    transform: rotate(-129deg);
    left: -45px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots::before {
    width: 210px;
    transform: rotate(-132deg);
    left: -162px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots.c-dot-b::before {
    width: 312px;
    transform: rotate(-132deg);
    left: -247px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots::before {
    width: 286px;
    transform: rotate(147deg);
    left: -252px;
    top: 87px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots.c-dot-b::before {
    width: 300px;
    transform: rotate(128deg);
    left: -230px;
    top: 125px;
  }

  .journey-step .leaderShipBox .postLaunchBox {
    width: 130px;
    top: 23%;
  }
  .journey-step .leaderShipBox .devlepmentBox {
    width: 30%;
    height: 74px;
    top: 43%;
    transform: rotate(55deg);
  }
  .journey-step .leaderShipBox .devlepmentBox .endProject .drop-box {
    transform: rotate(-5deg);
  }
  .journey-step .leaderShipBox .popUpbox.postlaunchText {
    right: 10%;
  }
  .journey-step .leaderShipBox .popUpbox.launchText {
    right: 8%;
    top: 416px;
  }
  .journey-step .leaderShipBox .popUpbox.conceptText {
    left: 16%;
    top: 8%;
  }
  .journey-step .leaderShipBox .popUpbox.conceptText p {
    transform: rotate(-11deg);
  }
  .journey-step .leaderShipBox .popUpbox.ideaText {
    left: 10%;
    top: 460px;
  }
  .journey-step .leaderShipBox .left-leader .idea-y {
    transform: rotate(9deg);
  }
  .journey-step .leaderShipBox .left-leader .idea-y.idea-yBt-r {
    top: 403px;
    transform: rotate(-122deg);
  }
  .journey-step .leaderShipBox .right-partner .idea-y.idea-yBt-r {
    top: 400px;
  }
  .journey-step .leaderShipBox .right-partner .idea-y.post-lunch-h {
    left: 415px;
    transform: rotate(-5deg);
    top: 189px;
  }

  .behind-success .right-img {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1330px) {
  .top-header .container-fluid, .top-header .container-sm, .top-header .container-md, .top-header .container-lg, .top-header .container-xl, .top-header .container-xxl {
    padding: 0 15px;
  }
  .top-header .container-fluid .logo a img, .top-header .container-sm .logo a img, .top-header .container-md .logo a img, .top-header .container-lg .logo a img, .top-header .container-xl .logo a img, .top-header .container-xxl .logo a img {
    max-width: 150px;
  }
  .top-header .container-fluid .right-items, .top-header .container-sm .right-items, .top-header .container-md .right-items, .top-header .container-lg .right-items, .top-header .container-xl .right-items, .top-header .container-xxl .right-items {
    min-width: 112px;
  }
  .top-header .container-fluid .nav-header .nav li, .top-header .container-sm .nav-header .nav li, .top-header .container-md .nav-header .nav li, .top-header .container-lg .nav-header .nav li, .top-header .container-xl .nav-header .nav li, .top-header .container-xxl .nav-header .nav li {
    margin: 0 40px 0 0;
  }
  .top-header .container-fluid .nav-header .nav li.active::after, .top-header .container-sm .nav-header .nav li.active::after, .top-header .container-md .nav-header .nav li.active::after, .top-header .container-lg .nav-header .nav li.active::after, .top-header .container-xl .nav-header .nav li.active::after, .top-header .container-xxl .nav-header .nav li.active::after {
    bottom: -24px;
  }
  .top-header .container-fluid .nav-header .nav li .mega-menu, .top-header .container-sm .nav-header .nav li .mega-menu, .top-header .container-md .nav-header .nav li .mega-menu, .top-header .container-lg .nav-header .nav li .mega-menu, .top-header .container-xl .nav-header .nav li .mega-menu, .top-header .container-xxl .nav-header .nav li .mega-menu {
    top: 83px;
  }

  .cheese-powder-sec .container-fluid .singleBox .inner-item img, .cheese-powder-sec .container-sm .singleBox .inner-item img, .cheese-powder-sec .container-md .singleBox .inner-item img, .cheese-powder-sec .container-lg .singleBox .inner-item img, .cheese-powder-sec .container-xl .singleBox .inner-item img, .cheese-powder-sec .container-xxl .singleBox .inner-item img {
    max-width: 120px;
  }
  .cheese-powder-sec .container-fluid .singleBox .inner-item h2, .cheese-powder-sec .container-sm .singleBox .inner-item h2, .cheese-powder-sec .container-md .singleBox .inner-item h2, .cheese-powder-sec .container-lg .singleBox .inner-item h2, .cheese-powder-sec .container-xl .singleBox .inner-item h2, .cheese-powder-sec .container-xxl .singleBox .inner-item h2, .cheese-powder-sec .container-fluid .singleBox .inner-item .h2, .cheese-powder-sec .container-sm .singleBox .inner-item .h2, .cheese-powder-sec .container-md .singleBox .inner-item .h2, .cheese-powder-sec .container-lg .singleBox .inner-item .h2, .cheese-powder-sec .container-xl .singleBox .inner-item .h2, .cheese-powder-sec .container-xxl .singleBox .inner-item .h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .location-tabs.product-cheese-tabs .tab-lists .nav-item .nav-link {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .top-header .container-fluid .nav-header .nav li.main-list .mainNav, .top-header .container-sm .nav-header .nav li.main-list .mainNav, .top-header .container-md .nav-header .nav li.main-list .mainNav, .top-header .container-lg .nav-header .nav li.main-list .mainNav, .top-header .container-xl .nav-header .nav li.main-list .mainNav, .top-header .container-xxl .nav-header .nav li.main-list .mainNav {
    padding: 32px 27px;
  }
}
@media only screen and (max-width: 1199px) {
  .all-category-tab .product-list-box .product-img img {
    min-height: 320px;
    object-fit: cover;
  }

  .top-header .container-fluid .nav-header .nav li.main-list .mainNav, .top-header .container-sm .nav-header .nav li.main-list .mainNav, .top-header .container-md .nav-header .nav li.main-list .mainNav, .top-header .container-lg .nav-header .nav li.main-list .mainNav, .top-header .container-xl .nav-header .nav li.main-list .mainNav, .top-header .container-xxl .nav-header .nav li.main-list .mainNav {
    padding: 32px 16px;
  }
  .top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText {
    left: 310px;
  }
  .top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText h4, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText h4, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText h4, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText h4, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText h4, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText h4, .top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText .h4, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText .h4, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText .h4, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText .h4, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText .h4, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText .h4 {
    margin-bottom: 10px;
  }
  .top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText p, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText p, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText p, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText p, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText p, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .cheeseText p {
    font-size: 13px;
  }

  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots::before {
    transform: rotate(111deg);
    width: 331px;
    left: -99px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots.c-dot-b::before {
    width: 277px;
    transform: rotate(128deg);
    left: -41px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots::before {
    width: 363px;
    transform: rotate(-124deg);
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots.c-dot-b::before {
    width: 262px;
    transform: rotate(-124deg);
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots::before {
    width: 204px;
    transform: rotate(-127deg);
    left: -149px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots.c-dot-b::before {
    width: 299px;
    transform: rotate(-128deg);
    left: -225px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots::before {
    width: 266px;
    transform: rotate(142deg);
    left: -223px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots.c-dot-b::before {
    width: 271px;
    transform: rotate(123deg);
    left: -199px;
  }

  .serviceAll-section .left-content .serviceList {
    margin-bottom: 30px;
  }
  .serviceAll-section .left-content .serviceList img {
    max-width: 40px;
    min-height: 40px;
  }
  .serviceAll-section .left-content .serviceList .rgt-c {
    width: calc(100% - 80px);
    margin-left: 30px;
  }
  .serviceAll-section .left-content .serviceList .rgt-c p {
    font-size: 15px;
    line-height: 20px;
  }

  .journey-step .leaderShipBox .left-leader {
    padding: 80px;
    margin-right: 20px;
  }
  .journey-step .leaderShipBox .left-leader .cir-img img {
    max-width: 300px;
  }
  .journey-step .leaderShipBox .left-leader .idea-y {
    transform: rotate(-6deg);
    width: 100px;
    height: 95px;
  }
  .journey-step .leaderShipBox .left-leader .idea-y .bdrBottom::after {
    right: 9px;
    transform: rotate(17deg);
  }
  .journey-step .leaderShipBox .left-leader .idea-y .bdrBottom::before {
    left: -3px;
    transform: rotate(-28deg);
  }
  .journey-step .leaderShipBox .left-leader .idea-y.idea-yBt-r {
    top: 327px;
    transform: rotate(-128deg);
    left: 288px;
  }
  .journey-step .leaderShipBox .left-leader .idea-y.idea-bdr-f {
    left: 279px;
    top: 24px;
  }
  .journey-step .leaderShipBox .right-partner {
    padding: 80px;
  }
  .journey-step .leaderShipBox .right-partner .cir-img img {
    max-width: 300px;
  }
  .journey-step .leaderShipBox .right-partner .idea-y {
    left: 86px;
    top: 23px;
    width: 100px;
    height: 95px;
    transform: rotate(-119deg);
  }
  .journey-step .leaderShipBox .right-partner .idea-y .bdrTop::before {
    top: -13px;
    left: 3px;
    transform: rotate(-28deg);
  }
  .journey-step .leaderShipBox .right-partner .idea-y .bdrTop::after {
    top: -17px;
    right: 5px;
    transform: rotate(15deg);
  }
  .journey-step .leaderShipBox .right-partner .idea-y.post-lunch-h {
    left: 365px;
    transform: rotate(0deg);
    top: 189px;
  }
  .journey-step .leaderShipBox .right-partner .idea-y.post-lunch-h .bdrTop::before {
    top: -13px;
  }
  .journey-step .leaderShipBox .right-partner .idea-y.idea-yBt-r {
    left: 87px;
    top: 334px;
    transform: rotate(120deg);
  }
  .journey-step .leaderShipBox .right-partner .idea-y.idea-yBt-r .bdrTop::after {
    top: -15px;
    right: 4px;
    transform: rotate(15deg);
  }
  .journey-step .leaderShipBox .devlepmentBox {
    height: 74px;
    top: 42%;
    transform: rotate(54deg);
  }
  .journey-step .leaderShipBox .devlepmentBox .endProject .drop-box {
    transform: rotate(-4deg);
  }
  .journey-step .leaderShipBox .postLaunchBox {
    transform: rotate(-31deg);
    width: 104px;
    top: 20%;
    height: 35px;
  }
  .journey-step .leaderShipBox .popUpbox.conceptText {
    left: 14%;
    top: 6%;
  }
  .journey-step .leaderShipBox .popUpbox.ideaText {
    left: 11%;
    top: 400px;
  }
  .journey-step .leaderShipBox .popUpbox.launchText {
    right: 7%;
    top: 355px;
  }
  .journey-step .leaderShipBox .popUpbox.postlaunchText {
    right: 6%;
    top: 32px;
  }
  .journey-step .leaderShipBox .popUpbox.postlaunchText p {
    bottom: 80px;
  }
  .journey-step .leaderShipBox .popUpbox.postlaunchText img {
    margin: 0 20px 107px 0;
  }

  .product-item-box .card-header {
    max-width: 400px;
    min-width: 400px;
  }

  .rnd-section {
    padding: 0 0 120px;
  }
  .rnd-section .left-img {
    max-width: 420px;
  }
  .rnd-section.bg-black .row .left-img {
    max-width: 400px;
  }
  .rnd-section.bg-black .row .right-content {
    max-width: 400px;
  }

  .cleanlabel-section .card .left-img {
    max-width: 425px;
  }
  .cleanlabel-section .card.care-pre .left-img {
    margin-left: auto;
  }
  .cleanlabel-section .right-content.box-content {
    max-width: 425px;
  }

  .product-blend-banner .left-content h1, .product-blend-banner .left-content .h1 {
    font-size: 50px;
    line-height: 54px;
  }

  .application-section .desktop-view .right-application .smallImg {
    max-width: 225px;
  }

  .journey-step {
    padding: 0 0 100px;
  }
  .journey-step .top-steps p {
    padding: 28px 0 90px;
  }

  .behind-success {
    padding: 20px 0 100px;
  }

  .social-comment {
    padding: 0 0 70px;
  }

  .serviceAll-section {
    margin: 0 0 80px;
  }

  .we-love-it {
    padding: 76px 0 120px;
    margin: 0 0 100px;
  }

  .application-section {
    padding: 0 0 80px;
  }

  .location-tabs {
    padding: 0 0 120px;
  }
  .location-tabs.product-cheese-tabs .what-wedo {
    padding: 0 0 70px;
  }
  .location-tabs.product-cheese-tabs .did-know {
    padding: 0 0 120px;
  }

  .cleanlabel-section .card {
    max-width: 420px;
  }

  .secret-ingred-sec h1, .secret-ingred-sec .h1 {
    font-size: 44px;
    line-height: 48px;
  }
  .secret-ingred-sec .card {
    max-width: 420px;
    margin-left: auto;
  }

  .location-tabs.product-cheese-tabs .what-wedo .right-cards .card:first-child .card-body img {
    width: 90px;
    min-width: 70px;
  }

  .behind-success .right-img {
    max-width: 400px;
  }

  .newslatter-signup .card .newslatter-box {
    padding: 0 40px 0 40px;
  }

  .our-mission-section .mission-box {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1024px) {
  .top-header .container-fluid .nav-header .nav li, .top-header .container-sm .nav-header .nav li, .top-header .container-md .nav-header .nav li, .top-header .container-lg .nav-header .nav li, .top-header .container-xl .nav-header .nav li, .top-header .container-xxl .nav-header .nav li {
    margin: 0 24px 0 0;
  }
  .top-header .container-fluid .nav-header .nav li.main-list .mainNav, .top-header .container-sm .nav-header .nav li.main-list .mainNav, .top-header .container-md .nav-header .nav li.main-list .mainNav, .top-header .container-lg .nav-header .nav li.main-list .mainNav, .top-header .container-xl .nav-header .nav li.main-list .mainNav, .top-header .container-xxl .nav-header .nav li.main-list .mainNav {
    padding: 32px 13px;
  }

  .application-section .desktop-view .right-application .smallImg {
    max-width: 214px;
  }

  .img-content {
    left: 15px;
    bottom: 15px;
  }

  .location-tabs.product-cheese-tabs .tab-lists {
    top: -45px;
  }
  .location-tabs.product-cheese-tabs .tab-lists .nav-item .nav-link {
    padding: 15px 10px;
    max-width: 160px;
  }
  .location-tabs.product-cheese-tabs .what-wedo .right-cards .card:first-child .card-body h4, .location-tabs.product-cheese-tabs .what-wedo .right-cards .card:first-child .card-body .h4 {
    font-size: 18px;
    line-height: 20px;
  }
  .location-tabs .find-distributor .single-country-list .view-web {
    min-width: 140px;
  }
  .location-tabs .find-distributor .single-country-list .view-web .btn {
    padding: 8px 18px;
  }

  .explore-product .bg-gray p, .explore-product .card p {
    font-size: 15px;
    line-height: 18px;
  }

  .card .card-body {
    padding: 20px;
  }

  .product-cover-banner .banner-content {
    padding-left: 47px;
  }
  .product-cover-banner img {
    min-height: 550px;
  }
  .product-cover-banner.whats-kokumi-banner .banner-content .display-l1 {
    font-size: 70px;
    line-height: 76px;
    max-width: 477px;
  }
  .product-cover-banner.product-range-banner .banner-content h1, .product-cover-banner.product-range-banner .banner-content .h1 {
    font-size: 100px;
    line-height: 80px;
  }

  .natural-booster .offer-box .card-body {
    padding: 20px 15px;
  }

  .application-slider {
    padding-left: 50px !important;
    overflow: hidden;
  }

  .roadmape-section {
    padding: 88px 0 0 50px;
  }

  .section.application-slider {
    padding-left: 50px;
    overflow: hidden;
  }
  .section.application-slider .slick-arrow.slick-next {
    right: 72%;
  }

  .product-item-box {
    margin: 0 0 80px;
  }
  .product-item-box.space-top {
    margin-top: 150px;
  }

  .get-intuch .offset-md-1 {
    margin-left: 4%;
  }

  .custom-select .multiselect-native-select .btn-group .multiselect-container {
    max-height: 220px;
    overflow-y: auto;
  }

  .social-comment .comment-item .card-body {
    padding: 30px 20px;
  }
  .social-comment .comment-item .card-body h4, .social-comment .comment-item .card-body .h4 {
    font-size: 18px;
  }

  .natural-booster [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .why-cheese-powder .colorBox .card .card-body .inner-box .drop-box {
    left: -21px;
  }

  .top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content {
    text-align: center;
  }
  .top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content h2, .top-header .container-fluid .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .h2, .top-header .container-sm .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .h2, .top-header .container-md .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .h2, .top-header .container-lg .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .h2, .top-header .container-xl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .h2, .top-header .container-xxl .nav-header .nav li .mega-menu.cheese-mega-menu .menu-row .inner-box .img-content .h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .journey-step .leaderShipBox .popUpbox.postlaunchText .endProject .drop-box {
    margin-left: -192px !important;
  }

  .product-cover-banner.NCb-food .banner-content h1, .product-cover-banner.NCb-food .banner-content .h1 {
    line-height: 70px;
  }

  .we-love-it.bg-black {
    padding-bottom: 30px;
  }

  .news-trend-banner {
    padding: 80px 15px 100px;
  }

  .custom-pagination {
    padding: 50px 0 0;
  }

  .newslatter-signup {
    padding: 0 0 100px;
  }

  .all-category-tab {
    padding: 0 0 80px;
  }
  .all-category-tab .product-list-box .product-detail h3, .all-category-tab .product-list-box .product-detail .h3 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 10px;
  }
  .all-category-tab .product-list-box .product-detail .btn-primary {
    margin: 5px 0 0;
  }

  .latest-news .news-form button.btn {
    padding: 8px 40px;
  }
  .latest-news .news-form button.btn:hover {
    padding: 8px 45px;
  }

  .roadmape-section {
    cursor: initial;
  }
  .roadmape-section .road-content {
    padding-left: 35px;
  }
  .roadmape-section .outer-slider-sec .yearly-slider {
    margin-left: 35px;
  }
  .roadmape-section .cursor {
    display: none;
  }
  .roadmape-section .outer-slider-sec .roadmape-arrow-b .slick-arrow {
    cursor: pointer;
  }
}
@media only screen and (max-width: 991px) {
  .display-l1 {
    font-size: 34px;
    line-height: 38px;
  }

  h1, .h1 {
    font-size: 32px;
    line-height: 36px;
  }

  h2, .h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h3, .h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding: 0 15px;
  }

  .top-header {
    position: inherit;
    background-color: transparent;
    z-index: inherit;
  }
  .top-header .container-fluid .nav-header, .top-header .container-sm .nav-header, .top-header .container-md .nav-header, .top-header .container-lg .nav-header, .top-header .container-xl .nav-header, .top-header .container-xxl .nav-header {
    display: none;
  }
  .top-header .container-fluid .right-items, .top-header .container-sm .right-items, .top-header .container-md .right-items, .top-header .container-lg .right-items, .top-header .container-xl .right-items, .top-header .container-xxl .right-items {
    display: none;
  }
  .top-header .container-fluid .mobile-menu, .top-header .container-sm .mobile-menu, .top-header .container-md .mobile-menu, .top-header .container-lg .mobile-menu, .top-header .container-xl .mobile-menu, .top-header .container-xxl .mobile-menu {
    display: block;
  }

  .login-modal-box {
    background-color: #005385;
  }
  .login-modal-box .modal-dialog {
    max-width: 100%;
    margin: 0;
    min-height: 100%;
  }
  .login-modal-box .modal-dialog .modal-content {
    height: 100vh;
    border-radius: 0px;
  }
  .login-modal-box .modal-dialog .modal-content .modal-body .row .col-md-6 {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #005385;
  }
  .login-modal-box .modal-dialog .modal-content .modal-body .row .col-md-6:first-child {
    display: none;
  }
  .login-modal-box .modal-dialog .modal-content .modal-body .row .col-md-6 .login-form {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background-color: #005385;
    overflow-y: scroll;
  }
  .login-modal-box .modal-dialog .modal-content .modal-body .row .col-md-6 .login-form .back-btn {
    display: block;
  }
  .login-modal-box .modal-dialog .modal-content .modal-body .row .col-md-6 .login-form .modal-close-icon {
    color: #fff;
  }
  .login-modal-box .modal-dialog .modal-content .modal-body .row .col-md-6 .login-form .card-body {
    padding: 100px 30px 40px;
  }
  .login-modal-box .modal-dialog .modal-content .modal-body .row .col-md-6 .login-form .card-body h3, .login-modal-box .modal-dialog .modal-content .modal-body .row .col-md-6 .login-form .card-body .h3 {
    display: none;
  }
  .login-modal-box .modal-dialog .modal-content .modal-body .row .col-md-6 .login-form .card-body .login-title {
    display: block;
  }
  .login-modal-box .modal-dialog .modal-content .modal-body .row .col-md-6 .login-form .card-body .form-boxlog {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .login-modal-box .modal-dialog .modal-content .modal-body .row .col-md-6 .login-form .card-body .form-boxlog .input-Area {
    width: 100%;
  }
  .login-modal-box .modal-dialog .modal-content .modal-body .row .col-md-6 .login-form .card-body .form-boxlog .input-Area .form-row.password-forgot .custom-radio .form-check-label {
    color: #fff;
  }
  .login-modal-box .modal-dialog .modal-content .modal-body .row .col-md-6 .login-form .card-body .form-boxlog .input-Area .form-row.password-forgot .custom-radio .form-check-input {
    background-color: transparent;
  }
  .login-modal-box .modal-dialog .modal-content .modal-body .row .col-md-6 .login-form .card-body .form-boxlog .input-Area .form-row.password-forgot .custom-radio .form-check-input:checked {
    background-image: url(../../images/circle-white.svg);
    border-color: #fff;
  }
  .login-modal-box .modal-dialog .modal-content .modal-body .row .col-md-6 .login-form .card-body .form-boxlog .input-Area .form-row.password-forgot .forgot-link a {
    color: #fff;
  }
  .login-modal-box .modal-dialog .modal-content .modal-body .row .col-md-6 .login-form .card-body .form-boxlog .input-Area .form-row .form-group .input-beigen-light:focus {
    background-color: #fff;
  }
  .login-modal-box .modal-dialog .modal-content .modal-body .row .col-md-6 .login-form .card-body .form-boxlog .signup-btn {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .login-modal-box .modal-dialog .modal-content .modal-body .row .col-md-6 .login-form .card-body .form-boxlog .signup-btn .singUp-link {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 300;
  }

  .application-section .desktop-view .left-application .single-img .img-content h3, .application-section .desktop-view .left-application .single-img .img-content .h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .application-section .desktop-view .left-application .single-img .img-content p {
    font-size: 14px;
    line-height: 18px;
  }
  .application-section .desktop-view .right-application .smallImg {
    max-width: 150px;
  }
  .application-section .desktop-view .right-application .smallImg .img-content h4, .application-section .desktop-view .right-application .smallImg .img-content .h4 {
    font-size: 16px;
    line-height: 18px;
  }
  .application-section .desktop-view .right-application .smallImg .img-content p {
    font-size: 14px;
    line-height: 18px;
  }
  .application-section .desktop-view .right-application .biglImg .img-content h4, .application-section .desktop-view .right-application .biglImg .img-content .h4 {
    font-size: 16px;
    line-height: 18px;
  }
  .application-section .desktop-view .right-application .biglImg .img-content p {
    font-size: 14px;
    line-height: 18px;
  }

  .home-banner {
    margin-top: -81px;
  }
  .home-banner .banner-content {
    padding-left: 37px;
  }
  .home-banner img {
    min-height: 600px;
  }
  .home-banner.company-banner-section .banner-content h1, .home-banner.company-banner-section .banner-content .h1 {
    max-width: 390px;
    margin: 0 0 15px 0;
  }
  .home-banner.company-banner-section .banner-content p {
    max-width: 360px;
    margin: 0 0 15px 0;
  }

  .location-tabs.product-cheese-tabs .tab-lists .nav-item .nav-link {
    max-width: 120px;
  }

  .top-header .container-fluid .logo, .top-header .container-sm .logo, .top-header .container-md .logo, .top-header .container-lg .logo, .top-header .container-xl .logo, .top-header .container-xxl .logo {
    z-index: 1;
  }

  .why-cheese-powder .colorBox .card .card-body .inner-box h3, .why-cheese-powder .colorBox .card .card-body .inner-box .h3 {
    font-size: 20px;
  }

  .newslatter-signup .card .left-img {
    padding: 110px 30px;
  }
  .newslatter-signup .card .newslatter-box {
    padding: 0 30px 0 0;
  }

  .food-items-tab .nav-item {
    margin-right: 15px;
  }

  .related-news-section .related-news-box .card-body {
    padding: 30px 15px;
  }

  .news-detail-area .category-date-box {
    max-width: 380px;
    padding: 15px 40px;
  }

  .location-tabs .find-distributor .single-country-list .row .col-md-2 {
    width: 13%;
  }
  .location-tabs .find-distributor .single-country-list .row .col-md-5 {
    width: 36%;
  }
  .location-tabs .contact-form-section .receive-form .card-body {
    padding: 40px 25px;
  }

  .loyalty-box .card .plus-items .plus-btn {
    top: 70px;
    left: 60%;
  }
  .loyalty-box .card .plus-items .plus-btn.plus-btn-two {
    top: 160px;
  }
  .loyalty-box .card .plus-items .plus-btn.plus-btn-three {
    top: 220px;
    left: 70%;
  }

  .section.application-slider .slick-arrow.slick-next {
    right: 71%;
  }

  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots {
    right: 31%;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots::before {
    transform: rotate(111deg);
    width: 325px;
    left: -98px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots.c-dot-b {
    right: 48%;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots.c-dot-b::before {
    width: 272px;
    transform: rotate(128deg);
    left: -36px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots::before {
    width: 363px;
    transform: rotate(-124deg);
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots.c-dot-b::before {
    width: 269px;
    transform: rotate(-124deg);
    left: -50px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots::before {
    width: 204px;
    transform: rotate(-127deg);
    left: -149px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots.c-dot-b::before {
    width: 295px;
    transform: rotate(-128deg);
    left: -225px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots {
    left: 56%;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots::before {
    width: 266px;
    transform: rotate(142deg);
    left: -223px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots.c-dot-b {
    left: 40%;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots.c-dot-b::before {
    width: 271px;
    transform: rotate(123deg);
    left: -199px;
  }

  .journey-step .leaderShipBox .left-leader {
    padding: 50px;
    margin-right: 30px;
  }
  .journey-step .leaderShipBox .left-leader .cir-img img {
    max-width: 200px;
  }
  .journey-step .leaderShipBox .left-leader .idea-y {
    transform: rotate(0deg);
    width: 70px;
    height: 75px;
    left: 0px;
    top: 100px;
  }
  .journey-step .leaderShipBox .left-leader .idea-y .bdrTop::before {
    height: 5px;
    border-top: 5px solid #fff;
  }
  .journey-step .leaderShipBox .left-leader .idea-y .bdrTop::after {
    height: 5px;
    border-top: 5px solid #fff;
    right: 0px;
    transform: rotate(18deg);
  }
  .journey-step .leaderShipBox .left-leader .idea-y .bdrBottom::before {
    height: 5px;
    border-bottom: 5px solid #fff;
    bottom: 8px;
  }
  .journey-step .leaderShipBox .left-leader .idea-y .bdrBottom::after {
    height: 5px;
    border-bottom: 5px solid #fff;
    right: 7px;
    bottom: 11px;
    transform: rotate(18deg);
  }
  .journey-step .leaderShipBox .left-leader .idea-y.idea-yBt-r {
    top: 192px;
    transform: rotate(-130deg);
    left: 191px;
  }
  .journey-step .leaderShipBox .left-leader .idea-y.idea-bdr-f {
    left: 166px;
    top: -3px;
    transform: rotate(124deg);
  }
  .journey-step .leaderShipBox .left-leader .idea-y img {
    max-width: 30px;
  }
  .journey-step .leaderShipBox .right-partner {
    padding: 50px;
  }
  .journey-step .leaderShipBox .right-partner .cir-img img {
    max-width: 200px;
  }
  .journey-step .leaderShipBox .right-partner .idea-y {
    left: 54px;
    top: 0px;
    width: 70px;
    height: 75px;
    transform: rotate(-117deg);
  }
  .journey-step .leaderShipBox .right-partner .idea-y .bdrTop::before {
    top: -12px;
    left: -10px;
    transform: rotate(-31deg);
    height: 5px;
    border-top: 5px solid #fff;
  }
  .journey-step .leaderShipBox .right-partner .idea-y .bdrTop::after {
    top: -17px;
    right: 15px;
    transform: rotate(15deg);
    height: 5px;
    border-top: 5px solid #fff;
  }
  .journey-step .leaderShipBox .right-partner .idea-y .bdrBottom::before {
    bottom: 11px;
    left: -2px;
    height: 5px;
    border-bottom: 5px solid #fff;
    transform: rotate(-22deg);
  }
  .journey-step .leaderShipBox .right-partner .idea-y .bdrBottom::after {
    bottom: 12px;
    right: 7px;
    height: 5px;
    border-bottom: 5px solid #fff;
  }
  .journey-step .leaderShipBox .right-partner .idea-y.idea-yBt-r {
    left: 30px;
    top: 200px;
    transform: rotate(120deg);
    height: 75px;
  }
  .journey-step .leaderShipBox .right-partner .idea-y.idea-yBt-r .bdrTop::before {
    top: -13px;
    left: 11px;
    transform: rotate(-23deg);
  }
  .journey-step .leaderShipBox .right-partner .idea-y.idea-yBt-r .bdrTop::after {
    top: -13px;
    right: -6px;
    transform: rotate(22deg);
  }
  .journey-step .leaderShipBox .right-partner .idea-y.idea-yBt-r .bdrBottom::after {
    bottom: 11px;
    right: 6px;
    transform: rotate(18deg);
  }
  .journey-step .leaderShipBox .right-partner .idea-y.idea-yBt-r .bdrBottom::before {
    transform: rotate(-21deg);
    bottom: 10px;
    left: -3px;
  }
  .journey-step .leaderShipBox .right-partner .idea-y.post-lunch-h {
    left: 235px;
    top: 126px;
    height: 60px;
  }
  .journey-step .leaderShipBox .right-partner .idea-y.post-lunch-h .bdrTop::before {
    top: -14px;
    left: 4px;
  }
  .journey-step .leaderShipBox .right-partner .idea-y.post-lunch-h .bdrTop::after {
    right: 0;
  }
  .journey-step .leaderShipBox .right-partner .idea-y.post-lunch-h .bdrBottom::after {
    bottom: 7px;
    right: 0px;
    transform: rotate(20deg);
  }
  .journey-step .leaderShipBox .right-partner .idea-y.post-lunch-h .bdrBottom::before {
    bottom: 6px;
    left: 3px;
  }
  .journey-step .leaderShipBox .right-partner .idea-y.post-lunch-h::before {
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
  }
  .journey-step .leaderShipBox .right-partner .idea-y::before {
    border-left: 44px solid transparent;
    border-right: 44px solid transparent;
  }
  .journey-step .leaderShipBox .right-partner .idea-y img {
    max-width: 30px;
    margin: -15px 5px 0 0;
  }
  .journey-step .leaderShipBox .popUpbox p {
    font-size: 18px;
  }
  .journey-step .leaderShipBox .popUpbox .endProject span {
    width: 26px;
    height: 26px;
  }
  .journey-step .leaderShipBox .popUpbox .endProject span i {
    font-size: 9px;
  }
  .journey-step .leaderShipBox .popUpbox .endProject .drop-box {
    padding: 24px 20px;
  }
  .journey-step .leaderShipBox .popUpbox .endProject .drop-box ul li {
    margin-left: 10px;
  }
  .journey-step .leaderShipBox .popUpbox.conceptText {
    left: 16%;
    top: 7%;
  }
  .journey-step .leaderShipBox .popUpbox.conceptText p {
    transform: rotate(-12deg);
    font-size: 16px;
    line-height: 20px;
    left: 0;
    bottom: 5px;
  }
  .journey-step .leaderShipBox .popUpbox.conceptText img {
    margin: 0 20px 0 0;
    width: 80px;
  }
  .journey-step .leaderShipBox .popUpbox.ideaText {
    left: 10%;
    top: 260px;
  }
  .journey-step .leaderShipBox .popUpbox.ideaText p {
    transform: rotate(43deg);
    position: relative;
    bottom: 36px;
    left: 0;
    margin: 0 12px 0 0;
  }
  .journey-step .leaderShipBox .popUpbox.ideaText img {
    width: 35px;
    transform: rotate(-6deg);
    margin: -80px 40px 0px 0;
  }
  .journey-step .leaderShipBox .popUpbox.launchText {
    right: 10%;
    top: 220px;
  }
  .journey-step .leaderShipBox .popUpbox.launchText p {
    margin: 0 0 0 12px;
    transform: rotate(-34deg);
    bottom: 26px;
  }
  .journey-step .leaderShipBox .popUpbox.launchText img {
    width: 70px;
  }
  .journey-step .leaderShipBox .popUpbox.postlaunchText {
    right: 9%;
    top: 0;
  }
  .journey-step .leaderShipBox .popUpbox.postlaunchText p {
    bottom: 48px;
    margin: 0 12px 0 0;
  }
  .journey-step .leaderShipBox .popUpbox.postlaunchText img {
    width: 110px;
    margin: 15px 10px 104px 0;
    transform: rotate(-4deg);
  }
  .journey-step .leaderShipBox .devlepmentBox {
    height: 45px;
    top: 41%;
    transform: rotate(47deg);
    width: 21%;
  }
  .journey-step .leaderShipBox .devlepmentBox p {
    font-size: 16px;
    line-height: 20px;
    margin-right: 12px;
  }
  .journey-step .leaderShipBox .devlepmentBox .endProject {
    transform: rotate(-44deg);
  }
  .journey-step .leaderShipBox .devlepmentBox .endProject span {
    width: 26px;
    height: 26px;
  }
  .journey-step .leaderShipBox .devlepmentBox .endProject span i {
    font-size: 9px;
  }
  .journey-step .leaderShipBox .devlepmentBox .endProject .drop-box {
    padding: 24px 20px;
    transform: rotate(-3deg);
  }
  .journey-step .leaderShipBox .devlepmentBox .endProject .drop-box ul li {
    margin-left: 10px;
  }
  .journey-step .leaderShipBox .devlepmentBox::before {
    bottom: -5px;
    border-bottom: 5px solid #fff;
  }
  .journey-step .leaderShipBox .postLaunchBox {
    transform: rotate(-40deg);
    width: 76px;
    top: 24%;
    height: 24px;
  }

  .product-cover-banner.product-range-banner .twoImg-banner img {
    object-fit: cover;
  }

  .top-header.productNBC-head .logo .desktop-v {
    display: none;
  }
  .top-header.productNBC-head .logo .mobile-v {
    display: inline-block;
  }

  .product-ncb-banner .banner-content h1, .product-ncb-banner .banner-content .h1 {
    font-size: 50px;
    line-height: 56px;
  }

  .natural-booster .offer-box {
    min-height: 250px;
  }
  .natural-booster .offer-box .card-body h4, .natural-booster .offer-box .card-body .h4 {
    max-width: 100%;
  }

  .product-item-box .card-header {
    max-width: 300px;
    min-width: 300px;
  }

  .rnd-section.bg-black .row .left-img {
    max-width: 300px;
  }
  .rnd-section.bg-black .row .right-content {
    max-width: 300px;
  }

  .product-blend-banner .left-content h1, .product-blend-banner .left-content .h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .behind-success .left-content h1, .behind-success .left-content .h1 {
    font-size: 44px;
    line-height: 50px;
  }

  .abount-section .abount-box .card-body {
    min-height: 300px;
  }
  .abount-section .abount-box .card-body img {
    margin: 0 0 25px 0;
  }

  .our-mission-section .mission-box {
    max-width: 300px;
  }

  .social-response-section .left-img {
    max-width: 310px;
  }
  .social-response-section .right-content {
    max-width: 310px;
  }

  .join-us-section .right-content {
    max-width: 300px;
  }
  .join-us-section .right-content p {
    margin: 0 0 15px 0;
  }
  .join-us-section .right-content .btn {
    padding: 10px 30px;
  }

  .cleanlabel-section h3, .cleanlabel-section .h3 {
    margin: 0 0 15px 0;
  }
  .cleanlabel-section .card {
    max-width: 300px;
  }

  .secret-ingred-sec .card {
    max-width: 300px;
  }

  .location-tabs {
    padding: 0 0 80px;
  }
  .location-tabs .contact-form-section {
    padding: 140px 0 0;
  }
  .location-tabs .location-specialist {
    padding: 140px 0 0;
  }
  .location-tabs.product-cheese-tabs .what-wedo .right-cards .card:first-child .card-body h4, .location-tabs.product-cheese-tabs .what-wedo .right-cards .card:first-child .card-body .h4 {
    font-size: 16px;
  }

  .product-cover-banner.NCb-food .banner-content h1, .product-cover-banner.NCb-food .banner-content .h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .bread-pastry-banner {
    padding: 70px 0 50px;
  }
  .bread-pastry-banner .left-content .btn-primary {
    margin: 0 0 20px 0;
  }

  .home-banner.service-banner .banner-content h1, .home-banner.service-banner .banner-content .h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .quality-banner {
    padding: 72px 15px 100px;
  }

  .our-quality-section .left-content-area {
    padding: 0 0 100px;
  }
  .our-quality-section .video-block {
    margin-bottom: 100px;
  }

  .faq-section {
    padding: 60px 0 100px;
  }

  .news-trend-banner {
    padding: 70px 15px 80px;
  }

  .single-news-banner .img-banner .overlay-content h1, .single-news-banner .img-banner .overlay-content .h1 {
    font-size: 42px;
    line-height: 48px;
    text-align: center;
  }

  .open-position .single-job-box .card-body .readMore-btn a {
    padding: 15px 22px;
  }

  .cleanlabel-section {
    padding: 100px 0;
  }

  .why-cheese-powder {
    padding: 0 0 80px;
  }
  .why-cheese-powder.home-why-cheese-p {
    margin: 80px 0 0;
  }

  .secret-ingredient {
    padding: 80px 0 100px;
  }
  .secret-ingredient .card {
    max-height: 730px;
  }

  .what-forme {
    padding: 70px 0 0;
  }
  .what-forme .product-cards {
    padding: 70px 0 80px;
  }
  .what-forme .product-cards .card .card-body {
    padding: 45px 25px;
  }

  .latestNews-block {
    padding: 100px 0;
  }
  .latestNews-block .card .card-header img {
    min-height: 125px;
  }
  .latestNews-block .card .card-body {
    padding: 30px 20px;
  }

  .our-mission-section {
    padding: 120px 0 80px;
  }

  .abount-section {
    padding: 0 0 80px;
  }

  .join-us-section {
    padding: 0 0 110px;
  }

  .news-detail-area {
    padding: 100px 0 80px;
  }

  .related-news-section {
    padding: 0 0 90px;
  }
  .related-news-section .related-news-box .card-header img {
    min-height: 115px;
  }

  .explore-product {
    padding: 0 0 80px;
  }

  .test-function .function-sec .top-flavours {
    padding: 70px 0 40px;
  }

  .german-sandwich {
    padding: 70px 0;
  }

  .loyalty-box {
    padding: 0 0 70px;
  }

  .top-header .logo .mobile-view {
    display: inline-block;
  }
  .top-header .logo .desktop-view {
    display: none;
  }

  .roadmape-section .road-content {
    padding-left: 0px;
  }
  .roadmape-section .outer-slider-sec .yearly-slider {
    margin-left: 0;
  }
}
@media only screen and (max-width: 850px) {
  .section.application-slider .slick-arrow.slick-next {
    right: 68%;
  }
}
@media only screen and (max-width: 768px) {
  .cheese-powder-sec .container-fluid .singleBox .inner-item img, .cheese-powder-sec .container-sm .singleBox .inner-item img, .cheese-powder-sec .container-md .singleBox .inner-item img, .cheese-powder-sec .container-lg .singleBox .inner-item img, .cheese-powder-sec .container-xl .singleBox .inner-item img, .cheese-powder-sec .container-xxl .singleBox .inner-item img {
    max-width: 100px;
  }

  .section.application-slider .slick-arrow.slick-next {
    right: 67%;
  }

  .product-ncb-banner .banner-content h1, .product-ncb-banner .banner-content .h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .cookie-box .modal-dialog .modal-content .modal-body .detail-area .card-body {
    padding: 30px 15px;
  }
  .cookie-box .modal-dialog .modal-content .modal-body .btn-area {
    padding: 30px 15px;
  }
  .cookie-box .modal-dialog .modal-content .modal-body .btn-area .btn {
    padding: 15px 20px;
  }
  .cookie-box .modal-dialog .modal-content .modal-body .all-toggle-btns li {
    width: calc(50% - 2px);
    border-bottom: 1px solid #F0F0F0;
  }
  .cookie-box .modal-dialog .modal-content .modal-body .all-toggle-btns li:first-child {
    border-right: 1px solid #F0F0F0;
  }
  .cookie-box .modal-dialog .modal-content .modal-body .all-toggle-btns li:last-child {
    border-bottom: transparent;
  }
  .cookie-box .modal-dialog .modal-content .modal-body .all-toggle-btns li:nth-last-child(2) {
    border-bottom: transparent;
    border-right: 1px solid #F0F0F0;
  }

  .why-cheese-powder .colorBox .card .card-body .inner-box .drop-box {
    max-width: 230px;
    padding: 35px 25px;
  }

  .product-solution-grid .gridBoxs .innerGrid h3, .product-solution-grid .gridBoxs .innerGrid .h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .home-banner .banner-content .display-l1 {
    max-width: 480px;
  }
  .home-banner .banner-content p {
    max-width: 380px;
    margin: 15px 0 30px 0;
  }

  .location-tabs.product-cheese-tabs .what-wedo .right-cards .card:first-child .card-body img {
    width: 65px;
  }
  .location-tabs.product-cheese-tabs .what-wedo .right-cards .card:first-child .card-body h4, .location-tabs.product-cheese-tabs .what-wedo .right-cards .card:first-child .card-body .h4 {
    font-size: 14px;
    line-height: 16px;
    margin-left: 8px;
  }

  .product-cover-banner.creamy-banner .banner-content h1 span, .product-cover-banner.creamy-banner .banner-content .h1 span {
    font-size: 50px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    color: #000;
  }

  .display-l1 {
    font-size: 34px;
    line-height: 38px;
  }

  h1, .h1 {
    font-size: 32px;
    line-height: 36px;
  }

  h2, .h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h3, .h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding: 0 15px;
  }

  .home-banner img {
    min-height: 550px;
  }
  .home-banner .banner-content {
    padding-left: 15px;
  }
  .home-banner .banner-content .display-l1 {
    max-width: 280px;
    margin: 0 0 30px 0;
  }
  .home-banner .banner-content p {
    max-width: 280px;
    display: none;
  }
  .home-banner.company-banner-section .banner-content h1, .home-banner.company-banner-section .banner-content .h1 {
    max-width: 290px;
  }

  .application-section {
    overflow: hidden;
    padding: 0 0 50px;
  }
  .application-section .container-fluid, .application-section .container-sm, .application-section .container-md, .application-section .container-lg, .application-section .container-xl, .application-section .container-xxl {
    padding: 0;
  }
  .application-section .get-inspired h3, .application-section .get-inspired .h3 {
    font-weight: 700;
  }
  .application-section .left-application {
    display: inline-flex !important;
  }
  .application-section .left-application .single-img img {
    min-height: 100%;
  }
  .application-section .right-application {
    display: inline-flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .application-section .right-application .smallImg {
    width: 100%;
    min-width: 100%;
  }
  .application-section .seeAll-btn a {
    min-width: 100%;
  }

  .secret-ingredient {
    padding: 50px 0;
  }
  .secret-ingredient .card.bg-gray {
    background-color: transparent;
  }
  .secret-ingredient .card.bg-gray .card-body {
    padding: 0;
  }
  .secret-ingredient .card.bg-gray .next-success {
    padding: 0;
    text-align: left;
  }
  .secret-ingredient .card.bg-gray .next-success h3, .secret-ingredient .card.bg-gray .next-success .h3 {
    padding: 0 0 20px;
    color: #000;
  }
  .secret-ingredient .card.bg-gray .next-success p {
    color: #000;
    padding: 0 0 70px;
  }

  .video-block {
    max-height: 100%;
  }
  .video-block .play-box .play-item {
    width: 50px;
    height: 50px;
  }
  .video-block .play-box .play-item i {
    font-size: 16px;
    line-height: 24px;
  }
  .video-block .play-box .play-item img {
    width: 25px;
  }

  .success-next .tab-slide-section .tabs-section .tab-lists li {
    margin: 0 0px 26px 0;
  }
  .success-next .tab-slide-section .tabs-section .tab-lists li .btn {
    padding: 12px 40px;
  }

  .what-forme {
    padding: 50px 0 0;
  }
  .what-forme h2, .what-forme .h2 {
    text-align: center;
  }
  .what-forme .row {
    justify-content: center;
  }
  .what-forme .row .col {
    max-width: 140px;
    min-width: 115px;
    margin-bottom: 20px;
  }
  .what-forme .row .col .card {
    max-height: 85px;
  }
  .what-forme .row .col .card .card-body {
    padding: 20px;
    max-height: 100%;
  }
  .what-forme .row .col .card .card-body img {
    max-width: 40px;
  }
  .what-forme .row .col h4, .what-forme .row .col .h4 {
    font-size: 15px;
    color: #3C3C39;
  }
  .what-forme .product-cards {
    padding: 50px 0;
  }
  .what-forme .product-cards .card {
    margin-bottom: 30px;
  }
  .what-forme .product-cards .right-product-col {
    margin: 0;
  }
  .what-forme .product-cards .right-product-col .card {
    margin-bottom: 30px;
  }
  .what-forme .product-cards [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .journey-step {
    padding: 0 0 90px;
  }

  .latestNews-block {
    padding: 60px 0;
  }
  .latestNews-block .left-block-news h2, .latestNews-block .left-block-news .h2 {
    margin-bottom: 40px;
  }

  .footer-section .footer-logo {
    text-align: center;
    padding: 60px 0 30px;
  }
  .footer-section .footer-mid {
    text-align: center;
    border-bottom: none;
    padding-bottom: 30px;
  }
  .footer-section .footer-mid .footer-items p:first-child {
    display: none;
  }
  .footer-section .footer-mid .footer-items p.p-title {
    display: block;
  }
  .footer-section .footer-mid .footer-items .footer-nav-link li {
    /*&:nth-child(3) {
        display: none;
    }*/
  }
  .footer-section .footer-mid .footer-items .footer-nav-link li.sub-menu {
    display: block;
  }
  .footer-section .footer-mid .footer-items .footer-nav-link li.sub-menu .right {
    display: inline-block;
  }
  .footer-section .footer-mid .footer-items .footer-nav-link li.thronicolink {
    display: none;
  }
  .footer-section .footer-mid .footer-items .food-search {
    margin: 18px auto 0;
  }
  .footer-section .footer-mid .footer-items .social-icons {
    margin: 0;
  }
  .footer-section .footer-mid .footer-items.app-nav {
    display: none;
  }
  .footer-section .footer-mid .latest-news {
    display: none;
  }
  .footer-section .footer-bottom .row {
    flex-direction: column-reverse;
  }
  .footer-section .footer-bottom .privacy-policy {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-section .footer-bottom .bottom-logo {
    text-align: center;
    margin-bottom: 25px;
  }
  .footer-section.footer-dark .footer-mid .footer-items .footer-nav-link li:nth-child(3) {
    display: none;
  }
  .footer-section.footer-dark .footer-mid .footer-items .footer-nav-link li.sub-menu {
    display: block;
  }

  .application-section .get-inspired {
    margin-bottom: 40px;
  }
  .application-section .desktop-view {
    display: none;
  }
  .application-section .iceaCream-product {
    display: block;
  }

  .latestNews-block {
    overflow: hidden;
  }
  .latestNews-block .card .card-body {
    padding: 30px 20px;
  }
  .latestNews-block .card .card-body h5, .latestNews-block .card .card-body .h5 {
    font-size: 16px;
  }

  .what-forme .product-cards .card .card-body {
    padding: 30px 20px;
  }

  .mobile-latest-news {
    display: block;
    padding: 50px 0px 80px;
  }
  .mobile-latest-news .latest-news .news-form {
    max-width: 100%;
  }
  .mobile-latest-news .latest-news .news-form .btn {
    padding: 15px 45px;
  }

  .cheese-powder-sec {
    padding: 0 0 80px;
  }
  .cheese-powder-sec .container-fluid, .cheese-powder-sec .container-sm, .cheese-powder-sec .container-md, .cheese-powder-sec .container-lg, .cheese-powder-sec .container-xl, .cheese-powder-sec .container-xxl {
    flex-direction: column;
  }
  .cheese-powder-sec .container-fluid .singleBox, .cheese-powder-sec .container-sm .singleBox, .cheese-powder-sec .container-md .singleBox, .cheese-powder-sec .container-lg .singleBox, .cheese-powder-sec .container-xl .singleBox, .cheese-powder-sec .container-xxl .singleBox {
    width: 100%;
    min-height: 200px;
  }
  .cheese-powder-sec .container-fluid .singleBox:hover, .cheese-powder-sec .container-sm .singleBox:hover, .cheese-powder-sec .container-md .singleBox:hover, .cheese-powder-sec .container-lg .singleBox:hover, .cheese-powder-sec .container-xl .singleBox:hover, .cheese-powder-sec .container-xxl .singleBox:hover {
    width: 100%;
  }
  .cheese-powder-sec .container-fluid .singleBox.singleBox-one, .cheese-powder-sec .container-sm .singleBox.singleBox-one, .cheese-powder-sec .container-md .singleBox.singleBox-one, .cheese-powder-sec .container-lg .singleBox.singleBox-one, .cheese-powder-sec .container-xl .singleBox.singleBox-one, .cheese-powder-sec .container-xxl .singleBox.singleBox-one {
    max-height: 200px;
  }
  .cheese-powder-sec .container-fluid .singleBox.singleBox-two .inner-item, .cheese-powder-sec .container-sm .singleBox.singleBox-two .inner-item, .cheese-powder-sec .container-md .singleBox.singleBox-two .inner-item, .cheese-powder-sec .container-lg .singleBox.singleBox-two .inner-item, .cheese-powder-sec .container-xl .singleBox.singleBox-two .inner-item, .cheese-powder-sec .container-xxl .singleBox.singleBox-two .inner-item {
    text-align: center;
  }
  .cheese-powder-sec .container-fluid .singleBox.singleBox-three .inner-item, .cheese-powder-sec .container-sm .singleBox.singleBox-three .inner-item, .cheese-powder-sec .container-md .singleBox.singleBox-three .inner-item, .cheese-powder-sec .container-lg .singleBox.singleBox-three .inner-item, .cheese-powder-sec .container-xl .singleBox.singleBox-three .inner-item, .cheese-powder-sec .container-xxl .singleBox.singleBox-three .inner-item {
    text-align: center;
  }

  .cleanlabel-section {
    padding: 80px 0;
  }
  .cleanlabel-section h3, .cleanlabel-section .h3 {
    margin-top: 20px;
  }

  .secret-ingred-sec {
    padding: 0 0 80px;
  }
  .secret-ingred-sec h1, .secret-ingred-sec .h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .bring-next {
    padding: 60px 0;
  }

  .get-intuch {
    padding: 0 0 80px;
  }

  .cheese-powder-banner .left-img {
    text-align: center;
  }
  .cheese-powder-banner .right-content {
    text-align: center;
  }

  .natural-booster .offer-box .card-body h4, .natural-booster .offer-box .card-body .h4 {
    max-width: 100%;
  }

  .product-cover-banner img {
    min-height: 360px;
  }
  .product-cover-banner .banner-content {
    padding-left: 15px;
  }
  .product-cover-banner.NCb-food .banner-content h1, .product-cover-banner.NCb-food .banner-content .h1 {
    font-size: 32px;
    line-height: 36px;
    max-width: 280px;
  }
  .product-cover-banner.whats-kokumi-banner .banner-content .display-l1 {
    font-size: 40px;
    line-height: 46px;
    max-width: 270px;
  }
  .product-cover-banner.creamy-banner .banner-content h1, .product-cover-banner.creamy-banner .banner-content .h1 {
    font-size: 32px;
    line-height: 36px;
    max-width: 270px;
    color: #3C3C39;
  }
  .product-cover-banner.creamy-banner .banner-content h1 span, .product-cover-banner.creamy-banner .banner-content .h1 span {
    font-size: inherit;
    line-height: inherit;
  }

  .product-ncb-banner .banner-content h1, .product-ncb-banner .banner-content .h1 {
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 30px 0;
  }

  .section.bg-black {
    padding: 50px 0 75px;
  }

  .product-item-box {
    margin: 0 0 40px;
  }
  .product-item-box.space-top {
    margin-top: 0px;
  }
  .product-item-box:last-child {
    margin: 0 0 40px;
  }

  .rnd-section.bg-black .row {
    padding: 0 0 50px;
  }
  .rnd-section.bg-black .row .right-content {
    margin: 20px 0 0;
    max-width: 100%;
  }
  .rnd-section.bg-black .row:nth-child(even) {
    flex-direction: column-reverse;
  }

  .section.application-slider .slick-arrow.slick-next {
    right: 68%;
  }

  .application-section .card {
    background-color: transparent;
  }
  .application-section .card .card-body {
    padding: 20px 0px 40px;
  }
  .application-section .iceaCream-product .mob-product-icea {
    display: block;
  }
  .application-section .iceaCream-product .mob-product-icea .img-overlay-bg img {
    width: 100%;
  }

  .latestNews-block .desktop-view {
    display: none;
  }
  .latestNews-block .mobile-view {
    display: block;
  }

  .why-cheese-powder {
    padding: 0 0 50px;
  }
  .why-cheese-powder.home-why-cheese-p {
    margin: 20px 0 0;
  }

  .location-tabs.product-cheese-tabs {
    padding: 30px 0 0;
  }
  .location-tabs.product-cheese-tabs .tab-lists {
    position: initial;
  }
  .location-tabs.product-cheese-tabs .tab-lists .nav-item {
    margin: 0 10px 5px;
    width: 100%;
  }
  .location-tabs.product-cheese-tabs .tab-lists .nav-item .nav-link {
    white-space: nowrap;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
  }
  .location-tabs.product-cheese-tabs .product-item-sec {
    padding: 50px 0 20px;
  }
  .location-tabs.product-cheese-tabs .product-item-sec h3, .location-tabs.product-cheese-tabs .product-item-sec .h3 {
    margin: 0 0 20px;
  }
  .location-tabs.product-cheese-tabs .what-wedo {
    padding: 0 0 50px;
  }
  .location-tabs.product-cheese-tabs .what-wedo .left-content {
    margin: 0 0 40px;
  }
  .location-tabs.product-cheese-tabs .what-wedo .right-cards .card:first-child .card-body h4, .location-tabs.product-cheese-tabs .what-wedo .right-cards .card:first-child .card-body .h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .location-tabs.product-cheese-tabs .did-know {
    padding: 0 0 50px;
  }
  .location-tabs.product-cheese-tabs .did-know ul {
    padding-left: 20px;
  }
  .location-tabs.product-cheese-tabs .explore-product {
    padding: 0 0 50px 0;
  }

  .long-term-potential {
    margin: 0 0 50px;
  }
  .long-term-potential .right-content h2, .long-term-potential .right-content .h2 {
    margin: auto;
  }

  .product-blend-banner {
    padding: 0 0 60px;
  }
  .product-blend-banner .row {
    flex-direction: column-reverse;
  }
  .product-blend-banner .row .right-img {
    margin-bottom: 50px;
  }

  .cleanlabel-section .row:nth-child(2) {
    flex-direction: column-reverse;
  }

  .only-content {
    padding: 50px 15px;
  }

  .abount-section {
    padding: 0 0 50px;
  }

  .we-love-it {
    padding: 50px 0;
    margin: 0 0 50px;
  }
  .we-love-it .section-heading {
    margin: 0 0 50px;
  }

  .rnd-section {
    padding: 0 0 50px;
  }
  .rnd-section .left-img {
    margin: 0 0 20px;
    max-width: 100%;
  }

  .behind-success {
    padding: 20px 0 50px;
  }
  .behind-success .left-content {
    margin: 0 0 20px;
  }
  .behind-success .left-content h1, .behind-success .left-content .h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .social-comment {
    padding: 0 0 50px;
  }
  .social-comment .comment-heading {
    margin: 0 0 50px;
  }
  .social-comment .comment-heading h2, .social-comment .comment-heading .h2 {
    margin: 0 0 20px;
  }
  .social-comment .comment-item {
    margin: 0 0 30px;
  }
  .social-comment .comment-item .card-body {
    padding: 40px 20px;
  }
  .social-comment .comment-item .card-body h4, .social-comment .comment-item .card-body .h4 {
    font-size: 16px;
  }

  .faq-section .faq-custom-accordian .accordion-item .accordion-header .accordion-button {
    padding: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .faq-section .faq-custom-accordian .accordion-item .accordion-collapse .accordion-body {
    padding: 0px 20px 30px;
  }

  .quality-banner {
    padding: 50px 15px;
  }

  .our-quality-section .left-content-area {
    padding: 0 0 50px;
  }
  .our-quality-section .video-block {
    margin-bottom: 50px;
  }

  .faq-section {
    padding: 50px 0;
  }
  .faq-section.section.bg-beige {
    background-color: #afdcf1;
  }

  .food-items-tab {
    margin-bottom: 20px;
  }
  .food-items-tab .nav-item {
    margin-bottom: 15px;
  }

  .all-category-tab .popular-items {
    justify-content: flex-start;
  }

  .familiar-with {
    margin: 0 0 50px;
  }
  .familiar-with .inner-fam .btn-item {
    display: inline-flex;
    flex-direction: column-reverse;
  }
  .familiar-with .inner-fam .btn-item .btn {
    margin: 0 0 15px 0;
    padding: 15px 30px;
  }
  .familiar-with .inner-fam .btn-item .btn.btn-warning {
    background-color: #FDB02B;
  }

  .bread-pastry-banner {
    padding: 50px 0;
  }
  .bread-pastry-banner .right-img {
    margin: 30px 0 0 0;
  }
  .bread-pastry-banner .left-content .btn-primary {
    padding: 10px 30px;
  }

  .test-function .function-sec .top-flavours {
    padding: 50px 0;
  }
  .test-function .function-sec .top-card .card-body {
    padding: 32px 20px;
  }
  .test-function .function-sec .top-card .card-body i {
    margin-bottom: 20px;
  }

  .german-sandwich {
    padding: 50px 0;
  }
  .german-sandwich .left-img {
    margin-bottom: 30px;
  }

  .loyalty-box {
    padding: 0 0 50px;
    overflow: hidden;
  }
  .loyalty-box .card {
    overflow: visible;
  }
  .loyalty-box .card img {
    object-fit: cover;
    min-height: 450px;
    border-radius: 10px;
  }
  .loyalty-box .card .plus-items .plus-btn {
    left: 45%;
  }
  .loyalty-box .card .plus-items .plus-btn.plus-btn-two {
    left: 45%;
    top: 50%;
  }
  .loyalty-box .card .plus-items .plus-btn.plus-btn-three {
    display: none;
  }
  .loyalty-box .card .plus-items .plus-btn .drop-box {
    max-width: 280px;
    padding: 20px 15px;
  }

  .get-intuch .getLeft {
    overflow: hidden;
    max-height: 300px;
  }
  .get-intuch .getLeft img {
    min-height: 300px;
  }

  .news-trend-banner {
    padding: 50px 15px;
  }

  .all-category-tab .product-list-box {
    margin: 30px 0 50px;
  }
  .all-category-tab .product-list-box .offset-md-1 {
    margin-left: 0;
  }
  .all-category-tab .product-list-box .product-img {
    margin-bottom: 40px;
    overflow: hidden;
    max-height: 365px;
  }
  .all-category-tab .product-list-box .product-img img {
    border-radius: 10px 10px 0 0;
    min-height: 365px;
  }

  .custom-pagination li {
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin: 0 10px 0 0;
    font-size: 12px;
  }

  .all-category-tab {
    padding: 0 0 50px;
  }

  .newslatter-signup {
    padding: 0 0 50px;
  }
  .newslatter-signup .card .row {
    flex-direction: column-reverse;
  }
  .newslatter-signup .card .row .newslatter-box {
    padding: 30px 30px 60px;
  }
  .newslatter-signup .card .row .left-img {
    border-radius: 0 0 10px 10px;
    padding: 15px;
  }

  .custom-pagination {
    padding: 25px 0 0;
  }

  .related-news-section {
    padding: 0 0 50px;
  }
  .related-news-section .related-news-box {
    margin: 0 0 30px;
  }
  .related-news-section .related-news-box .card-header {
    overflow: hidden;
  }
  .related-news-section .latestPost-single {
    padding: 0 0 0 15px;
  }
  .related-news-section .latestPost-single .slick-slide {
    margin: 0 15px 0 0;
  }

  .news-detail-area {
    padding: 50px 0;
  }

  .our-mission-section {
    padding: 50px 0;
  }
  .our-mission-section .mission-box {
    max-width: 100%;
  }
  .our-mission-section .mission-box p {
    max-width: 100%;
  }

  .roadmape-section {
    margin-bottom: 50px;
  }

  .social-response-section {
    padding: 0 0 50px;
  }
  .social-response-section .left-img {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .social-response-section .right-content {
    max-width: 100%;
  }
  .social-response-section .right-content h3, .social-response-section .right-content .h3 {
    max-width: 100%;
  }
  .social-response-section .right-content p {
    max-width: 100%;
  }

  .join-us-section {
    padding: 0 0 70px;
  }
  .join-us-section .card .row {
    flex-direction: column-reverse;
  }
  .join-us-section .card .row .right-content {
    padding: 30px 25px 50px;
    max-width: 100%;
  }
  .join-us-section .card .row .right-content .btn {
    padding: 15px 45px;
  }

  .how-can-section {
    padding: 80px 0;
  }

  .location-tabs .tab-lists {
    position: initial;
  }
  .location-tabs .tab-lists .nav-item {
    margin: 0 0 5px;
    width: 100%;
  }
  .location-tabs .tab-lists .nav-item:first-child .nav-link {
    border-radius: 0px;
  }
  .location-tabs .tab-lists .nav-item:nth-child(2) .nav-link {
    border-left: none;
    border-right: none;
  }
  .location-tabs .tab-lists .nav-item:last-child .nav-link {
    border-radius: 0px;
  }
  .location-tabs .tab-lists .nav-item .nav-link {
    white-space: nowrap;
    max-width: 100%;
    width: 100%;
    border-radius: 0px;
    padding: 15px 10px;
  }

  .filter-box {
    overflow-y: scroll;
  }

  .location-tabs {
    padding: 0 0 70px;
  }
  .location-tabs .find-distributor {
    padding: 50px 0 0;
  }
  .location-tabs .find-distributor .single-country-list .country-add {
    margin: 15px 0;
  }
  .location-tabs .find-distributor .single-country-list .view-web {
    text-align: left;
    margin: 25px 0 0;
  }
  .location-tabs .find-distributor .single-country-list .row .col-md-2 {
    width: 100%;
  }
  .location-tabs .find-distributor .single-country-list .row .col-md-5 {
    width: 100%;
  }
  .location-tabs .location-specialist {
    padding: 50px 0 0;
  }
  .location-tabs .contact-form-section {
    padding: 50px 0 0;
  }
  .location-tabs .contact-form-section .contact-info {
    margin: 15px 0 0;
  }
  .location-tabs .contact-form-section .receive-form .card-body {
    padding: 40px 15px;
  }

  .open-position .single-job-box .card-body .readMore-btn {
    text-align: left;
    margin: 15px 0 0;
  }

  .cleanlabel-section .row {
    flex-direction: column-reverse;
  }
  .cleanlabel-section .row img {
    margin: 30px 0 30px;
    border-radius: 10px 10px 0 0;
  }

  .test-function .function-sec .top-flavours .progress-items .row .prog-bar {
    width: 80%;
  }
  .test-function .function-sec .top-flavours .progress-items .row .per-item {
    width: 20%;
  }

  .tab-content {
    overflow: hidden;
  }

  .news-cat-1 .slick-slide {
    margin-right: 15px;
  }

  .roadmape-section {
    padding: 50px 0 0 15px;
    margin-bottom: 100px;
  }
  .roadmape-section .road-content .roadmape-arrow {
    justify-content: flex-start;
    display: none;
  }
  .roadmape-section .outer-slider-sec {
    padding: 90px 0 100px 0;
  }

  .faq-section.section.bg-beige.quality-certification {
    background-color: #fff;
  }
  .faq-section.section.bg-beige.quality-certification .faq-custom-accordian .accordion-item {
    background-color: #fee8c3;
  }
  .faq-section.section.bg-beige.quality-certification .faq-custom-accordian .accordion-item .accordion-header .accordion-button::after {
    background-color: #FDB02B;
    background-image: url(../../images/plus-white.svg);
    background-size: 22px;
    margin-left: 10px;
  }
  .faq-section.section.bg-beige.quality-certification .faq-custom-accordian .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
  }

  .application-slider {
    padding-left: 15px !important;
  }

  .get-intuch .offset-md-1 {
    margin-left: 0;
  }

  .application-banner {
    padding: 60px 0;
  }

  .test-function .function-sec .top-flavours .spot-box {
    margin: 0 0 30px;
  }
  .test-function .function-sec .top-flavours .progress-items {
    margin: 18px 0 0;
  }

  .why-cheese-powder .colorBox .mt-5 {
    margin-top: 0px !important;
  }

  .why-cheese-powder .colorBox .card .card-body .inner-box .drop-box {
    transform: none !important;
    max-width: 100%;
    width: 100%;
    left: 0;
  }

  .product-solution-grid .gridBoxs .innerGrid .endProject {
    top: 30%;
  }
  .product-solution-grid .gridBoxs .innerGrid h3, .product-solution-grid .gridBoxs .innerGrid .h3 {
    font-size: 18px;
    line-height: 24px;
    max-width: 160px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots {
    right: 42%;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots.c-dot-b {
    right: 66%;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots {
    left: 77%;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots.c-dot-b {
    left: 53%;
  }

  .serviceAll-section {
    margin: 0 0 80px;
  }
  .serviceAll-section .right-img {
    margin: 30px 0 0;
  }

  .journey-step .leaderShipBox {
    flex-direction: column;
  }
  .journey-step .leaderShipBox .left-leader {
    margin: 0 0 -5px 0;
  }
  .journey-step .leaderShipBox .right-partner .idea-y.idea-yBt-r {
    left: 50px;
    top: 214px;
    transform: rotate(114deg);
  }
  .journey-step .leaderShipBox .devlepmentBox {
    height: 45px;
    top: 42%;
    transform: rotate(0deg);
    width: 60%;
    border-radius: 5px;
    background-color: transparent;
    width: auto;
    left: 23%;
  }
  .journey-step .leaderShipBox .devlepmentBox p {
    margin-bottom: 90px;
    font-weight: 600;
    transform: rotate(45deg);
  }
  .journey-step .leaderShipBox .devlepmentBox .endProject {
    transform: rotate(0deg);
  }
  .journey-step .leaderShipBox .devlepmentBox .endProject .drop-box {
    transform: rotate(0deg);
    margin-left: -180px !important;
  }
  .journey-step .leaderShipBox .devlepmentBox::before {
    border-bottom: 0;
  }
  .journey-step .leaderShipBox .popUpbox.conceptText {
    left: 35%;
    top: 3%;
    z-index: 8;
  }
  .journey-step .leaderShipBox .popUpbox.conceptText p {
    transform: rotate(-22deg);
    bottom: -8px;
  }
  .journey-step .leaderShipBox .popUpbox.ideaText {
    left: 70%;
    top: 180px;
    z-index: 7;
    flex-direction: column;
  }
  .journey-step .leaderShipBox .popUpbox.ideaText p {
    transform: rotate(60deg);
    bottom: 48px;
    left: 43px;
  }
  .journey-step .leaderShipBox .popUpbox.ideaText img {
    margin: -80px 10px 20px 0;
    transform: rotate(25deg);
  }
  .journey-step .leaderShipBox .popUpbox.ideaText .endProject .drop-box {
    margin-left: -251px !important;
  }
  .journey-step .leaderShipBox .popUpbox.launchText {
    right: 24%;
    bottom: -26px;
    top: initial;
  }
  .journey-step .leaderShipBox .popUpbox.launchText img {
    transform: rotate(-9deg);
  }
  .journey-step .leaderShipBox .popUpbox.postlaunchText {
    left: 45%;
    top: inherit;
    bottom: 135px;
  }
  .journey-step .leaderShipBox .popUpbox.postlaunchText p {
    bottom: 77px;
    margin: 0;
    left: 52px;
    transform: rotate(-85deg);
  }
  .journey-step .leaderShipBox .popUpbox.postlaunchText .endProject .drop-box {
    margin-left: -236px !important;
  }
  .journey-step .leaderShipBox .popUpbox.postlaunchText img {
    transform: rotate(2deg);
  }

  .journey-step .top-steps p {
    padding: 28px 0 80px;
  }

  .natural-booster .offer-box {
    min-height: 210px;
  }

  .product-item-box .card-header {
    max-width: 100%;
    min-width: 100%;
  }

  .rnd-section.bg-black .row .left-img {
    max-width: 100%;
    margin: 0 0 20px 0;
  }

  .cleanlabel-section p {
    max-width: 100%;
  }
  .cleanlabel-section .card {
    max-width: 100%;
  }

  .secret-ingred-sec .card {
    max-width: 100%;
  }

  .why-cheese-powder .why-left {
    margin: 0 0 40px 0;
  }
  .why-cheese-powder .why-left p {
    max-width: 100%;
  }

  .behind-success .right-img {
    max-width: 100%;
  }

  .latest-news .news-form {
    max-width: 100%;
  }

  .sub-heading {
    padding: 80px 15px;
  }

  .what-forme .product-cards .card .card-body p {
    max-width: 100%;
  }

  .social-comment [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .our-mission-section .mission-box h2, .our-mission-section .mission-box .h2 {
    max-width: 100%;
  }

  .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper input {
    max-width: 100% !important;
  }

  .why-cheese-powder .colorBox .card:hover {
    transform: initial;
  }
}
@media only screen and (max-width: 600px) {
  .section.application-slider .slick-arrow.slick-next {
    right: 62%;
  }
}
@media only screen and (max-width: 599px) {
  .mobile-panel {
    padding: 100px 30px 50px;
  }

  .login-modal-box .modal-dialog .modal-content .modal-body .row .col-md-6 .login-form .card-body {
    padding: 80px 30px 30px;
  }
  .login-modal-box .modal-dialog .modal-content .modal-body .row .col-md-6 .login-form .card-body .form-boxlog .signup-btn .singUp-link {
    margin-bottom: 18px;
  }

  .section.application-slider .slick-arrow.slick-next {
    right: 60%;
  }

  .product-cover-banner.product-range-banner .banner-content h1, .product-cover-banner.product-range-banner .banner-content .h1 {
    font-size: 45px;
    line-height: 48px;
  }

  .filter-box {
    padding: 75px 20px;
  }

  .roadmape-section::after {
    bottom: 105px;
  }
  .roadmape-section .btm-year {
    bottom: 80px;
    left: 20px;
  }
  .roadmape-section .outer-slider-sec {
    padding: 50px 0 140px 0;
  }
  .roadmape-section .outer-slider-sec .yearly-slider .single-slide {
    /* max-width: 280px;
    min-width: 280px;*/
  }
  .roadmape-section .outer-slider-sec .yearly-slider .single-slide .card-body p {
    max-width: 100%;
  }
  .roadmape-section .outer-slider-sec .yearly-slider .single-slide.single-big {
    /*  max-width: 450px;
    min-width: 450px;*/
  }
  .roadmape-section .outer-slider-sec .yearly-slider .single-slide.single-big .card-header {
    min-width: 110px;
  }
  .roadmape-section .outer-slider-sec .yearly-slider .single-slide.single-big .card-body {
    /*   min-width: 300px;*/
    padding: 45px 15px 15px;
  }
  .roadmape-section .outer-slider-sec .yearly-slider .single-slide.single-big .card-body p {
    max-width: 100%;
  }
  .roadmape-section .outer-slider-sec .btm-year-tag {
    left: 15px;
    bottom: 63px;
  }

  .location-tabs .google-map .denmark-address .dk-btn {
    left: 50%;
    top: 180px;
  }
  .location-tabs .google-map .denmark-address .dk-btn.lnd-btn {
    left: 50%;
  }

  .location-tabs.product-cheese-tabs .what-wedo .right-cards .card:first-child .card-body img {
    width: 80px;
  }
  .location-tabs.product-cheese-tabs .what-wedo .right-cards .card:first-child .card-body h4, .location-tabs.product-cheese-tabs .what-wedo .right-cards .card:first-child .card-body .h4 {
    margin-left: 5px;
  }

  .product-solution-grid .gridBoxs .innerGrid .endProject .drop-box {
    width: 250px;
  }

  .home-banner.service-banner .banner-content h1, .home-banner.service-banner .banner-content .h1 {
    font-size: 32px;
    line-height: 36px;
    max-width: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .product-solution-grid .gridBoxs .innerGrid .endProject .drop-box {
    width: 220px;
    padding: 20px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots::before {
    width: 335px;
    left: -95px;
    top: -147px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots.c-dot-b::before {
    width: 285px;
    transform: rotate(131deg);
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots.c-dot-b::before {
    width: 298px;
    transform: rotate(-129deg);
    left: -230px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots::before {
    width: 200px;
    transform: rotate(-128deg);
    left: -154px;
    top: -69px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots::before {
    width: 380px;
    transform: rotate(-125deg);
    left: -68px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots.c-dot-b::before {
    transform: rotate(-125deg);
    left: -44px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots::before {
    width: 270px;
    transform: rotate(144deg);
    left: -235px;
  }

  .journey-step .leaderShipBox .devlepmentBox {
    left: 25%;
  }
  .journey-step .leaderShipBox .devlepmentBox p {
    transform: rotate(40deg);
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 550px) {
  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots::before {
    width: 325px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots.c-dot-b::before {
    width: 285px;
    transform: rotate(129deg);
    left: -42px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots::before {
    transform: rotate(-126deg);
    left: -150px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots.c-dot-b::before {
    width: 298px;
    transform: rotate(-128deg);
    left: -227px;
    top: -101px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots::before {
    width: 369px;
    transform: rotate(-124deg);
    left: -72px;
    top: 159px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots.c-dot-b::before {
    transform: rotate(-123deg);
    left: -45px;
    width: 260px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots::before {
    width: 260px;
    transform: rotate(144deg);
    left: -221px;
    top: 88px;
  }
}
@media only screen and (max-width: 480px) {
  .section.application-slider .slick-arrow.slick-next {
    right: 52%;
  }

  .btn {
    padding: 12px 35px;
  }

  .get-intuch .getLeft {
    overflow: hidden;
    max-height: 250px;
  }
  .get-intuch .getLeft img {
    min-height: 250px;
  }

  .news-detail-area .category-date-box {
    max-width: 300px;
    padding: 15px 20px;
  }
  .news-detail-area .news-content p a {
    word-break: break-word;
  }

  .loyalty-box .card .plus-items .plus-btn .drop-box {
    transform: translate3d(-120px, 8px, 0px) !important;
  }

  .drop-box {
    transform: translate3d(-139px, 42px, 0px) !important;
  }

  .complete-body .chat-box {
    transform: translate3d(-180px, -52px, 0px) !important;
  }

  .product-solution-grid .gridBoxs .innerGrid .endProject .drop-box {
    transform: translate3d(0px, 12px, 0px) !important;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots {
    right: 25%;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots::before {
    width: 210px;
    left: -63px;
    transform: rotate(108deg);
    top: -92px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots.c-dot-b {
    right: 50%;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots.c-dot-b::before {
    width: 180px;
    transform: rotate(132deg);
    left: -18px;
    top: -57px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots {
    top: 25%;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots::before {
    width: 134px;
    transform: rotate(-119deg);
    left: -90px;
    top: -45px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots.c-dot-b {
    top: 40%;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots.c-dot-b::before {
    width: 216px;
    transform: rotate(-124deg);
    left: -163px;
    top: -84px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots {
    left: 50%;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots::before {
    width: 172px;
    transform: rotate(136deg);
    left: -136px;
    top: 66px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots.c-dot-b {
    left: 25%;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots.c-dot-b::before {
    width: 190px;
    transform: rotate(109deg);
    left: -117px;
    top: 99px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots {
    top: 50%;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots::before {
    width: 230px;
    transform: rotate(-121deg);
    left: -40px;
    top: 111px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots.c-dot-b {
    top: 66%;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots.c-dot-b::before {
    width: 150px;
    transform: rotate(-115deg);
    left: -32px;
    top: 72px;
  }

  .journey-step .leaderShipBox .popUpbox.conceptText {
    top: 3%;
  }
  .journey-step .leaderShipBox .popUpbox.conceptText p {
    transform: rotate(-14deg);
    bottom: 0px;
  }
  .journey-step .leaderShipBox .popUpbox.postlaunchText .endProject .drop-box {
    transform: translate3d(0px, 12px, 0px) !important;
  }
  .journey-step .leaderShipBox .popUpbox.launchText {
    right: 22%;
  }
  .journey-step .leaderShipBox .popUpbox.launchText p {
    transform: rotate(-49deg);
    bottom: 39px;
  }
  .journey-step .leaderShipBox .popUpbox.ideaText {
    left: 72%;
  }
  .journey-step .leaderShipBox .popUpbox.ideaText p {
    transform: rotate(72deg);
  }
  .journey-step .leaderShipBox .popUpbox.ideaText .endProject .drop-box {
    margin-left: -110px !important;
  }
  .journey-step .leaderShipBox .popUpbox .endProject .drop-box {
    margin-left: 0px !important;
    transform: translate3d(-139px, 0px, 0px) !important;
  }
  .journey-step .leaderShipBox .devlepmentBox {
    left: 18%;
  }
  .journey-step .leaderShipBox .devlepmentBox p {
    transform: rotate(42deg);
    margin-bottom: 80px;
    margin-left: 10px;
  }
  .journey-step .leaderShipBox .devlepmentBox .endProject .drop-box {
    transform: translate3d(-140px, 15px, 0px) !important;
    margin-left: 0px !important;
  }

  .home-banner.service-banner .banner-content h1, .home-banner.service-banner .banner-content .h1 {
    max-width: 200px;
  }

  .single-news-banner .img-banner .overlay-content h1, .single-news-banner .img-banner .overlay-content .h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .product-cover-banner.creamy-banner img {
    min-height: 220px;
  }
}
@media only screen and (max-width: 425px) {
  .product-solution-grid .gridBoxs .innerGrid h3, .product-solution-grid .gridBoxs .innerGrid .h3 {
    font-size: 16px;
    line-height: 22px;
    max-width: 140px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .lowR {
    right: 25px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots::before {
    width: 205px;
    left: -65px;
    transform: rotate(107deg);
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots.c-dot-b::before {
    width: 172px;
    transform: rotate(129deg);
    left: -22px;
    top: -57px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .mildL {
    left: 25px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots::before {
    width: 225px;
    transform: rotate(-118deg);
    left: -47px;
    top: 105px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-orange .lowRT {
    right: 25px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots::before {
    width: 130px;
    transform: rotate(-117deg);
    left: -86px;
    top: -50px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots.c-dot-b::before {
    width: 210px;
    transform: rotate(-121deg);
    left: -150px;
    top: -78px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots::before {
    width: 157px;
    transform: rotate(132deg);
    left: -123px;
    top: 66px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots.c-dot-b::before {
    width: 190px;
    transform: rotate(108deg);
    left: -112px;
    top: 99px;
  }

  .journey-step .leaderShipBox .popUpbox.launchText {
    right: 19%;
  }
  .journey-step .leaderShipBox .popUpbox.ideaText {
    left: 75%;
  }
  .journey-step .leaderShipBox .popUpbox.conceptText .endProject .drop-box {
    margin-left: -30px !important;
  }
  .journey-step .leaderShipBox .devlepmentBox {
    left: 14%;
  }

  .product-cover-banner.creamy-banner .banner-content h1, .product-cover-banner.creamy-banner .banner-content .h1 {
    font-size: 24px;
    line-height: 28px;
    max-width: 150px;
  }

  .home-banner.company-banner-section .banner-content h1, .home-banner.company-banner-section .banner-content .h1 {
    max-width: 180px;
  }
}
@media only screen and (max-width: 414px) {
  .journey-step .leaderShipBox .popUpbox.postlaunchText p {
    transform: rotate(-90deg);
  }
  .journey-step .leaderShipBox .devlepmentBox {
    left: 12%;
  }
  .journey-step .leaderShipBox .devlepmentBox p {
    transform: rotate(40deg);
    margin-bottom: 73px;
  }
}
@media only screen and (max-width: 375px) {
  .section.application-slider .slick-arrow.slick-next {
    right: 46%;
  }

  .loyalty-box .card .plus-items .plus-btn {
    left: 45%;
  }
  .loyalty-box .card .plus-items .plus-btn.plus-btn-two {
    left: 45%;
  }

  .location-tabs .google-map .denmark-address .dk-btn {
    left: 47%;
  }
  .location-tabs .google-map .denmark-address .dk-btn.lnd-btn {
    left: 47%;
  }

  .complete-body .chat-box {
    min-width: 270px;
    max-width: 270px;
  }

  .location-tabs.product-cheese-tabs .what-wedo .right-cards .card:first-child .card-body img {
    width: 70px;
  }

  .product-solution-grid .gridBoxs .innerGrid .endProject .drop-box {
    transform: translate3d(38px, 12px, 0px) !important;
    width: 200px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots::before {
    width: 194px;
    transform: rotate(104deg);
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots.c-dot-b::before {
    width: 161px;
    transform: rotate(126deg);
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots::before {
    width: 126px;
    transform: rotate(-115deg);
    left: -82px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots.c-dot-b::before {
    width: 194px;
    transform: rotate(-119deg);
    left: -137px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .endProject .drop-box {
    transform: translate3d(-40px, 12px, 0px) !important;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots {
    left: 50%;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots::before {
    width: 148px;
    transform: rotate(129deg);
    left: -110px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots.c-dot-b {
    left: 25%;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots.c-dot-b::before {
    width: 176px;
    transform: rotate(107deg);
    left: -103px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .endProject .drop-box {
    transform: translate3d(-40px, 12px, 0px) !important;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots {
    top: 50%;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots::before {
    width: 225px;
    transform: rotate(-116deg);
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots.c-dot-b {
    top: 66%;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots.c-dot-b::before {
    width: 133px;
    transform: rotate(-113deg);
    left: -28px;
    top: 75px;
  }

  .journey-step .leaderShipBox .popUpbox.conceptText {
    left: 30%;
  }
  .journey-step .leaderShipBox .popUpbox.postlaunchText p {
    left: 47px;
  }
  .journey-step .leaderShipBox .popUpbox.launchText {
    right: 15%;
  }
  .journey-step .leaderShipBox .popUpbox.ideaText {
    left: 79%;
  }
  .journey-step .leaderShipBox .devlepmentBox {
    left: 9%;
  }
  .journey-step .leaderShipBox .devlepmentBox .endProject .drop-box {
    transform: translate3d(-123px, 15px, 0px) !important;
  }

  .product-cover-banner.creamy-banner .banner-content h1, .product-cover-banner.creamy-banner .banner-content .h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .home-banner .banner-content .display-l1 {
    max-width: 230px;
  }
}
@media only screen and (max-width: 360px) {
  .product-cover-banner.product-range-banner .banner-content h1, .product-cover-banner.product-range-banner .banner-content .h1 {
    font-size: 38px;
    line-height: 44px;
  }

  .location-tabs .tab-lists .nav-item .nav-link {
    font-size: 14px;
    line-height: 18px;
  }

  .location-tabs.product-cheese-tabs .what-wedo .right-cards .card:first-child .card-body img {
    width: 50px;
    min-width: 55px;
  }
  .location-tabs.product-cheese-tabs .what-wedo .right-cards .card:first-child .card-body h4, .location-tabs.product-cheese-tabs .what-wedo .right-cards .card:first-child .card-body .h4 {
    font-size: 12px;
  }

  .product-solution-grid .gridBoxs .innerGrid .endProject .drop-box {
    width: 180px;
  }
  .product-solution-grid .gridBoxs .innerGrid h3, .product-solution-grid .gridBoxs .innerGrid .h3 {
    font-size: 15px;
    line-height: 18px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots.c-dot-b::before {
    width: 188px;
    transform: rotate(-117deg);
    left: -130px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots.c-dot-b::before {
    transform: rotate(105deg);
    left: -102px;
  }

  .journey-step .leaderShipBox .popUpbox.postlaunchText {
    left: 42%;
  }
  .journey-step .leaderShipBox .popUpbox.launchText {
    right: 13%;
  }
  .journey-step .leaderShipBox .popUpbox.conceptText {
    top: 4%;
  }
  .journey-step .leaderShipBox .popUpbox.conceptText p {
    transform: rotate(-6deg);
    bottom: 9px;
  }
  .journey-step .leaderShipBox .devlepmentBox {
    left: 7%;
  }
}
@media only screen and (max-width: 320px) {
  .section.application-slider .slick-arrow.slick-next {
    right: 38%;
  }

  .loyalty-box .card .plus-items .plus-btn {
    left: 45%;
  }
  .loyalty-box .card .plus-items .plus-btn.plus-btn-two {
    left: 45%;
  }
  .loyalty-box .card .plus-items .plus-btn .drop-box {
    transform: translate3d(-106px, 0px, 0px) !important;
    max-width: 240px;
  }

  .complete-body .chat-box {
    transform: translate3d(-150px, -52px, 0px) !important;
  }

  .product-solution-grid .gridBoxs .innerGrid .endProject .drop-box li {
    color: #000;
    font-size: 14px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots::before {
    width: 190px;
    transform: rotate(102deg);
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-lilla .c-dots.c-dot-b::before {
    width: 153px;
    transform: rotate(122deg);
    left: -25px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots::before {
    width: 120px;
    transform: rotate(-112deg);
    left: -73px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-orange .c-dots.c-dot-b::before {
    transform: rotate(-115deg);
    left: -126px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots::before {
    width: 145px;
    transform: rotate(125deg);
    left: -104px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .c-dots.c-dot-b::before {
    left: -98px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-green .endProject {
    margin-right: 15px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots::before {
    width: 204px;
    transform: rotate(-112deg);
    left: -49px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .c-dots.c-dot-b::before {
    width: 127px;
    transform: rotate(-109deg);
    left: -26px;
  }
  .product-solution-grid .gridBoxs .innerGrid.bg-blue .endProject {
    margin-right: 15px;
  }

  .journey-step .leaderShipBox .popUpbox.conceptText .endProject .drop-box {
    transform: translate3d(-152px, 0px, 0px) !important;
  }
  .journey-step .leaderShipBox .popUpbox.postlaunchText {
    left: 40%;
  }
  .journey-step .leaderShipBox .popUpbox.launchText {
    right: 9%;
  }
  .journey-step .leaderShipBox .popUpbox.ideaText {
    left: 85%;
  }
  .journey-step .leaderShipBox .devlepmentBox {
    left: 0%;
  }

  .what-benefit .card .tabList li a {
    padding: 12px 16px;
    font-size: 15px;
  }

  .all-category-tab .product-list-box .product-img {
    max-height: 315px;
  }
  .all-category-tab .product-list-box .product-img img {
    min-height: 315px;
  }
}

/*# sourceMappingURL=frontpage.css.map */
