/*! nouislider - 8.0.2 - 2015-07-06 13:22:09 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-horizontal .noUi-origin {
  transform: unset !important;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.noUi-background {
  background: #fafafa;
  box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
  background: #3fb8af;
  box-shadow: inset 0 0 3px #33333373;
  -webkit-transition: background 0.45s;
  transition: background 0.45s;
}
.noUi-origin {
  border-radius: 2px;
}
.noUi-target {
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px #33333373, 0 3px 6px -5px #bbb;
}
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  border: 1px solid #d9d9d9 !important;
  border-radius: 3px !important;
  /* background: #e00034 !important; */
  /* cursor: default !important; */
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb !important;
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after,
.noUi-handle:before {
  content: "" !important;
  display: block !important;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect,
[disabled].noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-origin {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  font: 400 12px Arial;
  color: #999;
}
.noUi-value {
  width: 40px;
  position: absolute;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 50px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  margin-left: -20px;
  padding-top: 20px;
}
.noUi-value-horizontal.noUi-value-sub {
  padding-top: 15px;
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  width: 15px;
  margin-left: 20px;
  margin-top: -5px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  font: 400 12px/12px Arial;
  border-radius: 3px;
  background: #fff;
  top: -43px;
  padding: 5px;
  left: -9px;
  text-align: center;
  width: 50px;
  opacity: 1;
}
.bra-size-calculator {
  margin: 0 0 20px;
}
.bra-size-calculator .result-button {
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
}
.bra-size-calculator img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 0 20px;
}
.bra-size-calculator .noUi-handle {
  cursor: pointer !important;
  background: #ef8087 !important;
}
.bra-size-calculator .noUi-handle .tooltip {
  bottom: 17px;
  line-height: 20px;
}
.bra-size-calculator .noUi-pips {
  cursor: default;
}
.bra-size-calculator--slider {
  padding: 10px 15px 20px;
}
.bra-size-calculator--header {
  *zoom: 1;
}
.bra-size-calculator--header:before,
.bra-size-calculator--header:after {
  display: table;
  content: "";
  line-height: 0;
}
.bra-size-calculator--header:after {
  clear: both;
}
.bra-size-calculator--content {
  margin: 0 0 20px;
}
.bra-size-calculator--cta {
  padding-top: 30px;
}
.bra-size-calculator--cal {
  cursor: pointer;
  margin: 30px 15px 50px;
}
.bra-size-calculator--under-breast,
.bra-size-calculator--over-breast,
.bra-size-calculator--result {
  background: #f1f1f1;
  margin: 0 0 20px;
  padding: 20px 15px;
}
.bra-size-calculator--under-breast h3,
.bra-size-calculator--over-breast h3,
.bra-size-calculator--result h3,
.bra-size-calculator--under-breast .noUi-value,
.bra-size-calculator--over-breast .noUi-value,
.bra-size-calculator--result .noUi-value {
  color: #ef8087;
}
.bra-size-calculator--under-breast .noUi-marker-large,
.bra-size-calculator--over-breast .noUi-marker-large,
.bra-size-calculator--result .noUi-marker-large,
.bra-size-calculator--under-breast .noUi-marker-sub,
.bra-size-calculator--over-breast .noUi-marker-sub,
.bra-size-calculator--result .noUi-marker-sub,
.bra-size-calculator--under-breast .noUi-marker,
.bra-size-calculator--over-breast .noUi-marker,
.bra-size-calculator--result .noUi-marker {
  background: #ef8087;
}
.bra-size-calculator--over-breast {
  display: none;
}
.bra-size-calculator--result {
  *zoom: 1;
  display: none;
}
.bra-size-calculator--result:before,
.bra-size-calculator--result:after {
  display: table;
  content: "";
  line-height: 0;
}
.bra-size-calculator--result:after {
  clear: both;
}
.bra-size-calculator--result .bra-size-calculator--description {
  padding-bottom: 20px;
}
.bra-size-calculator--result-shop,
.bra-size-calculator--result-custom {
  float: right;
}
.bra-size-calculator--result-shop {
  margin-right: 2%;
  max-width: 100%;
}
.bra-size-calculator--result-cal {
  margin: 0 0 20px;
  text-align: center;
}
.bra-size-calculator--result-value {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 2px #ef8087;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  min-width: 20px;
  padding: 4px 10px;
}
.neos-backend .bra-size-calculator--over-breast,
.neos-backend .bra-size-calculator--result {
  display: block;
}
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
body,
html {
  line-height: 1.5;
}
html {
  -webkit-text-size-adjust: 100%;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(76, 76, 76, var(--tw-text-opacity));
  font-family: Muli, Segoe UI, Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
}
button,
input {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button {
  text-transform: none;
}
[type="button"],
button {
  -webkit-appearance: button;
}
body,
h3,
p {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
*,
:after,
:before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
}
img {
  border-style: solid;
}
button {
  cursor: pointer;
}
h3 {
  font-size: inherit;
  font-weight: inherit;
}
button,
input {
  color: inherit;
  line-height: inherit;
  padding: 0;
}
img {
  display: block;
  vertical-align: middle;
}
img {
  height: auto;
  max-width: 100%;
}
input::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}
.text-default-styling u {
  text-decoration: underline;
}
.btn,
.btn:hover {
  --tw-bg-opacity: 1;
}
.btn {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-text-opacity: 1;
  align-items: center;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
}
@media (min-width: 768px) {
  .btn {
    font-size: 1.125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .btn {
    font-size: 1rem;
  }
}
.btn:hover {
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
.btn:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
  border-color: transparent;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  outline: 0;
  outline-offset: 0;
}
.btn-primary,
.btn-primary:hover {
  border-width: 1px;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
}
.btn-primary {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background-color: rgba(239, 128, 135, var(--tw-bg-opacity));
  border-color: transparent;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-primary:hover {
  --tw-border-opacity: 1;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-color: rgba(138, 35, 58, var(--tw-border-opacity));
  color: rgba(138, 35, 58, var(--tw-text-opacity));
}
.btn-primary:disabled {
  --tw-bg-opacity: 1;
  --tw-shadow: 0 0 #0000;
  background-color: rgba(173, 173, 173, var(--tw-bg-opacity));
  border-width: 0;
  color: #fff !important;
  cursor: default;
}
.btn-primary:disabled {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.text-default-styling h3 {
  font-weight: 700;
}
.text-default-styling h3 {
  font-size: 1.17em;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.text-default-styling p {
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.bra-size-calculator .text-default-styling p {
  --tw-text-opacity: 1;
  color: rgba(119, 119, 119, var(--tw-text-opacity));
  font-size: 0.875rem;
  line-height: 21px;
  margin: 0 0 0.625rem;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.hidden {
  display: none;
}
.justify-center {
  justify-content: center;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.m-0 {
  margin: 0;
}
.m-auto {
  margin: auto;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-5 {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.relative {
  position: relative;
}
* {
  --tw-shadow: 0 0 #0000;
  --tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-anita-active {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.text-anita-active {
  color: rgba(138, 35, 58, var(--tw-text-opacity));
}
.uppercase {
  text-transform: uppercase;
}
.w-full {
  width: 100%;
}
.bg-anita-soft {
  background-color: #f1f1f1;
}
.btn.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(138, 34, 58, var(--tw-text-opacity));
}
.btn.btn-primary {
  --tw-border-opacity: 1;
  border-color: rgba(138, 35, 58, var(--tw-border-opacity));
  background-color: #8a223a;
}
@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }
  .md\:text-sm {
    font-size: 0.875rem;
  }
  .md\:w-4\/12 {
    width: 33.333333%;
  }
  .md\:w-8\/12 {
    width: 66.666667%;
  }
}
@media (min-width: 1024px) {
  .lg\:text-base {
    font-size: 1rem;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
  }
  .lg\:leading-6 {
    line-height: 1.5rem;
  }
  .lg\:m-0 {
    margin: 0;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:text-left {
    text-align: left;
  }
}
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
body,
html {
  line-height: 1.5;
}
html {
  -webkit-text-size-adjust: 100%;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(76, 76, 76, var(--tw-text-opacity));
  font-family: Muli, Segoe UI, Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
}
button,
input {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button {
  text-transform: none;
}
[type="button"],
button {
  -webkit-appearance: button;
}
body,
h3,
p {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
*,
:after,
:before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
}
img {
  border-style: solid;
}
button {
  cursor: pointer;
}
h3 {
  font-size: inherit;
  font-weight: inherit;
}
button,
input {
  color: inherit;
  line-height: inherit;
  padding: 0;
}
img {
  display: block;
  vertical-align: middle;
}
img {
  height: auto;
  max-width: 100%;
}
input::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}
.text-default-styling u {
  text-decoration: underline;
}
.btn,
.btn:hover {
  --tw-bg-opacity: 1;
}
.btn {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-text-opacity: 1;
  align-items: center;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
}
@media (min-width: 768px) {
  .btn {
    font-size: 1.125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .btn {
    font-size: 1rem;
  }
}
.btn:hover {
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
.btn:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
  border-color: transparent;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  outline: 0;
  outline-offset: 0;
}
.btn-primary,
.btn-primary:hover {
  border-width: 1px;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
}
.btn-primary {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background-color: rgba(239, 128, 135, var(--tw-bg-opacity));
  border-color: transparent;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-primary:hover {
  --tw-border-opacity: 1;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-color: rgba(138, 35, 58, var(--tw-border-opacity));
  color: rgba(138, 35, 58, var(--tw-text-opacity));
}
.btn-primary:disabled {
  --tw-bg-opacity: 1;
  --tw-shadow: 0 0 #0000;
  background-color: rgba(173, 173, 173, var(--tw-bg-opacity));
  border-width: 0;
  color: #fff !important;
  cursor: default;
}
.btn-primary:disabled {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.text-default-styling h3 {
  font-weight: 700;
}
.text-default-styling h3 {
  font-size: 1.17em;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.text-default-styling p {
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.bra-size-calculator .text-default-styling p {
  --tw-text-opacity: 1;
  color: rgba(119, 119, 119, var(--tw-text-opacity));
  font-size: 0.875rem;
  line-height: 21px;
  margin: 0 0 0.625rem;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.hidden {
  display: none;
}
.justify-center {
  justify-content: center;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.m-0 {
  margin: 0;
}
.m-auto {
  margin: auto;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-5 {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.relative {
  position: relative;
}
* {
  --tw-shadow: 0 0 #0000;
  --tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-anita-active {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.text-anita-active {
  color: rgba(138, 35, 58, var(--tw-text-opacity));
}
.uppercase {
  text-transform: uppercase;
}
.w-full {
  width: 100%;
}
.bg-anita-soft {
  background-color: #f1f1f1;
}
.btn.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(138, 34, 58, var(--tw-text-opacity));
}
.btn.btn-primary {
  --tw-border-opacity: 1;
  border-color: rgba(138, 35, 58, var(--tw-border-opacity));
  background-color: #8a223a;
}
@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }
  .md\:text-sm {
    font-size: 0.875rem;
  }
  .md\:w-4\/12 {
    width: 33.333333%;
  }
  .md\:w-8\/12 {
    width: 66.666667%;
  }
}
@media (min-width: 1024px) {
  .lg\:text-base {
    font-size: 1rem;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
  }
  .lg\:leading-6 {
    line-height: 1.5rem;
  }
  .lg\:m-0 {
    margin: 0;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:text-left {
    text-align: left;
  }
}
