@charset "UTF-8";

body.no-scroll {
  overflow: hidden;
}

.nmp-last-el > h1:last-child,
.nmp-last-el > .h1:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.nmp-last-el > h2:last-child,
.nmp-last-el > .h2:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.nmp-last-el > h3:last-child,
.nmp-last-el > .h3:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.nmp-last-el > h4:last-child,
.nmp-last-el > .h4:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.nmp-last-el > h5:last-child,
.nmp-last-el > .h5:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.nmp-last-el > h6:last-child,
.nmp-last-el > .h6:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.nmp-last-el > ul:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.nmp-last-el > ol:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.nmp-last-el > p:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.nmp-last-el > div:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.bg-green {
  background-color: #689053;
}

.bg-dark-green {
  background-color: #15393F;
}

.bg-sandy-beige {
  background-color: #F0CA85;
}

.bg-light-purple {
  background-color: #EBC1C2;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

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

.section-separator {
  border: none;
  margin: 0;
  border-top: 1px solid #DCE2E2;
  opacity: 1;
}

.section-separator {
  margin-bottom: calc(100px / 2);
}

/* Hide your heading in CSS */

[data-split=heading] {
  visibility: hidden;
}

.cursor-marquee {
  z-index: 100;
  pointer-events: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 991.9px) {
  .cursor-marquee {
    display: none;
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
}

.cursor-marquee__card {
  color: #D7DE51;
  background-color: #15393F;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transform: translateY(0%) rotate(0.001deg);
  transform: translateY(0%) rotate(0.001deg);
  -webkit-clip-path: inset(calc(50% - 0.25em) round 50em);
  clip-path: inset(calc(50% - 0.25em) round 50em);
  will-change: clip-path;
  opacity: 0;
}

[data-cursor-marquee-status=active] .cursor-marquee__card {
  -webkit-clip-path: inset(0 round 50em);
  clip-path: inset(0 round 50em);
  -webkit-transform: translateY(-25%) rotate(0.001deg);
  transform: translateY(-25%) rotate(0.001deg);
}

/* Show cursor dot when script loaded */

[data-cursor-marquee-status=not-active] .cursor-marquee__card {
  opacity: 0;
}

[data-cursor-marquee-status=active] .cursor-marquee__card {
  opacity: 1;
}

/* CSS Keyframe Animation */

@-webkit-keyframes translateXCursor {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes translateXCursor {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.cursor-marquee__text-span {
  white-space: nowrap;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  padding: 0.5em;
  font-size: 22px;
  font-family: "Coustard", serif;
  line-height: 1;
  display: block;
  position: relative;
}

.cursor-marquee__text-span {
  -webkit-animation: translateXCursor 10s linear infinite paused;
  animation: translateXCursor 10s linear infinite paused;
  transition: opacity 0.15s ease-in-out 0.25s;
  opacity: 0;
}

[data-cursor-marquee-status=active] .cursor-marquee__text-span {
  transition: opacity 0.15s ease-in-out 0s;
  opacity: 1;
}

.cursor-marquee__text-span.is--duplicate {
  position: absolute;
  left: 100%;
}

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-shadow: none;
  --f-button-transition: all .15s ease;
  --f-button-transform: none;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(0, 0, 0, .7);
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-opacity: 1;
  --f-button-svg-disabled-opacity: .5;
  --f-button-svg-transition: opacity .15s ease;
  --f-button-svg-transform: none;
}

.f-button {
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  -webkit-transform: var(--f-button-transform);
  transform: var(--f-button-transform);
  transition: var(--f-button-transition);
  -webkit-backdrop-filter: var(--f-button-backdrop-filter);
  backdrop-filter: var(--f-button-backdrop-filter);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  pointer-events: all;
  cursor: pointer;
  overflow: hidden;
}

@media (hover: hover) {
  .f-button:hover:not([aria-disabled]) {
    color: var(--f-button-hover-color, var(--f-button-color));
    background-color: var(--f-button-hover-bg, var(--f-button-bg));
  }
}

.f-button:active:not([aria-disabled]) {
  color: var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));
  background-color: var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)));
}

.f-button:focus {
  outline: none;
}

