.btn {
  display: inline-flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border-width: 1px;
  border-color: transparent;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 700;
}@media (max-width: 575px) {.btn {
    font-size: 11px;
  }
}.btn {
  text-align: center;
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: 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;
}
.btn-sm {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  height: unset;
}
.btn-red {
  color: #fff !important;
}
.btn-pills {
  height: 48px;
  border-radius: 24px;
}
.btn svg {
  height: 16px;
}
.btn-primary {
  color: white;
  background-color: #015524 !important;
  border-color: #015524;
}
.btn-primary svg {
  fill: white;
}
.btn-secondary {
  color: black;
  background-color: #F4D03F !important;
  border-color: #f4d03f;
}
.btn-secondary svg {
  fill: black;
}
.btn-light {
  color: #015524;
  background-color: #fff !important;
  border-color: white;
}
.btn-light svg {
  fill: #015524;
}
.btn-red {
  color: white;
  background-color: #E4002B !important;
  border-color: #e4002b;
}
.btn-red svg {
  fill: white;
}
.btn-outline-primary {
  background-color: transparent;
  border-color: #015524;
  color: #015524;
}
.btn-outline-primary svg {
  fill: #015524;
}
.btn-outline-secondary {
  background-color: transparent;
  border-color: #F4D03F;
  color: #F4D03F;
}
.btn-outline-secondary svg {
  fill: #F4D03F;
}
.btn-outline-light {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-outline-light svg {
  fill: #fff;
}
.btn-outline-red {
  background-color: transparent;
  border-color: #E4002B;
  color: #E4002B;
}
.btn-outline-red svg {
  fill: #E4002B;
}

.form-input, .form-textarea, .form-select {
  width: 100% !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.navbar-hamburger > span {
  display: block;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(50 107 80 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 30px;
  height: 3px;
}
.navbar-hamburger > span + span {
  margin-top: 8px;
}
.navbar-hamburger.show > span:nth-child(1) {
  margin-top: 0;
  transform: rotate(135deg);
}
.navbar-hamburger.show > span:nth-child(2) {
  opacity: 0;
}
.navbar-hamburger.show > span:nth-child(3) {
  width: 30px;
  margin-top: -14px;
  transform: rotate(-135deg);
}
.navbar .navbar-logo {
  display: inline-block;
  height: 65% !important;
}
.navbar .navbar-logo img {
  height: 100% !important;
}
.navbar .navbar-menu {
  font-size: 0.9rem;
}
.navbar .navbar-menu a {
  color: #333333;
}

.accordion-item:not(:first-of-type) {
  border-top-width: 0px;
}
.accordion-toggle[aria-expanded=true] {
  background-color: #F8F8F8;
  transition-duration: 0.75s;
  transition-property: background-color, border-color;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.accordion-toggle[aria-expanded=true] .icon svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.accordion-toggle[aria-expanded=false] {
  transition-duration: 0.75s;
  transition-property: background-color, border-color;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.accordion-toggle .icon svg {
  height: 20px;
  fill: #E4002B;
  transition-duration: 0.5s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.accordion-content {
  transition-duration: 0.5s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.accordion-content[aria-hidden=true] {
  height: 0;
  opacity: 0;
  transform: translate3d(0, -0.5rem, 0);
  visibility: hidden;
}
.accordion-content[aria-hidden=false] {
  background-color: #F8F8F8;
  height: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

/* Google font import
------------------------------------------------------------------------*/
.mdn-accordion,
.mdn-accordion * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.mdn-accordion {
  background: #fff;
}

.mdn-accordion,
.mdn-accordion ul,
.mdn-accordion ul li {
  list-style: none;
}

.mdn-accordion ul {
  display: none;
}

/* @checkbox or radio 
----------------------------------------------------- */
.mdn-accordion .accordion-toggle {
  position: absolute;
  opacity: 0;
}

/* @first level panels
----------------------------------------------------- */
.mdn-accordion .accordion-title {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  background: #ffffff;
  text-decoration: none;
  padding: 15px 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-top: 1px solid #707070;
}
@media (max-width: 575px) {.mdn-accordion .accordion-title {
    padding-left: 20px;
  }
}

/* @first level panel :hover
----------------------------------------------------- */
.mdn-accordion .accordion-title:hover {
  color: #354856;
}

/* @all levels :active panels 
----------------------------------------------------- */
.mdn-accordion .accordion-toggle:checked + .accordion-title {
  background: #F8F8F8;
  color: #000000;
}

.mdn-accordion ul .accordion-toggle:checked + .accordion-title {
  background: #F8F8F8;
}

.mdn-accordion ul ul .accordion-toggle:checked + .accordion-title {
  background: #F8F8F8;
}

/* @panels with long text
----------------------------------------------------- */
.mdn-accordion a,
.mdn-accordion .accordion-title {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* @show panel content
----------------------------------------------------- */
.mdn-accordion .accordion-toggle:checked + .accordion-title + ul,
.mdn-accordion .accordion-toggle:checked + .accordion-title:nth-of-type(n) + ul {
  display: block;
}

/* @second level + :hover
----------------------------------------------------- */
.mdn-accordion ul a:hover,
.mdn-accordion ul .accordion-title:hover {
  background: #FDFDFD;
}

/* @accordion arrow  
------------------------------------------------------- */
.mdn-accordion .accordion-title::before {
  width: 26px;
  height: 26px;
  font-size: 1.4em;
  content: "\f0d7";
  position: absolute;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #DA291C;
  transition: transform 0.4s;
  right: 10px;
  top: 22%;
}

.mdn-accordion .accordion-toggle:checked + .accordion-title::before {
  content: "\f0da";
}

/* @accordion support styles 
------------------------------------------------------- */
.mdn-accordion .mdn-container {
  padding: 20px 60px 30px;
  font-size: 18px;
  color: #000000;
  background-color: #F8F8F8;
}
@media (max-width: 575px) {.mdn-accordion .mdn-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.mdn-accordion .mdn-container ol li {
  list-style: inherit;
  padding-left: 15px;
}

.tab-header {
  gap: 4px;
}

@media (min-width: 1024px) {.tab-header {
    gap: 0px;
  }
}

.tab-header {
  margin-bottom: 4px;
}

@media (min-width: 1024px) {.tab-header {
    margin-bottom: 40px;
  }
}
.tab-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 2px solid;
  min-height: 55px;
  border-radius: 10px;
  --tw-border-opacity: 1;
  border-color: rgb(50 107 80 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(85 104 47 / var(--tw-text-opacity));
}
.tab-link:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 114 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 114 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {.tab-link {
    min-height: 64px;
    border-radius: 15px;
  }
}
@media (min-width: 576px) and (max-width: 1023px) {.tab-link {
    min-width: 140px;
  }
}
@media (min-width: 1024px) {.tab-link {
    min-width: 228px;
  }
}
.tab-link[aria-selected=true] {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(50 107 80 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.modal.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.hamburger {
  transform: translate3d(0, -100%, 0);
}
.hamburger.show {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.post-detail :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  margin-bottom: 8px;
}

.post-detail :is(:where(p):not(:where([class~="not-prose"] *))) {
  margin-bottom: 16px;
}

.post-detail :is(:where(a):not(:where([class~="not-prose"] *))) {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(50 107 80 / var(--tw-text-opacity));
}

.post-detail :is(:where(ol):not(:where([class~="not-prose"] *))) {
  margin-bottom: 16px;
  list-style-type: decimal;
  padding-left: 16px;
}

.post-detail :is(:where(ul):not(:where([class~="not-prose"] *))) {
  margin-bottom: 16px;
  list-style-type: disc;
  padding-left: 16px;
}

/*** Kewpie Easy Meal ***/
.hematWaktu .text__container {
  text-align: center;
  margin-top: 28px;
}
@media (max-width: 575px) {.hematWaktu .text__container {
    margin-top: 8px;
  }.hematWaktu .text__container h1 {
    margin-bottom: 5px;
  }
}
.hematWaktu .text__container p {
  font-size: 32px;
}
@media (max-width: 575px) {.hematWaktu .text__container p {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 1023px) {.hematWaktu .text__container p {
    margin-bottom: 40px;
  }
}
.hematWaktu .text__container p {
  line-height: 1.25;
}

.quickPrep {
  margin-bottom: 100px;
}

@media (max-width: 575px) {.quickPrep {
    margin-bottom: 52px;
  }
}
.quickPrep_heading {
  margin-bottom: 44px;
  text-align: center;
}
.quickPrep_heading h1 {
  margin-bottom: 12px;
}
@media (min-width: 1024px) {.quickPrep_heading h1 {
    margin-bottom: 20px;
  }
}
.quickPrep_heading h2 {
  font-size: 16px;
}
@media (min-width: 1024px) {.quickPrep_heading h2 {
    font-size: 24px;
  }
}
.quickPrep .quickPrep_tab .tab .tab-link h6 {
  text-align: center;
  font-size: 10px;
}
@media (min-width: 576px) and (max-width: 1023px) {.quickPrep .quickPrep_tab .tab .tab-link h6 {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {.quickPrep .quickPrep_tab .tab .tab-link h6 {
    font-size: 20px;
  }
}
.quickPrep .quickPrep_tab .tab .tab-link h6 {
  padding: 4px;
}
@media (min-width: 1024px) {.quickPrep .quickPrep_tab .tab .tab-link h6 {
    padding: 0px;
  }
}

.beliProduk {
  margin-top: 24px;
  margin-bottom: 20px;
}

@media (min-width: 576px) and (max-width: 1023px) {.beliProduk {
    margin-top: 40px;
    margin-bottom: 32px;
  }
}

@media (min-width: 1024px) {.beliProduk {
    margin-top: 120px;
    margin-bottom: 80px;
  }
}

.tunjukEasyMeal {
  margin-bottom: 36px;
}

@media (min-width: 576px) and (max-width: 1023px) {.tunjukEasyMeal {
    margin-bottom: 48px;
  }
}

@media (min-width: 1024px) {.tunjukEasyMeal {
    margin-bottom: 70px;
  }
}

.mekanisme {
  margin-bottom: 36px;
}

@media (min-width: 576px) and (max-width: 1023px) {.mekanisme {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {.mekanisme {
    margin-bottom: 70px;
  }
}
.mekanisme .accordion .accordion-item:last-child {
  border-bottom-width: 0px;
}
.mekanisme .accordion .accordion-item .accordion-content li {
  font-size: 18px;
}

.menuSelect {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 60px;
}

@media (min-width: 576px) and (max-width: 1023px) {.menuSelect {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {.menuSelect {
    margin-bottom: 120px;
  }
}
.menuSelect .ms_grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 1em 0 0;
  list-style: none;
}
@media (min-width: 576px) and (max-width: 1023px) {.menuSelect .ms_grid {
    padding-bottom: 1em;
  }
}
.menuSelect .ms_grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.menuSelect .ms_grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
}
.menuSelect .ms_grid figure figcaption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.45s;
  transform: translate3d(0, 0, 0);
  transform-origin: 0 100%;
}
.menuSelect .ms_grid figure figcaption::before,
.menuSelect .ms_grid figure figcaption::after {
  pointer-events: none;
}
.menuSelect .ms_grid figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menuSelect figure.effect-winston {
  text-align: left;
}
.menuSelect figure.effect-winston img {
  transition: transform 0.45s;
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.menuSelect figure.effect-winston p {
  position: absolute;
  left: 40px;
}
@media (max-width: 575px) {.menuSelect figure.effect-winston p {
    left: 10px;
  }
}
@media (min-width: 576px) and (max-width: 1023px) {.menuSelect figure.effect-winston p {
    left: 10px;
  }
}
.menuSelect figure.effect-winston p {
  bottom: 0;
  padding: 0 0 7% 0;
  font-size: 20px;
}
@media (max-width: 575px) {.menuSelect figure.effect-winston p {
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 1023px) {.menuSelect figure.effect-winston p {
    font-size: 14px;
  }
}
.menuSelect figure.effect-winston p {
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 576px) and (max-width: 1023px) {.menuSelect figure.effect-winston p {
    line-height: 1.25;
  }
}
.menuSelect figure.effect-winston p {
  margin: 0;
  width: 61%;
  transition: transform 0.35s;
  transform: translate3d(0, 0, 0);
}
.menuSelect figure.effect-winston:hover img {
  transform: scale(1.1);
}
.menuSelect figure.effect-winston:hover figcaption {
  transform: translate3d(0, 100%, 0);
}
.menuSelect figure.effect-winston:hover figcaption p {
  transform: translate3d(0, 150px, 0);
}

.back-to-top {
  position: fixed;
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  right: 15px;
  bottom: 65px;
  background-color: #DA291C;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.back-to-top:hover {
  background-color: #93C572;
  transition: background 0.2s ease-in-out;
}

.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;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  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(1, 85, 36, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  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% - var(--bs-modal-margin) * 2);
}
.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% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-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,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@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,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

    html {
  font-size: 16px;
}

    body {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}

    h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.25;
}

    h1 {
  font-size: 44px;
}

    @media (max-width: 575px) {

  h1 {
    font-size: 36px;
  }
}

    h2 {
  font-size: 28px;
}

    @media (min-width: 1024px) {

  h2 {
    font-size: 32px;
  }
}

    h3 {
  font-size: 24px;
}

    @media (min-width: 1024px) {

  h3 {
    font-size: 28px;
  }
}

    h4 {
  font-size: 20px;
}

    @media (min-width: 1024px) {

  h4 {
    font-size: 24px;
  }
}

    h5 {
  font-size: 20px;
}

    h6 {
  font-size: 16px;
}

    label {
  margin-bottom: 8px;
  display: inline-block;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 540px) {

  .container {
    max-width: 540px;
  }
}
@media (min-width: 720px) {

  .container {
    max-width: 720px;
  }
}
@media (min-width: 960px) {

  .container {
    max-width: 960px;
  }
}
@media (min-width: 1166px) {

  .container {
    max-width: 1166px;
  }
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-\[50\%\] {
  top: 50%;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-\[100px\] {
  top: 100px;
}
.top-0 {
  top: 0px;
}
.z-50 {
  z-index: 50;
}
.z-40 {
  z-index: 40;
}
.my-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-my-2 {
  margin-top: -8px;
  margin-bottom: -8px;
}
.-mx-4 {
  margin-left: -16px;
  margin-right: -16px;
}
.mt-19 {
  margin-top: 80px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mt-5 {
  margin-top: 20px;
}
.mt-4 {
  margin-top: 16px;
}
.mt-10 {
  margin-top: 40px;
}
.mb-5 {
  margin-bottom: 20px;
}
.mt-3 {
  margin-top: 12px;
}
.mb-1 {
  margin-bottom: 4px;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-6 {
  height: 24px;
}
.h-full {
  height: 100%;
}
.h-\[135px\] {
  height: 135px;
}
.h-\[138px\] {
  height: 138px;
}
.h-\[98px\] {
  height: 98px;
}
.h-5 {
  height: 20px;
}
.h-10 {
  height: 40px;
}
.w-full {
  width: 100%;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-\[60px\] {
  width: 60px;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-6\/12 {
  width: 50%;
}
.w-\[46px\] {
  width: 46px;
}
.w-10 {
  width: 40px;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[1_1_10\%\] {
  flex: 1 1 10%;
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.list-decimal {
  list-style-type: decimal;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 4px;
}
.gap-3 {
  gap: 12px;
}
.gap-2 {
  gap: 8px;
}
.gap-4 {
  gap: 16px;
}
.gap-x-2 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.gap-x-3 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.border-4 {
  border-width: 4px;
}
.border-8 {
  border-width: 8px;
}
.border {
  border-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-green {
  --tw-border-opacity: 1;
  border-color: rgb(50 107 80 / var(--tw-border-opacity));
}
.border-\[\#D0011A\] {
  --tw-border-opacity: 1;
  border-color: rgb(208 1 26 / var(--tw-border-opacity));
}
.border-\[\#707070\] {
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}
.border-\[\#DDDDDD\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(218 41 28 / var(--tw-bg-opacity));
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-center {
  background-position: center;
}
.bg-bottom {
  background-position: bottom;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 8px;
}
.p-5 {
  padding: 20px;
}
.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}
.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}
.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-10 {
  padding-left: 40px;
  padding-right: 40px;
}
.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pl-8 {
  padding-left: 32px;
}
.pt-8 {
  padding-top: 32px;
}
.pb-10 {
  padding-bottom: 40px;
}
.pr-4 {
  padding-right: 16px;
}
.pt-2 {
  padding-top: 8px;
}
.pb-\[19px\] {
  padding-bottom: 19px;
}
.pl-2 {
  padding-left: 8px;
}
.pl-1 {
  padding-left: 4px;
}
.text-center {
  text-align: center;
}
.text-xl {
  font-size: 24px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.italic {
  font-style: italic;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-none {
  line-height: 1;
}
.leading-\[1\.18\] {
  line-height: 1.18;
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(50 107 80 / var(--tw-text-opacity));
}
.text-red_02 {
  --tw-text-opacity: 1;
  color: rgb(228 0 43 / var(--tw-text-opacity));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(218 41 28 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.outline-4 {
  outline-width: 4px;
}
.outline-offset-2 {
  outline-offset: 2px;
}
.outline-\[green\] {
  outline-color: green;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hover\:text-green:hover {
  --tw-text-opacity: 1;
  color: rgb(50 107 80 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.prose-p\:mb-0 :is(:where(p):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0px;
}
@media (max-width: 575px) {

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 1023px) {

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

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

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

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

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

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

  .md\:gap-10 {
    gap: 40px;
  }

  .md\:gap-5 {
    gap: 20px;
  }

  .md\:gap-4 {
    gap: 16px;
  }

  .md\:bg-none {
    background-image: none;
  }

  .md\:px-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }

  .md\:text-\[12px\] {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {

  .lg\:mt-18 {
    margin-top: 70px;
  }

  .lg\:mb-14 {
    margin-bottom: 56px;
  }

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

  .lg\:ml-\[-150px\] {
    margin-left: -150px;
  }

  .lg\:mt-\[-20px\] {
    margin-top: -20px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-\[95\%\] {
    width: 95%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

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

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

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

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

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

  .lg\:gap-5 {
    gap: 20px;
  }

  .lg\:gap-\[100px\] {
    gap: 100px;
  }

  .lg\:gap-\[50px\] {
    gap: 50px;
  }

  .lg\:gap-\[12px\] {
    gap: 12px;
  }

  .lg\:gap-10 {
    gap: 40px;
  }

  .lg\:rounded-\[40px\] {
    border-radius: 40px;
  }

  .lg\:bg-none {
    background-image: none;
  }

  .lg\:p-19 {
    padding: 80px;
  }

  .lg\:py-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lg\:px-10 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:text-\[28px\] {
    font-size: 28px;
  }

  .lg\:text-\[36px\] {
    font-size: 36px;
  }

  .lg\:text-\[14px\] {
    font-size: 14px;
  }
}

/*# sourceMappingURL=main.css.map*/