.f-button:focus-visible {
  outline: var(--f-button-outline-width) solid var(--f-button-outline-color);
  outline-offset: var(--f-button-outline-offset);
  position: relative;
  z-index: 1;
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  -webkit-transform: var(--f-button-svg-transform);
  transform: var(--f-button-svg-transform);
  fill: var(--f-button-svg-fill);
  -webkit-filter: var(--f-button-svg-filter);
  filter: var(--f-button-svg-filter);
  opacity: var(--f-button-svg-opacity, 1);
  transition: var(--f-button-svg-transition);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.f-button[aria-disabled] {
  cursor: default;
}

.f-button[aria-disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

:root {
  --f-spinner-color-1: rgba(0, 0, 0, .1);
  --f-spinner-color-2: rgba(17, 24, 28, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
}

.f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: calc(var(--f-spinner-width) * -0.5) 0 0 calc(var(--f-spinner-height) * -0.5);
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
  border-radius: var(--f-spinner-border-radius);
  border: var(--f-spinner-border-width) solid var(--f-spinner-color-1);
  border-top-color: var(--f-spinner-color-2);
  -webkit-animation: f-spinner 0.75s linear infinite, f-fadeIn 0.2s ease 0.2s both;
  animation: f-spinner 0.75s linear infinite, f-fadeIn 0.2s ease 0.2s both;
}

@-webkit-keyframes f-spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes f-spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.f-panzoom,
.f-zoomable {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.f-panzoom:before,
.f-panzoom:after,
.f-zoomable:before,
.f-zoomable:after {
  display: block;
  content: "";
}

.f-panzoom:not(.has-controls):before,
.f-zoomable:not(.has-controls):before {
  margin-bottom: auto;
}

.f-panzoom:after,
.f-zoomable:after {
  margin-top: auto;
}

.f-panzoom__wrapper {
  position: relative;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__wrapper.will-zoom-out {
  cursor: zoom-out;
}

.f-panzoom__wrapper.can-drag {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.f-panzoom__wrapper.will-zoom-in {
  cursor: zoom-in;
}

.f-panzoom__wrapper.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.f-panzoom__wrapper.has-error {
  display: none;
}

.f-panzoom__content {
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__content.is-lazyloading,
.f-panzoom__content.has-lazyerror {
  visibility: hidden;
}

img.f-panzoom__content {
  vertical-align: top;
  -o-object-fit: contain;
  object-fit: contain;
  transition: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.f-panzoom__wrapper > img.f-panzoom__content {
  visibility: hidden;
}

.f-panzoom__viewport {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.f-panzoom__viewport > .f-panzoom__content {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

picture.f-panzoom__content img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.f-fadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes f-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes f-fadeOut {
  to {
    opacity: 0;
  }
}

.f-crossfadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-crossfadeIn;
  animation: var(--f-transition-duration, 0.2s) ease both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  -webkit-animation: calc(var(--f-transition-duration, 0.2s) * 0.2) ease calc(var(--f-transition-duration, 0.2s) * 0.8) both f-crossfadeOut;
  animation: calc(var(--f-transition-duration, 0.2s) * 0.2) ease calc(var(--f-transition-duration, 0.2s) * 0.8) both f-crossfadeOut;
  z-index: 1;
}

@-webkit-keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes f-crossfadeOut {
  to {
    opacity: 0;
  }
}

@keyframes f-crossfadeOut {
  to {
    opacity: 0;
  }
}

.is-horizontal .f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextX;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextX;
}

.is-horizontal .f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevX;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevX;
}

.is-horizontal .f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextX;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextX;
}

.is-horizontal .f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevX;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevX;
}

@-webkit-keyframes f-slideInPrevX {
  0% {
    -webkit-transform: translate(calc(100% + var(--f-carousel-gap, 0)));
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes f-slideInPrevX {
  0% {
    -webkit-transform: translate(calc(100% + var(--f-carousel-gap, 0)));
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes f-slideInNextX {
  0% {
    -webkit-transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes f-slideInNextX {
  0% {
    -webkit-transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes f-slideOutNextX {
  to {
    -webkit-transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
}

@keyframes f-slideOutNextX {
  to {
    -webkit-transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
}

@-webkit-keyframes f-slideOutPrevX {
  to {
    -webkit-transform: translate(calc(100% + var(--f-carousel-gap, 0)));
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
}

@keyframes f-slideOutPrevX {
  to {
    -webkit-transform: translate(calc(100% + var(--f-carousel-gap, 0)));
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
}

.is-vertical .f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextY;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextY;
}

.is-vertical .f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevY;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevY;
}

.is-vertical .f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextY;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextY;
}

.is-vertical .f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevY;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevY;
}

@-webkit-keyframes f-slideInPrevY {
  0% {
    -webkit-transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes f-slideInPrevY {
  0% {
    -webkit-transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes f-slideInNextY {
  0% {
    -webkit-transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes f-slideInNextY {
  0% {
    -webkit-transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes f-slideOutNextY {
  to {
    -webkit-transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
}

@keyframes f-slideOutNextY {
  to {
    -webkit-transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
}

@-webkit-keyframes f-slideOutPrevY {
  to {
    -webkit-transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
}

@keyframes f-slideOutPrevY {
  to {
    -webkit-transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
}

.f-zoomInUp {
  -webkit-animation: var(--f-transition-duration, 0.3s) ease both f-zoomInUp;
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomInUp;
}

.f-zoomOutDown {
  -webkit-animation: var(--f-transition-duration, 0.3s) ease both f-zoomOutDown;
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomOutDown;
}

@-webkit-keyframes f-zoomInUp {
  0% {
    -webkit-transform: scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
    transform: scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
    opacity: var(--f-zoomInUp-opacity, 0);
  }

  to {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    opacity: 1;
  }
}

@keyframes f-zoomInUp {
  0% {
    -webkit-transform: scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
    transform: scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
    opacity: var(--f-zoomInUp-opacity, 0);
  }

  to {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
    transform: scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
    opacity: 0;
  }
}

@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
    transform: scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
    opacity: 0;
  }
}

.f-throwOutUp {
  -webkit-animation: var(--f-throwOutUp-duration, 0.2s) ease-out both f-throwOutUp;
  animation: var(--f-throwOutUp-duration, 0.2s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  -webkit-animation: var(--f-throwOutDown-duration, 0.2s) ease-out both f-throwOutDown;
  animation: var(--f-throwOutDown-duration, 0.2s) ease-out both f-throwOutDown;
}

@-webkit-keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
    transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
    transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
    opacity: 0;
  }
}

@-webkit-keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
    transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
    transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
    opacity: 0;
  }
}

.f-carousel__slide.has-html {
  overflow: auto;
}

.f-html {
  position: relative;
  margin: var(--f-html-margin, 0);
  padding: var(--f-html-padding, 2rem);
  color: var(--f-html-color, currentColor);
  background: var(--f-html-bg);
}

.f-html.is-error {
  text-align: center;
}

.has-iframe .f-html,
.has-pdf .f-html,
.has-gmap .f-html {
  box-sizing: border-box;
  min-height: 1px;
  overflow: visible;
  width: 100%;
  height: 100%;
}

.has-pdf .f-html,
.has-gmap .f-html {
  padding: 0;
}

.f-iframe {
  display: block;
  margin: 0;
  border: 0;
  height: 100%;
  width: 100%;
}

.f-caption {
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  max-height: calc(80vh - 100px);
  overflow: auto;
  margin: var(--f-caption-margin);
  padding: var(--f-caption-padding, 16px 4px);
  overflow-wrap: anywhere;
  line-height: var(--f-caption-line-height);
  color: var(--f-caption-color);
  background: var(--f-caption-bg);
  font: var(--f-caption-font);
}

.has-html5video .f-html,
.has-youtube .f-html,
.has-vimeo .f-html {
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: var(--f-video-width, 960px);
  max-height: var(--f-video-height, 540px);
  aspect-ratio: var(--f-video-aspect-ratio);
  min-height: 1px;
  overflow: visible;
  background: var(--f-video-bg, rgba(0, 0, 0, 0.9));
}

.f-html5video {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.f-button.is-arrow {
  --f-button-width: var(--f-arrow-width, 46px);
  --f-button-height: var(--f-arrow-height, 46px);
  --f-button-svg-width: var(--f-arrow-svg-width, 24px);
  --f-button-svg-height: var(--f-arrow-svg-height, 24px);
  --f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);
  --f-button-border-radius: var(--f-arrow-border-radius, unset);
  --f-button-bg: var(--f-arrow-bg, transparent);
  --f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));
  --f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));
  --f-button-shadow: var(--f-arrow-shadow);
  --f-button-color: var(--f-arrow-color);
  --f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));
  --f-button-active-color: var( --f-arrow-active-color, var(--f-arrow-hover-color) );
  overflow: visible;
}

.f-button.is-arrow.is-prev,
.f-button.is-arrow.is-next {
  position: absolute;
  -webkit-transform: translate(0);
  transform: translate(0);
  z-index: 20;
}

.is-horizontal .f-button.is-arrow.is-prev,
.is-horizontal .f-button.is-arrow.is-next {
  inset: 50% auto auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
  left: var(--f-arrow-pos, 0);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-next {
  right: var(--f-arrow-pos, 0);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-prev {
  right: var(--f-arrow-pos, 0);
  -webkit-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-next {
  left: var(--f-arrow-pos, 0);
  -webkit-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}

.is-vertical.is-ltr .f-button.is-arrow.is-prev,
.is-vertical.is-rtl .f-button.is-arrow.is-prev {
  top: var(--f-arrow-pos, 0);
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.is-vertical.is-ltr .f-button.is-arrow.is-next,
.is-vertical.is-rtl .f-button.is-arrow.is-next {
  top: auto;
  right: auto;
  bottom: var(--f-arrow-pos, 0);
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.is-vertical .f-button.is-arrow.is-prev svg,
.is-vertical .f-button.is-arrow.is-next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.f-carousel__toolbar {
  --f-progressbar-height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin: var(--f-toolbar-margin, 0);
  padding: var(--f-toolbar-padding, 8px);
  line-height: var(--f-toolbar-line-height);
  background: var(--f-toolbar-bg, none);
  box-shadow: var(--f-toolbar-shadow, none);
  -webkit-backdrop-filter: var(--f-toolbar-backdrop-filter);
  backdrop-filter: var(--f-toolbar-backdrop-filter);
  position: relative;
  z-index: 20;
  color: var(--f-toolbar-color, currentColor);
  font-size: var(--f-toolbar-font-size, 17px);
  font-weight: var(--f-toolbar-font-weight, inherit);
  font-family: var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);
  text-shadow: var(--f-toolbar-text-shadow);
  text-align: center;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  white-space: nowrap;
  pointer-events: none;
}

.f-carousel__toolbar.is-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.f-carousel__toolbar__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  gap: var(--f-toolbar-gap, 0);
  pointer-events: none;
}

.f-carousel__toolbar__column.is-left {
  justify-self: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.f-carousel__toolbar__column.is-middle {
  -ms-flex-pack: center;
  justify-content: center;
}

.f-carousel__toolbar__column.is-right {
  justify-self: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
}

.f-carousel__toolbar__column > * {
  pointer-events: all;
}

.f-carousel:has(.f-carousel__slide.is-fullsize) [data-panzoom-action=toggleFull] g {
  display: none;
}

[data-autoplay-action=toggle] svg g:first-child {
  display: -ms-flexbox;
  display: flex;
}

[data-autoplay-action=toggle] svg g:last-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:first-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

:-webkit-full-screen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-moz-full-screen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-ms-fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

:-moz-full-screen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

:-ms-fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

.f-carousel__counter {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: var(--f-counter-margin, 0);
  padding: var(--f-counter-padding, 4px);
  line-height: var(--f-counter-line-height);
  background: var(--f-counter-bg);
  border-radius: var(--f-counter-border-radius);
}

.f-carousel__counter span {
  padding: 0 var(--f-counter-gap, 4px);
}

:root {
  --f-thumbs-gap: 8px;
  --f-thumbs-margin: 0;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-z-index: 1;
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-fit: cover;
  --f-thumb-opacity: 1;
  --f-thumb-transition: opacity .3s ease, transform .15s ease;
  --f-thumb-border: none;
  --f-thumb-border-radius: 4px;
  --f-thumb-transfors: none;
  --f-thumb-shadow: none;
  --f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));
  --f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
  --f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
}

.f-thumbs {
  --f-carousel-slide-width: calc(var(--f-thumb-width) + var(--f-thumbs-gap));
  --f-carousel-slide-height: calc(var(--f-thumb-height) + var(--f-thumbs-gap));
  --f-carousel-gap: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-height: calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2);
  margin: var(--f-thumbs-margin);
  padding: 0;
  background: var(--f-thumbs-bg);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: max-height 0.3s ease;
  z-index: var(--f-thumbs-z-index);
  overflow: hidden;
}

.f-thumbs__viewport {
  margin: var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);
  overflow: visible;
  display: grid;
}

.f-thumbs__slide {
  position: relative;
  grid-area: 1/1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  margin: 0;
  padding: calc(var(--f-thumbs-gap) * 0.5);
  cursor: pointer;
  overflow: visible;
}

.f-thumbs__slide:hover button {
  opacity: var(--f-thumb-hover-opacity, 1);
  -webkit-transform: var(--f-thumb-hover-transform, none);
  transform: var(--f-thumb-hover-transform, none);
}

.f-thumbs__slide:hover button:after {
  border: var(--f-thumb-hover-border, none);
  box-shadow: var(--f-thumb-hover-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide button {
  all: unset;
  margin: auto;
  padding: 0;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  outline: none;
  transition: var(--f-thumb-transition);
  border-radius: var(--f-thumb-border-radius);
  opacity: var(--f-thumb-opacity);
  -webkit-transform: var(--f-thumb-transform);
  transform: var(--f-thumb-transform);
  background: var(--f-thumb-bg);
}

.f-thumbs__slide button:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: none;
  border-radius: inherit;
  border: var(--f-thumb-border);
  box-shadow: var(--f-thumb-shadow);
}

.f-thumbs__slide button:focus-within {
  opacity: var(--f-thumb-focus-opacity, 1);
  -webkit-transform: var(--f-thumb-focus-transform, none);
  transform: var(--f-thumb-focus-transform, none);
}

.f-thumbs__slide button:focus-within:after {
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide:active {
  opacity: var(--f-thumb-active-opacity, 1);
  -webkit-transform: var(--f-thumb-active-transform, none);
  transform: var(--f-thumb-active-transform, none);
}

.f-thumbs__slide:active:after {
  border: var(--f-thumb-active-border, none);
  box-shadow: var(--f-thumb-active-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide.is-selected {
  z-index: 2;
}

.f-thumbs__slide.is-selected button {
  opacity: var(--f-thumb-selected-opacity, 1);
  -webkit-transform: var(--f-thumb-selected-transform, none);
  transform: var(--f-thumb-selected-transform, none);
}

.f-thumbs__slide.is-selected button:after {
  border: var(--f-thumb-selected-border, none);
  box-shadow: var(--f-thumb-selected-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: var(--f-thumb-fit);
  object-fit: var(--f-thumb-fit);
  border-radius: inherit;
  pointer-events: none;
}

.f-thumbs__slide img.has-lazyerror {
  display: none;
}

.f-thumbs.is-modern {
  --f-thumb-clip-width: 46px;
  --f-thumb-extra-gap: 16px;
  --f-carousel-slide-width: calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );
  --f-carousel-slide-height: var(--f-thumb-height);
  --width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)));
}

.f-thumbs.is-modern .f-thumbs__viewport {
  width: calc(100% + var(--width-diff) * 2);
  margin-left: calc(var(--width-diff) * -1);
}

.f-thumbs.is-modern .f-thumbs__slide {
  --clip-shift: calc((var(--width-diff) * .5) * var(--progress));
  --clip-path: inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );
  padding: 0;
  overflow: visible;
  left: var(--shift, 0);
  will-change: left;
  transition: left var(--f-transition-duration) var(--f-transition-easing);
}

.f-thumbs.is-modern .f-thumbs__slide button {
  display: block;
  margin-left: -50%;
  width: var(--f-thumb-width);
  -webkit-clip-path: var(--clip-path);
  clip-path: var(--clip-path);
  border: none;
  box-shadow: none;
  transition: opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease), -webkit-clip-path var(--f-transition-duration) var(--f-transition-easing);
  transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease);
  transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease), -webkit-clip-path var(--f-transition-duration) var(--f-transition-easing);
}

.f-thumbs.is-modern .f-thumbs__slide button:after {
  display: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: var(--clip-shift);
  bottom: 0;
  right: var(--clip-shift);
  transition: border var(--f-transition-duration) var(--f-transition-easing), box-shadow var(--f-transition-duration) var(--f-transition-easing);
  border-radius: inherit;
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, none);
}

.f-thumbs.is-modern {
  --f-transition-duration: .25s;
  --f-transition-easing: ease-out;
}

.f-thumbs.is-modern.is-syncing {
  --f-transition-duration: 0s;
}

.f-progressbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  height: var(--f-progressbar-height, 3px);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  background: var(--f-progressbar-color, var(--f-carousel-theme-color, #575ad6));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-animation-name: f-progressbar;
  animation-name: f-progressbar;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes f-progressbar {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes f-progressbar {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

[data-fullscreen-action=toggle] svg g:first-child {
  display: -ms-flexbox;
  display: flex;
}

[data-fullscreen-action=toggle] svg g:last-child {
  display: none;
}

:-webkit-full-screen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-moz-full-screen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-ms-fullscreen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

:-moz-full-screen [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

:-ms-fullscreen [data-fullscreen-action=toggle] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

:fullscreen [data-fullscreen-action=toggle] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

.in-fullscreen-mode > .f-carousel {
  -ms-flex: 1;
  flex: 1;
  min-width: 0 !important;
  min-height: 0 !important;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  -ms-touch-action: none;
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__dialog {
  width: 100%;
  height: 100vh;
  max-height: unset;
  max-width: unset;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  background: transparent;
}

.fancybox__dialog:focus {
  outline: none;
}

.fancybox__dialog::-webkit-backdrop {
  opacity: 0;
}

.fancybox__dialog::backdrop {
  opacity: 0;
}

@supports (height: 100dvh) {
  .fancybox__dialog {
    height: 100dvh;
  }
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-backdrop-bg: rgba(24, 24, 27, .95);
  --f-toolbar-margin: 0;
  --f-toolbar-padding: 8px;
  --f-toolbar-gap: 0;
  --f-toolbar-color: #ddd;
  --f-toolbar-font-size: 16px;
  --f-toolbar-font-weight: 500;
  --f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  --f-toolbar-line-height: var(--f-button-height);
  --f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
  --f-toolbar-shadow: none;
  --f-toolbar-bg: none;
  --f-counter-margin: 0;
  --f-counter-padding: 0px 10px;
  --f-counter-gap: 4px;
  --f-counter-line-height: var(--f-button-height);
  --f-carousel-gap: 17px;
  --f-carousel-slide-width: 100%;
  --f-carousel-slide-height: 100%;
  --f-carousel-slide-padding: 0;
  --f-carousel-slide-bg: unset;
  --f-html-color: #222;
  --f-html-bg: #fff;
  --f-error-color: #fff;
  --f-error-bg: #333;
  --f-caption-margin: 0;
  --f-caption-padding: 16px 4px;
  --f-caption-color: var(--fancybox-color, #dbdbdb);
  --f-caption-bg: transparent;
  --f-caption-font: inherit;
  --f-caption-line-height: 1.375;
  --f-spinner-color-1: rgba(255, 255, 255, .2);
  --f-spinner-color-2: rgba(255, 255, 255, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
  --f-progressbar-color: rgba(255, 255, 255, .2);
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: #ddd;
  --f-button-hover-color: #fff;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(255, 255, 255, .75);
  --f-button-outline-offset: 0px;
  --f-button-bg: rgba(54, 54, 54, .75);
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-shadow: none;
  --f-button-transition: all .2s ease;
  --f-button-transform: none;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.75;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: .5;
  --f-arrow-pos: 32px;
  --f-arrow-width: 50px;
  --f-arrow-height: 50px;
  --f-arrow-svg-width: 24px;
  --f-arrow-svg-height: 24px;
  --f-arrow-svg-stroke-width: 2;
  --f-arrow-border-radius: 50%;
  --f-arrow-bg: rgba(54, 54, 54, .65);
  --f-arrow-color: #ddd;
  --f-arrow-hover-color: #fff;
  --f-thumbs-margin: 0px;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-bg: none;
  --f-thumb-transition: all .2s ease;
  --f-thumb-width: 94px;
  --f-thumb-height: 76px;
  --f-thumb-opacity: 1;
  --f-thumb-border: none;
  --f-thumb-shadow: none;
  --f-thumb-transform: none;
  --f-thumb-focus-opacity: 1;
  --f-thumb-focus-border: none;
  --f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);
  --f-thumb-focus-transform: none;
  --f-thumb-hover-opacity: 1;
  --f-thumb-hover-border: none;
  --f-thumb-hover-transform: none;
  --f-thumb-active-opacity: var(--f-thumb-hover-opacity);
  --f-thumb-active-border: var(--f-thumb-hover-border);
  --f-thumb-active-transform: var(--f-thumb-hover-transform);
  --f-thumb-selected-opacity: 1;
  --f-thumb-selected-border: none;
  --f-thumb-selected-shadow: inset 0 0 0 2px #fff;
  --f-thumb-selected-transform: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
  outline: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fancybox__container[theme=light] {
  --fancybox-color: #222;
  --fancybox-backdrop-bg: rgba(255, 255, 255, .97);
  --f-toolbar-color: var(--fancybox-color, #222);
  --f-toolbar-text-shadow: none;
  --f-toolbar-font-weight: 400;
  --f-html-color: var(--fancybox-color, #222);
  --f-html-bg: #fff;
  --f-error-color: #555;
  --f-error-bg: #fff;
  --f-video-bg: #fff;
  --f-caption-color: #333;
  --f-spinner-color-1: rgba(0, 0, 0, .2);
  --f-spinner-color-2: rgba(0, 0, 0, .8);
  --f-spinner-border-width: 3.5px;
  --f-progressbar-color: rgba(111, 111, 116, .2);
  --f-button-color: #333;
  --f-button-hover-color: #000;
  --f-button-outline-color: rgba(0, 0, 0, .85);
  --f-button-bg: rgba(255, 255, 255, .85);
  --f-button-svg-stroke-width: 1.3;
  --f-button-svg-filter: none;
  --f-arrow-bg: rgba(255, 255, 255, .85);
  --f-arrow-color: #333;
  --f-arrow-hover-color: #000;
  --f-arrow-svg-stroke-width: 1.3;
  --f-close-button-color: #555;
  --f-close-button-hover-color: #000;
  --f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);
  --f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;
  --f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000;
}

.fancybox__container::-webkit-backdrop {
  background-color: transparent;
}

.fancybox__container::backdrop {
  background-color: transparent;
}

.fancybox__container > *:not(.fancybox__carousel),
.fancybox__container .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected),
.fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  opacity: var(--f-drag-opacity, 1);
}

.fancybox__container:not(.is-ready, .is-hiding) {
  visibility: hidden;
}

.fancybox__container.is-revealing > *:not(.fancybox__carousel),
.fancybox__container.is-revealing .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected),
.fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  -webkit-animation: var(--f-interface-enter-duration, 0.35s) ease none f-fadeIn;
  animation: var(--f-interface-enter-duration, 0.35s) ease none f-fadeIn;
}

.fancybox__container.is-hiding > *:not(.fancybox__carousel),
.fancybox__container.is-hiding .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected),
.fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper) {
  -webkit-animation: var(--f-interface-exit-duration, 0.35s) ease forwards f-fadeOut;
  animation: var(--f-interface-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.fancybox__container.is-idle .f-carousel__toolbar {
  pointer-events: none;
  opacity: 0;
}

.fancybox__container.is-idle .f-button.is-arrow {
  opacity: 0;
}

.fancybox__container.is-idle.is-ready .f-carousel__toolbar {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__container.is-idle.is-ready .f-button.is-arrow {
  -webkit-animation: 0.15s ease-out both f-fadeOut;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: var(--fancybox-backdrop-bg);
}

.fancybox__carousel {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  position: relative;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__carousel.is-vertical {
  --f-carousel-slide-height: 100%;
}

.fancybox__carousel.is-ltr {
  direction: ltr;
}

.fancybox__carousel.is-rtl {
  direction: rtl;
}

.fancybox__carousel > .f-button.is-arrow:before {
  position: absolute;
  content: "";
  inset: -30px;
  z-index: 1;
}

.fancybox__carousel > .f-progressbar {
  background-color: var(--fancybox-color);
}

.fancybox__viewport {
  display: grid;
  -ms-flex: 1;
  flex: 1;
  min-height: 0;
  min-width: 0;
  position: relative;
  overflow: visible;
  -webkit-transform: translate3d(0, var(--f-drag-offset, 0), 0);
  transform: translate3d(0, var(--f-drag-offset, 0), 0);
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__viewport [data-selectable],
.fancybox__viewport [contenteditable] {
  cursor: auto;
}

.fancybox__slide {
  box-sizing: border-box;
  position: relative;
  grid-area: 1/1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  margin: 0;
  padding: var(--f-carousel-slide-padding);
  background: var(--f-carousel-slide-bg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.fancybox__slide:before,
.fancybox__slide:after {
  display: block;
  content: "";
}

.fancybox__slide:before {
  margin-bottom: auto;
}

.fancybox__slide:after {
  margin-top: auto;
}

.fancybox__slide.is-selected {
  z-index: 1;
}

.fancybox__slide.f-zoomable {
  overflow: visible;
}

.fancybox__slide.has-error {
  --f-html-color: var(--f-error-color, --f-html-color);
  --f-html-bg: var(--f-error-bg, --f-html-bg);
}

.fancybox__slide.has-html {
  overflow: auto;
  padding: 8px;
}

.fancybox__slide.has-close-btn {
  padding-top: 34px;
}

.fancybox__slide .f-button[data-fancybox-close] {
  --f-button-width: var(--f-close-button-width, 34px);
  --f-button-height: var(--f-close-button-height, 34px);
  --f-button-border-radius: var(--f-close-border-radius, 4px);
  --f-button-color: var(--f-close-button-color, #fff);
  --f-button-hover-color: var(--f-close-button-hover-color, #fff);
  --f-button-bg: var(--f-close-button-bg, transparent);
  --f-button-hover-bg: var(--f-close-button-hover-bg, transparent);
  --f-button-active-bg: var(--f-close-button-active-bg, transparent);
  --f-button-svg-width: var(--f-close-button-svg-width, 22px);
  --f-button-svg-height: var(--f-close-button-svg-height, 22px);
  position: absolute;
  top: calc(var(--f-button-height) * -1);
  right: 0;
  z-index: 40;
}

.fancybox__slide .f-spinner {
  cursor: pointer;
}

.fancybox__container.is-closing .f-caption,
.fancybox__slide.is-loading .f-caption {
  visibility: hidden;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #458DC8;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #DC8D70;
  --bs-yellow: #F9E59C;
  --bs-green: #689053;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #458DC8;
  --bs-secondary: #6c757d;
  --bs-success: #689053;
  --bs-info: #0dcaf0;
  --bs-warning: #F9E59C;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 69, 141, 200;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 104, 144, 83;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 249, 229, 156;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(27.6, 56.4, 80);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(41.6, 57.6, 33.2);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(99.6, 91.6, 62.4);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(217.8, 232.2, 244);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(224.8, 232.8, 220.6);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(253.8, 249.8, 235.2);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(180.6, 209.4, 233);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(194.6, 210.6, 186.2);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(252.6, 244.6, 215.4);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: Montserrat, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #458DC8;
  --bs-link-color-rgb: 69, 141, 200;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(55.2, 112.8, 160);
  --bs-link-hover-color-rgb: 55, 113, 160;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(253.8, 249.8, 235.2);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #DCE1E2;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(69, 141, 200, 0.25);
  --bs-form-valid-color: #689053;
  --bs-form-valid-border-color: #689053;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(143.4, 186.6, 222);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(164.4, 188.4, 151.8);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(251.4, 239.4, 195.6);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(13.8, 28.2, 40);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(20.8, 28.8, 16.6);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(49.8, 45.8, 31.2);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(41.4, 84.6, 120);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(62.4, 86.4, 49.8);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(149.4, 137.4, 93.6);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(143.4, 186.6, 222);
  --bs-link-hover-color: rgb(165.72, 200.28, 228.6);
  --bs-link-color-rgb: 143, 187, 222;
  --bs-link-hover-color-rgb: 166, 200, 229;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(99.6, 91.6, 62.4);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(164.4, 188.4, 151.8);
  --bs-form-valid-border-color: rgb(164.4, 188.4, 151.8);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.6rem;
}

h4,
.h4 {
  font-size: 1.4rem;
}

h5,
.h5 {
  font-size: 1.2rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  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.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

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: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

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: var(--bs-secondary-color);
  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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=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;
  line-height: inherit;
  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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

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

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

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-weight: 300;
  line-height: 1.2;
  font-size: 5rem;
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 4.5rem;
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 4rem;
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 3.5rem;
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 3rem;
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  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: "— ";
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1440px;
}

.row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.row-cols-auto > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #000 !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #000 !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary:hover,
.link-primary:focus {
  color: RGBA(106, 164, 211, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(106, 164, 211, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(106, 164, 211, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary:hover,
.link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-success:hover,
.link-success:focus {
  color: RGBA(134, 166, 117, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(134, 166, 117, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(134, 166, 117, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-info:hover,
.link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning:hover,
.link-warning:focus {
  color: RGBA(250, 234, 176, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(250, 234, 176, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(250, 234, 176, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger:hover,
.link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-light:hover,
.link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark:hover,
.link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis:hover,
.link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.375rem;
  -ms-flex-align: center;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.icon-link > .bi {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi,
.icon-link-hover:focus-visible > .bi {
  -webkit-transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.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: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.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: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

.hstack {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.vstack {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}

.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !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;
}

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(69, 141, 200, 0.25);
}

.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #458DC8;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  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 {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

.navbar-expand {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
  transition: none;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

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

.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

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

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

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

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

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

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-grid !important;
}

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

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

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

.position-sticky {
  position: -webkit-sticky !important;
  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 {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.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 {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-evenly {
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

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

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

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

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.order-first {
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -ms-flex-order: 6 !important;
  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;
}

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

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -webkit-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

.column-gap-1 {
  -webkit-column-gap: 0.25rem !important;
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  -webkit-column-gap: 0.5rem !important;
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  -webkit-column-gap: 1rem !important;
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.column-gap-4 {
  -webkit-column-gap: 1.5rem !important;
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  -webkit-column-gap: 3rem !important;
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: 2rem !important;
}

.fs-2 {
  font-size: 1.8rem !important;
}

.fs-3 {
  font-size: 1.6rem !important;
}

.fs-4 {
  font-size: 1.4rem !important;
}

.fs-5 {
  font-size: 1.2rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !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.6 !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 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

@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-inline-grid {
    display: inline-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: -ms-flexbox !important;
    display: flex !important;
  }

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

  .d-print-none {
    display: none !important;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0;
  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: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(162, 198, 227.5);
  outline: 0;
  box-shadow: 0;
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.6em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.form-control::-webkit-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  -moz-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.6;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

.form-control-plaintext:focus {
  outline: 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.6em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  -moz-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.6em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  -moz-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.6em + 0.75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.6em + 0.5rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.6em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.6em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
}

.form-control-color::-webkit-color-swatch {
  border: 0 !important;
}

.form-control-color.form-control-sm {
  height: calc(1.6em + 0.5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.6em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: rgb(162, 198, 227.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(69, 141, 200, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

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

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.6rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: rgb(162, 198, 227.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(69, 141, 200, 0.25);
}

.form-check-input:checked {
  background-color: #458DC8;
  border-color: #458DC8;
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-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 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  --bs-form-check-bg-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: #458DC8;
  border-color: #458DC8;
  --bs-form-check-bg-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;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: 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");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 0;
  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 {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28162, 198, 227.5%29'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: 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-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.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;
  -webkit-filter: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0;
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0;
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #458DC8;
  border: 0;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: 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-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: rgb(199.2, 220.8, 238.5);
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #458DC8;
  border: 0;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: 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-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: rgb(199.2, 220.8, 238.5);
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control::-webkit-input-placeholder,
.form-floating > .form-control-plaintext::-webkit-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::-moz-placeholder,
.form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control:-ms-input-placeholder,
.form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::-ms-input-placeholder,
.form-floating > .form-control-plaintext::-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

.form-floating > .form-control:not(:-moz-placeholder-shown),
.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-ms-input-placeholder),
.form-floating > .form-control-plaintext:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > textarea:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
}

.form-floating > textarea:not(:-ms-input-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
}

.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
}

.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
}

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

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

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.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: #fff;
  background-color: var(--bs-success);
}

.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: var(--bs-form-valid-border-color);
  padding-right: calc(1.6em + 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='%23689053' d='M2.3 6.73.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.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.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"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23689053' d='M2.3 6.73.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.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid,
.form-control-color.is-valid {
  width: calc(3rem + calc(1.6em + 0.75rem));
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.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: var(--bs-danger);
}

.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: var(--bs-form-invalid-border-color);
  padding-right: calc(1.6em + 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.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.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"] {
  --bs-form-select-bg-icon: 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");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
  width: calc(3rem + calc(1.6em + 0.75rem));
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.6;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0 rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #458DC8;
  --bs-btn-border-color: #458DC8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(96.9, 158.1, 208.25);
  --bs-btn-hover-border-color: rgb(87.6, 152.4, 205.5);
  --bs-btn-focus-shadow-rgb: 59, 120, 170;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(106.2, 163.8, 211);
  --bs-btn-active-border-color: rgb(87.6, 152.4, 205.5);
  --bs-btn-active-shadow: 0;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #458DC8;
  --bs-btn-disabled-border-color: #458DC8;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: 0;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #689053;
  --bs-btn-border-color: #689053;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(126.65, 160.65, 108.8);
  --bs-btn-hover-border-color: rgb(119.1, 155.1, 100.2);
  --bs-btn-focus-shadow-rgb: 88, 122, 71;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(134.2, 166.2, 117.4);
  --bs-btn-active-border-color: rgb(119.1, 155.1, 100.2);
  --bs-btn-active-shadow: 0;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #689053;
  --bs-btn-disabled-border-color: #689053;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: 0;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #F9E59C;
  --bs-btn-border-color: #F9E59C;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(249.9, 232.9, 170.85);
  --bs-btn-hover-border-color: rgb(249.6, 231.6, 165.9);
  --bs-btn-focus-shadow-rgb: 212, 195, 133;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(250.2, 234.2, 175.8);
  --bs-btn-active-border-color: rgb(249.6, 231.6, 165.9);
  --bs-btn-active-shadow: 0;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F9E59C;
  --bs-btn-disabled-border-color: #F9E59C;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: 0;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: 0;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: 0;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #458DC8;
  --bs-btn-border-color: #458DC8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #458DC8;
  --bs-btn-hover-border-color: #458DC8;
  --bs-btn-focus-shadow-rgb: 69, 141, 200;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #458DC8;
  --bs-btn-active-border-color: #458DC8;
  --bs-btn-active-shadow: 0;
  --bs-btn-disabled-color: #458DC8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #458DC8;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: 0;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #689053;
  --bs-btn-border-color: #689053;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #689053;
  --bs-btn-hover-border-color: #689053;
  --bs-btn-focus-shadow-rgb: 104, 144, 83;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #689053;
  --bs-btn-active-border-color: #689053;
  --bs-btn-active-shadow: 0;
  --bs-btn-disabled-color: #689053;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #689053;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: 0;
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #F9E59C;
  --bs-btn-border-color: #F9E59C;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F9E59C;
  --bs-btn-hover-border-color: #F9E59C;
  --bs-btn-focus-shadow-rgb: 249, 229, 156;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #F9E59C;
  --bs-btn-active-border-color: #F9E59C;
  --bs-btn-active-shadow: 0;
  --bs-btn-disabled-color: #F9E59C;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F9E59C;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: 0;
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: 0;
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: 0;
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 59, 120, 170;
  text-decoration: underline;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") ;
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #458DC8;
  --bs-list-group-active-border-color: #458DC8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

.list-group-item-action:not(.active):hover,
.list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: 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.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(69, 141, 200, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  -webkit-filter: var(--bs-btn-close-filter);
  filter: var(--bs-btn-close-filter);
  border: 0;
  opacity: var(--bs-btn-close-opacity);
}

.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

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

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

@media (max-width: 575.98px) {
  .admin-bar #wpadminbar {
    position: fixed;
  }
}

html {
  color: #15393F;
  font-size: 14px;
  height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  position: relative;
}

/**
Disable W3C & Bootstrap standard styles for the abbr tag
 */

abbr[title].required {
  border-bottom: none;
  text-decoration: none;
}

.monofont {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

#site-header.has-fixed-top-navbar {
  padding-top: 85px;
}

@media screen and (max-width: 991.98px) and (max-width: 782px) {
  body.admin-bar #site-header nav.navbar.fixed-top {
    top: 46px !important;
  }
}

#site-footer {
  background: #f4f5f7;
}

#site-footer #wc-footer-main {
  padding: 65px 15px 80px;
}

#site-footer .wc-footer-image {
  margin-bottom: 20px;
}

#site-footer .footer-menu-title {
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

#site-footer .footer-menu a {
  display: block;
  color: #212529;
  line-height: 1.7;
}

#site-footer .footer-menu a:hover {
  color: rgb(225.3581081081, 228.25, 231.1418918919);
  text-decoration: none;
}

#site-footer .footer-menu {
  margin-bottom: 20px;
}

#site-footer .location .footer-location-title {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

#site-footer .location .location-line-1,
#site-footer .location .location-line-2,
#site-footer .location a {
  display: block;
}

#site-footer .location a {
  color: #212529;
}

#site-footer .location a:hover {
  color: rgb(225.3581081081, 228.25, 231.1418918919);
  text-decoration: none;
}

#site-footer .location {
  margin-bottom: 10px;
}

#site-footer .opening-hours {
  margin-bottom: 20px;
}

#site-footer .opening-hours-title {
  font-weight: 600;
  margin-bottom: 10px;
}

#site-footer .opening-hours span {
  display: block;
}

#site-footer .wc-footer-social {
  margin-bottom: 20px;
}

#site-footer .wc-footer-social span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

#site-footer .wc-footer-social a {
  margin: 0 15px 0 0;
  font-size: 1.4rem;
  color: #212529;
}

#site-footer .wc-footer-social a:hover {
  color: rgb(225.3581081081, 228.25, 231.1418918919);
  text-decoration: none;
}

#wc-bottom-bar {
  padding: 20px 0;
  background: #fff;
}

#wc-bottom-bar .wc-footer-copyright {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}

#wc-bottom-bar .bottom-bar-menu {
  width: 100%;
  text-align: center;
}

#wc-bottom-bar .bottom-bar-menu a {
  color: #212529;
  margin: 10px;
  font-size: 1rem;
}

#wc-bottom-bar .bottom-bar-menu a:hover {
  color: rgb(225.3581081081, 228.25, 231.1418918919);
  text-decoration: none;
}

/* poppins-regular - latin */

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(../../resources/fonts/poppins/poppins-v24-latin-regular.woff2) format("woff2");
}

/* poppins-italic - latin */

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url(../../resources/fonts/poppins/poppins-v24-latin-italic.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500 - latin */

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(../../resources/fonts/poppins//poppins-v24-latin-500.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500italic - latin */

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  src: url(../../resources/fonts/poppins//poppins-v24-latin-500italic.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600 - latin */

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(../../resources/fonts/poppins//poppins-v24-latin-600.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600italic - latin */

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  src: url(../../resources/fonts/poppins//poppins-v24-latin-600italic.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* coustard-regular - latin */

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Coustard";
  font-style: normal;
  font-weight: 400;
  src: url(../../resources/fonts/coustard/coustard-v17-latin-regular.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* syne-regular - latin */

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Syne";
  font-style: normal;
  font-weight: 400;
  src: url(../../resources/fonts/syne/syne-v24-latin-regular.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* syne-500 - latin */

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  src: url(../../resources/fonts/syne/syne-v24-latin-500.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
  overflow-x: initial;
  width: auto;
}

html body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: static;
}

html body main {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

* {
  font-family: "Poppins", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #15393F;
  font-family: "Coustard", serif;
  font-weight: 400;
  margin: 0 0 20px;
}

h1 div,
.h1 div,
h2 div,
.h2 div,
h3 div,
.h3 div,
h4 div,
.h4 div,
h5 div,
.h5 div,
h6 div,
.h6 div {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

h1,
.h1 {
  font-size: 40px;
  line-height: 1.12;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 1.12;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 1.333;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 1.4;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 1.333;
}

h6,
.h6 {
  font-size: 16px;
  line-height: 1.5;
}

.h7 {
  font-size: 16px;
  line-height: 1.5;
}

.subtitle {
  color: #15393F;
  font-family: "Coustard", serif;
  font-weight: 400;
  margin: 0 0 20px;
}

.subtitle div {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.subtitle {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 13px;
}

p {
  color: #15393F;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 15px;
}

p a {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
  font-size: inherit;
  font-family: inherit;
}

ul li,
ol li {
  color: #15393F;
  font-size: 14px;
  line-height: 2;
  margin: 0;
}

ul {
  padding-left: 20px;
}

ol {
  padding-left: 15px;
}

ol li {
  padding-left: 5px;
}

table {
  border-collapse: collapse;
  border-radius: 10px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #15393F;
}

table tbody {
  border-color: #15393F;
}

table tbody tr,
table tbody td {
  border-color: #15393F;
  color: #15393F;
  font-size: 14px;
  line-height: 2;
  margin: 0;
}

hr {
  border: none;
  border-top: 1px solid #DCE1E2;
  margin: 30px 0;
  opacity: 1;
}

.svg-arrow-right {
  background: url("sprites.svg") no-repeat;
  background-position: 0 0;
}

.svg-arrow-right-dims {
  width: 16px;
  height: 14px;
}

.svg-arrow-right-small-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 0.2344665885% 0.3217651115%;
}

.svg-arrow-right-small-blue-dims {
  width: 16px;
  height: 14px;
}

.svg-chevron-down-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 0.4686584651% 0.6424965581%;
}

.svg-chevron-down-blue-dims {
  width: 12px;
  height: 7px;
}

.svg-chevron-up {
  background: url("sprites.svg") no-repeat;
  background-position: 0.6444053896% 0.8031206976%;
}

.svg-chevron-up-dims {
  width: 12px;
  height: 7px;
}

.svg-el-arrow-cta {
  background: url("sprites.svg") no-repeat;
  background-position: 0.8385744235% 0.9884678748%;
}

.svg-el-arrow-cta-dims {
  width: 162px;
  height: 116px;
}

.svg-el-arrow-next-status {
  background: url("sprites.svg") no-repeat;
  background-position: 3.2039976484% 3.6881419234%;
}

.svg-el-arrow-next-status-dims {
  width: 36px;
  height: 81px;
}

.svg-el-arrow-process-slide {
  background: url("sprites.svg") no-repeat;
  background-position: 3.8276069922% 5.7576487593%;
}

.svg-el-arrow-process-slide-dims {
  width: 204px;
  height: 214px;
}

.svg-el-arrow-share {
  background: url("sprites.svg") no-repeat;
  background-position: 6.7771530038% 10.4958294717%;
}

.svg-el-arrow-share-dims {
  width: 82px;
  height: 49px;
}

.svg-el-arrow-share-btn {
  background: url("sprites.svg") no-repeat;
  background-position: 7.9493596349% 11.6744186047%;
}

.svg-el-arrow-share-btn-dims {
  width: 47px;
  height: 65px;
}

.svg-el-arrow-subtitle {
  background: url("sprites.svg") no-repeat;
  background-position: 8.7979616307% 13.2167832168%;
}

.svg-el-arrow-subtitle-dims {
  width: 168px;
  height: 75px;
}

.svg-el-arrow-usp-first {
  background: url("sprites.svg") no-repeat;
  background-position: 11.2568957805% 15.0070126227%;
}

.svg-el-arrow-usp-first-dims {
  width: 133px;
  height: 87px;
}

.svg-el-arrow-usp-last {
  background: url("sprites.svg") no-repeat;
  background-position: 13.2477994928% 17.0247547875%;
}

.svg-el-arrow-usp-last-dims {
  width: 137px;
  height: 83px;
}

.svg-el-article-thumbnail {
  background: url("sprites.svg") no-repeat;
  background-position: 15.7256827248% 19.8339032731%;
}

.svg-el-article-thumbnail-dims {
  width: 322px;
  height: 271px;
}

.svg-el-blog-arrow {
  background: url("sprites.svg") no-repeat;
  background-position: 20.4462659381% 25.5183788878%;
}

.svg-el-blog-arrow-dims {
  width: 252px;
  height: 121px;
}

.svg-el-gift-arrow {
  background: url("sprites.svg") no-repeat;
  background-position: 23.9335428828% 28.1703322415%;
}

.svg-el-gift-arrow-dims {
  width: 159px;
  height: 91px;
}

.svg-el-hello-title {
  background: url("sprites.svg") no-repeat;
  background-position: 25.9445100354% 30.1162790698%;
}

.svg-el-hello-title-dims {
  width: 64px;
  height: 65px;
}

.svg-eye-sharp-light-full {
  background: url("sprites.svg") no-repeat;
  background-position: 29.3870967742% 36.5100671141%;
}

.svg-eye-sharp-light-full-dims {
  width: 640px;
  height: 640px;
}

.svg-eye-slash-sharp-light-full {
  background: url("sprites.svg") no-repeat;
  background-position: 39.7096774194% 53.6912751678%;
}

.svg-eye-slash-sharp-light-full-dims {
  width: 640px;
  height: 640px;
}

.svg-icon-acc-acc-details {
  background: url("sprites.svg") no-repeat;
  background-position: 45.4838709677% 60.7594936709%;
}

.svg-icon-acc-acc-details-dims {
  width: 20px;
  height: 20px;
}

.svg-icon-acc-dashboard {
  background: url("sprites.svg") no-repeat;
  background-position: 45.7771260997% 61.2197928654%;
}

.svg-icon-acc-dashboard-dims {
  width: 20px;
  height: 20px;
}

.svg-icon-acc-loyal-ben {
  background: url("sprites.svg") no-repeat;
  background-position: 46.0703812317% 61.6800920598%;
}

.svg-icon-acc-loyal-ben-dims {
  width: 20px;
  height: 20px;
}

.svg-icon-acc-orders {
  background: url("sprites.svg") no-repeat;
  background-position: 46.3636363636% 62.1403912543%;
}

.svg-icon-acc-orders-dims {
  width: 20px;
  height: 20px;
}

.svg-icon-acc-subscriptions {
  background: url("sprites.svg") no-repeat;
  background-position: 46.6568914956% 62.6006904488%;
}

.svg-icon-acc-subscriptions-dims {
  width: 20px;
  height: 20px;
}

.svg-icon-account {
  background: url("sprites.svg") no-repeat;
  background-position: 46.9226260258% 63.0755064457%;
}

.svg-icon-account-dims {
  width: 16px;
  height: 21px;
}

.svg-icon-arrow-breadcrumbs {
  background: url("sprites.svg") no-repeat;
  background-position: 47.0949802429% 63.4420955882%;
}

.svg-icon-arrow-breadcrumbs-dims {
  width: 7px;
  height: 13px;
}

.svg-icon-arrow-newsletter-title {
  background: url("sprites.svg") no-repeat;
  background-position: 48.0482717521% 64.0498730085%;
}

.svg-icon-arrow-newsletter-title-dims {
  width: 128px;
  height: 34px;
}

.svg-icon-arrow-right-dark-green {
  background: url("sprites.svg") no-repeat;
  background-position: 49.1354044549% 64.5368880717%;
}

.svg-icon-arrow-right-dark-green-dims {
  width: 16px;
  height: 14px;
}

.svg-icon-arrow-right-green {
  background: url("sprites.svg") no-repeat;
  background-position: 49.3698710434% 64.8586531832%;
}

.svg-icon-arrow-right-green-dims {
  width: 16px;
  height: 14px;
}

.svg-icon-bottle {
  background: url("sprites.svg") no-repeat;
  background-position: 49.6407097815% 65.2854511971%;
}

.svg-icon-bottle-dims {
  width: 21px;
  height: 21px;
}

.svg-icon-btn-arrow {
  background: url("sprites.svg") no-repeat;
  background-position: 49.9193902975% 65.6781609195%;
}

.svg-icon-btn-arrow-dims {
  width: 17px;
  height: 15px;
}

.svg-icon-car {
  background: url("sprites.svg") no-repeat;
  background-position: 50.1979762429% 66.0989643268%;
}

.svg-icon-car-dims {
  width: 21px;
  height: 20px;
}

.svg-icon-check-green {
  background: url("sprites.svg") no-repeat;
  background-position: 50.4541459127% 66.4674787405%;
}

.svg-icon-check-green-dims {
  width: 14px;
  height: 14px;
}

.svg-icon-check-round-green {
  background: url("sprites.svg") no-repeat;
  background-position: 50.7633587786% 67.0048420567%;
}

.svg-icon-check-round-green-dims {
  width: 28px;
  height: 28px;
}

.svg-icon-check-usp {
  background: url("sprites.svg") no-repeat;
  background-position: 51.174398121% 67.6504496196%;
}

.svg-icon-check-usp-dims {
  width: 28px;
  height: 28px;
}

.svg-icon-check-white {
  background: url("sprites.svg") no-repeat;
  background-position: 51.4796366833% 68.0137772675%;
}

.svg-icon-check-white-dims {
  width: 14px;
  height: 10px;
}

.svg-icon-checkmark-round {
  background: url("sprites.svg") no-repeat;
  background-position: 51.7985611511% 68.5424354244%;
}

.svg-icon-checkmark-round-dims {
  width: 29px;
  height: 29px;
}

.svg-icon-cross {
  background: url("sprites.svg") no-repeat;
  background-position: 52.1019481471% 68.9568014706%;
}

.svg-icon-cross-dims {
  width: 13px;
  height: 13px;
}

.svg-icon-facebook,
.footer-socials .social.icon-facebook {
  background: url("sprites.svg") no-repeat;
  background-position: 52.3230250623% 69.3192272309%;
}

.svg-icon-facebook-dims,
.footer-socials .social.icon-facebook {
  width: 17px;
  height: 17px;
}

.svg-icon-hamburger {
  background: url("sprites.svg") no-repeat;
  background-position: 52.6261737089% 69.6301401332%;
}

.svg-icon-hamburger-dims {
  width: 24px;
  height: 12px;
}

.svg-icon-hamburger-close {
  background: url("sprites.svg") no-repeat;
  background-position: 52.9394516933% 70.0184077312%;
}

.svg-icon-hamburger-close-dims {
  width: 19px;
  height: 19px;
}

.svg-icon-help-need-arrow {
  background: url("sprites.svg") no-repeat;
  background-position: 54.1629364369% 71.7936694021%;
}

.svg-icon-help-need-arrow-dims {
  width: 138px;
  height: 100px;
}

.svg-icon-home {
  background: url("sprites.svg") no-repeat;
  background-position: 55.2492668622% 72.7900552486%;
}

.svg-icon-home-dims {
  width: 20px;
  height: 21px;
}

.svg-icon-ideal,
.payment-options i.icon-ideal:after {
  background: url("sprites.svg") no-repeat;
  background-position: 55.5751173709% 73.2701072695%;
}

.svg-icon-ideal-dims,
.payment-options i.icon-ideal:after {
  width: 24px;
  height: 20.8px;
}

.svg-icon-info {
  background: url("sprites.svg") no-repeat;
  background-position: 55.8698519713% 73.6890524379%;
}

.svg-icon-info-dims {
  width: 17px;
  height: 17px;
}

.svg-icon-instagram,
.footer-socials .social.icon-instagram {
  background: url("sprites.svg") no-repeat;
  background-position: 56.1190092335% 74.0800367985%;
}

.svg-icon-instagram-dims,
.footer-socials .social.icon-instagram {
  width: 17px;
  height: 17px;
}

.svg-icon-leaf {
  background: url("sprites.svg") no-repeat;
  background-position: 56.3929618768% 74.5052922227%;
}

.svg-icon-leaf-dims {
  width: 20px;
  height: 19px;
}

.svg-icon-linkedin,
.footer-socials .social.icon-linkedin {
  background: url("sprites.svg") no-repeat;
  background-position: 56.6612926865% 74.9080036799%;
}

.svg-icon-linkedin-dims,
.footer-socials .social.icon-linkedin {
  width: 17px;
  height: 17px;
}

.svg-icon-lock {
  background: url("sprites.svg") no-repeat;
  background-position: 56.9021101993% 75.281673948%;
}

.svg-icon-lock-dims {
  width: 16px;
  height: 16px;
}

.svg-icon-login-menu {
  background: url("sprites.svg") no-repeat;
  background-position: 57.1700879765% 75.7192174914%;
}

.svg-icon-login-menu-dims {
  width: 20px;
  height: 20px;
}

.svg-icon-lvl-1 {
  background: url("sprites.svg") no-repeat;
  background-position: 57.5392747027% 76.3376383764%;
}

.svg-icon-lvl-1-dims {
  width: 29px;
  height: 29px;
}

.svg-icon-lvl-2 {
  background: url("sprites.svg") no-repeat;
  background-position: 57.9650565262% 77.0064575646%;
}

.svg-icon-lvl-2-dims {
  width: 29px;
  height: 29px;
}

.svg-icon-lvl-3 {
  background: url("sprites.svg") no-repeat;
  background-position: 58.3908383497% 77.6752767528%;
}

.svg-icon-lvl-3-dims {
  width: 29px;
  height: 29px;
}

.svg-icon-lvl-4 {
  background: url("sprites.svg") no-repeat;
  background-position: 58.8166201732% 78.344095941%;
}

.svg-icon-lvl-4-dims {
  width: 29px;
  height: 29px;
}

.svg-icon-maestro,
.payment-options i.icon-maestro:after {
  background: url("sprites.svg") no-repeat;
  background-position: 59.198943662% 78.7537325269%;
}

.svg-icon-maestro-dims,
.payment-options i.icon-maestro:after {
  width: 24px;
  height: 14.73px;
}

.svg-icon-mastercard,
.payment-options i.icon-mastercard:after {
  background: url("sprites.svg") no-repeat;
  background-position: 59.551056338% 79.0852677545%;
}

.svg-icon-mastercard-dims,
.payment-options i.icon-mastercard:after {
  width: 24px;
  height: 14px;
}

.svg-icon-milk-bottle-title {
  background: url("sprites.svg") no-repeat;
  background-position: 59.9031690141% 79.5899562313%;
}

.svg-icon-milk-bottle-title-dims {
  width: 24px;
  height: 24px;
}

.svg-icon-minus {
  background: url("sprites.svg") no-repeat;
  background-position: 60.1934632859% 79.7569922054%;
}

.svg-icon-minus-dims {
  width: 17px;
  height: 3px;
}

.svg-icon-pagination-arrow-left {
  background: url("sprites.svg") no-repeat;
  background-position: 60.4337631887% 80.0275798667%;
}

.svg-icon-pagination-arrow-left-dims {
  width: 16px;
  height: 14px;
}

.svg-icon-pagination-arrow-right {
  background: url("sprites.svg") no-repeat;
  background-position: 60.6682297773% 80.3493449782%;
}

.svg-icon-pagination-arrow-right-dims {
  width: 16px;
  height: 14px;
}

.svg-icon-paypal,
.payment-options i.icon-paypal:after {
  background: url("sprites.svg") no-repeat;
  background-position: 60.9111760869% 80.7825086306%;
}

.svg-icon-paypal-dims,
.payment-options i.icon-paypal:after {
  width: 16.95px;
  height: 20px;
}

.svg-icon-play {
  background: url("sprites.svg") no-repeat;
  background-position: 61.2325752018% 81.33640553%;
}

.svg-icon-play-dims {
  width: 25px;
  height: 25px;
}

.svg-icon-plus {
  background: url("sprites.svg") no-repeat;
  background-position: 61.5001464987% 81.724137931%;
}

.svg-icon-plus-dims {
  width: 14px;
  height: 15px;
}

.svg-icon-quiz-arrow {
  background: url("sprites.svg") no-repeat;
  background-position: 63.0727762803% 84.0197693575%;
}

.svg-icon-quiz-arrow-dims {
  width: 162px;
  height: 116px;
}

.svg-icon-register-menu {
  background: url("sprites.svg") no-repeat;
  background-position: 64.1348973607% 84.833141542%;
}

.svg-icon-register-menu-dims {
  width: 20px;
  height: 20px;
}

.svg-icon-search {
  background: url("sprites.svg") no-repeat;
  background-position: 64.4376008212% 85.3130755064%;
}

.svg-icon-search-dims {
  width: 21px;
  height: 21px;
}

.svg-icon-select-arrow-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 64.6602226128% 85.5208811381%;
}

.svg-icon-select-arrow-blue-dims {
  width: 12px;
  height: 7px;
}

.svg-icon-settings {
  background: url("sprites.svg") no-repeat;
  background-position: 64.9501173709% 85.8588181191%;
}

.svg-icon-settings-dims {
  width: 24px;
  height: 16px;
}

.svg-icon-share {
  background: url("sprites.svg") no-repeat;
  background-position: 65.2639296188% 86.3060989643%;
}

.svg-icon-share-dims {
  width: 20px;
  height: 20px;
}

.svg-icon-share-facebook {
  background: url("sprites.svg") no-repeat;
  background-position: 65.5632411792% 86.7717901918%;
}

.svg-icon-share-facebook-dims {
  width: 20.63px;
  height: 20.27px;
}

.svg-icon-share-mail {
  background: url("sprites.svg") no-repeat;
  background-position: 65.9037558685% 87.33010827%;
}

.svg-icon-share-mail-dims {
  width: 24px;
  height: 24px;
}

.svg-icon-share-pinterest {
  background: url("sprites.svg") no-repeat;
  background-position: 66.2306045229% 87.8166232379%;
}

.svg-icon-share-pinterest-dims {
  width: 21.4px;
  height: 20.72px;
}

.svg-icon-share-x {
  background: url("sprites.svg") no-repeat;
  background-position: 66.5200820874% 88.2528873142%;
}

.svg-icon-share-x-dims {
  width: 18px;
  height: 18.4px;
}

.svg-icon-slider-next {
  background: url("sprites.svg") no-repeat;
  background-position: 66.6959449568% 88.6614535419%;
}

.svg-icon-slider-next-dims {
  width: 9px;
  height: 17px;
}

.svg-icon-slider-prev {
  background: url("sprites.svg") no-repeat;
  background-position: 66.8276972625% 89.0524379025%;
}

.svg-icon-slider-prev-dims {
  width: 9px;
  height: 17px;
}

.svg-icon-spinner {
  background: url("sprites.svg") no-repeat;
  background-position: 67.3538506847% 90.1065801668%;
}

.svg-icon-spinner-dims {
  width: 49px;
  height: 49px;
}

.svg-icon-star {
  background: url("sprites.svg") no-repeat;
  background-position: 67.7660510114% 90.612057064%;
}

.svg-icon-star-dims {
  width: 18px;
  height: 19px;
}

.svg-icon-tooltip {
  background: url("sprites.svg") no-repeat;
  background-position: 68.00996483% 90.9864336629%;
}

.svg-icon-tooltip-dims {
  width: 16px;
  height: 16px;
}

.svg-icon-trash {
  background: url("sprites.svg") no-repeat;
  background-position: 68.2444314185% 91.3543343297%;
}

.svg-icon-trash-dims {
  width: 16px;
  height: 16px;
}

.svg-icon-truck {
  background: url("sprites.svg") no-repeat;
  background-position: 68.5190615836% 91.785549931%;
}

.svg-icon-truck-dims {
  width: 20px;
  height: 19px;
}

.svg-icon-user-base {
  background: url("sprites.svg") no-repeat;
  background-position: 69.259149941% 93.2093023256%;
}

.svg-icon-user-base-dims {
  width: 64px;
  height: 65px;
}

.svg-icon-user-icon {
  background: url("sprites.svg") no-repeat;
  background-position: 70.4949614701% 95.3194476948%;
}

.svg-icon-user-icon-dims {
  width: 92px;
  height: 92px;
}

.svg-icon-visa,
.payment-options i.icon-visa:after {
  background: url("sprites.svg") no-repeat;
  background-position: 71.193657319% 95.6126093863%;
}

.svg-icon-visa-dims,
.payment-options i.icon-visa:after {
  width: 29px;
  height: 8.88px;
}

.svg-info-bubble {
  background: url("sprites.svg") no-repeat;
  background-position: 76.1117178967% 98.7695220066%;
}

.svg-info-bubble-dims {
  width: 431px;
  height: 139px;
}

.svg-logo {
  background: url("sprites.svg") no-repeat;
  background-position: 79.1207153502% 99.9536500579%;
}

.svg-logo-dims {
  width: 130px;
  height: 50px;
}

.svg-newsletter-border {
  background: url("sprites.svg") no-repeat;
  background-position: 100% 100%;
}

.svg-newsletter-border-dims {
  width: 1401px;
  height: 2px;
}

.btn {
  display: inline-block;
  border: none;
  border-radius: 80px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 13px 19px;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.btn {
  background-color: #15393F;
  color: #fff;
}

.btn::before {
  background-color: #D7DE51;
}

.btn.btn-outline-white {
  border: 1px solid #689053;
}

.btn.btn-outline-dark-green {
  border: 1px solid #689053;
}

.btn:hover,
.btn:focus,
.btn:active {
  background-color: #689053;
  color: #fff;
}

.btn:hover::before,
.btn:focus::before,
.btn:active::before {
  background-color: #D7DE51;
}

.btn.has-icon {
  position: relative;
  padding-left: 43px;
}

.btn.has-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.btn.has-icon.icon-arrow::before {
  width: 17px;
  height: 15px;
  -webkit-mask-size: 17px 15px;
  mask-size: 17px 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
}

.btn.has-icon.icon-arrow:hover::before,
.btn.has-icon.icon-arrow:focus::before,
.btn.has-icon.icon-arrow:active::before {
  -webkit-transform: translateX(4px) translateY(-50%);
  transform: translateX(4px) translateY(-50%);
}

.btn.has-icon.icon-instagram::before {
  width: 17px;
  height: 17px;
  -webkit-mask-size: 17px 17px;
  mask-size: 17px 17px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-instagram.svg);
  mask-image: url(../../resources/images/svg/icon-instagram.svg);
}

.btn.has-icon.icon-settings span {
  margin-left: 8px;
}

.btn.has-icon.icon-settings::before {
  width: 24px;
  height: 16px;
  -webkit-mask-size: 24px 16px;
  mask-size: 24px 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-settings.svg);
  mask-image: url(../../resources/images/svg/icon-settings.svg);
}

.btn.btn-green {
  background-color: #689053;
  color: #fff;
}

.btn.btn-green::before {
  background-color: #D7DE51;
}

.btn.btn-green.btn-outline-white {
  border: 1px solid #15393F;
}

.btn.btn-green.btn-outline-dark-green {
  border: 1px solid #15393F;
}

.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green:active {
  background-color: #15393F;
  color: #fff;
}

.btn.btn-green:hover::before,
.btn.btn-green:focus::before,
.btn.btn-green:active::before {
  background-color: #D7DE51;
}

.btn.btn-orange {
  background-color: #DC8D70;
  color: #fff;
}

.btn.btn-orange::before {
  background-color: #D7DE51;
}

.btn.btn-orange.btn-outline-white {
  border: 1px solid #D95A2B;
}

.btn.btn-orange.btn-outline-dark-green {
  border: 1px solid #D95A2B;
}

.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange:active {
  background-color: #D95A2B;
  color: #fff;
}

.btn.btn-orange:hover::before,
.btn.btn-orange:focus::before,
.btn.btn-orange:active::before {
  background-color: #D7DE51;
}

.btn.btn-blue {
  background-color: #458DC8;
  color: #fff;
}

.btn.btn-blue::before {
  background-color: #fff;
}

.btn.btn-blue.btn-outline-white {
  border: 1px solid #204F76;
}

.btn.btn-blue.btn-outline-dark-green {
  border: 1px solid #204F76;
}

.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue:active {
  background-color: #204F76;
  color: #fff;
}

.btn.btn-blue:hover::before,
.btn.btn-blue:focus::before,
.btn.btn-blue:active::before {
  background-color: #fff;
}

.btn.btn-dark-blue {
  background-color: #204F76;
  color: #fff;
}

.btn.btn-dark-blue::before {
  background-color: #D7DE51;
}

.btn.btn-dark-blue.btn-outline-white {
  border: 1px solid #15393F;
}

.btn.btn-dark-blue.btn-outline-dark-green {
  border: 1px solid #15393F;
}

.btn.btn-dark-blue:hover,
.btn.btn-dark-blue:focus,
.btn.btn-dark-blue:active {
  background-color: #15393F;
  color: #fff;
}

.btn.btn-dark-blue:hover::before,
.btn.btn-dark-blue:focus::before,
.btn.btn-dark-blue:active::before {
  background-color: #D7DE51;
}

.btn.btn-dark-green {
  background-color: #15393F;
  color: #fff;
}

.btn.btn-dark-green::before {
  background-color: #D7DE51;
}

.btn.btn-dark-green.btn-outline-white {
  border: 1px solid #689053;
}

.btn.btn-dark-green.btn-outline-dark-green {
  border: 1px solid #689053;
}

.btn.btn-dark-green:hover,
.btn.btn-dark-green:focus,
.btn.btn-dark-green:active {
  background-color: #689053;
  color: #fff;
}

.btn.btn-dark-green:hover::before,
.btn.btn-dark-green:focus::before,
.btn.btn-dark-green:active::before {
  background-color: #D7DE51;
}

.btn.btn-bright-green {
  background-color: #D7DE51;
  color: #15393F;
}

.btn.btn-bright-green::before {
  background-color: #15393F;
}

.btn.btn-bright-green.btn-outline-white {
  border: 1px solid #C8DF92;
}

.btn.btn-bright-green.btn-outline-dark-green {
  border: 1px solid #C8DF92;
}

.btn.btn-bright-green:hover,
.btn.btn-bright-green:focus,
.btn.btn-bright-green:active {
  background-color: #C8DF92;
  color: #15393F;
}

.btn.btn-bright-green:hover::before,
.btn.btn-bright-green:focus::before,
.btn.btn-bright-green:active::before {
  background-color: #15393F;
}

.btn.btn-dark-purple {
  background-color: #471A36;
  color: #fff;
}

.btn.btn-dark-purple::before {
  background-color: #EBC1C2;
}

.btn.btn-dark-purple.btn-outline-white {
  border: 1px solid #EBC1C2;
}

.btn.btn-dark-purple.btn-outline-dark-green {
  border: 1px solid #EBC1C2;
}

.btn.btn-dark-purple:hover,
.btn.btn-dark-purple:focus,
.btn.btn-dark-purple:active {
  background-color: #EBC1C2;
  color: #471A36;
}

.btn.btn-dark-purple:hover::before,
.btn.btn-dark-purple:focus::before,
.btn.btn-dark-purple:active::before {
  background-color: #471A36;
}

.btn.btn-yellow {
  background-color: #F9E59C;
  color: #15393F;
}

.btn.btn-yellow::before {
  background-color: #15393F;
}

.btn.btn-yellow.btn-outline-white {
  border: 1px solid #DC8D70;
}

.btn.btn-yellow.btn-outline-dark-green {
  border: 1px solid #DC8D70;
}

.btn.btn-yellow:hover,
.btn.btn-yellow:focus,
.btn.btn-yellow:active {
  background-color: #DC8D70;
  color: #15393F;
}

.btn.btn-yellow:hover::before,
.btn.btn-yellow:focus::before,
.btn.btn-yellow:active::before {
  background-color: #15393F;
}

.btn.btn-white {
  background-color: #fff;
  color: #15393F;
}

.btn.btn-white::before {
  background-color: #15393F;
}

.btn.btn-white.btn-outline-white {
  border: 1px solid #fff;
}

.btn.btn-white.btn-outline-dark-green {
  border: 1px solid #fff;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
  background-color: #fff;
  color: #15393F;
}

.btn.btn-white:hover::before,
.btn.btn-white:focus::before,
.btn.btn-white:active::before {
  background-color: #15393F;
}

.btn.btn-outline-white {
  background-color: transparent;
  color: #fff;
}

.btn.btn-outline-white::before {
  background-color: #fff;
}

.btn.btn-outline-white.btn-outline-white {
  border: 1px solid #fff;
}

.btn.btn-outline-white.btn-outline-dark-green {
  border: 1px solid #fff;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white:active {
  background-color: #fff;
  color: #15393F;
}

.btn.btn-outline-white:hover::before,
.btn.btn-outline-white:focus::before,
.btn.btn-outline-white:active::before {
  background-color: #15393F;
}

.btn.btn-outline-dark-green {
  background-color: transparent;
  color: #15393F;
}

.btn.btn-outline-dark-green::before {
  background-color: #15393F;
}

.btn.btn-outline-dark-green.btn-outline-white {
  border: 1px solid #15393F;
}

.btn.btn-outline-dark-green.btn-outline-dark-green {
  border: 1px solid #15393F;
}

.btn.btn-outline-dark-green:hover,
.btn.btn-outline-dark-green:focus,
.btn.btn-outline-dark-green:active {
  background-color: #15393F;
  color: #fff;
}

.btn.btn-outline-dark-green:hover::before,
.btn.btn-outline-dark-green:focus::before,
.btn.btn-outline-dark-green:active::before {
  background-color: #fff;
}

.btn.btn-white.header-btn {
  background-color: #fff;
  color: #15393F;
}

.btn.btn-white.header-btn::before {
  background-color: #15393F;
}

.btn.btn-white.header-btn.btn-outline-white {
  border: 1px solid transparent;
}

.btn.btn-white.header-btn.btn-outline-dark-green {
  border: 1px solid transparent;
}

.btn.btn-white.header-btn:hover,
.btn.btn-white.header-btn:focus,
.btn.btn-white.header-btn:active {
  background-color: transparent;
  color: #fff;
}

.btn.btn-white.header-btn:hover::before,
.btn.btn-white.header-btn:focus::before,
.btn.btn-white.header-btn:active::before {
  background-color: #fff;
}

.btn.btn-detox-button {
  background-color: #fff;
  color: #15393F;
}

.btn.btn-detox-button::before {
  background-color: #15393F;
}

.btn.btn-detox-button.btn-outline-white {
  border: 1px solid #15393F;
}

.btn.btn-detox-button.btn-outline-dark-green {
  border: 1px solid #15393F;
}

.btn.btn-detox-button:hover,
.btn.btn-detox-button:focus,
.btn.btn-detox-button:active {
  background-color: #15393F;
  color: #fff;
}

.btn.btn-detox-button:hover::before,
.btn.btn-detox-button:focus::before,
.btn.btn-detox-button:active::before {
  background-color: #fff;
}

.btn:hover,
.btn:focus,
.btn:active {
  text-decoration: none;
}

.btn.header-btn.btn-white {
  border: 1px solid #fff;
}

.header-cart-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 54px;
  height: 54px;
  background-color: #E7EFD7;
  border-radius: 50%;
  text-decoration: none;
}

.header-cart-btn::after {
  content: "";
  margin: auto;
  width: 21px;
  height: 21px;
  -webkit-mask-size: 21px 21px;
  mask-size: 21px 21px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-bottle.svg);
  mask-image: url(../../resources/images/svg/icon-bottle.svg);
  background-color: #15393F;
}

.header-cart-btn:hover,
.header-cart-btn:focus,
.header-cart-btn:active {
  text-decoration: none;
}

.header-cart-btn .cart-items-quantity {
  position: absolute;
  top: -3px;
  right: -10px;
  width: 28px;
  height: 28px;
  background-color: #15393F;
  border-radius: 50%;
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.play-video {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 90px;
  height: 90px;
  background-color: #15393F;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.play-video:hover {
  background-color: #689053;
}

.play-video::after {
  content: "";
  margin: auto;
  width: 25px;
  height: 25px;
  -webkit-mask-size: 25px 25px;
  mask-size: 25px 25px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-play.svg);
  mask-image: url(../../resources/images/svg/icon-play.svg);
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.open-share-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 60px;
  height: 60px;
  border: 1px solid #15393F;
  border-radius: 50%;
}

.open-share-btn::before {
  content: "";
  margin: auto;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-share.svg);
}

.login-link {
  display: inline-block;
  width: 16px;
  height: 21px;
  background-size: 16px 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-account.svg);
}

.link-myaccount {
  position: relative;
  max-width: 136px;
  color: #15393F;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  padding-left: 38px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.link-myaccount::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/el-hello-title.svg);
}

.link-myaccount:hover,
.link-myaccount:focus,
.link-myaccount:active {
  text-decoration: none;
}

@media (max-width: 1439.9px) {
  .link-myaccount {
    width: 16px;
    height: 21px;
    background-size: 16px 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/icon-account.svg);
    font-size: 0;
    line-height: 0;
    padding: 7px 10.5px;
  }

  .link-myaccount:before {
    content: none;
  }
}

.arrow-link {
  display: inline-block;
  position: relative;
  color: #15393F;
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding-left: 25px;
  text-decoration: none;
}

.arrow-link::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 17px;
  height: 15px;
  -webkit-mask-size: 17px 15px;
  mask-size: 17px 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  background-color: #15393F;
  transition: all 0.3s ease-in-out;
}

.arrow-link:hover,
.arrow-link:focus,
.arrow-link:active {
  text-decoration: none;
}

.arrow-link:hover::before,
.arrow-link:focus::before,
.arrow-link:active::before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.arrow-link.alt {
  color: #204F76;
  font-family: "Coustard", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.arrow-link.alt::before {
  background-color: #204F76;
}

.usps-list-checkmark {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.usps-list-checkmark {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 30px;
}

@media (max-width: 767.9px) {
  .usps-list-checkmark {
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    gap: 0;
    min-height: 60px;
    padding: 10px 15px;
  }
}

.usps-list-checkmark li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

.usps-list-checkmark li span {
  color: #15393F;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 767.9px) {
  .usps-list-checkmark li {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    white-space: normal;
    width: calc(100% - 30px);
  }

  .usps-list-checkmark li.active {
    opacity: 1;
  }
}

.usps-list-checkmark li::before {
  content: "";
  padding: 7px;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-check-green.svg);
}

.list-round-checkmarks {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.list-round-checkmarks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}

.list-round-checkmarks li {
  position: relative;
  color: #15393F;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  padding-left: 38px;
}

.list-round-checkmarks li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 29px;
  background-size: 29px 29px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-checkmark-round.svg);
}

.general-product-usps {
  --item-padding: 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #E7EFD7;
  border-radius: 10px;
  padding: calc(20px - var(--item-padding)) 26px calc(26px - var(--item-padding));
}

.general-product-usps .item {
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  padding: var(--item-padding) 0;
}

.general-product-usps .item + .item {
  border-top: 1px dashed #93A69A;
}

.general-product-usps .item .icon-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
}

.general-product-usps .item .text {
  color: #15393F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.85;
}

.general-product-usps .item .text p {
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.main-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
}

@media (max-width: 1439.9px) {
  .main-nav {
    gap: 15px;
  }
}

.main-nav .menu-item {
  position: relative;
}

.main-nav .menu-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 0;
  height: 3px;
  border-radius: 80px;
  background: #458DC8;
  transition: all 0.3s ease-in;
}

.main-nav .menu-item.current-menu-item::after {
  max-width: 100%;
}

.main-nav .menu-item a {
  display: block;
  color: #15393F;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 29px 0;
  text-decoration: none;
}

.main-nav .menu-item a:hover,
.main-nav .menu-item a:focus {
  text-decoration: none;
}

.main-nav .menu-item:hover::after,
.main-nav .menu-item:focus::after {
  max-width: 100%;
}

.main-nav .menu-item.has-info-bar .header-info-bar {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -12px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  left: 0;
  z-index: 10;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.main-nav .menu-item.has-info-bar .header-info-bar .header-info-bar-rectangle {
  display: block;
  position: absolute;
  top: -7px;
  left: 55px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 16px;
  height: 16px;
  background-color: #D7DE51;
  z-index: 9;
  border-radius: 2px;
}

.main-nav .menu-item.has-info-bar .header-info-bar .header-info-bar-content {
  padding: 15px 20px;
  background-color: #D7DE51;
  border-radius: 8px;
}

.main-nav .menu-item.has-info-bar .header-info-bar .header-info-bar-content .info-bar-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 10;
}

.main-nav .menu-item.has-info-bar .header-info-bar .header-info-bar-content .info-bar-content {
  position: relative;
  padding-right: 24px;
}

.main-nav .menu-item.has-info-bar .header-info-bar .header-info-bar-content .info-bar-content p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.main-nav .menu-item.has-info-bar .header-info-bar .header-info-bar-content .info-bar-content p strong {
  font-weight: 600;
}

.main-nav .menu-item.has-info-bar .header-info-bar .header-info-bar-content .info-bar-content:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 13px;
  background-size: 16px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-right.svg);
}

.main-nav .menu-item.has-info-bar:hover .header-info-bar {
  opacity: 1;
  visibility: visible;
}

.footer-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 38px;
}

.footer-nav .menu-item a {
  color: #73888C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.footer-nav .menu-item a:hover,
.footer-nav .menu-item a:focus {
  text-decoration: underline;
}

.searchform-header {
  display: -ms-flexbox;
  display: flex;
}

.searchform-header .search-btn {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: 21px;
  height: 21px;
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-search.svg);
}

.payment-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

.payment-options i {
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  border: 1px solid #DCE1E2;
  border-radius: 2px;
}

.payment-options i:after {
  content: "";
  margin: auto;
}

.footer-socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
}

.footer-socials .social {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-usp-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.footer-usp-icons img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 19px 0;
}

.breadcrumbs a,
.breadcrumbs span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #15393F;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.breadcrumbs a.home,
.breadcrumbs span.home {
  display: inline-block;
  margin-bottom: 2px;
  width: 20px;
  height: 21px;
  -webkit-mask-size: 20px 21px;
  mask-size: 20px 21px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-home.svg);
  mask-image: url(../../resources/images/svg/icon-home.svg);
  background-color: #689053;
}

.breadcrumbs a.home span,
.breadcrumbs span.home span {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs a span {
  font-weight: inherit;
}

.breadcrumbs .separator {
  display: inline-block;
  margin: 0 12px;
  width: 7px;
  height: 13px;
  -webkit-mask-size: 7px 13px;
  mask-size: 7px 13px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-arrow-breadcrumbs.svg);
  mask-image: url(../../resources/images/svg/icon-arrow-breadcrumbs.svg);
  background-color: #689053;
}

.rating-item-block {
  --star-offset: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.rating-item-block .stars-container {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc((18px + var(--star-offset) * 2) * 5 * var(--width-percentage, 1));
  margin-right: calc(var(--star-offset) * -1);
  overflow: hidden;
  -webkit-transform: translateX(calc(var(--star-offset) * -1));
  transform: translateX(calc(var(--star-offset) * -1));
}

.rating-item-block .stars {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.rating-item-block .stars .star {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 var(--star-offset);
}

.rating-item-block .stars .star .icon-star {
  width: 18px;
  height: 17px;
  background-size: 18px 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-star.svg);
}

.rating-item-block .link {
  color: #15393F;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.product-description-block {
  margin-bottom: 33px;
}

.product-description-block h2,
.product-description-block .h2,
.product-description-block .product-description-title {
  font-size: 32px;
  margin-bottom: 15px;
}

.product-description-block p,
.product-description-block li {
  color: #15393F;
  font-family: "Syne", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

.product-description-block h2 em,
.product-description-block .h2 em,
.product-description-block h3 em,
.product-description-block .h3 em,
.product-description-block h4 em,
.product-description-block .h4 em,
.product-description-block h5 em,
.product-description-block .h5 em,
.product-description-block h6 em,
.product-description-block .h6 em {
  font-family: "Coustard", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.33;
}

.product-description-block strong,
.product-description-block b {
  color: #15393F;
  font-family: "Coustard", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}

.product-description-block video {
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
}

.help-needed-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px 50px;
  background-color: #689053;
  border-radius: 10px;
  margin-bottom: 49px;
  padding: 35px 20px;
}

.help-needed-block .title-part {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  min-width: 138px;
  padding: 29px 0;
}

.help-needed-block .title-part::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(110deg);
  transform: rotate(110deg);
  width: 138px;
  height: 100px;
  background-size: 138px 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-help-need-arrow.svg);
}

.help-needed-block .content-part {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.help-needed-block .content-part p,
.help-needed-block .content-part li,
.help-needed-block .content-part a:not(.btn) {
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}

.help-needed-block .block-title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.product-quote-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

.product-quote-block .text {
  color: #15393F;
  font-family: "Coustard", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.43;
}

.product-quote-block .images-row {
  display: -ms-flexbox;
  display: flex;
}

.product-quote-block .images-row .image-wrapper {
  position: relative;
  z-index: var(--i);
  margin-right: -20px;
}

.product-quote-block .images-row .image-wrapper img {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.faqs-list {
  margin-bottom: 42px;
}

.faq-item {
  border-bottom: 1px solid #DCE2E2;
}

.faq-item:first-child {
  border-top: 1px solid #DCE2E2;
}

.faq-item .faq-toggle-desription {
  display: block;
  position: relative;
  color: #15393F;
  font-family: "Syne", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding: 19px 0 19px 44px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.faq-item .faq-toggle-desription::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 10px;
  width: 16px;
  height: 16px;
  -webkit-mask-size: 16px 16px;
  mask-size: 16px 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-plus.svg);
  mask-image: url(../../resources/images/svg/icon-plus.svg);
  background-color: #458DC8;
  transition: all 0.3s ease-in-out;
}

.faq-item .faq-toggle-desription.active::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq-item .faq-toggle-desription:hover,
.faq-item .faq-toggle-desription:focus,
.faq-item .faq-toggle-desription:active {
  text-decoration: none;
}

.faq-item .description {
  display: none;
  padding: 10px 0 32px;
}

.faq-item .description p,
.faq-item .description li,
.faq-item .description a {
  color: #15393F;
  font-family: "Syne", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

.nutritional-table-block {
  margin-bottom: 52px;
}

.nutritional-table-block .table-title {
  font-size: 32px;
  margin-bottom: 30px;
}

.nutritional-table-block .nutritional-table {
  display: grid;
  grid-template-columns: auto 1fr;
  border-top: 1px solid #DCE2E2;
}

.nutritional-table-block .nutritional-table .table-cell {
  color: #15393F;
  border-bottom: 1px solid #DCE2E2;
  font-size: 14px;
  line-height: 1.5;
  padding: 13px 0;
}

.nutritional-table-block .nutritional-table .table-cell.value {
  text-align: right;
}

.allergy-information-block {
  border-bottom: 1px solid #DCE2E2;
  margin-bottom: 50px;
  padding-bottom: 47px;
}

.allergy-information-block .block-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.allergy-information-block .content-wrapper p,
.allergy-information-block .content-wrapper li,
.allergy-information-block .content-wrapper a:not(.btn) {
  font-family: "Coustard", serif;
  font-size: 32px;
}

.components-table-block .block-title {
  margin-bottom: 70px;
}

.components-table {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-auto-flow: dense;
}

.components-table .table-cell {
  border-top: 1px solid #DCE2E2;
  color: #15393F;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 13px 15px;
}

@media (max-width: 991.9px) {
  .components-table .table-cell:nth-child(3n-1) {
    grid-column: 1;
  }

  .components-table .table-cell:nth-child(3n-2) {
    grid-column: 1;
  }

  .components-table .table-cell:nth-child(3n) {
    grid-column: 2;
    grid-row: span 2;
  }
}

.components-table .table-cell:nth-child(4),
.components-table .table-cell:nth-child(6) {
  border: none;
}

.components-table .table-cell.is-head {
  border: none;
  white-space: nowrap;
}

.components-table .table-cell.is-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0;
}

.components-table .table-cell.is-title .cell-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.components-table .table-cell.is-title .info-popup-container {
  margin-left: 15px;
}

.components-table .table-cell.is-value {
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 991.9px) {
  .components-table .table-cell.is-value {
    padding-left: 0;
  }
}

.components-table .table-cell.is-chart {
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 80px;
}

.components-table .table-cell .table-cell-inner-end {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  width: 75%;
}

.components-table .table-cell .table-cell-inner-end.has-padding {
  padding: 13px 0;
}

.components-table .table-cell .table-cell-inner-end.has-border {
  border-right: 1px dashed #15393F;
}

.components-table .table-cell .table-cell-inner-end .label {
  display: inline-block;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.component-chart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.component-chart .chart-value {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 120%;
  height: 7px;
  background: #bad5e6;
  border-radius: 80px;
}

.component-chart .chart-value.big {
  background: linear-gradient(90deg, #458DC8 76.59%, #303E8F 100%);
}

.component-chart .chart-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #15393F;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 19px;
}

.info-popup-container {
  position: relative;
  line-height: 1;
}

.info-popup-container .info-popup {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 2;
  width: 560px;
  max-width: calc(100vw - 50px);
  background-color: #fff;
  border: 1px solid #CFCFCF;
  border-radius: 10px;
  -webkit-transform: translateX(-40%) translateY(-14px);
  transform: translateX(-40%) translateY(-14px);
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

@media (max-width: 1439.9px) {
  .info-popup-container .info-popup {
    -webkit-transform: translateX(calc((var(--offset-left) + 2px) * -1)) translateY(-14px);
    transform: translateX(calc((var(--offset-left) + 2px) * -1)) translateY(-14px);
  }
}

.info-popup-container .info-popup .close-info-popup {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-cross.svg);
}

.info-popup-container .info-popup .info-popup-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  padding: 17px 65px 26px 39px;
}

.info-popup-container .info-popup .info-popup-inner::before {
  content: "";
  position: absolute;
  left: 40%;
  bottom: -5px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 1439.9px) {
  .info-popup-container .info-popup .info-popup-inner::before {
    left: calc(var(--offset-left) + 2px);
  }
}

.info-popup-container .info-popup .info-popup-inner .title {
  color: #15393F;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  padding: 7px 0;
}

.info-popup-container .info-popup .info-popup-inner .component-chart {
  margin-bottom: 11px;
}

.info-popup-container .info-popup .info-popup-inner .component-chart .chart-value {
  width: 100px !important;
}

.info-popup-container .info-popup .info-popup-inner .component-chart .chart-label {
  color: #899B9E;
  margin-left: 8px;
}

.info-popup-container .info-popup .info-popup-inner .description p,
.info-popup-container .info-popup .info-popup-inner .description li,
.info-popup-container .info-popup .info-popup-inner .description a {
  color: #15393F;
  font-size: 14px;
  line-height: 1.85;
}

.info-popup-container .show-info-popup {
  display: inline-block;
  width: 17px;
  height: 17px;
  -webkit-mask-size: 17px 17px;
  mask-size: 17px 17px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-info.svg);
  mask-image: url(../../resources/images/svg/icon-info.svg);
  background-color: #8A9C9F;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.info-popup-container .show-info-popup.active {
  background-color: #15393F;
}

.sticky-add-to-cart {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 5;
  width: 1400px;
  max-width: 100vw;
  background-color: #E7EFD7;
  border: 1px solid #689053;
  border-bottom: none;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 17px 20px 21px 20px;
  -webkit-transform: translateX(-50%) translateY(110%);
  transform: translateX(-50%) translateY(110%);
  transition: all 0.3s ease-in-out;
}

.sticky-add-to-cart.active {
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

.sticky-add-to-cart .inner-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}

.sticky-add-to-cart .inner-wrapper .left-part {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}

.sticky-add-to-cart .inner-wrapper .product-title {
  position: relative;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  padding-top: 4px;
  padding-left: 54px;
  font-family: "Coustard", serif;
}

.sticky-add-to-cart .inner-wrapper .product-title .product-title-icon {
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.sticky-add-to-cart .inner-wrapper .image-wrapper {
  max-height: 87px;
  margin: -17px 0 -21px;
}

.sticky-add-to-cart .inner-wrapper .short-description {
  color: #15393F;
  font-family: "Coustard", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding-top: 4px;
}

@media (max-width: 767.9px) {
  .sticky-add-to-cart .inner-wrapper .short-description {
    display: none;
  }
}

.sticky-add-to-cart .custom-cart {
  width: auto !important;
}

.sticky-add-to-cart .custom-cart .qty-wrapper {
  width: 100px;
  background-color: #fff;
  border-color: #fff;
  padding: 9px 19px;
}

.sticky-add-to-cart .custom-cart .price {
  margin: 0;
}

.sticky-add-to-cart .custom-cart .price .woocommerce-price-suffix {
  display: none;
}

.sticky-add-to-cart .custom-cart .price span {
  color: #15393F;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.sticky-add-to-cart .custom-cart .price-label {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.sticky-add-to-cart .custom-cart .single_add_to_cart_button {
  padding: 12px 23px;
}

.sticky-add-to-cart .added_to_cart {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.woocommerce-product-cleanse-section {
  width: 100%;
}

.woocommerce-product-cleanse-section .cleanse-section-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}

.woocommerce-product-cleanse-section .cleanse-section-products .cleanse-section-product {
  border-radius: 6px;
  border: 1px solid #15393F;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  text-align: center;
  padding: 0 5px;
  text-decoration: none;
  color: #15393F;
  font-size: 14px;
  line-height: 1.4;
  height: 52px;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.woocommerce-product-cleanse-section .cleanse-section-products .cleanse-section-product span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  transition: color 0.3s ease-in-out;
}

.woocommerce-product-cleanse-section .cleanse-section-products .cleanse-section-product:hover,
.woocommerce-product-cleanse-section .cleanse-section-products .cleanse-section-product.active,
.woocommerce-product-cleanse-section .cleanse-section-products .cleanse-section-product.current {
  background-color: #15393F;
  color: #fff;
}

.woocommerce-product-cleanse-section .cleanse-section-text {
  margin-bottom: 13px;
}

.woocommerce-product-cleanse-section .cleanse-section-text span {
  color: #15393F;
  font-size: 14px;
  line-height: 2.7;
  opacity: 0.6;
}

.review-item-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #DCE1E2;
  border-radius: 10px;
  padding: 25px 40px 18px;
}

.review-item-block .block-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.review-item-block .block-header .score {
  margin-right: -15px;
}

.review-item-block .block-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
}

.review-item-block .score {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 54px;
  height: 54px;
  background-color: #C8DF92;
  border-radius: 50%;
  color: #15393F;
  font-family: "Syne", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

.review-item-block .block-content {
  margin-bottom: 30px;
  padding-right: 25px;
}

.review-item-block .block-content p,
.review-item-block .block-content li {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

.review-item-block .block-footer {
  border-top: 1px solid #DCE1E2;
  color: #15393F;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.28;
  padding-top: 15px;
}

.loop-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.loop-product .link-overlap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.loop-product .thumbnails-wrapper {
  position: relative;
  height: 360px;
}

@media (max-width: 767.9px) {
  .loop-product .thumbnails-wrapper {
    height: 200px;
  }
}

.loop-product .thumbnails-wrapper .hover-state {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.loop-product .thumbnails-wrapper .dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  position: absolute;
  left: 0;
  z-index: 3;
  width: 100%;
  bottom: 29px;
  transition: all 0.3s ease-in-out;
}

.loop-product .thumbnails-wrapper .dots::before,
.loop-product .thumbnails-wrapper .dots::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #15393F;
  border-radius: 50%;
}

.loop-product .thumbnails-wrapper .dots::after {
  background-color: #CDD1C3;
}

.loop-product .thumbnails-wrapper img,
.loop-product .thumbnails-wrapper video {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 360px;
}

@media (max-width: 767.9px) {
  .loop-product .thumbnails-wrapper img,
  .loop-product .thumbnails-wrapper video {
    height: 200px;
  }
}

.loop-product .thumbnails-wrapper:hover .hover-state,
.loop-product .thumbnails-wrapper:focus .hover-state,
.loop-product .thumbnails-wrapper:active .hover-state {
  opacity: 1;
}

.loop-product .thumbnails-wrapper:hover .dots,
.loop-product .thumbnails-wrapper:focus .dots,
.loop-product .thumbnails-wrapper:active .dots {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.loop-product .product-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 26px;
  position: relative;
  height: calc(100% - 360px);
}

@media (max-width: 767.9px) {
  .loop-product .product-content {
    height: calc(100% - 200px);
  }
}

.loop-product .product-title {
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 9px;
}

@media (max-width: 767.9px) {
  .loop-product .product-title {
    font-size: 18px;
    line-height: 1.3;
  }
}

.loop-product .ingredients {
  color: #73888C;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  margin-bottom: 23px;
}

@media (max-width: 767.9px) {
  .loop-product .ingredients {
    font-size: 12px;
    line-height: 1.66;
    margin-bottom: 9px;
  }
}

.loop-product .cleanse-connection {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
}

@media (max-width: 767.9px) {
  .loop-product .cleanse-connection {
    grid-template-columns: repeat(1, 1fr);
  }
}

.loop-product .cleanse-connection .cleanse-relation {
  border-radius: 6px;
  border: 1px solid #15393F;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  text-align: center;
  padding: 0 5px;
  text-decoration: none;
  color: #15393F;
  font-size: 14px;
  line-height: 1.4;
  height: 52px;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.loop-product .cleanse-connection .cleanse-relation span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  transition: color 0.3s ease-in-out;
}

.loop-product .cleanse-connection .cleanse-relation:hover,
.loop-product .cleanse-connection .cleanse-relation.active,
.loop-product .cleanse-connection .cleanse-relation.current {
  background-color: #15393F;
  color: #fff;
}

.loop-product .cleanse-connection .cleanse-relation {
  height: 44px;
}

.loop-product .block-footer {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}

@media (max-width: 767.9px) {
  .loop-product .block-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.loop-product .price {
  margin-right: 7px;
}

@media (max-width: 767.9px) {
  .loop-product .price {
    -ms-flex-order: 2;
    order: 2;
    width: calc(100% - 80px);
  }
}

@media (max-width: 767.9px) {
  .loop-product .price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.loop-product .price span {
  color: #15393F;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 767.9px) {
  .loop-product .price span {
    font-size: 14px;
  }
}

.loop-product .price .price-label {
  display: none;
}

.loop-product .link-wrapper {
  margin-top: 3px;
  margin-right: 5px;
}

@media (max-width: 767.9px) {
  .loop-product .link-wrapper {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 9px;
  }
}

.loop-product .product-link {
  color: #15393F;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  text-decoration: underline;
}

@media (max-width: 767.9px) {
  .loop-product .product-link {
    font-size: 12px;
  }
}

.loop-product .single_add_to_cart_button {
  position: relative;
  z-index: 11;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  padding: 14px 16px;
}

.loop-product .single_add_to_cart_button .btn-inner-wrapper {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 3px;
}

.loop-product .single_add_to_cart_button.loading .btn-inner-wrapper::before {
  -webkit-animation: move-bottle-reverse 0.3s ease-in-out 0.2s 1 forwards, shake-bottle 0.7s ease-in-out 0.5s infinite forwards;
  animation: move-bottle-reverse 0.3s ease-in-out 0.2s 1 forwards, shake-bottle 0.7s ease-in-out 0.5s infinite forwards;
}

.loop-product .single_add_to_cart_button .text {
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
}

.loop-product .single_add_to_cart_button .text::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-mask-size: 15px 15px;
  mask-size: 15px 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-plus.svg);
  mask-image: url(../../resources/images/svg/icon-plus.svg);
  background-color: #15393F;
}

.loop-product .single_add_to_cart_button.added .text::before {
  width: 15px;
  height: 15px;
  -webkit-mask-size: 15px 15px;
  mask-size: 15px 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-check-green.svg);
  mask-image: url(../../resources/images/svg/icon-check-green.svg);
}

@media (max-width: 767.9px) {
  .loop-product .single_add_to_cart_button {
    -ms-flex-order: 3;
    order: 3;
    width: 65px;
  }
}

.loop-product .added_to_cart {
  display: none;
}

.loop-blog-item-secondary {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  padding-right: 30px;
}

.loop-blog-item-secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #D7DE51;
  width: 26px;
  height: 21px;
  -webkit-mask-size: 26px 21px;
  mask-size: 26px 21px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
}

.loop-blog-item-secondary .thumbnail-wrapper-column {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.loop-blog-item-secondary .thumbnail-wrapper {
  position: relative;
  width: 100px;
  border-radius: 20px;
  padding-bottom: 100%;
  overflow: hidden;
}

.loop-blog-item-secondary .thumbnail-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.loop-blog-item-secondary .info-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  max-width: 80%;
}

.loop-blog-item-secondary .item-date {
  color: #fff;
  opacity: 0.5;
  text-transform: lowercase;
}

.loop-blog-item-secondary .item-title {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.loop-blog-item-secondary .item-link {
  display: none;
  color: #fff;
}

.loop-blog-item-secondary .item-link::before {
  background-color: #fff;
}

.loop-blog-item-secondary .block-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.loop-blog-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-height: 100%;
}

.loop-blog-item .thumbnail-wrapper {
  height: 360px;
  background: #D9D9D9;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.loop-blog-item .thumbnail-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.loop-blog-item .info-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: var(--info-bg-color, #E7EFD7);
  border-radius: 0 0 20px 20px;
  padding: 30px 40px 40px;
}

.loop-blog-item .info-wrapper .item-date {
  color: #15393F;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 20px;
  opacity: 0.5;
}

.loop-blog-item .info-wrapper .item-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.28;
  margin-bottom: 22px;
}

.loop-blog-item .info-wrapper .read-more-btn {
  position: relative;
  z-index: 3;
  margin-top: auto;
}

.loop-blog-item .block-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.loop-blog-item:hover img,
.loop-blog-item:focus img,
.loop-blog-item:active img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.has-arrow-cursor {
  position: relative;
}

.custom-cursor {
  position: absolute;
  top: -90px;
  left: 0;
  z-index: 20;
  pointer-events: none;
}

.custom-cursor .arrow {
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  background-color: #15393F;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  transition: all 0.4s cubic-bezier(0.75, 0, 0.25, 1);
}

.custom-cursor .arrow::after {
  content: "";
  margin: auto;
  width: 48px;
  height: 39px;
  -webkit-mask-size: 48px 39px;
  mask-size: 48px 39px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  background-color: #D7DE51;
}

.custom-cursor.not-active .arrow {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}

.custom-cursor.arrow-left .arrow::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mega-menu-container {
  position: absolute;
  padding: 40px 0 50px;
  width: 100%;
  border-radius: 0 0 20px 20px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: -1;
  border-top: 1px solid rgba(21, 57, 63, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
  --transition-delay: 50ms;
}

@media (max-width: 1439.9px) {
  .mega-menu-container {
    display: none;
  }
}

.mega-menu-container .mega-menu-wrapper {
  display: none;
}

.mega-menu-container .mega-menu-wrapper .mega-menu-menu {
  margin: 0 -20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mega-menu-container .mega-menu-wrapper .mega-menu-menu .mega-menu-item {
  position: relative;
  margin: 0 20px;
  width: 16.6666666667%;
  --duration: 400ms;
  --stagger: 100ms;
  --inner-delay: 350ms;
  --final-index: var(--index);
  --y: -90px;
  -webkit-transform: translateX(var(--y));
  transform: translateX(var(--y));
  transition: opacity 350ms linear, -webkit-transform var(--duration) cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform var(--duration) cubic-bezier(0.19, 1, 0.22, 1), opacity 350ms linear;
  transition: transform var(--duration) cubic-bezier(0.19, 1, 0.22, 1), opacity 350ms linear, -webkit-transform var(--duration) cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.mega-menu-container .mega-menu-wrapper .mega-menu-menu .mega-menu-item .mega-menu-image {
  border-radius: 20px;
  height: 220px;
  position: relative;
}

.mega-menu-container .mega-menu-wrapper .mega-menu-menu .mega-menu-item .mega-menu-image img,
.mega-menu-container .mega-menu-wrapper .mega-menu-menu .mega-menu-item .mega-menu-image video {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.mega-menu-container .mega-menu-wrapper .mega-menu-menu .mega-menu-item .mega-menu-image .default-state {
  transition: all 0.6s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.mega-menu-container .mega-menu-wrapper .mega-menu-menu .mega-menu-item .mega-menu-image .hover-state {
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.mega-menu-container .mega-menu-wrapper .mega-menu-menu .mega-menu-item .mega-menu-main-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mega-menu-container .mega-menu-wrapper .mega-menu-menu .mega-menu-item .mega-menu-link {
  position: relative;
  display: block;
  margin-top: 20px;
  font-family: "Coustard", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #15393F;
  text-decoration: none;
}

.mega-menu-container .mega-menu-wrapper .mega-menu-menu .mega-menu-item .mega-menu-link:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 20px;
  width: 16px;
  height: 14px;
  background-size: 16px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-right-small-blue.svg);
}

.mega-menu-container .mega-menu-wrapper .mega-menu-menu .mega-menu-item:hover .mega-menu-image:has(.hover-state) .default-state {
  opacity: 0;
  visibility: hidden;
}

.mega-menu-container .mega-menu-wrapper .mega-menu-menu .mega-menu-item:hover .mega-menu-image:has(.hover-state) .hover-state {
  opacity: 1;
  visibility: visible;
}

.mega-menu-container .mega-menu-wrapper.active-items .mega-menu-menu .mega-menu-item {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: calc(var(--final-index) * var(--stagger) + var(--inner-delay) + var(--transition-delay));
}

.mega-menu-container.active {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}

.small-cta-block.side-absolute {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991.9px) {
  .small-cta-block.side-absolute {
    display: none;
  }
}

.small-cta-block .link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  background-color: #F9E59C;
  border-radius: 80px 0 0 80px;
  padding: 10px 37px 10px 10px;
  text-decoration: none;
}

.small-cta-block .link:hover,
.small-cta-block .link:focus,
.small-cta-block .link:active {
  color: #15393F;
  text-decoration: none;
}

.small-cta-block .link:hover .text::before,
.small-cta-block .link:focus .text::before,
.small-cta-block .link:active .text::before {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}

.small-cta-block .link .image-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.small-cta-block .link .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.small-cta-block .link .text {
  position: relative;
  color: #15393F;
  font-family: "Coustard", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding-left: 22px;
}

.small-cta-block .link .text::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  height: 14px;
  -webkit-mask-size: 17px 14px;
  mask-size: 17px 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  background-color: #15393F;
  transition: all 0.3s ease-in-out;
}

.filter-button-select {
  background-color: #fff;
  background-image: url(../../resources/images/svg/icon-select-arrow-blue.svg);
  background-position: calc(100% - 27px) 50%;
  background-repeat: no-repeat;
  background-size: 12px 7px;
  border: 1px solid #15393F;
  border-radius: 80px;
  color: #15393F;
  font-family: "Coustard", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 19px 60px 19px 28px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.pagination-row:not(:has(.page-numbers)) {
  display: none;
}

@media (max-width: 991.9px) {
  .pagination-wrapper.pagination-row {
    display: none;
  }
}

.pagination-wrapper ul.page-numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  list-style-type: none;
  margin: 100px 0 0;
  padding: 0;
}

@media (max-width: 991.9px) {
  .pagination-wrapper ul.page-numbers {
    margin: 50px 0 0;
  }
}

.pagination-wrapper ul.page-numbers li .page-numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #15393F;
  border-radius: 50%;
  color: #15393F;
  font-size: 18px;
  line-height: 1.16;
  transition: all 0.3s ease-in-out;
}

.pagination-wrapper ul.page-numbers li .page-numbers .arrow-list-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: auto;
}

.pagination-wrapper ul.page-numbers li .page-numbers .arrow-list-icon:after {
  content: "";
  margin: auto;
}

.pagination-wrapper ul.page-numbers li .page-numbers.next:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.pagination-wrapper ul.page-numbers li .page-numbers.next .arrow-list-icon::after {
  width: 16px;
  height: 14px;
  background-size: 16px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-pagination-arrow-right.svg);
}

.pagination-wrapper ul.page-numbers li .page-numbers.prev:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.pagination-wrapper ul.page-numbers li .page-numbers.prev .arrow-list-icon::after {
  width: 16px;
  height: 14px;
  background-size: 16px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-pagination-arrow-left.svg);
}

.pagination-wrapper ul.page-numbers li .current {
  background-color: #15393F;
  color: #fff;
  text-decoration: none;
}

.pagination-wrapper ul.page-numbers li a {
  text-decoration: none;
}

.pagination-wrapper ul.page-numbers li a:hover,
.pagination-wrapper ul.page-numbers li a:focus,
.pagination-wrapper ul.page-numbers li a:active {
  text-decoration: none;
}

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  height: 100%;
  background-color: rgba(104, 144, 83, 0.15);
  text-align: center;
}

.preloader .preloader-zenith {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border-radius: 50%;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  box-shadow: 3px 3px 1px #15393F;
  -webkit-animation: cssload-spin 690ms infinite linear;
  animation: cssload-spin 690ms infinite linear;
}

@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes shareFadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes shareFadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.share-block {
  position: relative;
}

.share-block {
  margin-bottom: 60px;
}

.share-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s ease-in;
}

.share-block.active {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.share-block.active::before {
  opacity: 1;
}

.share-block.active .share-block-inner-container {
  position: relative;
  z-index: 2;
  margin: auto;
}

.share-block.active .share-part {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation: shareFadeInBottom 0.4s ease-in-out 0.1s 1 forwards;
  animation: shareFadeInBottom 0.4s ease-in-out 0.1s 1 forwards;
}

.share-block.active .share-part .share-close {
  position: absolute;
  top: 27px;
  right: 31px;
  width: 16px;
  height: 16px;
  -webkit-mask-size: 16px 16px;
  mask-size: 16px 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-cross.svg);
  mask-image: url(../../resources/images/svg/icon-cross.svg);
  background-color: #15393F;
}

.share-block .share-part {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  background-color: #C8DF92;
  border-radius: 20px;
  padding: 40px 20px;
}

@media (max-width: 767.9px) {
  .share-block .share-part {
    -ms-flex-align: center;
    align-items: center;
  }
}

.share-block .share-part .share-block-title {
  margin-bottom: 17px;
}

.share-block .social-share {
  position: relative;
  z-index: 1;
}

.social-share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.social-share__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 1px solid #689053;
  border-radius: 50%;
  color: #15393F;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.social-share__icon {
  display: -ms-flexbox;
  display: flex;
  width: 24px;
}

.social-share__icon.is--success {
  position: absolute;
}

/* Clipboard Success Icon */

[data-social-share-type=clipboard] .social-share__icon {
  transition: -webkit-transform 0.4s cubic-bezier(0.625, 0.05, 0, 1);
  transition: transform 0.4s cubic-bezier(0.625, 0.05, 0, 1);
  transition: transform 0.4s cubic-bezier(0.625, 0.05, 0, 1), -webkit-transform 0.4s cubic-bezier(0.625, 0.05, 0, 1);
  -webkit-transform: translateY(0%) rotate(0.001deg);
  transform: translateY(0%) rotate(0.001deg);
}

[data-social-share-type=clipboard] .social-share__icon.is--success {
  color: #009E3B;
  -webkit-transform: translateY(200%) rotate(0.001deg);
  transform: translateY(200%) rotate(0.001deg);
}

[data-social-share-type=clipboard][data-social-share-success] .social-share__icon {
  -webkit-transform: translateY(-200%) rotate(0.001deg);
  transform: translateY(-200%) rotate(0.001deg);
}

[data-social-share-type=clipboard][data-social-share-success] .social-share__icon.is--success {
  -webkit-transform: translateY(0%) rotate(0.001deg);
  transform: translateY(0%) rotate(0.001deg);
}

/* Optional hover styling */

[data-social-share-type] {
  transition: all 0.4s cubic-bezier(0.625, 0.05, 0, 1);
  -webkit-transform: scale(1) rotate(0.001deg);
  transform: scale(1) rotate(0.001deg);
}

[data-social-share]:has([data-social-share-type]:hover) [data-social-share-type] {
  -webkit-transform: scale(0.9) rotate(0.001deg);
  transform: scale(0.9) rotate(0.001deg);
}

[data-social-share]:has([data-social-share-type]:hover) [data-social-share-type]:hover {
  -webkit-transform: scale(1.1) rotate(0.001deg);
  transform: scale(1.1) rotate(0.001deg);
}

/* Optional color styling */

.related-products {
  margin-top: 35px;
}

.related-products h2,
.related-products .h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
}

.related-products .related-products-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 767.9px) {
  .related-products .related-products-wrapper {
    grid-template-columns: 1fr;
  }
}

.bordered-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.bordered-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bordered-list li {
  border-top: 1px solid #DCE2E2;
  color: #15393F;
  font-size: 14px;
  line-height: 2;
  padding: 14px 0;
}

.usp-list-check {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.usp-list-check {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.usp-list-check li {
  position: relative;
  color: #15393F;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  padding: 18px 0 18px 47px;
}

.usp-list-check li + li {
  border-top: 1px solid #DCE1E2;
}

.usp-list-check li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-check-usp.svg);
}

.product-taxonomies-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.product-taxonomies-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.product-taxonomies-wrapper:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0.6;
  background: #000;
}

.product-taxonomies-wrapper .product-taxonomies {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
  padding: 25px 35px 50px;
  background: #fff;
  overflow: scroll;
}

.product-taxonomies-wrapper .product-taxonomies .product-taxonomies-title-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(21, 57, 63, 0.15);
}

.product-taxonomies-wrapper .product-taxonomies .product-taxonomies-title-wrapper h2,
.product-taxonomies-wrapper .product-taxonomies .product-taxonomies-title-wrapper .h2 {
  font-size: 24px;
  line-height: 1;
  margin: 0;
}

.product-taxonomies-wrapper .product-taxonomies .product-taxonomies-title-wrapper .remove-all-filters {
  display: block;
  color: #15393F;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
  cursor: pointer;
  padding-right: 40px;
}

.product-taxonomies-wrapper .product-taxonomies .product-taxonomies-title-wrapper .close-filters {
  position: absolute;
  right: 0;
  top: 4px;
  display: block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-cross.svg);
  cursor: pointer;
}

.product-taxonomies-wrapper .product-taxonomies .taxonomies-wrapper {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
}

.product-taxonomies-wrapper .product-taxonomies .taxonomies-wrapper .checkbox-filters .filter-name .name-wrapper {
  position: relative;
  padding-right: 15px;
  cursor: pointer;
}

.product-taxonomies-wrapper .product-taxonomies .taxonomies-wrapper .checkbox-filters .filter-name .name-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 12px;
  height: 7px;
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-up.svg);
}

.product-taxonomies-wrapper .product-taxonomies .taxonomies-wrapper .checkbox-filters .filter-name .name-wrapper.open:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.product-taxonomies-wrapper .product-taxonomies .taxonomies-wrapper .checkbox-filters .filter-name .name-wrapper .filter-name-title {
  color: #15393F;
  font-family: "Coustard", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}

.product-taxonomies-wrapper .product-taxonomies .taxonomies-wrapper .checkbox-filters .filter-name .search-wrapper {
  margin: 15px 0;
}

.product-taxonomies-wrapper .product-taxonomies .taxonomies-wrapper .checkbox-filters .filter-name .search-wrapper input {
  padding: 15px 20px;
  width: 100%;
  border-radius: 80px;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.product-taxonomies-wrapper .product-taxonomies .taxonomies-wrapper .checkbox-filters .filter-name .search-wrapper input:focus {
  outline: none;
}

.product-taxonomies-wrapper .product-taxonomies .taxonomies-wrapper .checkbox-filters .filter-name .filter-list {
  margin-top: 20px;
}

.product-taxonomies-wrapper .product-taxonomies .taxonomies-wrapper .checkbox-filters .filter-name .filter-list.ajax-ingredients-filter {
  position: relative;
}

.product-taxonomies-wrapper .product-taxonomies .taxonomies-wrapper .checkbox-filters .filter-name .filter-list .filter-wrap {
  margin-bottom: 15px;
}

.product-taxonomies-wrapper .product-taxonomies .taxonomies-wrapper .checkbox-filters .filter-name .filter-list .filter-wrap:last-child {
  margin-bottom: 0;
}

.product-taxonomies-wrapper .product-taxonomies .taxonomies-wrapper .checkbox-filters .filter-name .filter-list .filter-wrap .checkbox-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}

.product-taxonomies-wrapper .product-taxonomies .taxonomies-wrapper .checkbox-filters .filter-name .filter-list .filter-wrap .checkbox-wrapper .filter-checkbox {
  display: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.product-taxonomies-wrapper .product-taxonomies .taxonomies-wrapper .checkbox-filters .filter-name .filter-list .filter-wrap .checkbox-wrapper .filter-checkbox:checked + .checkbox {
  border-color: #689053;
  background-color: #689053;
}

.product-taxonomies-wrapper .product-taxonomies .taxonomies-wrapper .checkbox-filters .filter-name .filter-list .filter-wrap .checkbox-wrapper .filter-checkbox:checked + .checkbox:after {
  opacity: 1;
  visibility: visible;
}

.product-taxonomies-wrapper .product-taxonomies .taxonomies-wrapper .checkbox-filters .filter-name .filter-list .filter-wrap .checkbox-wrapper .filter-checkbox:disabled + .checkbox {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
}

.product-taxonomies-wrapper .product-taxonomies .taxonomies-wrapper .checkbox-filters .filter-name .filter-list .filter-wrap .checkbox-wrapper .filter-checkbox:disabled + .checkbox + .text {
  color: #979797;
}

.product-taxonomies-wrapper .product-taxonomies .taxonomies-wrapper .checkbox-filters .filter-name .filter-list .filter-wrap .checkbox-wrapper .checkbox {
  position: relative;
  display: block;
  border-radius: 2px;
  border: 1px solid #15393F;
  background: #FFF;
  width: 18px;
  height: 18px;
  transition: all 0.3s ease-in-out;
}

.product-taxonomies-wrapper .product-taxonomies .taxonomies-wrapper .checkbox-filters .filter-name .filter-list .filter-wrap .checkbox-wrapper .checkbox:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background-size: 14px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-check-white.svg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.product-taxonomies-wrapper .product-taxonomies .taxonomies-wrapper .checkbox-filters .filter-name .filter-list .filter-wrap .checkbox-wrapper .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.product-taxonomies-wrapper .product-taxonomies .taxonomies-wrapper .checkbox-filters .filter-name .filter-list .show-more-cats {
  cursor: pointer;
  color: #458DC8;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-top: 25px;
}

body.admin-bar .product-taxonomies-wrapper .product-taxonomies {
  top: 32px;
}

.favorites-slider-container {
  padding: 15px 0 20px;
  border-bottom: 1px dashed rgba(21, 57, 63, 0.15);
}

.favorites-slider-container .favorites-slider-content {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.favorites-slider-container .favorites-slider-content p,
.favorites-slider-container .favorites-slider-content a {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.favorites-slider-container .favorites-slider-content p {
  font-weight: 500;
}

.favorites-slider-container .favorites-slider-content a {
  color: #15393F;
  font-weight: 400;
}

.favorites-slider-container .favorites-slider {
  overflow: visible;
}

.favorites-slider-container .favorites-slider .swiper-wrapper {
  overflow: visible;
}

.favorites-slider-container .favorites-slider .swiper-slide .favorite-product {
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 50px 1fr 60px 70px;
  border-radius: 6px;
  border: 1px solid rgba(21, 57, 63, 0.15);
  padding: 15px 10px;
}

.favorites-slider-container .favorites-slider .swiper-slide .favorite-product .product-image {
  height: 50px;
  width: 50px;
  border-radius: 10px;
}

.favorites-slider-container .favorites-slider .swiper-slide .favorite-product .product-image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.favorites-slider-container .favorites-slider .swiper-slide .favorite-product .product-title {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  color: #15393F;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.6;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.favorites-slider-container .favorites-slider .swiper-slide .favorite-product .product-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-info.svg);
}

.favorites-slider-container .favorites-slider .swiper-slide .favorite-product .product-price span {
  line-height: normal;
}

.favorites-slider-container .favorites-slider .swiper-slide .favorite-product .single_add_to_cart_button {
  position: relative;
  z-index: 11;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  padding: 14px 16px;
}

.favorites-slider-container .favorites-slider .swiper-slide .favorite-product .single_add_to_cart_button .btn-inner-wrapper {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 3px;
}

.favorites-slider-container .favorites-slider .swiper-slide .favorite-product .single_add_to_cart_button.loading .btn-inner-wrapper::before {
  -webkit-animation: move-bottle-reverse 0.3s ease-in-out 0.2s 1 forwards, shake-bottle 0.7s ease-in-out 0.5s infinite forwards;
  animation: move-bottle-reverse 0.3s ease-in-out 0.2s 1 forwards, shake-bottle 0.7s ease-in-out 0.5s infinite forwards;
}

.favorites-slider-container .favorites-slider .swiper-slide .favorite-product .single_add_to_cart_button .text {
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
}

.favorites-slider-container .favorites-slider .swiper-slide .favorite-product .single_add_to_cart_button .text::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-mask-size: 15px 15px;
  mask-size: 15px 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-plus.svg);
  mask-image: url(../../resources/images/svg/icon-plus.svg);
  background-color: #15393F;
}

.favorites-slider-container .favorites-slider .swiper-slide .favorite-product .single_add_to_cart_button.added .text::before {
  width: 15px;
  height: 15px;
  -webkit-mask-size: 15px 15px;
  mask-size: 15px 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-check-green.svg);
  mask-image: url(../../resources/images/svg/icon-check-green.svg);
}

@media (max-width: 767.9px) {
  .favorites-slider-container .favorites-slider .swiper-slide .favorite-product .single_add_to_cart_button {
    -ms-flex-order: 3;
    order: 3;
    width: 65px;
  }
}

.favorites-slider-container .favorites-slider .swiper-slide .favorite-product .added_to_cart {
  display: none;
}

.favorites-slider-container .favorites-slider .swiper-pagination {
  position: relative;
  top: unset;
  bottom: unset;
}

.favorites-slider-container .favorites-slider .swiper-pagination .swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 1;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.favorites-slider-container .favorites-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #15393F;
}

body.menu-open {
  overflow: hidden !important;
}

.mobile-menu-container {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: var(--header-offset);
  height: calc(100vh - var(--header-offset));
  background-color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu-container .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  gap: 10px;
}

.mobile-menu-container .mobile-menu-wrapper {
  padding-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  gap: 10px;
}

.mobile-menu-container .mobile-menu-wrapper .mobile-search-input {
  margin-bottom: 30px;
  position: relative;
}

.mobile-menu-container .mobile-menu-wrapper .mobile-search-input label {
  width: 100%;
}

.mobile-menu-container .mobile-menu-wrapper .mobile-search-input .search-field {
  width: 100%;
  border-radius: 80px;
  background: rgba(0, 0, 0, 0.05);
  color: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  padding: 15px 40px 15px 15px;
}

.mobile-menu-container .mobile-menu-wrapper .mobile-search-input .search-field:focus {
  outline: none;
  border-color: #15393F;
}

.mobile-menu-container .mobile-menu-wrapper .mobile-search-input .search-submit {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  background-color: transparent;
  border: none;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-search.svg);
}

.mobile-menu-container .mobile-menu-wrapper .main-nav-container-mobile .mobile-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.mobile-menu-container .mobile-menu-wrapper .main-nav-container-mobile .mobile-nav .menu-item a {
  position: relative;
  display: block;
  color: #15393F;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  width: 100%;
  padding-right: 20px;
}

.mobile-menu-container .mobile-menu-wrapper .main-nav-container-mobile .mobile-nav .menu-item a:not(.info-bar-link):after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  background-size: 16px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-arrow-right-green.svg);
  padding: 8px;
}

.mobile-menu-container .mobile-menu-wrapper .main-nav-container-mobile .mobile-nav .menu-item .info-bar-content {
  display: none;
}

.mobile-menu-container .mobile-menu-wrapper .main-nav-container-mobile .mobile-nav .menu-item.has-mega-menu .mega-menu-wrapper {
  display: none;
}

.mobile-menu-container .mobile-menu-bottom .mobile-login-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mobile-menu-container .mobile-menu-bottom .mobile-login-boxes.logged-in {
  grid-template-columns: 1fr;
}

.mobile-menu-container .mobile-menu-bottom .mobile-login-boxes .login-box {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid rgba(21, 57, 63, 0.15);
  display: grid;
  place-content: center;
}

.mobile-menu-container .mobile-menu-bottom .mobile-login-boxes .login-box:first-of-type {
  border-right: 1px solid rgba(21, 57, 63, 0.15);
}

.mobile-menu-container .mobile-menu-bottom .mobile-login-boxes .login-box a {
  position: relative;
  color: #15393F;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding-left: 30px;
}

.mobile-menu-container .mobile-menu-bottom .mobile-login-boxes .login-box a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-menu-container .mobile-menu-bottom .mobile-login-boxes .login-box a.login:before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-login-menu.svg);
}

.mobile-menu-container .mobile-menu-bottom .mobile-login-boxes .login-box a.register:before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-register-menu.svg);
}

.mobile-menu-container .mobile-menu-bottom .mobile-login-boxes .login-box a.logged-in {
  padding-left: 35px;
}

.mobile-menu-container .mobile-menu-bottom .mobile-login-boxes .login-box a.logged-in::before {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/el-hello-title.svg);
}

.mobile-menu-container .mobile-menu-bottom .header-cta-block {
  display: grid;
  grid-template-columns: 125px 1fr;
}

.mobile-menu-container .mobile-menu-bottom .header-cta-block .header-cta-image {
  height: 108px;
}

.mobile-menu-container .mobile-menu-bottom .header-cta-block .header-cta-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mobile-menu-container .mobile-menu-bottom .header-cta-block .header-cta-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px 0 20px;
  background-color: #D7DE51;
}

.mobile-menu-container .mobile-menu-bottom .header-cta-block .header-cta-content a {
  position: relative;
  color: #15393F;
  font-family: "Coustard", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  width: 100%;
}

.mobile-menu-container .mobile-menu-bottom .header-cta-block .header-cta-content a:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  background-size: 16px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-arrow-right-dark-green.svg);
  padding: 8px;
}

@media (max-width: 1439.9px) {
  .wpml-switcher.desktop {
    display: none;
  }
}

.wpml-switcher.desktop .wpml-ls-legacy-dropdown {
  width: auto;
  overflow: visible;
}

.wpml-switcher.desktop .wpml-ls-legacy-dropdown ul li:hover a {
  background: none;
}

.wpml-switcher.desktop .wpml-ls-legacy-dropdown ul li a {
  border: none;
  color: #15393F;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  padding: 10px 20px 10px 0;
}

.wpml-switcher.desktop .wpml-ls-legacy-dropdown ul li a span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.wpml-switcher.desktop .wpml-ls-legacy-dropdown ul li a:after {
  border: none;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: unset;
  width: 12px;
  height: 7px;
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-down-blue.svg);
}

.wpml-switcher.desktop .wpml-ls-legacy-dropdown ul li a:hover,
.wpml-switcher.desktop .wpml-ls-legacy-dropdown ul li a:focus {
  background: none;
}

.wpml-switcher.desktop .wpml-ls-legacy-dropdown ul .wpml-ls-sub-menu {
  background: #fff;
  border-radius: 0 0 20px 20px;
  transition: all 0.3s ease-in-out;
  border: none;
  padding: 10px;
  left: 0;
  right: 0;
  min-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.wpml-switcher.desktop .wpml-ls-legacy-dropdown ul .wpml-ls-sub-menu li {
  overflow: visible;
}

.wpml-switcher.desktop .wpml-ls-legacy-dropdown ul .wpml-ls-sub-menu li a {
  padding: 15px 0;
}

.wpml-switcher.mobile {
  padding: 20px 0;
  border-top: 1px solid rgba(21, 57, 63, 0.15);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wpml-switcher.mobile .wpml-ls-legacy-dropdown {
  overflow: visible;
}

.wpml-switcher.mobile .wpml-ls-legacy-dropdown ul li:hover a {
  background: none;
}

.wpml-switcher.mobile .wpml-ls-legacy-dropdown ul li a {
  border: none;
  color: #15393F;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 0 15px;
  text-align: center;
}

.wpml-switcher.mobile .wpml-ls-legacy-dropdown ul li a span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.wpml-switcher.mobile .wpml-ls-legacy-dropdown ul li a:after {
  content: none;
}

.wpml-switcher.mobile .wpml-ls-legacy-dropdown ul li a:after:hover,
.wpml-switcher.mobile .wpml-ls-legacy-dropdown ul li a:after:focus {
  background: none;
}

.wpml-switcher.mobile .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu {
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(21, 57, 63, 0.15);
  transition: all 0.3s ease-in-out;
  padding: 10px;
  left: 0;
  right: 0;
  min-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.affwp-form fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 991.9px) {
  .affwp-form fieldset {
    grid-template-columns: 1fr;
  }
}

.affwp-form fieldset legend {
  font-size: 20px;
  line-height: 1.4;
  font-family: "Coustard", serif;
  text-align: center;
}

.affwp-form fieldset p {
  margin: 0;
}

.affwp-form fieldset p input,
.affwp-form fieldset p textarea {
  border-radius: 10px;
  border: 1px solid rgba(21, 57, 63, 0.15);
  background: #FFF;
  color: #15393F;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  padding: 12px;
  box-shadow: none;
  width: 100%;
}

.affwp-form fieldset p input::-webkit-input-placeholder,
.affwp-form fieldset p textarea::-webkit-input-placeholder {
  opacity: 0.5;
}

.affwp-form fieldset p input::-moz-placeholder,
.affwp-form fieldset p textarea::-moz-placeholder {
  opacity: 0.5;
}

.affwp-form fieldset p input:-ms-input-placeholder,
.affwp-form fieldset p textarea:-ms-input-placeholder {
  opacity: 0.5;
}

.affwp-form fieldset p input::-ms-input-placeholder,
.affwp-form fieldset p textarea::-ms-input-placeholder {
  opacity: 0.5;
}

.affwp-form fieldset p input::placeholder,
.affwp-form fieldset p textarea::placeholder {
  opacity: 0.5;
}

.affwp-form fieldset p input:focus,
.affwp-form fieldset p textarea:focus {
  outline: none;
  box-shadow: none;
}

.affwp-form fieldset p:has(input[type=hidden]) {
  display: none;
}

.affwp-form fieldset input[type=submit] {
  display: inline-block;
  border: none;
  border-radius: 80px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 13px 19px;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.affwp-form fieldset input[type=submit] {
  background-color: #689053;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.affwp-form fieldset input[type=submit]:hover {
  background-color: #15393F;
  color: #fff;
}

.header-top-part {
  background-color: #E7EFD7;
  padding: 19px 0;
}

@media (max-width: 991.9px) {
  .header-top-part {
    padding: 0;
  }
}

.header-main-part {
  position: relative;
  border-bottom: 1px solid #DCE2E2;
  background-color: #fff;
}

.header-main-part .header-main-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 82px;
}

@media (max-width: 991.9px) {
  .header-main-part .header-main-inner {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header-main-part .header-main-inner .ham-icon-wrapper {
  display: none;
  min-height: 20px;
}

@media (max-width: 991.9px) {
  .header-main-part .header-main-inner .ham-icon-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header-main-part .header-main-inner .ham-icon-wrapper a {
  position: relative;
  color: #15393F;
  text-decoration: none;
  font-size: 15px;
  line-height: normal;
  padding-left: 30px;
}

.header-main-part .header-main-inner .ham-icon-wrapper a:before,
.header-main-part .header-main-inner .ham-icon-wrapper a:after {
  content: "";
  display: block;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-main-part .header-main-inner .ham-icon-wrapper a:before {
  width: 24px;
  height: 12px;
  background-size: 24px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-hamburger.svg);
  visibility: visible;
  opacity: 1;
}

.header-main-part .header-main-inner .ham-icon-wrapper a:after {
  width: 19px;
  height: 19px;
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-hamburger-close.svg);
  visibility: hidden;
  opacity: 0;
}

.header-main-part .header-main-inner .ham-icon-wrapper.open a:before {
  visibility: hidden;
  opacity: 0;
}

.header-main-part .header-main-inner .ham-icon-wrapper.open a:after {
  visibility: visible;
  opacity: 1;
}

.header-main-part .header-main-inner .logo {
  margin-bottom: 10px;
  margin-right: 47px;
}

@media (max-width: 1439.9px) {
  .header-main-part .header-main-inner .logo {
    margin-right: 20px;
  }
}

@media (max-width: 991.9px) {
  .header-main-part .header-main-inner .logo {
    width: 80px;
    height: 30px;
    margin: 0;
  }
}

@media (max-width: 991.9px) {
  .header-main-part .header-main-inner .main-nav-container {
    display: none;
  }
}

.header-main-part .header-main-inner .right-part {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 22px;
  margin-left: auto;
}

@media (max-width: 1439.9px) {
  .header-main-part .header-main-inner .right-part {
    gap: 12px;
  }
}

@media (max-width: 991.9px) {
  .header-main-part .header-main-inner .right-part {
    margin: 0;
    gap: 14px;
  }
}

.main-header.headroom {
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.main-header.headroom .header-top-part {
  visibility: visible;
  opacity: 1;
  max-height: 100px;
  transition: all 0.3s ease-in-out;
}

.main-header.headroom.headroom--unpinned:not(.mobile-open) {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.main-header.headroom.headroom--not-top .header-top-part {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  padding: 0;
}

body.admin-bar .main-header.headroom {
  top: 32px;
}

@media (max-width: 767.9px) {
  body.admin-bar .main-header.headroom {
    top: 46px;
  }
}

body .footer-newsletter .gform_wrapper.gravity-theme {
  position: relative;
}

body .footer-newsletter .gform_wrapper.gravity-theme .gform_fields {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

body .footer-newsletter .gform_wrapper.gravity-theme .gfield input[type=text],
body .footer-newsletter .gform_wrapper.gravity-theme .gfield input[type=email] {
  background: #6AA4D3;
  block-size: 58px;
  border: none;
  border-radius: 80px;
  color: #fff;
  font-family: "Coustard", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.25;
  padding: 18px 30px 16px;
  outline: none;
}

body .footer-newsletter .gform_wrapper.gravity-theme .gfield input[type=text]::-webkit-input-placeholder,
body .footer-newsletter .gform_wrapper.gravity-theme .gfield input[type=email]::-webkit-input-placeholder {
  color: #fff;
}

body .footer-newsletter .gform_wrapper.gravity-theme .gfield input[type=text]:-moz-placeholder,
body .footer-newsletter .gform_wrapper.gravity-theme .gfield input[type=email]:-moz-placeholder {
  color: #fff;
}

body .footer-newsletter .gform_wrapper.gravity-theme .gfield input[type=text]::-moz-placeholder,
body .footer-newsletter .gform_wrapper.gravity-theme .gfield input[type=email]::-moz-placeholder {
  color: #fff;
}

body .footer-newsletter .gform_wrapper.gravity-theme .gfield input[type=text]:-ms-input-placeholder,
body .footer-newsletter .gform_wrapper.gravity-theme .gfield input[type=email]:-ms-input-placeholder {
  color: #fff;
}

body .footer-newsletter .gform_wrapper.gravity-theme .gfield.gfield--type-submit {
  -ms-flex-align: start;
  align-items: flex-start;
}

body .footer-newsletter .gform_wrapper.gravity-theme .gform_footer,
body .footer-newsletter .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0;
  padding: 0;
}

body .footer-newsletter .gform_wrapper.gravity-theme .gform-button {
  background-color: #F9E59C;
  color: #15393F;
}

body .footer-newsletter .gform_wrapper.gravity-theme .gform-button::before {
  background-color: #15393F;
}

body .footer-newsletter .gform_wrapper.gravity-theme .gform-button.btn-outline-white {
  border: 1px solid #DC8D70;
}

body .footer-newsletter .gform_wrapper.gravity-theme .gform-button.btn-outline-dark-green {
  border: 1px solid #DC8D70;
}

body .footer-newsletter .gform_wrapper.gravity-theme .gform-button:hover,
body .footer-newsletter .gform_wrapper.gravity-theme .gform-button:focus,
body .footer-newsletter .gform_wrapper.gravity-theme .gform-button:active {
  background-color: #DC8D70;
  color: #15393F;
}

body .footer-newsletter .gform_wrapper.gravity-theme .gform-button:hover::before,
body .footer-newsletter .gform_wrapper.gravity-theme .gform-button:focus::before,
body .footer-newsletter .gform_wrapper.gravity-theme .gform-button:active::before {
  background-color: #15393F;
}

body .footer-newsletter .gform_wrapper.gravity-theme .gform-loader {
  position: absolute;
  right: 0;
  top: 100%;
}

.form-section :root {
  --color: #15393F;
}

@media (max-width: 991px) {
  .form-section .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
    grid-column: 1/-1;
  }
}

.form-section .gform_wrapper.gravity-theme .gform_heading {
  display: none;
}

.form-section .gform_wrapper.gravity-theme .spf-phone {
  display: none;
}

.form-section .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 40px;
  grid-row-gap: 26px;
}

@media (max-width: 767px) {
  .form-section .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0;
  }
}

.form-section .gform_wrapper.gravity-theme input[type=color],
.form-section .gform_wrapper.gravity-theme input[type=date],
.form-section .gform_wrapper.gravity-theme input[type=datetime-local],
.form-section .gform_wrapper.gravity-theme input[type=datetime],
.form-section .gform_wrapper.gravity-theme input[type=email],
.form-section .gform_wrapper.gravity-theme input[type=month],
.form-section .gform_wrapper.gravity-theme input[type=number],
.form-section .gform_wrapper.gravity-theme input[type=password],
.form-section .gform_wrapper.gravity-theme input[type=search],
.form-section .gform_wrapper.gravity-theme input[type=tel],
.form-section .gform_wrapper.gravity-theme input[type=text],
.form-section .gform_wrapper.gravity-theme input[type=time],
.form-section .gform_wrapper.gravity-theme input[type=url],
.form-section .gform_wrapper.gravity-theme input[type=week],
.form-section .gform_wrapper.gravity-theme select,
.form-section .gform_wrapper.gravity-theme textarea {
  border-radius: 10px;
  border: 1px solid rgba(21, 57, 63, 0.15);
  background: #FFF;
  color: var(--color);
  font-size: 16px;
  font-weight: 400;
  outline: none;
  padding: 12px;
  box-shadow: none;
  width: 100%;
}

.form-section .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder,
.form-section .gform_wrapper.gravity-theme select::-webkit-input-placeholder,
.form-section .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder {
  opacity: 0.5;
}

.form-section .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder,
.form-section .gform_wrapper.gravity-theme select::-moz-placeholder,
.form-section .gform_wrapper.gravity-theme textarea::-moz-placeholder {
  opacity: 0.5;
}

.form-section .gform_wrapper.gravity-theme input[type=color]:-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=date]:-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=datetime-local]:-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=datetime]:-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=email]:-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=month]:-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=number]:-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=password]:-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=search]:-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=tel]:-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=text]:-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=time]:-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=url]:-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=week]:-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme select:-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme textarea:-ms-input-placeholder {
  opacity: 0.5;
}

.form-section .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme select::-ms-input-placeholder,
.form-section .gform_wrapper.gravity-theme textarea::-ms-input-placeholder {
  opacity: 0.5;
}

.form-section .gform_wrapper.gravity-theme input[type=color]::placeholder,
.form-section .gform_wrapper.gravity-theme input[type=date]::placeholder,
.form-section .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder,
.form-section .gform_wrapper.gravity-theme input[type=datetime]::placeholder,
.form-section .gform_wrapper.gravity-theme input[type=email]::placeholder,
.form-section .gform_wrapper.gravity-theme input[type=month]::placeholder,
.form-section .gform_wrapper.gravity-theme input[type=number]::placeholder,
.form-section .gform_wrapper.gravity-theme input[type=password]::placeholder,
.form-section .gform_wrapper.gravity-theme input[type=search]::placeholder,
.form-section .gform_wrapper.gravity-theme input[type=tel]::placeholder,
.form-section .gform_wrapper.gravity-theme input[type=text]::placeholder,
.form-section .gform_wrapper.gravity-theme input[type=time]::placeholder,
.form-section .gform_wrapper.gravity-theme input[type=url]::placeholder,
.form-section .gform_wrapper.gravity-theme input[type=week]::placeholder,
.form-section .gform_wrapper.gravity-theme select::placeholder,
.form-section .gform_wrapper.gravity-theme textarea::placeholder {
  opacity: 0.5;
}

.form-section .gform_wrapper.gravity-theme input[type=color]:focus,
.form-section .gform_wrapper.gravity-theme input[type=date]:focus,
.form-section .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
.form-section .gform_wrapper.gravity-theme input[type=datetime]:focus,
.form-section .gform_wrapper.gravity-theme input[type=email]:focus,
.form-section .gform_wrapper.gravity-theme input[type=month]:focus,
.form-section .gform_wrapper.gravity-theme input[type=number]:focus,
.form-section .gform_wrapper.gravity-theme input[type=password]:focus,
.form-section .gform_wrapper.gravity-theme input[type=search]:focus,
.form-section .gform_wrapper.gravity-theme input[type=tel]:focus,
.form-section .gform_wrapper.gravity-theme input[type=text]:focus,
.form-section .gform_wrapper.gravity-theme input[type=time]:focus,
.form-section .gform_wrapper.gravity-theme input[type=url]:focus,
.form-section .gform_wrapper.gravity-theme input[type=week]:focus,
.form-section .gform_wrapper.gravity-theme select:focus,
.form-section .gform_wrapper.gravity-theme textarea:focus {
  outline: none;
  box-shadow: none;
}

.form-section .gform_wrapper.gravity-theme .gfield p {
  display: none;
}

.form-section .gform_wrapper.gravity-theme .gfield_required_asterisk {
  color: var(--color);
  font-size: 16px;
}

.form-section .gform_wrapper.gravity-theme .gform_footer,
.form-section .gform_wrapper.gravity-theme .gform_page_footer {
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 0;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-section .gform_wrapper.gravity-theme .gform_footer br,
.form-section .gform_wrapper.gravity-theme .gform_page_footer br {
  display: none;
}

.form-section .gform_wrapper.gravity-theme .gform_footer button,
.form-section .gform_wrapper.gravity-theme .gform_footer input[type=submit],
.form-section .gform_wrapper.gravity-theme .gform_footer input[type=button],
.form-section .gform_wrapper.gravity-theme .gform_page_footer button,
.form-section .gform_wrapper.gravity-theme .gform_page_footer input[type=submit],
.form-section .gform_wrapper.gravity-theme .gform_page_footer input[type=button] {
  background-color: #458DC8;
  color: #fff;
}

.form-section .gform_wrapper.gravity-theme .gform_footer button::before,
.form-section .gform_wrapper.gravity-theme .gform_footer input[type=submit]::before,
.form-section .gform_wrapper.gravity-theme .gform_footer input[type=button]::before,
.form-section .gform_wrapper.gravity-theme .gform_page_footer button::before,
.form-section .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]::before,
.form-section .gform_wrapper.gravity-theme .gform_page_footer input[type=button]::before {
  background-color: #fff;
}

.form-section .gform_wrapper.gravity-theme .gform_footer button.btn-outline-white,
.form-section .gform_wrapper.gravity-theme .gform_footer input[type=submit].btn-outline-white,
.form-section .gform_wrapper.gravity-theme .gform_footer input[type=button].btn-outline-white,
.form-section .gform_wrapper.gravity-theme .gform_page_footer button.btn-outline-white,
.form-section .gform_wrapper.gravity-theme .gform_page_footer input[type=submit].btn-outline-white,
.form-section .gform_wrapper.gravity-theme .gform_page_footer input[type=button].btn-outline-white {
  border: 1px solid #204F76;
}

.form-section .gform_wrapper.gravity-theme .gform_footer button.btn-outline-dark-green,
.form-section .gform_wrapper.gravity-theme .gform_footer input[type=submit].btn-outline-dark-green,
.form-section .gform_wrapper.gravity-theme .gform_footer input[type=button].btn-outline-dark-green,
.form-section .gform_wrapper.gravity-theme .gform_page_footer button.btn-outline-dark-green,
.form-section .gform_wrapper.gravity-theme .gform_page_footer input[type=submit].btn-outline-dark-green,
.form-section .gform_wrapper.gravity-theme .gform_page_footer input[type=button].btn-outline-dark-green {
  border: 1px solid #204F76;
}

.form-section .gform_wrapper.gravity-theme .gform_footer button:hover,
.form-section .gform_wrapper.gravity-theme .gform_footer button:focus,
.form-section .gform_wrapper.gravity-theme .gform_footer button:active,
.form-section .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover,
.form-section .gform_wrapper.gravity-theme .gform_footer input[type=submit]:focus,
.form-section .gform_wrapper.gravity-theme .gform_footer input[type=submit]:active,
.form-section .gform_wrapper.gravity-theme .gform_footer input[type=button]:hover,
.form-section .gform_wrapper.gravity-theme .gform_footer input[type=button]:focus,
.form-section .gform_wrapper.gravity-theme .gform_footer input[type=button]:active,
.form-section .gform_wrapper.gravity-theme .gform_page_footer button:hover,
.form-section .gform_wrapper.gravity-theme .gform_page_footer button:focus,
.form-section .gform_wrapper.gravity-theme .gform_page_footer button:active,
.form-section .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:hover,
.form-section .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:focus,
.form-section .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:active,
.form-section .gform_wrapper.gravity-theme .gform_page_footer input[type=button]:hover,
.form-section .gform_wrapper.gravity-theme .gform_page_footer input[type=button]:focus,
.form-section .gform_wrapper.gravity-theme .gform_page_footer input[type=button]:active {
  background-color: #204F76;
  color: #fff;
}

.form-section .gform_wrapper.gravity-theme .gform_footer button:hover::before,
.form-section .gform_wrapper.gravity-theme .gform_footer button:focus::before,
.form-section .gform_wrapper.gravity-theme .gform_footer button:active::before,
.form-section .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover::before,
.form-section .gform_wrapper.gravity-theme .gform_footer input[type=submit]:focus::before,
.form-section .gform_wrapper.gravity-theme .gform_footer input[type=submit]:active::before,
.form-section .gform_wrapper.gravity-theme .gform_footer input[type=button]:hover::before,
.form-section .gform_wrapper.gravity-theme .gform_footer input[type=button]:focus::before,
.form-section .gform_wrapper.gravity-theme .gform_footer input[type=button]:active::before,
.form-section .gform_wrapper.gravity-theme .gform_page_footer button:hover::before,
.form-section .gform_wrapper.gravity-theme .gform_page_footer button:focus::before,
.form-section .gform_wrapper.gravity-theme .gform_page_footer button:active::before,
.form-section .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:hover::before,
.form-section .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:focus::before,
.form-section .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:active::before,
.form-section .gform_wrapper.gravity-theme .gform_page_footer input[type=button]:hover::before,
.form-section .gform_wrapper.gravity-theme .gform_page_footer input[type=button]:focus::before,
.form-section .gform_wrapper.gravity-theme .gform_page_footer input[type=button]:active::before {
  background-color: #fff;
}

.main-footer .copyright-text {
  color: #73888C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.footer-rating-part {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 37px;
  padding-bottom: 39px;
}

.footer-rating-part .footer-rating-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
}

.footer-rating-part .footer-rating-inner .text {
  color: #15393F;
  font-family: "Syne", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.footer-newsletter-part {
  background-color: #458DC8;
}

.footer-newsletter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  position: relative;
  padding-top: 77px;
  padding-bottom: 61px;
}

.footer-newsletter::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  width: 1401px;
  height: 2px;
  background-size: 1401px 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/newsletter-border.svg);
}

.footer-newsletter .block-title {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 0;
}

.footer-newsletter .block-title::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 128px;
  height: 34px;
  background-size: 128px 34px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-arrow-newsletter-title.svg);
}

.footer-top-part {
  background-color: #458DC8;
}

.footer-top-part .footer-columns {
  padding-top: 44px;
  padding-bottom: 70px;
}

.footer-top-part .footer-column * {
  color: #fff;
}

.footer-top-part .footer-column .footer-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.66;
  margin-bottom: 17px;
}

.footer-top-part .footer-column .content-wrapper p {
  line-height: 1.5;
  margin-bottom: 20px;
}

.footer-top-part .footer-column .content-wrapper a {
  text-decoration: none;
}

.footer-top-part .footer-column .content-wrapper a:hover,
.footer-top-part .footer-column .content-wrapper a:focus {
  text-decoration: underline;
}

.footer-bottom-part {
  padding: 27px 0;
}

.footer-bottom-part .footer-bottom-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 38px;
}

.footer-bottom-part .menu-part {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px 38px;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}

.footer-bottom-part .footer-usp-icons {
  -ms-flex-order: 3;
  order: 3;
}

.footer-bottom-part .payment-options {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}

.footer-bottom-part .footer-socials {
  -ms-flex-order: 4;
  order: 4;
}

.login-page {
  padding-top: 50px;
  padding-bottom: 160px;
}

.login-page .image-wrapper {
  position: relative;
  border-radius: 40px;
  background: linear-gradient(216deg, #FFF6E7 0%, #FFEFD3 100%);
  height: 100%;
}

.login-page .image-wrapper img,
.login-page .image-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 40px;
}

.login-page .login-form-wrapper {
  border-radius: 40px;
  background: #689053;
  padding: 150px 120px;
}

@media (max-width: 1439px) {
  .login-page .login-form-wrapper {
    padding: 150px 80px;
  }
}

@media (max-width: 767px) {
  .login-page .login-form-wrapper {
    padding: 50px 20px;
  }
}

.login-page .login-form-wrapper .woocommerce-notices-wrapper .woocommerce-error li {
  color: #fff;
}

.login-page .login-form-wrapper .woocommerce-notices-wrapper .woocommerce-error li a {
  color: inherit;
}

.login-page .login-form-wrapper h1,
.login-page .login-form-wrapper .h1 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.13;
  margin-bottom: 20px;
}

.login-page .login-form-wrapper .woocommerce-form-login,
.login-page .login-form-wrapper .lost_reset_password,
.login-page .login-form-wrapper .woocommerce-form-register {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 15px;
}

.login-page .login-form-wrapper .woocommerce-form-login .form-row,
.login-page .login-form-wrapper .lost_reset_password .form-row,
.login-page .login-form-wrapper .woocommerce-form-register .form-row {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}

.login-page .login-form-wrapper .woocommerce-form-login .form-row.form-row-small,
.login-page .login-form-wrapper .lost_reset_password .form-row.form-row-small,
.login-page .login-form-wrapper .woocommerce-form-register .form-row.form-row-small {
  -ms-flex: 1 1 calc(50% - 20px);
  flex: 1 1 calc(50% - 20px);
}

@media (max-width: 991px) {
  .login-page .login-form-wrapper .woocommerce-form-login .form-row.form-row-small,
  .login-page .login-form-wrapper .lost_reset_password .form-row.form-row-small,
  .login-page .login-form-wrapper .woocommerce-form-register .form-row.form-row-small {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

.login-page .login-form-wrapper .woocommerce-form-login .form-row label,
.login-page .login-form-wrapper .lost_reset_password .form-row label,
.login-page .login-form-wrapper .woocommerce-form-register .form-row label {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.login-page .login-form-wrapper .woocommerce-form-login .form-row input,
.login-page .login-form-wrapper .lost_reset_password .form-row input,
.login-page .login-form-wrapper .woocommerce-form-register .form-row input {
  border-radius: 10px;
  height: 58px;
  border: none;
  padding: 10px;
}

.login-page .login-form-wrapper .woocommerce-form-login .form-row:has(.woocommerce-button),
.login-page .login-form-wrapper .lost_reset_password .form-row:has(.woocommerce-button),
.login-page .login-form-wrapper .woocommerce-form-register .form-row:has(.woocommerce-button) {
  -ms-flex-order: 3;
  order: 3;
}

.login-page .login-form-wrapper .woocommerce-form-login .form-row .woocommerce-button,
.login-page .login-form-wrapper .lost_reset_password .form-row .woocommerce-button,
.login-page .login-form-wrapper .woocommerce-form-register .form-row .woocommerce-button {
  border-radius: 80px;
  background: #D7DE51;
  border: none;
  color: #15393F;
  font-family: "Coustard", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.12;
  padding: 19px 0;
}

.login-page .login-form-wrapper .woocommerce-form-login .lost_password,
.login-page .login-form-wrapper .lost_reset_password .lost_password,
.login-page .login-form-wrapper .woocommerce-form-register .lost_password {
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 0;
}

.login-page .login-form-wrapper .woocommerce-form-login .lost_password a,
.login-page .login-form-wrapper .lost_reset_password .lost_password a,
.login-page .login-form-wrapper .woocommerce-form-register .lost_password a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

.login-page .login-form-wrapper .woocommerce-form-login .woocommerce-form-login__rememberme,
.login-page .login-form-wrapper .woocommerce-form-login .clear,
.login-page .login-form-wrapper .lost_reset_password .woocommerce-form-login__rememberme,
.login-page .login-form-wrapper .lost_reset_password .clear,
.login-page .login-form-wrapper .woocommerce-form-register .woocommerce-form-login__rememberme,
.login-page .login-form-wrapper .woocommerce-form-register .clear {
  display: none !important;
}

.login-page .login-form-wrapper .register-link {
  margin-top: 12px;
  text-align: center;
}

.login-page .login-form-wrapper .register-link a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.login-page.lost-password-page .login-form-wrapper {
  background: #EBC1C2;
}

.login-page.lost-password-page .login-form-wrapper h1,
.login-page.lost-password-page .login-form-wrapper .h1 {
  color: #15393F;
}

.login-page.lost-password-page .login-form-wrapper .woocommerce-form-login .form-row label,
.login-page.lost-password-page .login-form-wrapper .lost_reset_password .form-row label {
  color: #15393F;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.login-page.lost-password-page .login-form-wrapper .woocommerce-form-login .form-row .woocommerce-button,
.login-page.lost-password-page .login-form-wrapper .lost_reset_password .form-row .woocommerce-button {
  background: #471A36;
  color: #fff;
  margin-top: 15px;
}

.login-page.lost-password-page .login-form-wrapper .woocommerce-form-login .register-link,
.login-page.lost-password-page .login-form-wrapper .lost_reset_password .register-link {
  -ms-flex-order: 5;
  order: 5;
  color: #15393F;
  margin: 0 auto;
}

.login-page.lost-password-page .login-form-wrapper .woocommerce-form-login .clear,
.login-page.lost-password-page .login-form-wrapper .lost_reset_password .clear {
  display: none !important;
}

.login-page.lost-password-page .login-form-wrapper .woocommerce-form-login .reset_password_notice p,
.login-page.lost-password-page .login-form-wrapper .lost_reset_password .reset_password_notice p {
  color: #dc3545;
  margin-bottom: 0;
}

.login-page.lost-password-page .login-form-wrapper .woocommerce-form-login .reset_password_text,
.login-page.lost-password-page .login-form-wrapper .lost_reset_password .reset_password_text {
  margin-bottom: 5px;
  padding-bottom: 25px;
  border-bottom: 1px dashed rgba(21, 57, 63, 0.15);
}

.login-page.lost-password-page .login-form-wrapper .woocommerce-form-login .reset_password_text p,
.login-page.lost-password-page .login-form-wrapper .lost_reset_password .reset_password_text p {
  margin-bottom: 0;
}

.login-page.register-page .login-form-wrapper {
  background: #F9E59C;
}

.login-page.register-page .login-form-wrapper h1,
.login-page.register-page .login-form-wrapper .h1 {
  color: #15393F;
}

.login-page.register-page .login-form-wrapper .register-link a {
  color: #15393F;
}

.login-page.register-page .login-form-wrapper .woocommerce-form-login .form-row label,
.login-page.register-page .login-form-wrapper .lost_reset_password .form-row label,
.login-page.register-page .login-form-wrapper .woocommerce-form-register .form-row label {
  color: #15393F;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.login-page.register-page .login-form-wrapper .woocommerce-form-login .form-row .woocommerce-button,
.login-page.register-page .login-form-wrapper .lost_reset_password .form-row .woocommerce-button,
.login-page.register-page .login-form-wrapper .woocommerce-form-register .form-row .woocommerce-button {
  background: #DC8D70;
  color: #fff;
  margin-top: 15px;
}

.login-page.register-page .login-form-wrapper .woocommerce-form-login .register-link,
.login-page.register-page .login-form-wrapper .lost_reset_password .register-link,
.login-page.register-page .login-form-wrapper .woocommerce-form-register .register-link {
  -ms-flex-order: 5;
  order: 5;
  color: #15393F;
  margin-top: 0;
}

.login-page.register-page .login-form-wrapper .woocommerce-form-login .clear,
.login-page.register-page .login-form-wrapper .woocommerce-form-login .woocommerce-privacy-policy-text,
.login-page.register-page .login-form-wrapper .lost_reset_password .clear,
.login-page.register-page .login-form-wrapper .lost_reset_password .woocommerce-privacy-policy-text,
.login-page.register-page .login-form-wrapper .woocommerce-form-register .clear,
.login-page.register-page .login-form-wrapper .woocommerce-form-register .woocommerce-privacy-policy-text {
  display: none !important;
}

.login-page .extra-text-col {
  margin-top: 30px;
}

.login-page .extra-text-col p {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.login-page .extra-text-col p a {
  color: inherit;
}

.gform-conversational .gform-conversational__screen-wrapper .gform-conversational__screen-content .gform-conversational__welcome-title {
  color: #FFF;
  text-align: center;
  font-family: "Coustard", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 40px;
}

.gform-conversational .gform-conversational__screen-wrapper .gform-conversational__screen-content .gform-conversational__welcome-message-copy {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  font-family: "Poppins", sans-serif;
}

.gform-conversational .gform-conversational__screen-wrapper .gform-conversational__screen-content legend.gfield_label {
  color: #15393F;
  font-family: "Coustard", serif;
  font-weight: 400;
  margin: 0 0 20px;
}

.gform-conversational .gform-conversational__screen-wrapper .gform-conversational__screen-content legend.gfield_label div {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.gform-conversational .gform-conversational__screen-wrapper .gform-conversational__screen-content legend.gfield_label {
  color: #fff;
}

.gform-conversational .gform-conversational__screen-wrapper .gform-conversational__screen-content input {
  font-size: 16px;
  line-height: 2;
  font-family: "Poppins", sans-serif;
}

.gform-conversational .gform-conversational__screen-wrapper .gform-conversational__screen-content .gform-conversational__welcome-cta button.gform-conversational__nav-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-radius: 80px;
  background: #D7DE51;
  padding: 13px;
  color: #15393F;
  font-family: "Coustard", serif;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
}

.gform-conversational .gform-conversational__screen-wrapper .gform-conversational__screen-content .gform-conversational__welcome-cta button.gform-conversational__nav-button span.gform-conversational__nav-button-text {
  color: #15393F;
  font-family: "Coustard", serif;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
}

.gform-conversational .gform-conversational__screen-wrapper .gform-conversational__screen-content .gform-conversational__field-footer span.gform-conversational__field-nav-helper-text {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  font-family: "Poppins", sans-serif;
}

.gform-conversational .gform-conversational__screen-wrapper .gform-conversational__screen-content .gform-conversational__field-footer button.gform-conversational__nav-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background: #D7DE51;
  padding: 13px;
  color: #15393F;
  font-family: "Coustard", serif;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

rtt {
  color: #fff;
}

.product-summary-container .product-summary-row {
  margin-bottom: 55px;
}

.product-summary-container .product-thumbnail-container {
  position: relative;
  height: 740px;
  opacity: 0;
  -webkit-animation: product-thumbnail-opacity 0.5s ease-in 0.2s 1 forwards;
  animation: product-thumbnail-opacity 0.5s ease-in 0.2s 1 forwards;
}

@media (max-width: 991.9px) {
  .product-summary-container .product-thumbnail-container {
    height: auto;
  }
}

.product-summary-container .product-thumbnail-container .product-thumbnail {
  position: relative;
  z-index: 1;
  height: 100%;
}

@media (max-width: 991.9px) {
  .product-summary-container .product-thumbnail-container .product-thumbnail {
    margin-bottom: 40px;
  }
}

.product-summary-container .product-thumbnail-container .product-thumbnail img,
.product-summary-container .product-thumbnail-container .product-thumbnail video {
  height: inherit;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-summary-container .product-thumbnail-container .product-thumbnail video {
  max-width: 100%;
  width: 100%;
}

.product-summary-container .product-thumbnail-container .information-layer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 47px 40px;
}

@media (max-width: 991.9px) {
  .product-summary-container .product-thumbnail-container .information-layer {
    padding: 0 20px;
  }
}

.product-summary-container .product-thumbnail-container .information-layer .information-block {
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1.85;
  padding: 22px 31px;
}

@media (max-width: 991.9px) {
  .product-summary-container .product-thumbnail-container .information-layer .information-block {
    margin-bottom: -40px;
  }
}

.product-summary-container .product-thumbnail-container .information-layer .information-block .block-title {
  display: block;
  font-weight: 600;
}

.product-summary-container .summary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 13px;
}

.product-summary-container .product_title {
  position: relative;
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  padding-right: 65px;
}

.product-summary-container .product_title .product-title-icon {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: center;
}

.product-summary-container .woocommerce-product-details__short-description p {
  font-family: "Coustard", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.25;
}

.product-summary-container .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}

.product-summary-container .rating-item-block {
  margin-bottom: 12px;
}

.product-summary-container .price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 13px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-summary-container .price span {
  color: #15393F;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.product-summary-container .price .price-label {
  font-size: 16px;
  font-weight: 400;
}

.product-summary-container .list-round-checkmarks {
  margin-bottom: 20px;
}

.product-summary-container .go-to-tab {
  display: inline-block;
  color: #15393F;
  font-size: 14px;
  margin-bottom: 22px;
  line-height: 1;
  text-decoration: underline;
}

.product-summary-container .go-to-tab:hover,
.product-summary-container .go-to-tab:focus,
.product-summary-container .go-to-tab:active {
  text-decoration: underline;
}

.product-summary-container .cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.product-summary-container .cart .single_add_to_cart_button {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 767.9px) {
  .product-summary-container .cart .single_add_to_cart_button {
    -ms-flex-positive: unset;
    flex-grow: unset;
    padding: 0;
    width: 85px;
    height: 57px;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-summary-container .cart .single_add_to_cart_button .btn-inner-wrapper {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 3px;
  }

  .product-summary-container .cart .single_add_to_cart_button .text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-summary-container .cart .single_add_to_cart_button .text::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-mask-size: 15px 15px;
    mask-size: 15px 15px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-image: url(../../resources/images/svg/icon-plus.svg);
    mask-image: url(../../resources/images/svg/icon-plus.svg);
    background-color: #15393F;
  }

  .product-summary-container .cart .single_add_to_cart_button.added .text::before {
    width: 15px;
    height: 15px;
    -webkit-mask-size: 15px 15px;
    mask-size: 15px 15px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-image: url(../../resources/images/svg/icon-check-green.svg);
    mask-image: url(../../resources/images/svg/icon-check-green.svg);
  }
}

.product-summary-container .cart .added_to_cart {
  display: none;
}

.product-summary-container .qty-wrapper {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  border-radius: 80px;
  border: 1px solid #DCE1E2;
  padding: 13px 19px;
}

.product-summary-container .qty-wrapper .quantity .qty {
  width: 100%;
  border: none;
  color: #15393F;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  outline: none;
  text-align: center;
  -moz-appearance: textfield;
}

.product-summary-container .qty-wrapper .quantity .qty::-webkit-outer-spin-button,
.product-summary-container .qty-wrapper .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.product-summary-container .qty-wrapper .qty-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 17px;
  height: 17px;
}

.product-summary-container .qty-wrapper .qty-button::after {
  content: "";
  margin: auto;
}

.product-summary-container .qty-wrapper .qty-button.qty-reduce::after {
  width: 17px;
  height: 3px;
  background-size: 17px 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-minus.svg);
}

.product-summary-container .qty-wrapper .qty-button.qty-increase::after {
  width: 14px;
  height: 15px;
  background-size: 14px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-plus.svg);
}

.product-summary-container .custom_add_to_cart_button ~ .single_add_to_cart_button {
  display: none;
}

.product-summary-container .delivery-notice {
  display: block;
  position: relative;
  color: #15393F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.28;
  padding-left: 32px;
  margin-top: 11px;
  margin-bottom: 23px;
}

.product-summary-container .delivery-notice::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-car.svg);
}

@-webkit-keyframes product-thumbnail-opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes product-thumbnail-opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes move-bottle {
  0% {
    left: 0;
  }

  100% {
    left: calc(50% - 10px);
  }
}

@keyframes move-bottle {
  0% {
    left: 0;
  }

  100% {
    left: calc(50% - 10px);
  }
}

@-webkit-keyframes move-bottle-reverse {
  0% {
    right: 0;
  }

  100% {
    right: calc(50% - 10px);
  }
}

@keyframes move-bottle-reverse {
  0% {
    right: 0;
  }

  100% {
    right: calc(50% - 10px);
  }
}

@-webkit-keyframes shake-bottle {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  30% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  70% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes shake-bottle {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  30% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  70% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.single_add_to_cart_button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-color: #D7DE51;
  border: none;
  border-radius: 80px;
  color: #15393F;
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 16px 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.single_add_to_cart_button.loading .btn-inner-wrapper::before {
  -webkit-animation: move-bottle 0.3s ease-in-out 0.2s 1 forwards, shake-bottle 0.7s ease-in-out 0.5s infinite forwards;
  animation: move-bottle 0.3s ease-in-out 0.2s 1 forwards, shake-bottle 0.7s ease-in-out 0.5s infinite forwards;
}

.single_add_to_cart_button.loading .text {
  opacity: 0;
}

.single_add_to_cart_button.loading .btn-inner-wrapper::before {
  -webkit-animation: move-bottle 0.3s ease-in-out 0.2s 1 forwards, shake-bottle 0.7s ease-in-out 0.5s infinite forwards;
  animation: move-bottle 0.3s ease-in-out 0.2s 1 forwards, shake-bottle 0.7s ease-in-out 0.5s infinite forwards;
}

.single_add_to_cart_button.loading .text {
  opacity: 0;
}

.single_add_to_cart_button.added .text::before {
  content: attr(data-added_text);
}

.single_add_to_cart_button .btn-inner-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  position: relative;
}

.single_add_to_cart_button .btn-inner-wrapper::before {
  content: "";
  position: relative;
  width: 21px;
  height: 21px;
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-bottle.svg);
}

.single_add_to_cart_button .text {
  display: inline-block;
  color: inherit;
  font: inherit;
  line-height: inherit;
  transition: all 0.2s ease-in-out;
}

.single_add_to_cart_button .text::before {
  content: attr(data-main_text);
}

.single_add_to_cart_button:hover,
.single_add_to_cart_button:focus,
.single_add_to_cart_button:active {
  background-color: #C8DF92;
  text-decoration: none;
}

.product-tabs {
  margin-bottom: 157px;
}

.product-tabs .tabs-switcher-wrapper {
  margin-bottom: 74px;
  text-align: center;
}

.product-tabs .tabs-switcher {
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #D0D7D9;
  border-radius: 80px;
  padding: 6px;
}

.product-tabs .tabs-switcher .tabs-switcher-inner {
  position: relative;
}

.product-tabs .tabs-switcher .tabs-switcher-inner .active-cursor {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-width: 100px;
  height: 100%;
  background-color: #15393F;
  border-radius: 74px;
  transition: all 0.3s ease-in-out;
}

.product-tabs .tabs-switcher .buttons-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  position: relative;
  z-index: 2;
}

.product-tabs .tabs-switcher .tab-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: none;
  border-radius: 74px;
  color: #15393F;
  font-family: "Syne", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 18px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.product-tabs .tabs-switcher .tab-button.active {
  color: #fff;
}

.product-tabs .tabs-switcher .tab-button:hover,
.product-tabs .tabs-switcher .tab-button:focus,
.product-tabs .tabs-switcher .tab-button:active {
  text-decoration: none;
}

.product-tabs .tabs-content .tab {
  display: none;
}

.archive-product-section .response-row,
.detox-products .response-row {
  position: relative;
  min-height: 360px;
}

.archive-product-section .product-wrapper,
.detox-products .product-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px 40px;
  margin-bottom: 160px;
}

@media (max-width: 991.9px) {
  .archive-product-section .product-wrapper,
  .detox-products .product-wrapper {
    gap: 40px 25px;
  }
}

.archive-product-section .product-wrapper .loop-tax-name,
.detox-products .product-wrapper .loop-tax-name {
  width: 100%;
}

.archive-product-section .product-wrapper .loop-tax-name h2,
.archive-product-section .product-wrapper .loop-tax-name .h2,
.detox-products .product-wrapper .loop-tax-name h2,
.detox-products .product-wrapper .loop-tax-name .h2 {
  margin: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.07;
}

@media (max-width: 767.9px) {
  .archive-product-section .product-wrapper .loop-tax-name h2,
  .archive-product-section .product-wrapper .loop-tax-name .h2,
  .detox-products .product-wrapper .loop-tax-name h2,
  .detox-products .product-wrapper .loop-tax-name .h2 {
    text-align: center;
    font-size: 32px;
  }
}

.archive-product-section .product-wrapper .loop-product,
.detox-products .product-wrapper .loop-product {
  width: calc(25% - 30px);
}

@media (max-width: 1199px) {
  .archive-product-section .product-wrapper .loop-product,
  .detox-products .product-wrapper .loop-product {
    width: calc(33.333% - 26.67px);
  }
}

@media (max-width: 991.9px) {
  .archive-product-section .product-wrapper .loop-product,
  .detox-products .product-wrapper .loop-product {
    width: calc(50% - 12.5px);
  }
}

.mini-cart-container {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.mini-cart-container.open {
  opacity: 1;
  visibility: visible;
}

.mini-cart-container:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0.6;
  background: #000;
}

.mini-cart-container .mini-cart-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
  padding: 25px 35px 50px;
  background: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 520px;
}

@media (max-width: 767.9px) {
  .mini-cart-container .mini-cart-wrapper {
    width: 100%;
  }
}

.mini-cart-container .mini-cart-wrapper .cart-header {
  position: relative;
  padding: 0 20px 19px;
  border-bottom: 1px dashed rgba(21, 57, 63, 0.15);
}

.mini-cart-container .mini-cart-wrapper .cart-header span {
  display: block;
  margin-bottom: 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.15;
}

.mini-cart-container .mini-cart-wrapper .cart-header .close-cart {
  position: absolute;
  right: 0;
  top: 4px;
  display: block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-cross.svg);
  cursor: pointer;
}

.mini-cart-container .mini-cart-wrapper .cart-content .cart-minimum-notice,
.mini-cart-container .mini-cart-wrapper .cart-content .cart-small-order-fee-notice {
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid #E1A3B0;
  background: rgba(220, 141, 112, 0.1);
  padding: 14px 10px;
}

.mini-cart-container .mini-cart-wrapper .cart-content .cart-minimum-notice p,
.mini-cart-container .mini-cart-wrapper .cart-content .cart-small-order-fee-notice p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
  text-align: center;
}

.mini-cart-container .mini-cart-wrapper .cart-content .cart-small-order-fee-notice {
  border: 1px solid #E7EFD7;
  background: #E7EFD7;
  padding: 14px 15px 14px 45px;
  position: relative;
  border-radius: 10px;
}

.mini-cart-container .mini-cart-wrapper .cart-content .cart-small-order-fee-notice:after {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  left: 12px;
  width: 20px;
  height: 19px;
  background-size: 20px 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-leaf.svg);
}

.mini-cart-container .mini-cart-wrapper .cart-content .cart-small-order-fee-notice p {
  text-align: left;
  line-height: 1.57;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart__empty-message {
  text-align: center;
  margin: 20px 0;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  padding: 20px 0;
  border-bottom: 1px dashed rgba(21, 57, 63, 0.15);
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart-list .woocommerce-mini-cart-item {
  display: grid;
  grid-template-columns: 60px 1fr;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart-list .woocommerce-mini-cart-item .mini-cart-thumb {
  border-radius: 10px;
  width: 60px;
  height: 60px;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart-list .woocommerce-mini-cart-item .mini-cart-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart-list .woocommerce-mini-cart-item .mini-cart-info {
  display: grid;
  grid-template-columns: 1fr 80px 70px 35px;
  -ms-flex-align: center;
  align-items: center;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart-list .woocommerce-mini-cart-item .mini-cart-info .mini-cart-name {
  color: #15393F;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  padding-left: 20px;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart-list .woocommerce-mini-cart-item .mini-cart-info .qty-wrapper {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  border-radius: 80px;
  border: 1px solid #DCE1E2;
  padding: 4px 5px;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart-list .woocommerce-mini-cart-item .mini-cart-info .qty-wrapper .quantity .qty {
  width: 100%;
  border: none;
  color: #15393F;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  outline: none;
  text-align: center;
  -moz-appearance: textfield;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart-list .woocommerce-mini-cart-item .mini-cart-info .qty-wrapper .quantity .qty::-webkit-outer-spin-button,
.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart-list .woocommerce-mini-cart-item .mini-cart-info .qty-wrapper .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart-list .woocommerce-mini-cart-item .mini-cart-info .qty-wrapper .qty-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 17px;
  height: 17px;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart-list .woocommerce-mini-cart-item .mini-cart-info .qty-wrapper .qty-button::after {
  content: "";
  margin: auto;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart-list .woocommerce-mini-cart-item .mini-cart-info .qty-wrapper .qty-button.qty-reduce::after {
  width: 10px;
  height: 2px;
  background-size: 10px 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-minus.svg);
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart-list .woocommerce-mini-cart-item .mini-cart-info .qty-wrapper .qty-button.qty-increase::after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-plus.svg);
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart-list .woocommerce-mini-cart-item .mini-cart-info .mini-cart-price {
  padding: 0 15px 0 10px;
  text-align: right;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart-list .woocommerce-mini-cart-item .mini-cart-info .remove_from_cart_button {
  position: relative;
  width: 100%;
  height: 100%;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart-list .woocommerce-mini-cart-item .mini-cart-info .remove_from_cart_button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-trash.svg);
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart__totals {
  margin-top: 10px;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart__totals .cart-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart__totals .cart-data span {
  font-size: 14px;
  line-height: 1.7;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart__totals .cart-data.cart-total span {
  font-weight: 500;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart__totals .cart-data.cart-small-order-fee {
  position: relative;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart__totals .cart-data.cart-small-order-fee:has(.tooltip-wrapper) span.has-tooltip {
  display: block;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart__totals .cart-data.cart-small-order-fee:has(.tooltip-wrapper) span.has-tooltip:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-info.svg);
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart__totals .cart-data.cart-small-order-fee:has(.tooltip-wrapper) .tooltip-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background: #fff;
  border: 1px solid rgba(21, 57, 63, 0.15);
  border-radius: 10px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart__totals .cart-data.cart-small-order-fee:has(.tooltip-wrapper) span.has-tooltip:hover ~ .tooltip-wrapper {
  opacity: 1;
  visibility: visible;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart__buttons {
  margin-top: 20px;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart__buttons a.button {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  border-radius: 80px;
  background: #D7DE51;
  padding: 13px;
  color: #15393F;
  font-family: "Coustard", serif;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart__buttons a.button:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-lock.svg);
  padding: 8px;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart__buttons a.button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background: #EFEFEF;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart__buttons a.button {
  transition: all 0.3s ease-in-out;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart__buttons a.button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 49px;
  height: 49px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 49px;
  height: 49px;
  background-size: 49px 49px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-spinner.svg);
  -webkit-animation: spinner-rotate 0.7s linear infinite;
  animation: spinner-rotate 0.7s linear infinite;
  visibility: hidden;
  opacity: 0;
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart__buttons a.button.loading {
  background-color: rgba(21, 57, 63, 0.15);
}

.mini-cart-container .mini-cart-wrapper .cart-content .woocommerce-mini-cart__buttons a.button.loading:after {
  visibility: visible;
  opacity: 1;
}

.mini-cart-container .mini-cart-wrapper .cart-content .mini-cart-text-under-checkout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
  gap: 12px;
}

.mini-cart-container .mini-cart-wrapper .cart-content .mini-cart-text-under-checkout p {
  font-size: 14px;
  line-height: 2.3;
  margin-bottom: 0;
}

.mini-cart-container .mini-cart-wrapper .cart-content .mini-cart-text-under-checkout:before {
  content: "";
  display: block;
  width: 20px;
  height: 19px;
  background-size: 20px 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-truck.svg);
  padding: 10px 9.5px;
}

.mini-cart-container .mini-cart-wrapper .payment-options {
  margin-top: 17px;
}

body.admin-bar .mini-cart-container .mini-cart-wrapper {
  top: 32px;
}

@-webkit-keyframes spinner-rotate {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spinner-rotate {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.myaccount-main {
  margin-bottom: 80px;
}

.myaccount-content-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  text-align: center;
}

.myaccount-content-header .hello-title {
  position: relative;
  line-height: 1;
  margin-bottom: 0;
}

.myaccount-content-header .hello-title::after {
  content: "";
  position: absolute;
  top: -27px;
  left: -32px;
  width: 64px;
  height: 65px;
  background-size: 64px 65px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/el-hello-title.svg);
}

@media (max-width: 991.9px) {
  .myaccount-content-header .hello-title::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.myaccount-content-header .header-text {
  color: #15393F;
  font-family: "Coustard", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.account-navigation-block {
  border: 1px solid #DCE1E2;
  border-radius: 10px;
  padding: 32px 40px 35px;
}

.account-navigation-block .account-navigation-block-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 1px solid #DCE1E2;
  padding-bottom: 28px;
  margin-bottom: 23px;
}

.account-navigation-block .account-navigation-block-header .title {
  color: #15393F;
  font-family: "Coustard", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.account-navigation-block .account-navigation-block-header .logout-link {
  color: #15393F;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-decoration: none;
}

.account-navigation-block .account-navigation-block-header .logout-link:hover,
.account-navigation-block .account-navigation-block-header .logout-link:focus,
.account-navigation-block .account-navigation-block-header .logout-link:active {
  text-decoration: underline;
}

.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  line-height: 1;
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard a i::before {
  width: 20px;
  height: 20px;
  -webkit-mask-size: 20px 20px;
  mask-size: 20px 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-acc-dashboard.svg);
  mask-image: url(../../resources/images/svg/icon-acc-dashboard.svg);
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders a i::before {
  width: 20px;
  height: 20px;
  -webkit-mask-size: 20px 20px;
  mask-size: 20px 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-acc-orders.svg);
  mask-image: url(../../resources/images/svg/icon-acc-orders.svg);
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-address a i::before,
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account a i::before {
  width: 20px;
  height: 20px;
  -webkit-mask-size: 20px 20px;
  mask-size: 20px 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-acc-acc-details.svg);
  mask-image: url(../../resources/images/svg/icon-acc-acc-details.svg);
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--loyalty-benefits a i::before {
  width: 20px;
  height: 20px;
  -webkit-mask-size: 20px 20px;
  mask-size: 20px 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-acc-loyal-ben.svg);
  mask-image: url(../../resources/images/svg/icon-acc-loyal-ben.svg);
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--subscriptions a i::before {
  width: 20px;
  height: 20px;
  -webkit-mask-size: 20px 20px;
  mask-size: 20px 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-acc-subscriptions.svg);
  mask-image: url(../../resources/images/svg/icon-acc-subscriptions.svg);
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: #15393F;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:hover,
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:focus,
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:active {
  text-decoration: none;
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a i {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 11px;
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a i::before {
  content: "";
  margin: auto;
  background-color: #15393F;
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a i {
  background-color: #15393F;
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a i::before {
  background-color: #fff;
}

.select2-dropdown {
  border-color: #DCE1E2 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #DCE1E2 !important;
}

.user-stats-blocks {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}

.user-stats-blocks .stat-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 11px;
  height: 240px;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}

.user-stats-blocks .stat-block.orders {
  background-color: #471A36;
}

.user-stats-blocks .stat-block.orders .number::after {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-milk-bottle-title.svg);
}

.user-stats-blocks .stat-block.weight {
  background-color: #689053;
}

.user-stats-blocks .stat-block.weight .number::after {
  content: "KG";
  font-family: "Coustard", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.user-stats-blocks .stat-block.volume {
  background-color: #458DC8;
}

.user-stats-blocks .stat-block.volume .number::after {
  content: "L";
  font-family: "Coustard", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}

.user-stats-blocks .stat-block .number,
.user-stats-blocks .stat-block .description {
  color: #fff;
  font-family: "Coustard", serif;
}

.user-stats-blocks .stat-block .number {
  position: relative;
  font-size: 60px;
  line-height: 1;
}

.user-stats-blocks .stat-block .number::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
}

.user-stats-blocks .stat-block .description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.dashboard-area {
  border-radius: 10px;
  border: 1px solid #DCE1E2;
  margin-bottom: 40px;
  padding: 0 40px 32px;
}

.dashboard-area .header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  border-bottom: 1px solid #DCE1E2;
  margin-bottom: 40px;
  padding: 32px 0 27px;
}

.dashboard-area .header .title {
  margin-bottom: 0;
}

.dashboard-area.orders-area .header {
  margin-bottom: 0;
}

.dashboard-area.orders-area.for-dashboard .woocommerce-pagination {
  display: none;
}

.dashboard-area.loyalty-area--page {
  padding-bottom: 63px;
}

.dashboard-area + .how-it-works-block {
  margin-top: 40px;
}

.status-usps {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.status-usp-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  min-height: 190px;
  background: #E7EFD7;
  border-radius: 10px;
  padding: 30px 60px 30px 30px;
}

.status-usp-item::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-check-round-green.svg);
}

.status-usp-item .icon {
  width: 32px;
  height: 32px;
  margin-bottom: 11px;
}

.status-usp-item .block-title {
  color: #15393F;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  margin-bottom: 3px;
}

.status-usp-item .content-wrapper {
  color: #15393F;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
}

.loyalty-blocks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.user-loyalty-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: center;
}

.user-loyalty-block.active + .user-loyalty-block:not(.active)::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 18px;
  width: 36px;
  height: 81px;
  background-size: 36px 81px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/el-arrow-next-status.svg);
}

.user-loyalty-block.active .user-status {
  border: none;
}

.user-loyalty-block.active .user-status::after {
  display: none;
}

.user-loyalty-block.active .user-status .icon {
  background-color: #15393F;
}

.user-loyalty-block.active .user-status.r-sap_lvl_1 {
  background-color: #F9E59C;
}

.user-loyalty-block.active .user-status.r-sap_lvl_1 .icon::after {
  background-color: #F9E59C;
}

.user-loyalty-block.active .user-status.r-sap_lvl_2 {
  background-color: #C8DF92;
}

.user-loyalty-block.active .user-status.r-sap_lvl_2 .icon::after {
  background-color: #C8DF92;
}

.user-loyalty-block.active .user-status.r-sap_lvl_3 {
  background-color: #689053;
}

.user-loyalty-block.active .user-status.r-sap_lvl_3 .icon::after {
  background-color: #E7EFD7;
}

.user-loyalty-block.active .user-status.r-sap_lvl_4 {
  background-color: #D7DE51;
}

.user-loyalty-block.active .user-status.r-sap_lvl_4 .icon::after {
  background-color: #E7EFD7;
}

.user-loyalty-block.active .subtext {
  opacity: 1;
}

.user-loyalty-block .user-status {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 180px;
  border-radius: 20px;
  border: 1px solid #DCE1E2;
  margin-bottom: 15px;
}

.user-loyalty-block .user-status::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 18px;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-lock.svg);
}

.user-loyalty-block .user-status .icon {
  display: -ms-flexbox;
  display: flex;
  background-color: #EFEFEF;
  margin: auto;
  width: 64px;
  height: 64px;
  -webkit-mask-size: 64px 64px;
  mask-size: 64px 64px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-user-base.svg);
  mask-image: url(../../resources/images/svg/icon-user-base.svg);
}

.user-loyalty-block .user-status .icon::after {
  content: "";
  background-color: #15393F;
  margin: auto;
}

.user-loyalty-block .user-status .icon.r-sap_lvl_1::after {
  width: 29px;
  height: 29px;
  -webkit-mask-size: 29px 29px;
  mask-size: 29px 29px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-lvl-1.svg);
  mask-image: url(../../resources/images/svg/icon-lvl-1.svg);
}

.user-loyalty-block .user-status .icon.r-sap_lvl_2::after {
  width: 29px;
  height: 29px;
  -webkit-mask-size: 29px 29px;
  mask-size: 29px 29px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-lvl-2.svg);
  mask-image: url(../../resources/images/svg/icon-lvl-2.svg);
}

.user-loyalty-block .user-status .icon.r-sap_lvl_3::after {
  width: 29px;
  height: 29px;
  -webkit-mask-size: 29px 29px;
  mask-size: 29px 29px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-lvl-3.svg);
  mask-image: url(../../resources/images/svg/icon-lvl-3.svg);
}

.user-loyalty-block .user-status .icon.r-sap_lvl_4::after {
  width: 29px;
  height: 29px;
  -webkit-mask-size: 29px 29px;
  mask-size: 29px 29px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-lvl-4.svg);
  mask-image: url(../../resources/images/svg/icon-lvl-4.svg);
}

.user-loyalty-block .name {
  color: #15393F;
  font-family: "Coustard", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.333;
}

.user-loyalty-block .subtext {
  color: #15393F;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  opacity: 0.5;
}

.table-wrapper {
  overflow: auto;
}

.table-wrapper table {
  width: 100%;
  margin-bottom: 0;
}

.table-wrapper .woocommerce-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  padding-top: 32px;
}

.table-wrapper .woocommerce-info .button {
  display: inline-block;
  border: none;
  border-radius: 80px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 13px 19px;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.table-wrapper .woocommerce-info .button {
  background-color: #D7DE51;
  color: #15393F;
}

.table-wrapper .woocommerce-info .button::before {
  background-color: #15393F;
}

.table-wrapper .woocommerce-info .button.btn-outline-white {
  border: 1px solid #C8DF92;
}

.table-wrapper .woocommerce-info .button.btn-outline-dark-green {
  border: 1px solid #C8DF92;
}

.table-wrapper .woocommerce-info .button:hover,
.table-wrapper .woocommerce-info .button:focus,
.table-wrapper .woocommerce-info .button:active {
  background-color: #C8DF92;
  color: #15393F;
}

.table-wrapper .woocommerce-info .button:hover::before,
.table-wrapper .woocommerce-info .button:focus::before,
.table-wrapper .woocommerce-info .button:active::before {
  background-color: #15393F;
}

.table-wrapper .woocommerce-info .button {
  position: relative;
  padding-left: 43px;
}

.table-wrapper .woocommerce-info .button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.table-wrapper .woocommerce-info .button.icon-arrow::before {
  width: 17px;
  height: 15px;
  -webkit-mask-size: 17px 15px;
  mask-size: 17px 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
}

.table-wrapper .woocommerce-info .button.icon-arrow:hover::before,
.table-wrapper .woocommerce-info .button.icon-arrow:focus::before,
.table-wrapper .woocommerce-info .button.icon-arrow:active::before {
  -webkit-transform: translateX(4px) translateY(-50%);
  transform: translateX(4px) translateY(-50%);
}

.table-wrapper .woocommerce-info .button.icon-instagram::before {
  width: 17px;
  height: 17px;
  -webkit-mask-size: 17px 17px;
  mask-size: 17px 17px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-instagram.svg);
  mask-image: url(../../resources/images/svg/icon-instagram.svg);
}

.table-wrapper .woocommerce-info .button.icon-settings span {
  margin-left: 8px;
}

.table-wrapper .woocommerce-info .button.icon-settings::before {
  width: 24px;
  height: 16px;
  -webkit-mask-size: 24px 16px;
  mask-size: 24px 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-settings.svg);
  mask-image: url(../../resources/images/svg/icon-settings.svg);
}

.table-wrapper .woocommerce-info .button::before {
  width: 17px;
  height: 15px;
  -webkit-mask-size: 17px 15px;
  mask-size: 17px 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
}

.table-wrapper .woocommerce-info .button:hover::before,
.table-wrapper .woocommerce-info .button:focus::before,
.table-wrapper .woocommerce-info .button:active::before {
  -webkit-transform: translateX(4px) translateY(-50%);
  transform: translateX(4px) translateY(-50%);
}

.order-status-label {
  background: #F9E59C;
  border-radius: 80px;
  color: #15393F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  padding: 9px 12px;
  white-space: nowrap;
}

.order-status-label.processing {
  background-color: #C8DF92;
}

.order-status-label.on-hold {
  background-color: #EF3B24;
  color: #fff;
}

.woocommerce-orders-table {
  width: 100%;
  border: none;
  box-shadow: none;
}

.woocommerce-orders-table time,
.woocommerce-orders-table .nobr {
  white-space: nowrap;
}

.woocommerce-orders-table .woocommerce-orders-table__header-order-date,
.woocommerce-orders-table .woocommerce-orders-table__cell-order-date {
  width: 20%;
}

.woocommerce-orders-table .woocommerce-orders-table__header-order-total,
.woocommerce-orders-table .woocommerce-orders-table__cell-order-total,
.woocommerce-orders-table .woocommerce-orders-table__header-order-qty,
.woocommerce-orders-table .woocommerce-orders-table__cell-order-qty,
.woocommerce-orders-table .woocommerce-orders-table__header-order-status,
.woocommerce-orders-table .woocommerce-orders-table__cell-order-status {
  width: 20%;
  text-align: center;
}

.woocommerce-orders-table thead tr {
  border-bottom: 1px solid #DCE1E2;
}

.woocommerce-orders-table thead .woocommerce-orders-table__header-order-actions {
  text-indent: -9999px;
}

.woocommerce-orders-table tbody tr {
  border-bottom: 1px solid #DCE1E2;
}

.woocommerce-orders-table tbody tr:last-child {
  border: none;
}

.woocommerce-orders-table tbody .woocommerce-orders-table__cell-order-actions {
  text-align: right;
}

.woocommerce-orders-table tr th {
  color: #899B9E;
  font-weight: 400;
}

.woocommerce-orders-table tr th,
.woocommerce-orders-table tr td {
  font-size: 14px;
  padding: 17px 15px;
}

.woocommerce-orders-table tr th:first-child,
.woocommerce-orders-table tr td:first-child {
  padding-left: 0;
}

.woocommerce-orders-table tr th:last-child,
.woocommerce-orders-table tr td:last-child {
  padding-right: 0;
}

.woocommerce-orders-table a {
  color: #15393F;
}

.woocommerce-orders-table .woocommerce-button {
  width: 17px;
  height: 15px;
  -webkit-mask-size: 17px 15px;
  mask-size: 17px 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  background-color: #204F76;
  text-decoration: none;
  text-indent: -9999px;
}

.woocommerce-orders-table .woocommerce-button:hover,
.woocommerce-orders-table .woocommerce-button:focus,
.woocommerce-orders-table .woocommerce-button:active {
  text-decoration: none;
}

.woocommerce-orders-table .woocommerce-button.invoice {
  display: none;
}

.shop_table {
  border: none;
  box-shadow: none;
  margin-bottom: 40px;
}

.shop_table th {
  color: #899B9E;
  font-weight: 400;
}

.shop_table th,
.shop_table td {
  font-size: 14px;
  padding: 0 15px 17px;
}

.shop_table th:first-child,
.shop_table td:first-child {
  padding-left: 0;
}

.shop_table th:last-child,
.shop_table td:last-child {
  padding-right: 0;
}

.shop_table thead tr {
  border-bottom: 1px solid #DCE1E2;
}

.shop_table thead + tbody tr:first-child td {
  padding-top: 17px;
}

.shop_table tbody + tfoot tr:first-child {
  border-top: 1px solid #DCE1E2;
}

.shop_table tbody + tfoot tr:first-child td {
  padding-top: 17px;
}

.shop_table a {
  color: #15393F;
}

.shop_table .product-name strong,
.shop_table .product-name b {
  font-weight: 400;
}

.shop_table .product-quantity {
  text-align: center;
}

.shop_table.subscription_details tbody tr td:first-child {
  color: #899B9E;
}

.dashboard-content-block {
  min-height: 440px;
  padding: 40px;
}

.dashboard-content-block.content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

.dashboard-content-block.content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(221deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.dashboard-content-block .inner-wrapper {
  position: relative;
  z-index: 2;
}

.dashboard-content-block .block-title {
  color: #fff;
  margin-bottom: 0;
}

.dashboard-content-block .content-wrapper {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
}

.dashboard-content-block .content-wrapper p {
  color: inherit;
  font: inherit;
}

.dashboard-content-block .btn-wrapper {
  margin-top: 20px;
}

.intro-part-loyalty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.intro-part-loyalty .icon-wrapper {
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}

.intro-part-loyalty .icon-wrapper::after {
  content: "";
  margin: auto 0;
  width: 92px;
  height: 92px;
  background-size: 92px 92px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-user-icon.svg);
}

@media (max-width: 1199.98px) {
  .intro-part-loyalty .icon-wrapper::after {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.intro-part-loyalty .content-wrapper {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.intro-part-loyalty .content-wrapper p {
  font-size: 14px;
}

.subscription-block-loyalty {
  background-color: #458DC8;
  border-radius: 10px;
  padding: 40px;
}

.subscription-block-loyalty hr {
  border-color: #3E81B3;
  margin: 40px 0;
}

.subscription-block-loyalty .block-title {
  color: #fff;
  margin-bottom: 0;
}

.subscription-block-loyalty .content-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 35px;
}

.subscription-block-loyalty .image-column img {
  height: 190px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.subscription-block-loyalty .content-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.subscription-block-loyalty .content-column p,
.subscription-block-loyalty .content-column li {
  color: #fff;
  font-size: 14px;
}

.hr-how-it-works {
  margin: 40px 0;
}

.how-it-works-block .content-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.how-it-works-block .image-column img {
  height: 190px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.edit-account-area {
  padding-bottom: 63px;
}

.woocommerce-EditAccountForm {
  --column-gap: 40px;
  --row-gap: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--row-gap) var(--column-gap);
}

.woocommerce-EditAccountForm .woocommerce-form-row label,
.woocommerce-EditAccountForm .woocommerce-form-row #account_display_name_description {
  display: block;
  color: #15393F;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 5px;
}

.woocommerce-EditAccountForm .form-row-first,
.woocommerce-EditAccountForm .form-row-last {
  width: 100%;
}

.woocommerce-EditAccountForm .form-row-wide {
  width: 100%;
}

.woocommerce-EditAccountForm fieldset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--row-gap) var(--column-gap);
  width: 100%;
  padding-top: 35px;
}

.woocommerce-EditAccountForm fieldset legend {
  width: 100%;
  color: #15393F;
  font-family: "Coustard", serif;
  font-size: 20px;
  line-height: 1.2;
}

.woocommerce-EditAccountForm fieldset .form-row:has(.password-input) {
  width: 100%;
}

.woocommerce-EditAccountForm p {
  margin: 0;
}

.woocommerce-EditAccountForm .select2-container .select2-selection--single {
  width: 100%;
  height: 60px;
  border: 1px solid #DCE1E2;
  border-radius: 10px;
  color: #15393F;
  font-size: 14px;
  line-height: 2;
  padding: 15px 19px;
}

.woocommerce-EditAccountForm .select2-container .select2-selection--single .select2-selection__arrow {
  top: 16px;
  right: 16px;
}

.woocommerce-EditAccountForm .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
  padding-left: 0;
}

.woocommerce-EditAccountForm .select2-container.select2-container--open .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.woocommerce-EditAccountForm .input-text {
  width: 100%;
  border: 1px solid #DCE1E2;
  border-radius: 10px;
  color: #15393F;
  font-size: 14px;
  line-height: 2;
  padding: 15px 19px;
}

.woocommerce-EditAccountForm .password-input {
  display: block;
  position: relative;
}

.woocommerce-EditAccountForm .password-input .show-password-input {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 60px;
  height: 100%;
  background-color: transparent;
  border: none;
  padding: 0;
}

.woocommerce-EditAccountForm .password-input .show-password-input::after {
  content: "";
  margin: auto;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/eye-sharp-light-full.svg);
}

.woocommerce-EditAccountForm .password-input .show-password-input.display-password::after {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/eye-slash-sharp-light-full.svg);
}

.woocommerce-EditAccountForm .clear {
  display: none;
}

.woocommerce-EditAccountForm .button {
  display: inline-block;
  border: none;
  border-radius: 80px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 13px 19px;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.woocommerce-EditAccountForm .button {
  background-color: #458DC8;
  color: #fff;
}

.woocommerce-EditAccountForm .button::before {
  background-color: #fff;
}

.woocommerce-EditAccountForm .button.btn-outline-white {
  border: 1px solid #204F76;
}

.woocommerce-EditAccountForm .button.btn-outline-dark-green {
  border: 1px solid #204F76;
}

.woocommerce-EditAccountForm .button:hover,
.woocommerce-EditAccountForm .button:focus,
.woocommerce-EditAccountForm .button:active {
  background-color: #204F76;
  color: #fff;
}

.woocommerce-EditAccountForm .button:hover::before,
.woocommerce-EditAccountForm .button:focus::before,
.woocommerce-EditAccountForm .button:active::before {
  background-color: #fff;
}

.woocommerce-EditAccountForm .button {
  position: relative;
  padding-left: 43px;
}

.woocommerce-EditAccountForm .button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.woocommerce-EditAccountForm .button.icon-arrow::before {
  width: 17px;
  height: 15px;
  -webkit-mask-size: 17px 15px;
  mask-size: 17px 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
}

.woocommerce-EditAccountForm .button.icon-arrow:hover::before,
.woocommerce-EditAccountForm .button.icon-arrow:focus::before,
.woocommerce-EditAccountForm .button.icon-arrow:active::before {
  -webkit-transform: translateX(4px) translateY(-50%);
  transform: translateX(4px) translateY(-50%);
}

.woocommerce-EditAccountForm .button.icon-instagram::before {
  width: 17px;
  height: 17px;
  -webkit-mask-size: 17px 17px;
  mask-size: 17px 17px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-instagram.svg);
  mask-image: url(../../resources/images/svg/icon-instagram.svg);
}

.woocommerce-EditAccountForm .button.icon-settings span {
  margin-left: 8px;
}

.woocommerce-EditAccountForm .button.icon-settings::before {
  width: 24px;
  height: 16px;
  -webkit-mask-size: 24px 16px;
  mask-size: 24px 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-settings.svg);
  mask-image: url(../../resources/images/svg/icon-settings.svg);
}

.woocommerce-EditAccountForm .button::before {
  width: 17px;
  height: 15px;
  -webkit-mask-size: 17px 15px;
  mask-size: 17px 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
}

.woocommerce-EditAccountForm .button:hover::before,
.woocommerce-EditAccountForm .button:focus::before,
.woocommerce-EditAccountForm .button:active::before {
  -webkit-transform: translateX(4px) translateY(-50%);
  transform: translateX(4px) translateY(-50%);
}

.woocommerce-EditAccountForm .button {
  margin-top: var(--row-gap);
}

.edit-address-area {
  padding-top: 32px;
}

.edit-address-area .woocommerce-Address-title {
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.edit-address-area .woocommerce-Address-title h2,
.edit-address-area .woocommerce-Address-title .h2 {
  margin-bottom: 0 !important;
}

.edit-address-area .woocommerce-Address-title .edit {
  display: inline-block;
  border: none;
  border-radius: 80px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 13px 19px;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.edit-address-area .woocommerce-Address-title .edit {
  background-color: #D7DE51;
  color: #15393F;
}

.edit-address-area .woocommerce-Address-title .edit::before {
  background-color: #15393F;
}

.edit-address-area .woocommerce-Address-title .edit.btn-outline-white {
  border: 1px solid #C8DF92;
}

.edit-address-area .woocommerce-Address-title .edit.btn-outline-dark-green {
  border: 1px solid #C8DF92;
}

.edit-address-area .woocommerce-Address-title .edit:hover,
.edit-address-area .woocommerce-Address-title .edit:focus,
.edit-address-area .woocommerce-Address-title .edit:active {
  background-color: #C8DF92;
  color: #15393F;
}

.edit-address-area .woocommerce-Address-title .edit:hover::before,
.edit-address-area .woocommerce-Address-title .edit:focus::before,
.edit-address-area .woocommerce-Address-title .edit:active::before {
  background-color: #15393F;
}

.edit-address-area .woocommerce-Address-title .edit {
  position: relative;
  padding-left: 43px;
}

.edit-address-area .woocommerce-Address-title .edit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.edit-address-area .woocommerce-Address-title .edit.icon-arrow::before {
  width: 17px;
  height: 15px;
  -webkit-mask-size: 17px 15px;
  mask-size: 17px 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
}

.edit-address-area .woocommerce-Address-title .edit.icon-arrow:hover::before,
.edit-address-area .woocommerce-Address-title .edit.icon-arrow:focus::before,
.edit-address-area .woocommerce-Address-title .edit.icon-arrow:active::before {
  -webkit-transform: translateX(4px) translateY(-50%);
  transform: translateX(4px) translateY(-50%);
}

.edit-address-area .woocommerce-Address-title .edit.icon-instagram::before {
  width: 17px;
  height: 17px;
  -webkit-mask-size: 17px 17px;
  mask-size: 17px 17px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-instagram.svg);
  mask-image: url(../../resources/images/svg/icon-instagram.svg);
}

.edit-address-area .woocommerce-Address-title .edit.icon-settings span {
  margin-left: 8px;
}

.edit-address-area .woocommerce-Address-title .edit.icon-settings::before {
  width: 24px;
  height: 16px;
  -webkit-mask-size: 24px 16px;
  mask-size: 24px 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-settings.svg);
  mask-image: url(../../resources/images/svg/icon-settings.svg);
}

.edit-address-area .woocommerce-Address-title .edit::before {
  width: 17px;
  height: 15px;
  -webkit-mask-size: 17px 15px;
  mask-size: 17px 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
}

.edit-address-area .woocommerce-Address-title .edit:hover::before,
.edit-address-area .woocommerce-Address-title .edit:focus::before,
.edit-address-area .woocommerce-Address-title .edit:active::before {
  -webkit-transform: translateX(4px) translateY(-50%);
  transform: translateX(4px) translateY(-50%);
}

.edit-address-area form h2,
.edit-address-area form .h2 {
  border-bottom: 1px solid #DCE1E2;
  font-size: 20px;
  padding-bottom: 23px;
  margin-bottom: 30px;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper {
  --column-gap: 40px;
  --row-gap: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--row-gap) var(--column-gap);
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .woocommerce-form-row label,
.edit-address-area form .woocommerce-address-fields__field-wrapper .woocommerce-form-row #account_display_name_description {
  display: block;
  color: #15393F;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 5px;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .form-row-first,
.edit-address-area form .woocommerce-address-fields__field-wrapper .form-row-last {
  width: 100%;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .form-row-wide {
  width: 100%;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper fieldset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--row-gap) var(--column-gap);
  width: 100%;
  padding-top: 35px;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper fieldset legend {
  width: 100%;
  color: #15393F;
  font-family: "Coustard", serif;
  font-size: 20px;
  line-height: 1.2;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper fieldset .form-row:has(.password-input) {
  width: 100%;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper p {
  margin: 0;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .select2-container .select2-selection--single {
  width: 100%;
  height: 60px;
  border: 1px solid #DCE1E2;
  border-radius: 10px;
  color: #15393F;
  font-size: 14px;
  line-height: 2;
  padding: 15px 19px;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .select2-container .select2-selection--single .select2-selection__arrow {
  top: 16px;
  right: 16px;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
  padding-left: 0;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .select2-container.select2-container--open .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .input-text {
  width: 100%;
  border: 1px solid #DCE1E2;
  border-radius: 10px;
  color: #15393F;
  font-size: 14px;
  line-height: 2;
  padding: 15px 19px;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .password-input {
  display: block;
  position: relative;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .password-input .show-password-input {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 60px;
  height: 100%;
  background-color: transparent;
  border: none;
  padding: 0;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .password-input .show-password-input::after {
  content: "";
  margin: auto;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/eye-sharp-light-full.svg);
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .password-input .show-password-input.display-password::after {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/eye-slash-sharp-light-full.svg);
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .clear {
  display: none;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .button {
  display: inline-block;
  border: none;
  border-radius: 80px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 13px 19px;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .button {
  background-color: #458DC8;
  color: #fff;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .button::before {
  background-color: #fff;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .button.btn-outline-white {
  border: 1px solid #204F76;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .button.btn-outline-dark-green {
  border: 1px solid #204F76;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .button:hover,
.edit-address-area form .woocommerce-address-fields__field-wrapper .button:focus,
.edit-address-area form .woocommerce-address-fields__field-wrapper .button:active {
  background-color: #204F76;
  color: #fff;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .button:hover::before,
.edit-address-area form .woocommerce-address-fields__field-wrapper .button:focus::before,
.edit-address-area form .woocommerce-address-fields__field-wrapper .button:active::before {
  background-color: #fff;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .button {
  position: relative;
  padding-left: 43px;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .button.icon-arrow::before {
  width: 17px;
  height: 15px;
  -webkit-mask-size: 17px 15px;
  mask-size: 17px 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .button.icon-arrow:hover::before,
.edit-address-area form .woocommerce-address-fields__field-wrapper .button.icon-arrow:focus::before,
.edit-address-area form .woocommerce-address-fields__field-wrapper .button.icon-arrow:active::before {
  -webkit-transform: translateX(4px) translateY(-50%);
  transform: translateX(4px) translateY(-50%);
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .button.icon-instagram::before {
  width: 17px;
  height: 17px;
  -webkit-mask-size: 17px 17px;
  mask-size: 17px 17px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-instagram.svg);
  mask-image: url(../../resources/images/svg/icon-instagram.svg);
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .button.icon-settings span {
  margin-left: 8px;
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .button.icon-settings::before {
  width: 24px;
  height: 16px;
  -webkit-mask-size: 24px 16px;
  mask-size: 24px 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-settings.svg);
  mask-image: url(../../resources/images/svg/icon-settings.svg);
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .button::before {
  width: 17px;
  height: 15px;
  -webkit-mask-size: 17px 15px;
  mask-size: 17px 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .button:hover::before,
.edit-address-area form .woocommerce-address-fields__field-wrapper .button:focus::before,
.edit-address-area form .woocommerce-address-fields__field-wrapper .button:active::before {
  -webkit-transform: translateX(4px) translateY(-50%);
  transform: translateX(4px) translateY(-50%);
}

.edit-address-area form .woocommerce-address-fields__field-wrapper .button {
  margin-top: var(--row-gap);
}

.edit-address-area form .button {
  display: inline-block;
  border: none;
  border-radius: 80px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 13px 19px;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.edit-address-area form .button {
  background-color: #458DC8;
  color: #fff;
}

.edit-address-area form .button::before {
  background-color: #fff;
}

.edit-address-area form .button.btn-outline-white {
  border: 1px solid #204F76;
}

.edit-address-area form .button.btn-outline-dark-green {
  border: 1px solid #204F76;
}

.edit-address-area form .button:hover,
.edit-address-area form .button:focus,
.edit-address-area form .button:active {
  background-color: #204F76;
  color: #fff;
}

.edit-address-area form .button:hover::before,
.edit-address-area form .button:focus::before,
.edit-address-area form .button:active::before {
  background-color: #fff;
}

.edit-address-area form .button {
  position: relative;
  padding-left: 43px;
}

.edit-address-area form .button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.edit-address-area form .button.icon-arrow::before {
  width: 17px;
  height: 15px;
  -webkit-mask-size: 17px 15px;
  mask-size: 17px 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
}

.edit-address-area form .button.icon-arrow:hover::before,
.edit-address-area form .button.icon-arrow:focus::before,
.edit-address-area form .button.icon-arrow:active::before {
  -webkit-transform: translateX(4px) translateY(-50%);
  transform: translateX(4px) translateY(-50%);
}

.edit-address-area form .button.icon-instagram::before {
  width: 17px;
  height: 17px;
  -webkit-mask-size: 17px 17px;
  mask-size: 17px 17px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-instagram.svg);
  mask-image: url(../../resources/images/svg/icon-instagram.svg);
}

.edit-address-area form .button.icon-settings span {
  margin-left: 8px;
}

.edit-address-area form .button.icon-settings::before {
  width: 24px;
  height: 16px;
  -webkit-mask-size: 24px 16px;
  mask-size: 24px 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-settings.svg);
  mask-image: url(../../resources/images/svg/icon-settings.svg);
}

.edit-address-area form .button::before {
  width: 17px;
  height: 15px;
  -webkit-mask-size: 17px 15px;
  mask-size: 17px 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
}

.edit-address-area form .button:hover::before,
.edit-address-area form .button:focus::before,
.edit-address-area form .button:active::before {
  -webkit-transform: translateX(4px) translateY(-50%);
  transform: translateX(4px) translateY(-50%);
}

.edit-address-area form .button {
  margin-top: 40px;
}

.edit-address-area .u-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.edit-address-area .u-columns .u-column1 {
  width: 100%;
}

.edit-address-area .u-columns .u-column2 {
  width: 100%;
}

.edit-address-area .u-columns h2,
.edit-address-area .u-columns .h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.edit-address-area .u-columns address {
  font-size: 14px;
}

.edit-address-area .u-columns address:last-child {
  margin-bottom: 0;
}

.dashboard-area.view-order--page {
  padding-top: 32px;
}

.dashboard-area.view-order--page p:has(.order-number) {
  color: #15393F;
  font-family: "Coustard", serif;
  font-size: 20px;
  margin-bottom: 32px;
}

.dashboard-area.view-order--page p:has(.order-number) .order-number {
  color: inherit;
  font: inherit;
  margin-right: 20px;
}

.dashboard-area.view-order--page p:has(.order-number) .order-status-label {
  vertical-align: text-bottom;
}

.dashboard-area.view-order--page .order-table-title {
  font-size: 16px;
  line-height: 1.5;
}

.dashboard-area.view-order--page .woocommerce-customer-details {
  margin-top: 60px;
}

.woocommerce-table--order-details {
  width: 100%;
  border-top: 1px solid #DCE1E2;
  box-shadow: none;
  margin-bottom: 25px;
}

.woocommerce-table--order-details thead {
  margin-bottom: 12px;
}

.woocommerce-table--order-details thead tr {
  border-bottom: 1px solid #DCE1E2;
}

.woocommerce-table--order-details thead tr th {
  color: #899B9E;
  font-weight: 400;
  padding: 17px 15px;
}

.woocommerce-table--order-details thead tr th:first-child {
  padding-left: 0;
}

.woocommerce-table--order-details tbody tr:first-child td {
  padding-top: 12px;
}

.woocommerce-table--order-details td {
  color: #15393F;
  font-size: 14px;
  line-height: 2;
  padding: 0 15px;
}

.woocommerce-table--order-details td:first-child {
  padding-left: 0;
}

.woocommerce-table--order-details td a {
  color: #15393F;
  text-decoration: none;
}

.woocommerce-table--order-details td a:hover,
.woocommerce-table--order-details td a:focus,
.woocommerce-table--order-details td a:active {
  text-decoration: underline;
}

.woocommerce-table--order-details .product-qty {
  text-align: center;
}

.order-again {
  margin-bottom: 0;
}

.order-again a {
  display: inline-block;
  border: none;
  border-radius: 80px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 13px 19px;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.order-again a {
  background-color: #D7DE51;
  color: #15393F;
}

.order-again a::before {
  background-color: #15393F;
}

.order-again a.btn-outline-white {
  border: 1px solid #C8DF92;
}

.order-again a.btn-outline-dark-green {
  border: 1px solid #C8DF92;
}

.order-again a:hover,
.order-again a:focus,
.order-again a:active {
  background-color: #C8DF92;
  color: #15393F;
}

.order-again a:hover::before,
.order-again a:focus::before,
.order-again a:active::before {
  background-color: #15393F;
}

.order-again a {
  position: relative;
  padding-left: 43px;
}

.order-again a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.order-again a.icon-arrow::before {
  width: 17px;
  height: 15px;
  -webkit-mask-size: 17px 15px;
  mask-size: 17px 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
}

.order-again a.icon-arrow:hover::before,
.order-again a.icon-arrow:focus::before,
.order-again a.icon-arrow:active::before {
  -webkit-transform: translateX(4px) translateY(-50%);
  transform: translateX(4px) translateY(-50%);
}

.order-again a.icon-instagram::before {
  width: 17px;
  height: 17px;
  -webkit-mask-size: 17px 17px;
  mask-size: 17px 17px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-instagram.svg);
  mask-image: url(../../resources/images/svg/icon-instagram.svg);
}

.order-again a.icon-settings span {
  margin-left: 8px;
}

.order-again a.icon-settings::before {
  width: 24px;
  height: 16px;
  -webkit-mask-size: 24px 16px;
  mask-size: 24px 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-settings.svg);
  mask-image: url(../../resources/images/svg/icon-settings.svg);
}

.order-again a::before {
  width: 17px;
  height: 15px;
  -webkit-mask-size: 17px 15px;
  mask-size: 17px 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
}

.order-again a:hover::before,
.order-again a:focus::before,
.order-again a:active::before {
  -webkit-transform: translateX(4px) translateY(-50%);
  transform: translateX(4px) translateY(-50%);
}

.woocommerce-customer-details .woocommerce-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.woocommerce-customer-details .woocommerce-columns .woocommerce-column {
  width: 100%;
}

.woocommerce-customer-details .woocommerce-column__title {
  font-size: 16px;
  line-height: 1.5;
}

.woocommerce-customer-details address {
  color: #15393F;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 30px;
}

.woocommerce-customer-details address p:last-child {
  margin-bottom: 0;
}

.woocommerce-customer-details address .woocommerce-customer-details--phone,
.woocommerce-customer-details address .woocommerce-customer-details--email {
  font-size: inherit;
  margin-bottom: 0;
}

.order-data-table {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  border-top: 1px solid #DCE1E2;
  border-bottom: 1px solid #DCE1E2;
  color: #15393F;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 16px;
  padding: 20px 0;
}

.order-data-table .label {
  font-weight: 600;
}

.woocommerce_account_subscriptions {
  border-radius: 10px;
  border: 1px solid #DCE1E2;
  margin-bottom: 40px;
  padding: 0 40px 32px;
}

.woocommerce_account_subscriptions .header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  border-bottom: 1px solid #DCE1E2;
  margin-bottom: 40px;
  padding: 32px 0 27px;
}

.woocommerce_account_subscriptions .header .title {
  margin-bottom: 0;
}

.woocommerce_account_subscriptions .no_subscriptions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-top: 32px;
}

.woocommerce_account_subscriptions .no_subscriptions .button {
  display: inline-block;
  border: none;
  border-radius: 80px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 13px 19px;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.woocommerce_account_subscriptions .no_subscriptions .button {
  background-color: #458DC8;
  color: #fff;
}

.woocommerce_account_subscriptions .no_subscriptions .button::before {
  background-color: #fff;
}

.woocommerce_account_subscriptions .no_subscriptions .button.btn-outline-white {
  border: 1px solid #204F76;
}

.woocommerce_account_subscriptions .no_subscriptions .button.btn-outline-dark-green {
  border: 1px solid #204F76;
}

.woocommerce_account_subscriptions .no_subscriptions .button:hover,
.woocommerce_account_subscriptions .no_subscriptions .button:focus,
.woocommerce_account_subscriptions .no_subscriptions .button:active {
  background-color: #204F76;
  color: #fff;
}

.woocommerce_account_subscriptions .no_subscriptions .button:hover::before,
.woocommerce_account_subscriptions .no_subscriptions .button:focus::before,
.woocommerce_account_subscriptions .no_subscriptions .button:active::before {
  background-color: #fff;
}

.woocommerce_account_subscriptions .no_subscriptions .button {
  position: relative;
  padding-left: 43px;
}

.woocommerce_account_subscriptions .no_subscriptions .button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.woocommerce_account_subscriptions .no_subscriptions .button.icon-arrow::before {
  width: 17px;
  height: 15px;
  -webkit-mask-size: 17px 15px;
  mask-size: 17px 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
}

.woocommerce_account_subscriptions .no_subscriptions .button.icon-arrow:hover::before,
.woocommerce_account_subscriptions .no_subscriptions .button.icon-arrow:focus::before,
.woocommerce_account_subscriptions .no_subscriptions .button.icon-arrow:active::before {
  -webkit-transform: translateX(4px) translateY(-50%);
  transform: translateX(4px) translateY(-50%);
}

.woocommerce_account_subscriptions .no_subscriptions .button.icon-instagram::before {
  width: 17px;
  height: 17px;
  -webkit-mask-size: 17px 17px;
  mask-size: 17px 17px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-instagram.svg);
  mask-image: url(../../resources/images/svg/icon-instagram.svg);
}

.woocommerce_account_subscriptions .no_subscriptions .button.icon-settings span {
  margin-left: 8px;
}

.woocommerce_account_subscriptions .no_subscriptions .button.icon-settings::before {
  width: 24px;
  height: 16px;
  -webkit-mask-size: 24px 16px;
  mask-size: 24px 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-settings.svg);
  mask-image: url(../../resources/images/svg/icon-settings.svg);
}

.woocommerce_account_subscriptions .no_subscriptions .button::before {
  width: 17px;
  height: 15px;
  -webkit-mask-size: 17px 15px;
  mask-size: 17px 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
}

.woocommerce_account_subscriptions .no_subscriptions .button:hover::before,
.woocommerce_account_subscriptions .no_subscriptions .button:focus::before,
.woocommerce_account_subscriptions .no_subscriptions .button:active::before {
  -webkit-transform: translateX(4px) translateY(-50%);
  transform: translateX(4px) translateY(-50%);
}

.woocommerce_account_subscriptions .no_subscriptions .button {
  margin-top: 30px;
}

.woocommerce-MyAccount-content:has(.shop_table) h2,
.woocommerce-MyAccount-content:has(.shop_table) .h2 {
  font-size: 16px;
  line-height: 1.5;
}

.woocommerce-MyAccount-content:has(.shop_table) h2,
.woocommerce-MyAccount-content:has(.shop_table) .h2 {
  margin-bottom: 40px;
}

.wds-edit-slot__wrap {
  background-color: transparent;
  padding: 0;
}

.wds-edit-slot__details-heading {
  color: #899B9E;
  font-size: 14px;
  font-weight: 400;
}

.wds-edit-slot__details-timeslot {
  font-size: 14px;
}

.mini-cart-subscription-options {
  padding: 10px 0 0 0;
}

.mini-cart-subscription-options h3,
.mini-cart-subscription-options .h3 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1/85;
}

.mini-cart-subscription-options .subscription-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 10px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mini-cart-subscription-options .subscription-buttons .subscription-option-label {
  position: relative;
  width: calc(50% - 10px);
  cursor: pointer;
}

@media (max-width: 767.9px) {
  .mini-cart-subscription-options .subscription-buttons .subscription-option-label {
    width: 100%;
  }
}

.mini-cart-subscription-options .subscription-buttons .subscription-option-label .subscription-option-input {
  display: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.mini-cart-subscription-options .subscription-buttons .subscription-option-label.default {
  border-radius: 10px;
  border: 1px solid #15393F;
  padding: 18px;
  background-color: #fff;
  transition: background-color 0.3s, border-color 0.3s;
}

.mini-cart-subscription-options .subscription-buttons .subscription-option-label.default .checkbox {
  display: block;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: 18px;
  transition: background-color 0.3s, border-color 0.3s;
}

.mini-cart-subscription-options .subscription-buttons .subscription-option-label.default .checkbox:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  background-size: 10px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-check-white.svg);
}

.mini-cart-subscription-options .subscription-buttons .subscription-option-label.default .subscription-option-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding-left: 35px;
}

.mini-cart-subscription-options .subscription-buttons .subscription-option-label.default.active {
  background-color: #E7EFD7;
  border-color: #689053;
}

.mini-cart-subscription-options .subscription-buttons .subscription-option-label.default.active .checkbox {
  background-color: #689053;
  border-color: #689053;
}

.mini-cart-subscription-options .subscription-buttons .subscription-option-label.discard {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  border-radius: 10px;
}

.mini-cart-subscription-options .subscription-buttons .subscription-option-label.discard .subscription-option-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.5;
  text-decoration: underline;
}

.mini-cart-subscription-options .subscription-buttons .subscription-option-label.discard.active {
  background-color: #E7EFD7;
}

.mini-cart-subscription-options .subscription-buttons .subscription-option-label .subscription-option-list {
  margin: 10px 0 0 0;
  padding-left: 25px;
  font-size: 14px;
}

.mini-cart-subscription-options .subscription-buttons .subscription-option-label .subscription-option-list li {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.sapje-checkout .container:not(.breadcrumbs-container) {
  max-width: 920px;
}

.sapje-checkout .header-checkout h1,
.sapje-checkout .header-checkout .h1 {
  text-align: center;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 0;
}

@media (max-width: 767.9px) {
  .sapje-checkout .header-checkout h1,
  .sapje-checkout .header-checkout .h1 {
    font-size: 40px;
  }
}

.sapje-checkout .header-checkout .checkout-description {
  text-align: center;
  margin-top: 12px;
}

.sapje-checkout .header-checkout .checkout-description p {
  font-family: "Coustard", serif;
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 767.9px) {
  .sapje-checkout .header-checkout .checkout-description p {
    font-size: 18px;
  }
}

.sapje-checkout .woocommerce {
  padding-bottom: 160px;
}

@media (max-width: 991.9px) {
  .sapje-checkout .woocommerce {
    padding-bottom: 80px;
  }
}

.sapje-checkout .sections-holder {
  margin-top: 40px;
}

.checkout-steps {
  position: relative;
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.checkout-steps:before,
.checkout-steps .checkout-line {
  position: absolute;
  top: 16px;
  left: 0;
  height: 2px;
}

.checkout-steps:before {
  display: block;
  content: "";
  width: 100%;
  background-color: rgba(21, 57, 63, 0.15);
}

.checkout-steps .checkout-line {
  background-color: #689053;
}

.checkout-steps .checkout-step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-steps .checkout-step .checkout-circle {
  position: relative;
  background-color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid rgba(21, 57, 63, 0.15);
  transition: all 0.3s ease-in-out;
  margin-bottom: 12px;
}

.checkout-steps .checkout-step .checkout-circle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background-size: 14px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-check-white.svg);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.checkout-steps .checkout-step .checkout-circle.next {
  border-color: #689053;
}

.checkout-steps .checkout-step .checkout-circle.active {
  border-color: #689053;
  background-color: #689053;
}

.checkout-steps .checkout-step .checkout-circle.active:before {
  visibility: visible;
  opacity: 1;
}

.checkout-steps .checkout-step span {
  text-align: center;
  font-family: "Coustard", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 767.9px) {
  .checkout-steps .checkout-step span {
    font-size: 14px;
  }
}

.sapje-checkout .checkout .checkout-page {
  margin-top: 45px;
}

.sapje-checkout .checkout .checkout-page .cart-wrapper .cart-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}

.sapje-checkout .checkout .checkout-page .cart-wrapper .cart-title h2,
.sapje-checkout .checkout .checkout-page .cart-wrapper .cart-title .h2 {
  margin-bottom: 0;
}

.sapje-checkout .checkout .checkout-page .cart-wrapper .cart-title a {
  color: #15393F;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.sapje-checkout .checkout .checkout-page .cart-wrapper .cart-items-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 30px;
}

@media (max-width: 991.9px) {
  .sapje-checkout .checkout .checkout-page .cart-wrapper .cart-items-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.9px) {
  .sapje-checkout .checkout .checkout-page .cart-wrapper .cart-items-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sapje-checkout .checkout .checkout-page .cart-wrapper .cart-items-wrapper .cart-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}

.sapje-checkout .checkout .checkout-page .cart-wrapper .cart-items-wrapper .cart-item .cart-item-image {
  width: 60px;
  height: 60px;
  border-radius: 10px;
}

.sapje-checkout .checkout .checkout-page .cart-wrapper .cart-items-wrapper .cart-item .cart-item-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.sapje-checkout .checkout .checkout-page .cart-wrapper .cart-items-wrapper .cart-item .cart-item-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sapje-checkout .checkout .checkout-page .cart-wrapper .cart-items-wrapper .cart-item .cart-item-details span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.sapje-checkout .checkout .checkout-page .cart-wrapper .cart-items-wrapper .cart-item .cart-item-details span.title {
  font-weight: 500;
}

.sapje-checkout .checkout .checkout-page .checkout-inputs-wrapper {
  margin-top: 45px;
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 20px;
}

@media (max-width: 991.9px) {
  .sapje-checkout .checkout .checkout-page .checkout-inputs-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.sapje-checkout .checkout .checkout-page .checkout-inputs-wrapper .billing-login-notice {
  width: 100%;
  position: relative;
  border-radius: 10px;
  background: #E7EFD7;
  padding: 22px 25px;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -ms-flex-align: center;
  align-items: center;
  grid-column: span 2;
}

.sapje-checkout .checkout .checkout-page .checkout-inputs-wrapper .billing-login-notice:before {
  content: "";
  display: block;
  width: 16px;
  height: 21px;
  background-size: 16px 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-account.svg);
  padding: 8px 10.5px;
}

.sapje-checkout .checkout .checkout-page .checkout-inputs-wrapper .billing-login-notice p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
}

.sapje-checkout .checkout .checkout-page .checkout-inputs-wrapper .billing-login-notice p a {
  color: inherit;
}

.sapje-checkout .checkout .checkout-page .checkout-inputs-wrapper .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sapje-checkout .checkout .checkout-page .checkout-inputs-wrapper .form-row label {
  line-height: 2;
}

.sapje-checkout .checkout .checkout-page .checkout-inputs-wrapper .form-row input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(21, 57, 63, 0.15);
  background: #FFF;
  padding: 12px 18px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}

.sapje-checkout .checkout .checkout-page .checkout-inputs-wrapper .form-row input:focus {
  outline: none;
  border-color: #15393F;
}

.sapje-checkout .checkout .checkout-page .checkout-inputs-wrapper .form-row.country_select .select2-selection--single {
  border-radius: 10px;
  border: 1px solid rgba(21, 57, 63, 0.15);
  background: #FFF;
  height: 58px;
}

.sapje-checkout .checkout .checkout-page .checkout-inputs-wrapper .form-row.country_select .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sapje-checkout .checkout .checkout-page .checkout-inputs-wrapper .form-row.country_select .select2-selection__rendered {
  color: #15393F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  padding: 12px 18px;
}

.sapje-checkout .checkout .checkout-page .checkout-inputs-wrapper .form-row.woocommerce-invalid input {
  border-color: red;
}

.sapje-checkout .checkout .checkout-page .checkout-inputs-wrapper .form-row.woocommerce-invalid label {
  color: red;
}

.sapje-checkout .checkout .checkout-page .checkout-inputs-wrapper .form-row.woocommerce-invalid .checkout-inline-error-message {
  display: none;
}

.sapje-checkout .checkout .checkout-page .shipping-fields .ship-to-different-address label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.sapje-checkout .checkout .checkout-page .shipping-fields .ship-to-different-address label input {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #15393F;
  background: #FFF;
  margin-right: 18px;
}

.sapje-checkout .checkout .checkout-page .kl_newsletter_checkbox_field {
  grid-column: span 2;
}

.sapje-checkout .checkout .checkout-page .kl_newsletter_checkbox_field .woocommerce-input-wrapper label.checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.sapje-checkout .checkout .checkout-page .kl_newsletter_checkbox_field .woocommerce-input-wrapper label.checkbox input {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #15393F;
  background: #FFF;
  margin-right: 18px;
}

.sapje-checkout .checkout .checkout-page .order-comments {
  margin-top: 35px;
  padding-top: 55px;
  border-top: 1px dashed rgba(21, 57, 63, 0.15);
}

.sapje-checkout .checkout .checkout-page .order-comments .form-row label {
  display: none;
}

.sapje-checkout .checkout .checkout-page .order-comments .form-row textarea {
  width: 100%;
  min-height: 180px;
  border: 1px solid rgba(21, 57, 63, 0.15);
  border-radius: 10px;
  background: #FFF;
  padding: 12px 18px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}

.sapje-checkout .checkout .checkout-page .order-comments .form-row textarea:focus {
  outline: none;
  border-color: #15393F;
}

.sapje-checkout .checkout .checkout-page .order-totals .totals-title {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
}

@media (max-width: 991.9px) {
  .sapje-checkout .checkout .checkout-page .order-totals .totals-title {
    grid-template-columns: 1fr;
  }
}

.sapje-checkout .checkout .checkout-page .order-totals .totals-title h2,
.sapje-checkout .checkout .checkout-page .order-totals .totals-title .h2 {
  margin-bottom: 0;
}

.sapje-checkout .checkout .checkout-page .order-totals .totals-title .coupon-section {
  text-align: right;
}

.sapje-checkout .checkout .checkout-page .order-totals .totals-title .coupon-section a {
  color: #15393F;
  font-size: 16px;
  text-decoration: underline;
}

.sapje-checkout .checkout .checkout-page .order-totals .totals-title .coupon-section .coupon-input-wrapper {
  margin-top: 10px;
  display: none;
}

.sapje-checkout .checkout .checkout-page .order-totals .totals-title .coupon-section .coupon-input-wrapper input {
  width: 30%;
  border-radius: 10px;
  border: 1px solid rgba(21, 57, 63, 0.15);
  background: #FFF;
  padding: 5px 4px;
  font-size: 14px;
  line-height: 1;
}

.sapje-checkout .checkout .checkout-page .order-totals .totals-title .coupon-section .coupon-input-wrapper input:focus {
  outline: none;
  border-color: #15393F;
}

.sapje-checkout .checkout .checkout-page .order-totals .totals-title .coupon-section .coupon-input-wrapper button {
  border: none;
  background: #D7DE51;
  height: 100%;
  padding: 5px 4px;
  border-radius: 10px;
}

.sapje-checkout .checkout .checkout-page .order-totals .woocommerce-checkout-totals .cart-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sapje-checkout .checkout .checkout-page .order-totals .woocommerce-checkout-totals .cart-data span {
  color: #15393F;
  font-size: 14px;
  line-height: 1.7;
}

.sapje-checkout .checkout .checkout-page .order-totals .woocommerce-checkout-totals .cart-data.cart-coupon .woocommerce-remove-coupon {
  font-size: 14px;
  line-height: 1.7;
  color: #15393F;
  text-decoration: underline;
}

.sapje-checkout .checkout .checkout-page .order-totals .woocommerce-checkout-totals .cart-data.cart-total span {
  font-weight: 500;
}

.sapje-checkout .checkout .checkout-page .checkout-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-top: 35px;
}

@media (max-width: 991.9px) {
  .sapje-checkout .checkout .checkout-page .checkout-buttons {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.sapje-checkout .checkout .checkout-page .checkout-buttons button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  border-radius: 80px;
  background: #D7DE51;
  padding: 13px;
  color: #15393F;
  font-family: "Coustard", serif;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
}

.sapje-checkout .checkout .checkout-page .checkout-buttons button:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-lock.svg);
  padding: 8px;
}

.sapje-checkout .checkout .checkout-page .checkout-buttons button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background: #EFEFEF;
}

.sapje-checkout .checkout .checkout-page .checkout-buttons button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  padding: 8px 20px;
}

.sapje-checkout .checkout .page-payment {
  position: relative;
}

.sapje-checkout .checkout .page-payment .preloader {
  transition: visibility 0.3s, opacity 0.5s linear;
  visibility: hidden;
  opacity: 0;
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper {
  border-radius: 10px;
  border: 1px solid rgba(21, 57, 63, 0.15);
  padding: 5px 40px 60px;
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .payment-methods {
  margin: 0;
  list-style: none;
  padding: 0;
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .payment-methods .wc_payment_method {
  padding: 30px 0;
  border-bottom: 1px dashed rgba(21, 57, 63, 0.15);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .payment-methods .wc_payment_method:last-child {
  border-bottom: none;
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .payment-methods .wc_payment_method input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 19px;
  height: 19px;
  border: 1px solid #15393F;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .payment-methods .wc_payment_method input[type=radio]::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #15393F;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .payment-methods .wc_payment_method input[type=radio]:checked::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .payment-methods .wc_payment_method label {
  width: calc(100% - 35px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .payment-methods .wc_payment_method label .mollie-gateway-icon {
  height: 25px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block;
  margin: 0;
  outline: 1px solid rgba(21, 57, 63, 0.15);
  outline-offset: 6px;
  border-radius: 2px;
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .payment-methods .wc_payment_method .payment_box,
.sapje-checkout .checkout .page-payment .payment-page-wrapper .payment-methods .wc_payment_method .mollie-components,
.sapje-checkout .checkout .page-payment .payment-page-wrapper .payment-methods .wc_payment_method .mollie-components-description {
  width: 100%;
  margin: 0;
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .payment-methods .wc_payment_method .payment_box svg:last-of-type,
.sapje-checkout .checkout .page-payment .payment-page-wrapper .payment-methods .wc_payment_method .mollie-components svg:last-of-type,
.sapje-checkout .checkout .page-payment .payment-page-wrapper .payment-methods .wc_payment_method .mollie-components-description svg:last-of-type {
  margin-bottom: 4px;
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .payment-methods .wc_payment_method .payment_box select {
  margin-left: 10px;
  border: 1px solid rgba(21, 57, 63, 0.15);
  border-radius: 5px;
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .checkout-after-payment-options-text {
  border-bottom: 1px dashed rgba(21, 57, 63, 0.15);
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .checkout-after-payment-options-text p {
  color: var(--Dark-Green, #15393F);
  font-size: 14px;
  line-height: 2;
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .place-order {
  margin-top: 20px;
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .place-order .wc-terms-and-conditions {
  margin-bottom: 25px;
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .place-order .wc-terms-and-conditions .checkout-privacy-error-msg {
  margin-top: 5px;
  color: #dc3545;
  display: none;
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .place-order .wc-terms-and-conditions label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .place-order .wc-terms-and-conditions label input {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #15393F;
  margin-right: 9px;
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .place-order .wc-terms-and-conditions label span {
  font-size: 14px;
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .place-order .wc-terms-and-conditions label span a {
  text-decoration: none;
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .place-order button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  border-radius: 80px;
  background: #D7DE51;
  padding: 13px;
  color: #15393F;
  font-family: "Coustard", serif;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .place-order button:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-lock.svg);
  padding: 8px;
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .place-order button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background: #EFEFEF;
}

.sapje-checkout .checkout .page-payment .payment-page-wrapper .place-order button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  padding: 8px 20px;
}

.sapje-checkout .checkout .page-payment.loading .preloader {
  visibility: visible;
  opacity: 1;
}

.woocommerce-order-pay .woocommerce {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto 60px;
  padding: 0 20px;
}

.woocommerce-order-pay .woocommerce .woocommerce-error {
  margin-bottom: 60px;
}

.woocommerce-order-pay .woocommerce form {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.woocommerce-order-pay .woocommerce .button {
  display: inline-block;
  border: none;
  border-radius: 80px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 13px 19px;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.woocommerce-order-pay .woocommerce .button {
  background-color: #458DC8;
  color: #fff;
}

.woocommerce-order-pay .woocommerce .button::before {
  background-color: #fff;
}

.woocommerce-order-pay .woocommerce .button.btn-outline-white {
  border: 1px solid #204F76;
}

.woocommerce-order-pay .woocommerce .button.btn-outline-dark-green {
  border: 1px solid #204F76;
}

.woocommerce-order-pay .woocommerce .button:hover,
.woocommerce-order-pay .woocommerce .button:focus,
.woocommerce-order-pay .woocommerce .button:active {
  background-color: #204F76;
  color: #fff;
}

.woocommerce-order-pay .woocommerce .button:hover::before,
.woocommerce-order-pay .woocommerce .button:focus::before,
.woocommerce-order-pay .woocommerce .button:active::before {
  background-color: #fff;
}

.woocommerce-order-pay .woocommerce .button {
  position: relative;
  padding-left: 43px;
}

.woocommerce-order-pay .woocommerce .button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.woocommerce-order-pay .woocommerce .button.icon-arrow::before {
  width: 17px;
  height: 15px;
  -webkit-mask-size: 17px 15px;
  mask-size: 17px 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
}

.woocommerce-order-pay .woocommerce .button.icon-arrow:hover::before,
.woocommerce-order-pay .woocommerce .button.icon-arrow:focus::before,
.woocommerce-order-pay .woocommerce .button.icon-arrow:active::before {
  -webkit-transform: translateX(4px) translateY(-50%);
  transform: translateX(4px) translateY(-50%);
}

.woocommerce-order-pay .woocommerce .button.icon-instagram::before {
  width: 17px;
  height: 17px;
  -webkit-mask-size: 17px 17px;
  mask-size: 17px 17px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-instagram.svg);
  mask-image: url(../../resources/images/svg/icon-instagram.svg);
}

.woocommerce-order-pay .woocommerce .button.icon-settings span {
  margin-left: 8px;
}

.woocommerce-order-pay .woocommerce .button.icon-settings::before {
  width: 24px;
  height: 16px;
  -webkit-mask-size: 24px 16px;
  mask-size: 24px 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-settings.svg);
  mask-image: url(../../resources/images/svg/icon-settings.svg);
}

.woocommerce-order-pay .woocommerce .button::before {
  width: 17px;
  height: 15px;
  -webkit-mask-size: 17px 15px;
  mask-size: 17px 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
  mask-image: url(../../resources/images/svg/icon-btn-arrow.svg);
}

.woocommerce-order-pay .woocommerce .button:hover::before,
.woocommerce-order-pay .woocommerce .button:focus::before,
.woocommerce-order-pay .woocommerce .button:active::before {
  -webkit-transform: translateX(4px) translateY(-50%);
  transform: translateX(4px) translateY(-50%);
}

.wc_payment_methods {
  margin: 0;
  list-style: none;
  padding: 0;
}

.wc_payment_methods .wc_payment_method {
  padding: 30px 0;
  border-bottom: 1px dashed rgba(21, 57, 63, 0.15);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wc_payment_methods .wc_payment_method:last-child {
  border-bottom: none;
}

.wc_payment_methods .wc_payment_method input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 19px;
  height: 19px;
  border: 1px solid #15393F;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.wc_payment_methods .wc_payment_method input[type=radio]::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #15393F;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.wc_payment_methods .wc_payment_method input[type=radio]:checked::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.wc_payment_methods .wc_payment_method label {
  width: calc(100% - 35px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wc_payment_methods .wc_payment_method label .mollie-gateway-icon {
  height: 25px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block;
  margin: 0;
  outline: 1px solid rgba(21, 57, 63, 0.15);
  outline-offset: 6px;
  border-radius: 2px;
}

.wc_payment_methods .wc_payment_method .payment_box,
.wc_payment_methods .wc_payment_method .mollie-components,
.wc_payment_methods .wc_payment_method .mollie-components-description {
  width: 100%;
  margin: 0;
}

.wc_payment_methods .wc_payment_method .payment_box svg:last-of-type,
.wc_payment_methods .wc_payment_method .mollie-components svg:last-of-type,
.wc_payment_methods .wc_payment_method .mollie-components-description svg:last-of-type {
  margin-bottom: 4px;
}

.wc_payment_methods .wc_payment_method .payment_box select {
  margin-left: 10px;
  border: 1px solid rgba(21, 57, 63, 0.15);
  border-radius: 5px;
}

.product:has(.product-schedule-section) {
  overflow: hidden;
}

.product-schedule-section {
  margin-bottom: 60px;
}

.product-schedule-section .product-schedule-days {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}

.product-schedule-section .product-schedule-days a {
  color: #15393F;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 15px 25px;
  border-radius: 80px;
  border: 1px solid rgba(21, 57, 63, 0.15);
  transition: all 0.3s ease-in-out;
}

.product-schedule-section .product-schedule-days a.active {
  color: #fff;
  border-color: #15393F;
  background-color: #15393F;
}

.product-schedule-section .product-schedule-wrapper {
  margin-top: 55px;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, height 0.3s ease;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .navigation-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 4px;
  position: relative;
  top: 0;
  right: 0;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .navigation-container .swiper-arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-arrow {
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  border: 1px solid #689053;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-arrow.swiper-button-lock {
  display: none !important;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-arrow::before {
  content: "";
  margin: auto;
  transition: all 0.3s ease-in-out;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-arrow:hover:not(.swiper-button-disabled),
.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-arrow:focus:not(.swiper-button-disabled),
.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-arrow:active:not(.swiper-button-disabled) {
  background-color: #689053;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-arrow:hover:not(.swiper-button-disabled).button-prev::before,
.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-arrow:focus:not(.swiper-button-disabled).button-prev::before,
.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-arrow:active:not(.swiper-button-disabled).button-prev::before {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-arrow:hover:not(.swiper-button-disabled).button-next::before,
.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-arrow:focus:not(.swiper-button-disabled).button-next::before,
.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-arrow:active:not(.swiper-button-disabled).button-next::before {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-arrow[aria-disabled=true] {
  opacity: 0.3;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-arrow.button-prev::before {
  width: 9px;
  height: 17px;
  background-size: 9px 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-slider-prev.svg);
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-arrow.button-next::before {
  width: 9px;
  height: 17px;
  background-size: 9px 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-slider-next.svg);
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-arrow {
  margin-bottom: 30px;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-wrapper {
  overflow: visible;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-slide {
  width: 200px !important;
  overflow: visible;
  z-index: 1;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-slide:hover {
  z-index: 20;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-slide .product-schedule-item {
  position: relative;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-slide .product-schedule-item:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: calc(100% + 35px);
  height: 1px;
  background: rgba(21, 57, 63, 0.15);
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-slide .product-schedule-item .time-interval {
  position: relative;
  text-align: center;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-slide .product-schedule-item .time-interval .time-circle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -32px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 5;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-slide .product-schedule-item .time-interval .time-circle:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #15393F;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-slide .product-schedule-item .time-interval span {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-slide .product-schedule-item .product-image-wrapper {
  margin-top: 25px;
  border-radius: 20px;
  height: 200px;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-slide .product-schedule-item .product-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-slide .product-schedule-item .product-content-wrapper {
  position: relative;
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-slide .product-schedule-item .product-content-wrapper h4,
.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-slide .product-schedule-item .product-content-wrapper .h4 {
  margin-bottom: 0;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-slide .product-schedule-item .product-content-wrapper .product-description {
  min-width: 420px;
  position: absolute;
  background-color: #fff;
  border: solid 1px #CFCFCF;
  border-radius: 5px;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
  padding: 23px 30px;
  bottom: 40px;
  left: -30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 100;
}

@media (max-width: 767.9px) {
  .product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-slide .product-schedule-item .product-content-wrapper .product-description {
    max-width: 100%;
    min-width: unset;
    padding: 10px 15px;
    left: 0;
  }
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-slide .product-schedule-item .product-content-wrapper .product-description p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  margin: 0;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-slide .product-schedule-item .product-content-wrapper .product-description::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(60%) rotate(45deg);
  transform: translateX(60%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-right: solid 1px #CFCFCF;
  border-bottom: solid 1px #CFCFCF;
}

@media (max-width: 767.9px) {
  .product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-slide .product-schedule-item .product-content-wrapper .product-description::after {
    content: none;
  }
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-slide .product-schedule-item .product-content-wrapper:has(.product-description) {
  cursor: pointer;
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-slide .product-schedule-item .product-content-wrapper:has(.product-description):after {
  content: "";
  display: block;
  padding: 8px;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-info.svg);
}

.product-schedule-section .product-schedule-wrapper .schedule-slider .swiper-slide .product-schedule-item .product-content-wrapper:has(.product-description):hover .product-description {
  opacity: 1;
  visibility: visible;
}

.header-home-section {
  margin-bottom: 120px;
}

.header-home-section .section-inner-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-height: 520px;
  padding: 40px 0;
}

.header-home-section .section-inner-wrapper .media-part {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.header-home-section .section-inner-wrapper .media-part::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) -5.19%, rgba(0, 0, 0, 0.55) 100%);
}

.header-home-section .section-inner-wrapper .media-part img,
.header-home-section .section-inner-wrapper .media-part video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-home-section .section-inner-wrapper .inner-container {
  position: relative;
  z-index: 2;
}

.header-home-section .section-inner-wrapper .section-title {
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
}

.header-home-section .section-inner-wrapper .content-wrapper {
  margin-bottom: 32px;
  text-align: center;
}

.header-home-section .section-inner-wrapper .content-wrapper p,
.header-home-section .section-inner-wrapper .content-wrapper li,
.header-home-section .section-inner-wrapper .content-wrapper a {
  color: #fff;
  font-family: "Coustard", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.header-home-section .section-inner-wrapper .btns-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

.header-home-section .footer-rating-part {
  padding-top: 18px;
  padding-bottom: 20px;
}

.header-default-section {
  position: relative;
  margin-bottom: 80px;
}

.header-default-section.bread-no-margin-bottom .breadcrumbs-container {
  margin-bottom: 0;
}

.header-default-section:has(.media-part) .breadcrumbs-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.header-default-section:has(.media-part) .breadcrumbs span,
.header-default-section:has(.media-part) .breadcrumbs a {
  color: #fff;
}

.header-default-section:has(.media-part) .breadcrumbs span.home,
.header-default-section:has(.media-part) .breadcrumbs a.home {
  background-color: #fff;
}

.header-default-section:has(.media-part) .breadcrumbs .separator {
  background-color: #fff;
}

.header-default-section:has(.media-part) .section-title {
  color: #fff;
}

.header-default-section:has(.media-part) .content-wrapper p,
.header-default-section:has(.media-part) .content-wrapper li {
  color: #fff;
}

.header-default-section:has(.media-part) .section-inner-wrapper {
  min-height: 400px;
  padding: 83px 0;
}

.header-default-section .breadcrumbs-container {
  margin-bottom: 40px;
}

.header-default-section .breadcrumbs-container .breadcrumbs {
  padding-top: 30px;
  padding-bottom: 30px;
}

.header-default-section .section-inner-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.header-default-section .section-inner-wrapper .media-part {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.header-default-section .section-inner-wrapper .media-part::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) -5.19%, rgba(0, 0, 0, 0.55) 100%);
}

.header-default-section .section-inner-wrapper .media-part img,
.header-default-section .section-inner-wrapper .media-part video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-default-section .section-inner-wrapper .inner-container {
  position: relative;
  z-index: 2;
}

.header-default-section .section-inner-wrapper .section-title {
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 767.9px) {
  .header-default-section .section-inner-wrapper .section-title {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
  }
}

.header-default-section .section-inner-wrapper .content-wrapper {
  margin-top: 16px;
  text-align: center;
}

.header-default-section .section-inner-wrapper .filter-row {
  padding-top: 16px;
  text-align: center;
}

@media (max-width: 767.9px) {
  .header-default-section .section-inner-wrapper .filter-row {
    position: fixed;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
  }

  .header-default-section .section-inner-wrapper .filter-row .btn {
    background-color: #15393F;
    color: #fff !important;
    border-color: #15393F;
  }

  .header-default-section .section-inner-wrapper .filter-row .btn:before {
    background-color: #fff !important;
  }
}

@media (max-width: 991.9px) {
  .header-default-section .small-cta-block {
    display: none;
  }
}

.header-article {
  position: relative;
}

.header-article .small-cta-block.side-absolute {
  top: 213px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header-article .breadcrumbs-container {
  margin-bottom: 18px;
}

.header-article .share-column {
  position: relative;
}

.header-article .share-column .open-share-btn {
  position: absolute;
  top: -16px;
  right: 20px;
}

.header-article .publish-date {
  display: inline-block;
  color: #899B9E;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.25;
  margin-bottom: 17px;
  text-transform: lowercase;
}

.header-article .article-title {
  margin-bottom: 48px;
}

.header-article .thumbnail-wrapper {
  position: relative;
  height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding-top: 52.17%;
  overflow: hidden;
  margin-bottom: 48px;
}

.header-article .thumbnail-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 322px;
  height: 271px;
  background-size: 322px 271px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/el-article-thumbnail.svg);
}

.header-article .thumbnail-wrapper.disable-arrow::after {
  display: none !important;
  content: none !important;
}

.vitality-quiz-section {
  margin-bottom: 60px;
}

.vitality-quiz-block {
  --border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #D7DE51;
  border-radius: var(--border-radius);
}

.vitality-quiz-block .image-wrapper {
  width: 100%;
  position: relative;
  min-height: 348px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--border-radius);
}

.vitality-quiz-block .image-wrapper::after {
  content: "";
  position: absolute;
}

@media (max-width: 991.9px) {
  .vitality-quiz-block .image-wrapper::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-50px) translateY(50%) rotate(80deg);
    transform: translateX(-50px) translateY(50%) rotate(80deg);
    width: 94px;
    height: 86px;
    background-size: 94px 86px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/icon-quiz-arrow.svg);
  }
}

.vitality-quiz-block .content-column {
  width: 100%;
  padding: 30px;
}

.vitality-quiz-block .content-column .section-title {
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}

.vitality-quiz-block .content-column .content-wrapper {
  margin-bottom: 17px;
}

.vitality-quiz-block .content-column .content-wrapper p {
  line-height: 2.25;
}

.reviews-section {
  margin-bottom: 60px;
}

.reviews-section .section-top-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 53px;
  text-align: center;
}

.reviews-section .section-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 15px;
}

.reviews-section .section-description {
  margin-bottom: 20px;
}

.reviews-section .btn-wrapper {
  padding-top: 64px;
  text-align: center;
}

.reviews-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.product-gallery-grid-section {
  padding-bottom: 60px;
}

.product-gallery-grid-section .images-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.product-gallery-grid-section .grid-item:nth-child(1) {
  grid-row: span 2;
  grid-column: span 2;
}

.product-gallery-grid-section .grid-item:nth-child(5) {
  grid-row: span 2;
}

.product-gallery-grid-section .grid-item:nth-child(5) .image-wrapper {
  height: 100%;
}

.product-gallery-grid-section .grid-item .image-wrapper {
  position: relative;
  padding-bottom: 100%;
}

.product-gallery-grid-section .grid-item .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.faq-section {
  margin-bottom: 60px;
}

.faq-section {
  background: #E7EFD7;
  border-radius: 40px;
  padding-top: 57px;
  padding-bottom: 60px;
}

.faq-section.no-bg {
  background-color: transparent;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.faq-section .header-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
  margin-bottom: 55px;
}

.faq-section .section-title {
  margin-bottom: 0;
  text-align: center;
}

.faq-section .content-wrapper {
  text-align: center;
}

.faq-section .btn-wrapper {
  padding-top: 40px;
}

.faq-section .faq-item {
  position: relative;
  overflow: hidden;
}

.faq-section .faq-item .hover-tile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #C8D4C0;
  visibility: visible;
  opacity: 1;
}

.faq-section .faq-item.active .hover-tile {
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
}

.faq-section .faq-item .faq-toggle-desription {
  position: relative;
  z-index: 2;
}

.faq-section .faq-item .faq-toggle-desription::before {
  background-color: #15393F;
}

[data-directional-hover-tile] {
  transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transform: translateY(-101%);
  transform: translateY(-101%);
  will-change: transform;
}

.products-section {
  --navigation-offset: 96px;
}

.products-section {
  margin-bottom: 60px;
}

@media (max-width: 767.9px) {
  .products-section:has(.swiper-arrow:not(.swiper-button-lock)) .section-top-column {
    margin-bottom: 0;
  }
}

.products-section .section-title {
  text-align: center;
}

.products-section .section-description {
  margin-bottom: 53px;
  text-align: center;
}

@media (max-width: 767.9px) {
  .products-section .section-description {
    margin-bottom: 15px;
  }
}

.products-section .btn-wrapper {
  margin-top: 63px;
  text-align: center;
}

@media (max-width: 767.9px) {
  .products-section .btn-wrapper {
    margin-top: 15px;
  }
}

.products-slider {
  --swiper-wrapper-transition-timing-function: cubic-bezier(0.625, 0.05, 0, 1);
  position: relative;
}

@media (max-width: 991.9px) {
  .products-slider .swiper-slide {
    width: 200px;
  }
}

.products-slider .swiper-wrapper .swiper-slide {
  height: auto !important;
}

.products-slider .swiper-wrapper .swiper-slide .loop-product {
  height: 100%;
}

.products-slider .navigation-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 4px;
  position: relative;
  top: 0;
  right: 0;
}

.products-slider .navigation-container .swiper-arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.products-slider .swiper-arrow {
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  border: 1px solid #689053;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.products-slider .swiper-arrow.swiper-button-lock {
  display: none !important;
}

.products-slider .swiper-arrow::before {
  content: "";
  margin: auto;
  transition: all 0.3s ease-in-out;
}

.products-slider .swiper-arrow:hover:not(.swiper-button-disabled),
.products-slider .swiper-arrow:focus:not(.swiper-button-disabled),
.products-slider .swiper-arrow:active:not(.swiper-button-disabled) {
  background-color: #689053;
}

.products-slider .swiper-arrow:hover:not(.swiper-button-disabled).button-prev::before,
.products-slider .swiper-arrow:focus:not(.swiper-button-disabled).button-prev::before,
.products-slider .swiper-arrow:active:not(.swiper-button-disabled).button-prev::before {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.products-slider .swiper-arrow:hover:not(.swiper-button-disabled).button-next::before,
.products-slider .swiper-arrow:focus:not(.swiper-button-disabled).button-next::before,
.products-slider .swiper-arrow:active:not(.swiper-button-disabled).button-next::before {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.products-slider .swiper-arrow[aria-disabled=true] {
  opacity: 0.3;
}

.products-slider .swiper-arrow.button-prev::before {
  width: 9px;
  height: 17px;
  background-size: 9px 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-slider-prev.svg);
}

.products-slider .swiper-arrow.button-next::before {
  width: 9px;
  height: 17px;
  background-size: 9px 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-slider-next.svg);
}

.products-slider .swiper-arrow {
  margin-bottom: 30px;
}

.product-gallery-slider-section {
  margin-bottom: 60px;
}

.product-gallery-slider-section .top-column {
  position: relative;
  z-index: 2;
  margin-bottom: 53px;
  text-align: center;
}

.product-gallery-slider-section .btn-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 64px;
  text-align: center;
}

.gallery-infinite-slider {
  padding: 100px 0;
  margin: -100px 0;
}

.gallery-infinite-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.gallery-infinite-slider .swiper-slide {
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}

.gallery-infinite-slider .swiper-slide .image-container {
  width: 100%;
  max-width: 320px;
  margin: auto;
}

.gallery-infinite-slider .swiper-slide .image-wrapper {
  position: relative;
  width: 100%;
}

.gallery-infinite-slider .swiper-slide .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-infinite-slider .swiper-slide:nth-child(odd) .image-wrapper {
  max-height: 400px;
  padding-bottom: 125%;
}

.gallery-infinite-slider .swiper-slide:nth-child(even) .image-wrapper {
  max-height: 320px;
  padding-bottom: 100%;
}

.clickthrough-section {
  margin-bottom: 60px;
}

.clickthrough-section .section-title {
  margin-bottom: 14px;
}

.clickthrough-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: 1fr;
  gap: 20px;
}

.clickthrough-grid .grid-item:nth-child(3) .clickthrough-block-item .image-wrapper {
  position: relative;
}

.clickthrough-grid .grid-item:nth-child(3) .clickthrough-block-item .image-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(20px);
  transform: translateX(50%) translateY(20px);
  width: 100px;
  height: 91px;
  background-size: 100px 91px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/el-arrow-cta.svg);
  z-index: 5;
}

.clickthrough-grid .grid-item:nth-child(3) .clickthrough-block-item .info-wrapper {
  background-color: #458DC8;
}

.clickthrough-grid .grid-item:nth-child(3) .clickthrough-block-item .info-wrapper .block-title {
  color: #fff;
}

.clickthrough-grid .grid-item:nth-child(3) .clickthrough-block-item .info-wrapper .block-content-wrapper p {
  color: #fff;
}

.clickthrough-grid .grid-item:nth-child(4) .clickthrough-block-item {
  gap: 20px;
}

.clickthrough-grid .grid-item:nth-child(4) .clickthrough-block-item .image-wrapper {
  min-height: 220px;
  border-radius: 20px;
}

.clickthrough-grid .grid-item:nth-child(4) .clickthrough-block-item .image-wrapper video {
  border-radius: 20px;
}

.clickthrough-grid .grid-item:nth-child(4) .clickthrough-block-item .info-wrapper {
  background-color: #F9E59C;
  border-radius: 20px;
}

.clickthrough-grid .clickthrough-block-item {
  height: 100%;
}

.clickthrough-grid .clickthrough-block-item .image-wrapper {
  position: relative;
}

.clickthrough-grid .clickthrough-block-item .image-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px 20px 0 0;
}

.clickthrough-grid .section-block {
  padding: 0;
  text-align: center;
}

.clickthrough-block-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.clickthrough-block-item .image-wrapper {
  min-height: 190px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 0 0;
}

.clickthrough-block-item .info-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #D7DE51;
  border-radius: 0 0 20px 20px;
  padding: 30px 40px 30px;
}

.clickthrough-block-item .info-wrapper .block-title {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 5px;
}

.clickthrough-block-item .info-wrapper .block-content-wrapper {
  margin-bottom: 17px;
}

.clickthrough-block-item .info-wrapper .block-content-wrapper p {
  line-height: 2.25;
}

.clickthrough-block-item .info-wrapper .btn-wrapper {
  margin-top: auto;
}

.usp-section {
  margin-bottom: 60px;
}

.usp-section {
  padding-top: 60px;
}

.usp-section {
  padding-bottom: 60px;
}

.usp-section {
  background-color: #689053;
}

@media (max-width: 991.9px) {
  .usp-section .has-row-gap {
    row-gap: 20px;
  }
}

.usp-section .top-column {
  margin-bottom: 50px;
  text-align: center;
}

.usp-section .top-column .section-title {
  color: #fff;
}

.usp-section .top-column .section-content-wrapper p,
.usp-section .top-column .section-content-wrapper li {
  color: #fff;
}

.usp-section .usp-column:last-child .usp-block-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 2;
  -webkit-transform: translateX(140px) translateY(-40%);
  transform: translateX(140px) translateY(-40%);
  width: 74px;
  height: 45px;
  background-size: 74px 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/el-arrow-usp-last.svg);
}

.usp-section .usp-column:first-child .usp-block-item::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 100%;
  z-index: 2;
  -webkit-transform: translateX(145px) translateY(-25px);
  transform: translateX(145px) translateY(-25px);
  width: 78px;
  height: 35px;
  background-size: 78px 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/el-arrow-usp-first.svg);
}

.usp-section .section-btn-wrapper {
  margin-top: 64px;
  text-align: center;
}

.usp-block-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 19px;
  position: relative;
}

.usp-block-item .usp-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.usp-block-item .image-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}

.usp-block-item .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
  transition: all 2s ease-in-out;
}

.usp-block-item .block-title {
  width: 40%;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  padding-right: 30px;
}

.usp-block-item .block-title.no-link {
  width: 100%;
  padding-right: 0;
}

.usp-block-item .block-action {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.usp-block-item .block-action .icon-plus {
  display: inline-block;
  background-color: #D7DE51;
  transition: all 0.4s ease-in-out;
  width: 22px;
  height: 22px;
  -webkit-mask-size: 22px 22px;
  mask-size: 22px 22px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-plus.svg);
  mask-image: url(../../resources/images/svg/icon-plus.svg);
}

.usp-block-item:hover img,
.usp-block-item:focus img,
.usp-block-item:active img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.usp-block-item:hover .icon-plus,
.usp-block-item:focus .icon-plus,
.usp-block-item:active .icon-plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.blog-section {
  margin-bottom: 60px;
}

.blog-section {
  padding-top: 60px;
}

.blog-section {
  padding-bottom: 60px;
}

.blog-section {
  background-color: #15393F;
}

.blog-section .top-column {
  margin-bottom: 50px;
  text-align: center;
}

.blog-section .top-column .section-title {
  color: #fff;
}

.blog-section .top-column .section-content-wrapper p,
.blog-section .top-column .section-content-wrapper li {
  color: #fff;
}

.blog-section .section-btn-wrapper {
  margin-top: 64px;
  text-align: center;
}

.blog-section-grid {
  --item-padding: 20px;
  display: grid;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  grid-template-columns: 1fr;
}

.blog-section-grid .grid-item {
  border-bottom: 1px dashed #73888C;
  padding: var(--item-padding) 0;
}

.blog-section-grid .grid-item:last-child {
  border-bottom: 0;
}

@media (max-width: 991.9px) {
  .blog-section-grid .grid-item:nth-child(2) {
    padding-top: 0;
  }
}

.blog-section-grid .grid-item img {
  transition: scale 0.3s ease-in-out;
}

.blog-section-grid .grid-item:hover .thumbnail-wrapper img {
  scale: 1.1;
}

.blog-section-grid .grid-item:first-child {
  border-bottom: none;
  margin-bottom: 15px;
}

.blog-section-grid .grid-item:first-child .loop-blog-item-secondary {
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 26px;
  border: none;
  padding-right: 0;
}

.blog-section-grid .grid-item:first-child .loop-blog-item-secondary::after {
  display: none;
}

.blog-section-grid .grid-item:first-child .loop-blog-item-secondary .thumbnail-wrapper-column {
  width: 100%;
  height: 100%;
}

.blog-section-grid .grid-item:first-child .loop-blog-item-secondary .thumbnail-wrapper-column::after {
  content: "";
  position: absolute;
  top: 28px;
  right: -20px;
  z-index: 3;
  width: 212px;
  height: 101px;
  background-size: 212px 101px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/el-blog-arrow.svg);
}

.blog-section-grid .grid-item:first-child .loop-blog-item-secondary .thumbnail-wrapper {
  width: 100%;
  height: 100%;
  padding-bottom: 94%;
}

.blog-section-grid .grid-item:first-child .loop-blog-item-secondary .thumbnail-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: linear-gradient(228deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.blog-section-grid .grid-item:first-child .loop-blog-item-secondary .info-wrapper {
  max-width: 100%;
}

.blog-section-grid .grid-item:first-child .loop-blog-item-secondary .item-title {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 13px;
}

.blog-section-grid .grid-item:first-child .loop-blog-item-secondary .item-link {
  display: block;
}

.process-section {
  padding-top: 60px;
}

.process-section {
  padding-bottom: 60px;
}

.process-section {
  margin-bottom: 60px;
}

.process-section {
  background-color: #EBC1C2;
}

.process-section .top-column {
  margin-bottom: 50px;
  text-align: center;
}

.process-section .top-column .section-title {
  color: #471A36;
  margin-bottom: 0;
}

.process-section .section-btn-wrapper {
  padding-top: 64px;
  text-align: center;
}

@media (max-width: 991.9px) {
  .process-section .section-btn-wrapper {
    padding-top: 25px;
  }
}

.process-slider {
  --swiper-wrapper-transition-timing-function: cubic-bezier(0.625, 0.05, 0, 1);
}

.process-slider .pagination-container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: 1px solid #C2979F;
  border-bottom: 1px solid #C2979F;
  margin-bottom: 30px;
  padding: 4px 0;
  overflow: auto;
}

.process-slider .pagination-container .pagination-border {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0;
  margin: auto;
  padding: 0 20px;
}

.process-slider .pagination-container .pagination-wrapper {
  position: relative;
}

.process-slider .pagination-container .pagination-wrapper .active-cursor {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 20px;
  height: 100%;
  border-radius: 76px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.process-slider .process-slider-pagination {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: initial;
  bottom: initial;
  z-index: 2;
}

.process-slider .process-slider-pagination .swiper-pagination-bullet {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  height: auto;
  background: transparent;
  color: #471A36;
  font-family: "Coustard", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 12px 17px;
  opacity: 1;
}

.process-slider .swiper-slide {
  position: relative;
  z-index: var(--i);
  width: 1400px;
  max-width: calc(100% - 40px);
}

.process-slider .swiper-slide:last-child .process-block-item::after {
  display: none;
}

.process-slider .process-block-item {
  position: relative;
}

.process-slider .process-block-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(45px);
  transform: translateX(45px);
  width: 136px;
  height: 80px;
  background-size: 136px 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/el-arrow-process-slide.svg);
}

.process-block-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.process-block-item .image-column {
  position: relative;
  min-height: 315px;
}

.process-block-item .image-column img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.process-block-item .content-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #471A36;
  border-radius: 0 0 20px 20px;
  padding: 30px 25px;
}

.process-block-item .block-title {
  color: #fff;
  font-size: 20px;
}

.process-block-item .block-content-wrapper {
  margin-bottom: 20px;
}

.process-block-item .block-content-wrapper p,
.process-block-item .block-content-wrapper li {
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

.process-block-item .arrow-link {
  color: #fff;
}

.process-block-item .arrow-link::before {
  background-color: #fff;
}

.ambassador-section {
  padding-bottom: 60px;
}

.ambassador-section {
  overflow: hidden;
}

.ambassador-section .top-column {
  margin-bottom: 50px;
  text-align: center;
}

.ambassador-slider {
  --swiper-wrapper-transition-timing-function: cubic-bezier(0.625, 0.05, 0, 1);
  overflow: visible;
}

@media (max-width: 1439.9px) {
  .ambassador-slider {
    padding-bottom: 20px;
  }
}

.ambassador-slider .swiper-slide {
  width: 440px;
  max-width: calc(100% - 40px);
}

.ambasador-item-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.ambasador-item-block:has(.block-link) .info-wrapper {
  padding-right: 30px;
}

.ambasador-item-block:has(.block-link) .info-wrapper::after {
  content: "";
  position: absolute;
  top: 34px;
  right: 20px;
  width: 22px;
  height: 23px;
  -webkit-mask-size: 22px 23px;
  mask-size: 22px 23px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-plus.svg);
  mask-image: url(../../resources/images/svg/icon-plus.svg);
  background-color: #689053;
}

.ambasador-item-block .image-wrapper {
  position: relative;
  height: 296px;
}

.ambasador-item-block .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.ambasador-item-block .info-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding: 28px 20px 10px;
}

.ambasador-item-block .info-wrapper .block-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.ambasador-item-block .info-wrapper .block-description {
  color: #15393F;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
}

.ambasador-item-block .block-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.intro-section {
  margin-bottom: calc(100px / 2);
}

.intro-section .section-content-wrapper p,
.intro-section .section-content-wrapper li {
  font-family: "Coustard", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
}

.text-image-section {
  margin-bottom: 60px;
}

.text-image-section.has-bg {
  border-radius: 40px;
}

.text-image-section.has-bg {
  padding-top: 60px;
}

.text-image-section.has-bg {
  padding-bottom: 60px;
}

.text-image-section.bg-green .section-title,
.text-image-section.bg-dark-green .section-title {
  color: #fff;
}

.text-image-section.bg-green .content-column .section-title-column,
.text-image-section.bg-green .content-column .subtitle,
.text-image-section.bg-dark-green .content-column .section-title-column,
.text-image-section.bg-dark-green .content-column .subtitle {
  color: #fff;
}

.text-image-section.bg-green .content-column .content-wrapper p,
.text-image-section.bg-green .content-column .content-wrapper li,
.text-image-section.bg-dark-green .content-column .content-wrapper p,
.text-image-section.bg-dark-green .content-column .content-wrapper li {
  color: #fff;
}

.text-image-section.bg-green .content-column .content-wrapper hr,
.text-image-section.bg-dark-green .content-column .content-wrapper hr {
  border-color: rgba(255, 255, 255, 0.25);
}

.text-image-section .has-container-rows-gap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 60px;
}

.text-image-section .section-title {
  margin-bottom: 83px;
}

.text-image-section .image-column .image-wrapper {
  position: relative;
  height: 100%;
}

.text-image-section .image-column .image-wrapper img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  border-radius: 20px;
}

.text-image-section .image-column .image-wrapper .image-caption {
  position: absolute;
  bottom: 50px;
  left: 68px;
  right: 52px;
  z-index: 2;
  background: #F9E59C;
  border-radius: 10px;
  padding: 30px 40px;
}

.text-image-section .content-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-image-section .content-column hr {
  border: none;
  border: 1px dashed #DCE2E2;
  margin: 27px 0;
  opacity: 1;
}

.text-image-section .content-column .btn {
  margin-top: 15px;
}

.small-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto minmax(0, 160px);
  grid-auto-flow: dense;
  gap: 40px;
  justify-items: end;
}

.small-gallery-grid.left-aligned {
  justify-items: start;
}

.small-gallery-grid.left-aligned .grid-item:nth-child(1) {
  grid-column: 1;
  grid-row: span 2;
}

.small-gallery-grid.left-aligned .grid-item:nth-child(2) {
  grid-column: 2;
}

.small-gallery-grid.left-aligned .grid-item:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}

.small-gallery-grid.left-aligned .grid-item:nth-child(3) .grid-item-inner {
  padding-bottom: 100%;
}

.small-gallery-grid.left-aligned .grid-item:nth-child(3) img {
  position: absolute;
  top: 0;
  left: 0;
}

.small-gallery-grid .grid-item {
  position: relative;
  width: 100%;
}

.small-gallery-grid .grid-item:nth-child(1) {
  grid-column: 1;
}

.small-gallery-grid .grid-item:nth-child(1) .grid-item-inner {
  padding-bottom: 100%;
}

.small-gallery-grid .grid-item:nth-child(1) img {
  position: absolute;
  top: 0;
  left: 0;
}

.small-gallery-grid .grid-item:nth-child(2) {
  grid-column: 1;
  max-width: 160px;
}

.small-gallery-grid .grid-item:nth-child(2) .grid-item-inner {
  padding-bottom: 100%;
}

.small-gallery-grid .grid-item:nth-child(2) img {
  position: absolute;
  top: 0;
  left: 0;
}

.small-gallery-grid .grid-item:nth-child(3) {
  grid-column: 2;
  grid-row: span 2;
}

.small-gallery-grid .grid-item .grid-item-inner {
  position: relative;
  height: 100%;
}

.small-gallery-grid .grid-item img,
.small-gallery-grid .grid-item video {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.quote-section {
  padding-bottom: 60px;
}

.quote-section-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  padding: 75px 20px;
}

.quote-section-block.bg-green .block-subtitle,
.quote-section-block.bg-green .block-quote-text,
.quote-section-block.bg-dark-green .block-subtitle,
.quote-section-block.bg-dark-green .block-quote-text {
  color: #fff;
}

.quote-section-block.bg-green .block-description p,
.quote-section-block.bg-green .block-description li,
.quote-section-block.bg-dark-green .block-description p,
.quote-section-block.bg-dark-green .block-description li {
  color: #fff;
}

.quote-section-block .block-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: auto;
  text-align: center;
}

.quote-section-block .block-subtitle {
  position: relative;
  color: #471A36;
  padding: 0 78px;
}

.quote-section-block .block-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 168px;
  height: 75px;
  background-size: 168px 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/el-arrow-subtitle.svg);
}

@media (max-width: 767.9px) {
  .quote-section-block .block-subtitle::before {
    content: none;
  }
}

.quote-section-block .block-quote-text {
  color: #471A36;
  font-family: "Coustard", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.09;
  margin-bottom: 19px;
  -webkit-text-rendering: optimizeSpeed;
  text-rendering: optimizeSpeed;
  -webkit-transform: translateZ(0);
  -webkit-font-kerning: none;
  font-kerning: none;
}

.quote-section-block .block-quote-text div {
  font: inherit;
  line-height: inherit;
}

.quote-section-block .block-description p {
  color: #471A36;
}

.video-section {
  margin-bottom: 60px;
}

.video-section-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.video-section-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(253deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  border-radius: inherit;
}

.video-section-block .block-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
  position: relative;
  z-index: 2;
  margin: auto;
  text-align: center;
}

.video-section-block .section-title {
  color: #fff;
  margin-bottom: 0;
}

.video-section-block.thank-you-page-styling {
  height: 535px;
}

@media (max-width: 991.9px) {
  .video-section-block.thank-you-page-styling {
    height: 350px;
  }
}

.video-section-block.thank-you-page-styling .block-inner {
  gap: 10px;
}

.video-section-block.thank-you-page-styling .block-inner .play-video {
  height: 80px;
  width: 80px;
  background-color: #fff;
}

.video-section-block.thank-you-page-styling .block-inner .play-video:after {
  background-color: #15393F;
}

.video-section-block.thank-you-page-styling .block-inner .play-video:hover,
.video-section-block.thank-you-page-styling .block-inner .play-video:focus {
  background-color: #15393F;
}

.video-section-block.thank-you-page-styling .block-inner .play-video:hover:after,
.video-section-block.thank-you-page-styling .block-inner .play-video:focus:after {
  background-color: #fff;
}

.video-section-block.thank-you-page-styling .block-inner .play-video-text {
  color: #fff;
  font-family: "Coustard", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.default-text-section {
  margin-bottom: 60px;
}

.default-text-section .align-left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.default-text-section .align-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.default-text-section .align-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.floating-gallery-section {
  margin-bottom: 60px;
}

.floating-gallery-section .section-inner-row {
  position: relative;
}

.floating-gallery-section .column-image {
  width: 50%;
  padding: 0 20px;
}

@media (max-width: 1439.9px) {
  .floating-gallery-section .column-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.floating-gallery-section .column-image.column-image-1 .image-holder {
  width: 200px;
  height: 180px;
}

.floating-gallery-section .column-image.column-image-2 .image-holder {
  width: 160px;
  height: 260px;
}

.floating-gallery-section .column-image.column-image-3 .image-holder {
  width: 240px;
  height: 260px;
}

.floating-gallery-section .column-image.column-image-4 {
  padding-top: 40px;
}

.floating-gallery-section .column-image.column-image-4 .image-holder {
  width: 200px;
  height: 120px;
  margin: 0 auto;
}

@media (max-width: 1439.9px) {
  .floating-gallery-section .column-image.column-image-4 .image-holder {
    width: 250px;
    height: 160px;
  }
}

.floating-gallery-section .column-image .image-holder .image-wrapper {
  height: 100%;
}

.floating-gallery-section .column-image img,
.floating-gallery-section .column-image video {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.related-blogs-section {
  margin-bottom: 60px;
}

.related-blogs-section .section-title {
  margin-bottom: 50px;
  text-align: center;
}

.related-blogs-section .loop-blog-item .info-wrapper {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.gift-card-section {
  margin-bottom: 60px;
}

.gift-card-section .content-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.gift-card-section .image-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 582px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 20px;
}

@media (max-width: 575.98px) {
  .gift-card-section .image-wrapper {
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.gift-card-section .image-wrapper .script-holder {
  width: 440px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 40px;
  margin: auto;
}

@media (max-width: 767.9px) {
  .gift-card-section .image-wrapper .script-holder {
    width: 100%;
    padding: 10px;
  }

  .gift-card-section .image-wrapper .script-holder #gifty-embedded {
    max-width: 100% !important;
    min-width: 100% !important;
  }
}

.gift-card-section .bordered-list {
  margin-top: 30px;
}

.image-usp-section {
  margin-bottom: 60px;
}

.image-usp-section .section-description {
  margin-bottom: 25px;
}

.image-usp-block-item .media-wrapper {
  position: relative;
  height: 0;
  margin-bottom: 28px;
  padding-bottom: 100%;
}

.image-usp-block-item .media-wrapper img,
.image-usp-block-item .media-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-usp-block-item .block-title {
  line-height: 1.6;
  margin-bottom: 10px;
}

.image-usp-block-item .block-content-wrapper p,
.image-usp-block-item .block-content-wrapper li {
  font-size: 14px;
}

.info-boxes-section {
  margin-bottom: 60px;
}

.info-boxes-section .top-column {
  margin-bottom: 50px;
  text-align: center;
}

.info-boxes-section .info-boxes-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 991.9px) {
  .info-boxes-section .info-boxes-wrapper {
    grid-template-columns: 1fr;
  }
}

.info-boxes-section .info-boxes-wrapper .info-box {
  border-radius: 20px;
}

.info-boxes-section .info-boxes-wrapper .info-box .info-box-image {
  height: 260px;
  border-radius: 20px 20px 0 0;
}

.info-boxes-section .info-boxes-wrapper .info-box .info-box-image img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.info-boxes-section .info-boxes-wrapper .info-box .info-box-image.image-only {
  border-radius: 20px;
  height: 100%;
  position: relative;
}

@media (max-width: 991.9px) {
  .info-boxes-section .info-boxes-wrapper .info-box .info-box-image.image-only {
    height: 260px;
  }
}

.info-boxes-section .info-boxes-wrapper .info-box .info-box-image.image-only img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.info-boxes-section .info-boxes-wrapper .info-box .info-box-content {
  border-radius: 0 0 20px 20px;
  padding: 50px 50px 60px;
}

@media (max-width: 991.9px) {
  .info-boxes-section .info-boxes-wrapper .info-box .info-box-content {
    padding: 30px 30px 35px;
  }
}

.info-boxes-section .info-boxes-wrapper .info-box .info-box-content h3,
.info-boxes-section .info-boxes-wrapper .info-box .info-box-content .h3 {
  margin-bottom: 15px;
}

.info-boxes-section .info-boxes-wrapper .info-box .info-box-content.no-image {
  border-radius: 20px;
  padding: 64px 50px;
}

@media (max-width: 991.9px) {
  .info-boxes-section .info-boxes-wrapper .info-box .info-box-content.no-image {
    padding: 35px 30px;
  }
}

.info-boxes-section .info-boxes-wrapper .info-box .info-box-content.box-bg-yellow {
  background-color: #F9E59C;
}

.info-boxes-section .info-boxes-wrapper .info-box .info-box-content.box-bg-blue {
  background-color: #458DC8;
}

.info-boxes-section .info-boxes-wrapper .info-box .info-box-content.box-bg-blue h3,
.info-boxes-section .info-boxes-wrapper .info-box .info-box-content.box-bg-blue .h3,
.info-boxes-section .info-boxes-wrapper .info-box .info-box-content.box-bg-blue p {
  color: #fff;
}

.info-boxes-section .info-boxes-wrapper .info-box .info-box-content.box-bg-green {
  background-color: #D7DE51;
}

.form-section {
  margin-bottom: 60px;
}

.form-section .top-column {
  margin-bottom: 40px;
  text-align: center;
}

.subscription-section {
  margin-bottom: 60px;
}

.subscription-section .top-column {
  margin-bottom: 50px;
  text-align: center;
}

.subscription-section .top-column .content-wrapper {
  max-width: 900px;
  margin: 20px auto 0;
}

.subscription-section .subscriptions-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 767.9px) {
  .subscription-section .subscriptions-wrapper {
    grid-template-columns: 1fr;
  }
}

.subscription-section .subscriptions-wrapper .subscription-block {
  position: relative;
}

.subscription-section .subscriptions-wrapper .subscription-block .subscription-block-label {
  position: absolute;
  top: -30px;
  left: -25px;
  background-color: #458DC8;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.subscription-section .subscriptions-wrapper .subscription-block .subscription-block-label span {
  color: #FFF;
  text-align: center;
  font-family: "Coustard", serif;
  font-weight: 400;
  line-height: 28px;
}

.subscription-section .subscriptions-wrapper .subscription-block .subscription-block-label span.label-discount {
  font-size: 32px;
}

.subscription-section .subscriptions-wrapper .subscription-block .subscription-block-label span.label-text {
  font-size: 24px;
}

.subscription-section .subscriptions-wrapper .subscription-block .subscription-block-image {
  border-radius: 20px;
  height: 360px;
}

.subscription-section .subscriptions-wrapper .subscription-block .subscription-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.subscription-section .subscriptions-wrapper .subscription-block .subscription-block-content {
  margin-top: 25px;
}

.subscription-section .subscriptions-wrapper .subscription-block .subscription-block-content h3.subscription-block-title,
.subscription-section .subscriptions-wrapper .subscription-block .subscription-block-content .subscription-block-title.h3 {
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}

.subscription-section .subscriptions-wrapper .subscription-block .subscription-block-content .subscription-block-description p {
  text-align: center;
  margin-bottom: 0;
}

.subscription-section .subscriptions-wrapper .subscription-block .subscription-block-content .add-subscription-to-cart {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  border-radius: 80px;
  background: #D7DE51;
  padding: 13px;
  color: #15393F;
  font-family: "Coustard", serif;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  transition: all 0.5s ease-in-out;
}

.subscription-section .subscriptions-wrapper .subscription-block .subscription-block-content .add-subscription-to-cart:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-bottle.svg);
  padding: 10px;
}

.subscription-section .subscriptions-wrapper .subscription-block .subscription-block-content .add-subscription-to-cart.loading {
  background: #EFEFEF;
  pointer-events: none;
  cursor: not-allowed;
}

.text-image-expandable-section {
  padding-top: 60px;
}

.text-image-expandable-section {
  padding-bottom: 60px;
}

.text-image-expandable-section {
  margin-bottom: 60px;
}

.text-image-expandable-section {
  background-color: #EBC1C2;
}

.text-image-expandable-section .top-column {
  text-align: center;
  margin-bottom: 50px;
}

.text-image-expandable-section .top-column .section-title {
  color: #471A36;
}

.text-image-expandable-section .top-column p {
  color: #471A36;
}

.text-image-expandable-section .text-image-wrapper {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 40px;
}

@media (max-width: 991.9px) {
  .text-image-expandable-section .text-image-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.text-image-expandable-section .text-image-wrapper.no-image {
  grid-template-columns: 1fr;
  gap: 0;
}

.text-image-expandable-section .text-image-wrapper .text-image-holder {
  height: 440px;
  border-radius: 20px;
}

@media (max-width: 767.9px) {
  .text-image-expandable-section .text-image-wrapper .text-image-holder {
    height: 350px;
  }
}

.text-image-expandable-section .text-image-wrapper .text-image-holder img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-image-expandable-section .text-image-wrapper .text-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.text-image-expandable-section .text-image-wrapper .text-content-wrapper .row-content {
  position: relative;
  padding: 30px 65px 30px 35px;
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid rgba(71, 26, 54, 0.15);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

@media (max-width: 767.9px) {
  .text-image-expandable-section .text-image-wrapper .text-content-wrapper .row-content {
    padding: 20px 30px;
  }
}

.text-image-expandable-section .text-image-wrapper .text-content-wrapper .row-content h3,
.text-image-expandable-section .text-image-wrapper .text-content-wrapper .row-content .h3,
.text-image-expandable-section .text-image-wrapper .text-content-wrapper .row-content p {
  color: #471A36;
  margin: 0;
}

.text-image-expandable-section .text-image-wrapper .text-content-wrapper .row-content .row-content-wrapper {
  margin-top: 12px;
}

.text-image-expandable-section .text-image-wrapper .text-content-wrapper .row-content:after {
  display: block;
  content: "";
  position: absolute;
  top: 30px;
  right: 35px;
  width: 100%;
  width: 12px;
  height: 12px;
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-plus.svg);
  mask-image: url(../../resources/images/svg/icon-plus.svg);
  background-color: #471A36;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767.9px) {
  .text-image-expandable-section .text-image-wrapper .text-content-wrapper .row-content:after {
    top: 20px;
    right: 15px;
  }
}

.text-image-expandable-section .text-image-wrapper .text-content-wrapper .row-content.active {
  background-color: #fff;
  border-color: #fff;
}

.text-image-expandable-section .text-image-wrapper .text-content-wrapper .row-content.active:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.text-image-expandable-section .button-wrapper {
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 991.9px) {
  .text-image-expandable-section .button-wrapper {
    margin-top: 30px;
  }
}

.icon-usp-section {
  margin-bottom: 60px;
}

.icon-usp-section .top-column {
  text-align: center;
  margin-bottom: 50px;
}

.icon-usp-section .icon-usp-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

@media (max-width: 991.9px) {
  .icon-usp-section .icon-usp-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 767.9px) {
  .icon-usp-section .icon-usp-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.icon-usp-section .icon-usp-wrapper .icon-usp-item .icon-usp {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 40px;
  background-color: #F9E59C;
}

@media (max-width: 991.9px) {
  .icon-usp-section .icon-usp-wrapper .icon-usp-item .icon-usp {
    margin: 0 auto 20px;
  }
}

.icon-usp-section .icon-usp-wrapper .icon-usp-item .icon-usp img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 60px;
  max-height: 60px;
}

.icon-usp-section .icon-usp-wrapper .icon-usp-item .icon-usp-content {
  text-align: center;
}

.icon-usp-section .icon-usp-wrapper .icon-usp-item .icon-usp-content .usp-title {
  margin-bottom: 13px;
}

.icon-usp-section .icon-usp-wrapper .icon-usp-item .icon-usp-content .usp-description p {
  margin-bottom: 0;
}

.vitality-boxes-section {
  margin-bottom: 60px;
}

.vitality-boxes-section .top-column {
  margin-bottom: 50px;
  text-align: center;
}

.vitality-boxes-section .top-column .content-wrapper {
  max-width: 900px;
  margin: 20px auto 0;
}

.vitality-boxes-section .vitality-boxes-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 30px;
}

@media (max-width: 991.9px) {
  .vitality-boxes-section .vitality-boxes-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.9px) {
  .vitality-boxes-section .vitality-boxes-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.vitality-boxes-section .vitality-boxes-wrapper .cart-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}

.vitality-boxes-section .vitality-boxes-wrapper .cart-item .cart-item-image {
  width: 60px;
  height: 60px;
  border-radius: 10px;
}

.vitality-boxes-section .vitality-boxes-wrapper .cart-item .cart-item-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.vitality-boxes-section .vitality-boxes-wrapper .cart-item .cart-item-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vitality-boxes-section .vitality-boxes-wrapper .cart-item .cart-item-details span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.vitality-boxes-section .vitality-boxes-wrapper .cart-item .cart-item-details span.title {
  font-weight: 500;
}

.vitality-boxes-section .button-wrapper {
  margin-top: 35px;
  text-align: center;
}

.wp-block-image {
  margin-bottom: 40px;
}

.wp-block-image img {
  border-radius: 20px;
}

.archive-blog_pt-section {
  margin-bottom: 89px;
}

.archive-blog_pt-section .response-row {
  position: relative;
  min-height: 360px;
}

.archive-blog_pt-section .loop-column:nth-child(9n-7) {
  --info-bg-color: #F9E59C;
}

.archive-blog_pt-section .loop-column:nth-child(9n-6) {
  --info-bg-color: #CDEDF7;
}

.archive-blog_pt-section .loop-column:nth-child(9n-5) {
  --info-bg-color: #FFE3AF;
}

.archive-blog_pt-section .loop-column:nth-child(9n-3) {
  --info-bg-color: #BEE8E4;
}

.archive-blog_pt-section .loop-column:nth-child(9n-1) {
  --info-bg-color: #EBC1C2;
}

.archive-blog_pt-section .loop-column:nth-child(9n) {
  --info-bg-color: #F9E59C;
}

.archive-blog_pt-section .loop-column:nth-child(even) .loop-blog-item.animated {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.content-article {
  margin-bottom: 40px;
}

.content-article h2,
.content-article .h2 {
  font-size: 28px;
}

@media (max-width: 767.9px) {
  .content-article h2,
  .content-article .h2 {
    font-size: 20px;
  }
}

.content-article h3,
.content-article .h3 {
  font-size: 22px;
}

@media (max-width: 767.9px) {
  .content-article h3,
  .content-article .h3 {
    font-size: 18px;
  }
}

.content-article .wp-block-table {
  padding: 1px;
  margin: -1px;
}

.content-article .wp-block-table td {
  padding: 1em;
}

.content-article ul,
.content-article ol {
  margin-left: 20px !important;
  margin-bottom: 20px !important;
}

.content-article h1,
.content-article .h1,
.content-article h2,
.content-article .h2,
.content-article h3,
.content-article .h3,
.content-article h4,
.content-article .h4,
.content-article h5,
.content-article .h5,
.content-article h6,
.content-article .h6 {
  margin-top: 40px;
}

.main.ingredients-archive .ingredients-intro-text {
  padding-bottom: 85px;
  max-width: 920px;
  margin: 0 auto;
}

.main.ingredients-archive .ingredients-intro-text p {
  text-align: center;
  font-family: "Coustard", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 0;
}

.main.ingredients-archive .preview-container {
  padding-bottom: 160px;
}

@media (max-width: 991.9px) {
  .main.ingredients-archive .preview-container {
    padding-bottom: 80px;
  }
}

.main.ingredients-archive .preview-container .preview-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  width: 100%;
  position: relative;
}

@media (max-width: 991.9px) {
  .main.ingredients-archive .preview-container .preview-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.9px) {
  .main.ingredients-archive .preview-container .preview-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.main.ingredients-archive .preview-container .ingredient-archive-item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(21, 57, 63, 0.15);
  border-top: none;
  padding: 20px 0;
}

.main.ingredients-archive .preview-container .ingredient-archive-item:nth-child(-n+3) {
  border-top: 1px solid rgba(21, 57, 63, 0.15);
}

@media (max-width: 991.9px) {
  .main.ingredients-archive .preview-container .ingredient-archive-item:nth-child(-n+2) {
    border-top: 1px solid rgba(21, 57, 63, 0.15);
  }
}

@media (max-width: 767.9px) {
  .main.ingredients-archive .preview-container .ingredient-archive-item:nth-child(-n+1) {
    border-top: 1px solid rgba(21, 57, 63, 0.15);
  }
}

.main.ingredients-archive .preview-container .ingredient-archive-item.no-bottom {
  border-bottom: none !important;
}

.main.ingredients-archive .preview-container .ingredient-archive-item a {
  text-decoration: none;
}

.main.ingredients-archive .preview-container .ingredient-archive-item .ingredient-archive-item-title {
  color: #15393F;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.3s ease-in-out;
  margin: 0;
}

@media (max-width: 991.9px) {
  .main.ingredients-archive .preview-container .ingredient-archive-item.letter:nth-child(3) {
    display: none;
  }
}

@media (max-width: 767.9px) {
  .main.ingredients-archive .preview-container .ingredient-archive-item.letter:nth-child(2) {
    display: none;
  }
}

.main.ingredients-archive .preview-container .ingredient-archive-item:hover .ingredient-archive-item-title {
  color: #689053;
}

.main.ingredients-archive .preview-container .ingredient-archive-item:hover .ingredient-archive-item-inner:after {
  background-color: #689053 !important;
  right: 10px !important;
}

.main.ingredients-archive .preview-container .ingredient-archive-item:not(.letter) {
  padding: 0;
}

.main.ingredients-archive .preview-container .ingredient-archive-item:not(.letter) .ingredient-archive-item-inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.main.ingredients-archive .preview-container .ingredient-archive-item:not(.letter) .ingredient-archive-item-inner .ingredient-tooltip-icon {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-tooltip.svg);
  padding: 8px;
  cursor: pointer;
}

.main.ingredients-archive .preview-container .ingredient-archive-item:not(.letter) .ingredient-archive-item-inner .ingredient-tooltip-icon .ingredient-tooltip {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  -webkit-transform: translateY(-104%) translateX(-52%);
  transform: translateY(-104%) translateX(-52%);
  padding: 25px 15px 35px 30px;
  min-width: 430px;
  min-height: 115px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.main.ingredients-archive .preview-container .ingredient-archive-item:not(.letter) .ingredient-archive-item-inner .ingredient-tooltip-icon .ingredient-tooltip svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

.main.ingredients-archive .preview-container .ingredient-archive-item:not(.letter) .ingredient-archive-item-inner .ingredient-tooltip-icon .ingredient-tooltip p {
  position: relative;
  margin-bottom: 0;
  max-width: 375px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
}

.main.ingredients-archive .preview-container .ingredient-archive-item:not(.letter) .ingredient-archive-item-inner .ingredient-tooltip-icon:hover .ingredient-tooltip {
  opacity: 1;
  visibility: visible;
}

.main.ingredients-archive .preview-container .ingredient-archive-item:not(.letter) .ingredient-archive-item-inner h3,
.main.ingredients-archive .preview-container .ingredient-archive-item:not(.letter) .ingredient-archive-item-inner .h3 {
  padding: 20px 0;
  font-family: "Poppins", sans-serif;
}

.main.ingredients-archive .preview-container .ingredient-archive-item:not(.letter) .ingredient-archive-item-inner:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 16px;
  height: 14px;
  -webkit-mask-size: 16px 14px;
  mask-size: 16px 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/arrow-right.svg);
  mask-image: url(../../resources/images/svg/arrow-right.svg);
  background-color: #15393F;
  transition: all 0.3s ease-in-out;
}

.main.ingredients-archive .preview-container .preview-follower [data-follower-visual] {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.main.ingredients-archive .preview-container .preview-item__visual {
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
  display: none;
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
}

.main.ingredients-archive .preview-container .preview-item__visual img.preview-item__visual-img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main.ingredients-archive .preview-container .preview-follower {
  z-index: 100;
  aspect-ratio: 1/1;
  width: 120px;
  position: fixed;
  inset: 0 auto auto 0;
  overflow: hidden;
  border-radius: 10px;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.main.ingredients-archive .preview-container .preview-follower__inner {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: opacity 0.1s ease, -webkit-transform 0.6s cubic-bezier(0.65, 0.1, 0, 1);
  transition: opacity 0.1s ease, transform 0.6s cubic-bezier(0.65, 0.1, 0, 1);
  transition: opacity 0.1s ease, transform 0.6s cubic-bezier(0.65, 0.1, 0, 1), -webkit-transform 0.6s cubic-bezier(0.65, 0.1, 0, 1);
}

.detox-page .detox-page-intro {
  margin-bottom: 75px;
}

@media (max-width: 767.9px) {
  .detox-page .detox-page-intro {
    margin-bottom: 30px;
  }
}

.detox-page .detox-page-intro .detox-intro {
  border-bottom: 1px solid rgba(21, 57, 63, 0.15);
  padding-bottom: 75px;
}

@media (max-width: 767.9px) {
  .detox-page .detox-page-intro .detox-intro {
    padding-bottom: 30px;
  }
}

.detox-page .detox-page-intro .detox-intro p {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  font-family: "Coustard", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
}

@media (max-width: 767.9px) {
  .detox-page .detox-page-intro .detox-intro p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.detox-page .detox-products .section-title {
  text-align: center;
}

.detox-page .detox-products .section-content-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.detox-page .detox-products .filter-row {
  text-align: center;
}

.detox-page .detox-products .product-wrapper {
  margin-top: 65px;
}

.detox-page .detox-products .product-wrapper .loop-product {
  -ms-flex-order: 2;
  order: 2;
  width: calc(33.333% - 26.67px);
}

@media (max-width: 991.9px) {
  .detox-page .detox-products .product-wrapper .loop-product {
    width: calc(50% - 12.5px);
  }
}

.detox-page .detox-products .product-wrapper .loop-product .thumbnails-wrapper {
  border-radius: 0;
}

.detox-page .detox-products .product-wrapper .loop-product .thumbnails-wrapper img {
  border-radius: 0;
}

.detox-page .detox-products .product-wrapper .loop-product.cleanse {
  -ms-flex-order: 1;
  order: 1;
}