@charset "UTF-8";
/**
 * Formidable Forms
 */
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.lity-loading .lity-content, .lity-closed .lity-content {
  transform: scale(0.8);
}
.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*
*   1. Global styles
*   2. Animations
*   3. Forms
 */
#wpadminbar {
  opacity: 0;
}
#wpadminbar:hover {
  opacity: 1;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

div {
  position: relative;
}

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

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--wp--preset--color--darkgrey);
  text-align: left;
  background-color: var(--wp--preset--color--grey);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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 {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: var(--wp--preset--color--pink);
  text-decoration: underline;
}

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

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

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,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

.d-inline-block {
  display: inline-block !important;
}

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

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

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

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

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

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

@media (min-width: 375px) {
  .d-iphone-none {
    display: none !important;
  }
  .d-iphone-inline {
    display: inline !important;
  }
  .d-iphone-inline-block {
    display: inline-block !important;
  }
  .d-iphone-block {
    display: block !important;
  }
  .d-iphone-table {
    display: table !important;
  }
  .d-iphone-table-row {
    display: table-row !important;
  }
  .d-iphone-table-cell {
    display: table-cell !important;
  }
  .d-iphone-flex {
    display: flex !important;
  }
  .d-iphone-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 414px) {
  .d-iphoneplus-none {
    display: none !important;
  }
  .d-iphoneplus-inline {
    display: inline !important;
  }
  .d-iphoneplus-inline-block {
    display: inline-block !important;
  }
  .d-iphoneplus-block {
    display: block !important;
  }
  .d-iphoneplus-table {
    display: table !important;
  }
  .d-iphoneplus-table-row {
    display: table-row !important;
  }
  .d-iphoneplus-table-cell {
    display: table-cell !important;
  }
  .d-iphoneplus-flex {
    display: flex !important;
  }
  .d-iphoneplus-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 480px) {
  .d-mobile-none {
    display: none !important;
  }
  .d-mobile-inline {
    display: inline !important;
  }
  .d-mobile-inline-block {
    display: inline-block !important;
  }
  .d-mobile-block {
    display: block !important;
  }
  .d-mobile-table {
    display: table !important;
  }
  .d-mobile-table-row {
    display: table-row !important;
  }
  .d-mobile-table-cell {
    display: table-cell !important;
  }
  .d-mobile-flex {
    display: flex !important;
  }
  .d-mobile-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 600px) {
  .d-small-none {
    display: none !important;
  }
  .d-small-inline {
    display: inline !important;
  }
  .d-small-inline-block {
    display: inline-block !important;
  }
  .d-small-block {
    display: block !important;
  }
  .d-small-table {
    display: table !important;
  }
  .d-small-table-row {
    display: table-row !important;
  }
  .d-small-table-cell {
    display: table-cell !important;
  }
  .d-small-flex {
    display: flex !important;
  }
  .d-small-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 782px) {
  .d-medium-none {
    display: none !important;
  }
  .d-medium-inline {
    display: inline !important;
  }
  .d-medium-inline-block {
    display: inline-block !important;
  }
  .d-medium-block {
    display: block !important;
  }
  .d-medium-table {
    display: table !important;
  }
  .d-medium-table-row {
    display: table-row !important;
  }
  .d-medium-table-cell {
    display: table-cell !important;
  }
  .d-medium-flex {
    display: flex !important;
  }
  .d-medium-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 960px) {
  .d-large-none {
    display: none !important;
  }
  .d-large-inline {
    display: inline !important;
  }
  .d-large-inline-block {
    display: inline-block !important;
  }
  .d-large-block {
    display: block !important;
  }
  .d-large-table {
    display: table !important;
  }
  .d-large-table-row {
    display: table-row !important;
  }
  .d-large-table-cell {
    display: table-cell !important;
  }
  .d-large-flex {
    display: flex !important;
  }
  .d-large-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-tablet-none {
    display: none !important;
  }
  .d-tablet-inline {
    display: inline !important;
  }
  .d-tablet-inline-block {
    display: inline-block !important;
  }
  .d-tablet-block {
    display: block !important;
  }
  .d-tablet-table {
    display: table !important;
  }
  .d-tablet-table-row {
    display: table-row !important;
  }
  .d-tablet-table-cell {
    display: table-cell !important;
  }
  .d-tablet-flex {
    display: flex !important;
  }
  .d-tablet-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1080px) {
  .d-portrait-none {
    display: none !important;
  }
  .d-portrait-inline {
    display: inline !important;
  }
  .d-portrait-inline-block {
    display: inline-block !important;
  }
  .d-portrait-block {
    display: block !important;
  }
  .d-portrait-table {
    display: table !important;
  }
  .d-portrait-table-row {
    display: table-row !important;
  }
  .d-portrait-table-cell {
    display: table-cell !important;
  }
  .d-portrait-flex {
    display: flex !important;
  }
  .d-portrait-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-wide-none {
    display: none !important;
  }
  .d-wide-inline {
    display: inline !important;
  }
  .d-wide-inline-block {
    display: inline-block !important;
  }
  .d-wide-block {
    display: block !important;
  }
  .d-wide-table {
    display: table !important;
  }
  .d-wide-table-row {
    display: table-row !important;
  }
  .d-wide-table-cell {
    display: table-cell !important;
  }
  .d-wide-flex {
    display: flex !important;
  }
  .d-wide-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1366px) {
  .d-ipadpro-none {
    display: none !important;
  }
  .d-ipadpro-inline {
    display: inline !important;
  }
  .d-ipadpro-inline-block {
    display: inline-block !important;
  }
  .d-ipadpro-block {
    display: block !important;
  }
  .d-ipadpro-table {
    display: table !important;
  }
  .d-ipadpro-table-row {
    display: table-row !important;
  }
  .d-ipadpro-table-cell {
    display: table-cell !important;
  }
  .d-ipadpro-flex {
    display: flex !important;
  }
  .d-ipadpro-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-huge-none {
    display: none !important;
  }
  .d-huge-inline {
    display: inline !important;
  }
  .d-huge-inline-block {
    display: inline-block !important;
  }
  .d-huge-block {
    display: block !important;
  }
  .d-huge-table {
    display: table !important;
  }
  .d-huge-table-row {
    display: table-row !important;
  }
  .d-huge-table-cell {
    display: table-cell !important;
  }
  .d-huge-flex {
    display: flex !important;
  }
  .d-huge-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 375px) {
  .m-iphone-0 {
    margin: 0 !important;
  }
  .mt-iphone-0,
  .my-iphone-0 {
    margin-top: 0 !important;
  }
  .mr-iphone-0,
  .mx-iphone-0 {
    margin-right: 0 !important;
  }
  .mb-iphone-0,
  .my-iphone-0 {
    margin-bottom: 0 !important;
  }
  .ml-iphone-0,
  .mx-iphone-0 {
    margin-left: 0 !important;
  }
  .m-iphone-1 {
    margin: 0.25rem !important;
  }
  .mt-iphone-1,
  .my-iphone-1 {
    margin-top: 0.25rem !important;
  }
  .mr-iphone-1,
  .mx-iphone-1 {
    margin-right: 0.25rem !important;
  }
  .mb-iphone-1,
  .my-iphone-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-iphone-1,
  .mx-iphone-1 {
    margin-left: 0.25rem !important;
  }
  .m-iphone-2 {
    margin: 0.5rem !important;
  }
  .mt-iphone-2,
  .my-iphone-2 {
    margin-top: 0.5rem !important;
  }
  .mr-iphone-2,
  .mx-iphone-2 {
    margin-right: 0.5rem !important;
  }
  .mb-iphone-2,
  .my-iphone-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-iphone-2,
  .mx-iphone-2 {
    margin-left: 0.5rem !important;
  }
  .m-iphone-3 {
    margin: 1rem !important;
  }
  .mt-iphone-3,
  .my-iphone-3 {
    margin-top: 1rem !important;
  }
  .mr-iphone-3,
  .mx-iphone-3 {
    margin-right: 1rem !important;
  }
  .mb-iphone-3,
  .my-iphone-3 {
    margin-bottom: 1rem !important;
  }
  .ml-iphone-3,
  .mx-iphone-3 {
    margin-left: 1rem !important;
  }
  .m-iphone-4 {
    margin: 1.5rem !important;
  }
  .mt-iphone-4,
  .my-iphone-4 {
    margin-top: 1.5rem !important;
  }
  .mr-iphone-4,
  .mx-iphone-4 {
    margin-right: 1.5rem !important;
  }
  .mb-iphone-4,
  .my-iphone-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-iphone-4,
  .mx-iphone-4 {
    margin-left: 1.5rem !important;
  }
  .m-iphone-5 {
    margin: 3rem !important;
  }
  .mt-iphone-5,
  .my-iphone-5 {
    margin-top: 3rem !important;
  }
  .mr-iphone-5,
  .mx-iphone-5 {
    margin-right: 3rem !important;
  }
  .mb-iphone-5,
  .my-iphone-5 {
    margin-bottom: 3rem !important;
  }
  .ml-iphone-5,
  .mx-iphone-5 {
    margin-left: 3rem !important;
  }
  .p-iphone-0 {
    padding: 0 !important;
  }
  .pt-iphone-0,
  .py-iphone-0 {
    padding-top: 0 !important;
  }
  .pr-iphone-0,
  .px-iphone-0 {
    padding-right: 0 !important;
  }
  .pb-iphone-0,
  .py-iphone-0 {
    padding-bottom: 0 !important;
  }
  .pl-iphone-0,
  .px-iphone-0 {
    padding-left: 0 !important;
  }
  .p-iphone-1 {
    padding: 0.25rem !important;
  }
  .pt-iphone-1,
  .py-iphone-1 {
    padding-top: 0.25rem !important;
  }
  .pr-iphone-1,
  .px-iphone-1 {
    padding-right: 0.25rem !important;
  }
  .pb-iphone-1,
  .py-iphone-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-iphone-1,
  .px-iphone-1 {
    padding-left: 0.25rem !important;
  }
  .p-iphone-2 {
    padding: 0.5rem !important;
  }
  .pt-iphone-2,
  .py-iphone-2 {
    padding-top: 0.5rem !important;
  }
  .pr-iphone-2,
  .px-iphone-2 {
    padding-right: 0.5rem !important;
  }
  .pb-iphone-2,
  .py-iphone-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-iphone-2,
  .px-iphone-2 {
    padding-left: 0.5rem !important;
  }
  .p-iphone-3 {
    padding: 1rem !important;
  }
  .pt-iphone-3,
  .py-iphone-3 {
    padding-top: 1rem !important;
  }
  .pr-iphone-3,
  .px-iphone-3 {
    padding-right: 1rem !important;
  }
  .pb-iphone-3,
  .py-iphone-3 {
    padding-bottom: 1rem !important;
  }
  .pl-iphone-3,
  .px-iphone-3 {
    padding-left: 1rem !important;
  }
  .p-iphone-4 {
    padding: 1.5rem !important;
  }
  .pt-iphone-4,
  .py-iphone-4 {
    padding-top: 1.5rem !important;
  }
  .pr-iphone-4,
  .px-iphone-4 {
    padding-right: 1.5rem !important;
  }
  .pb-iphone-4,
  .py-iphone-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-iphone-4,
  .px-iphone-4 {
    padding-left: 1.5rem !important;
  }
  .p-iphone-5 {
    padding: 3rem !important;
  }
  .pt-iphone-5,
  .py-iphone-5 {
    padding-top: 3rem !important;
  }
  .pr-iphone-5,
  .px-iphone-5 {
    padding-right: 3rem !important;
  }
  .pb-iphone-5,
  .py-iphone-5 {
    padding-bottom: 3rem !important;
  }
  .pl-iphone-5,
  .px-iphone-5 {
    padding-left: 3rem !important;
  }
  .m-iphone-n1 {
    margin: -0.25rem !important;
  }
  .mt-iphone-n1,
  .my-iphone-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-iphone-n1,
  .mx-iphone-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-iphone-n1,
  .my-iphone-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-iphone-n1,
  .mx-iphone-n1 {
    margin-left: -0.25rem !important;
  }
  .m-iphone-n2 {
    margin: -0.5rem !important;
  }
  .mt-iphone-n2,
  .my-iphone-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-iphone-n2,
  .mx-iphone-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-iphone-n2,
  .my-iphone-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-iphone-n2,
  .mx-iphone-n2 {
    margin-left: -0.5rem !important;
  }
  .m-iphone-n3 {
    margin: -1rem !important;
  }
  .mt-iphone-n3,
  .my-iphone-n3 {
    margin-top: -1rem !important;
  }
  .mr-iphone-n3,
  .mx-iphone-n3 {
    margin-right: -1rem !important;
  }
  .mb-iphone-n3,
  .my-iphone-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-iphone-n3,
  .mx-iphone-n3 {
    margin-left: -1rem !important;
  }
  .m-iphone-n4 {
    margin: -1.5rem !important;
  }
  .mt-iphone-n4,
  .my-iphone-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-iphone-n4,
  .mx-iphone-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-iphone-n4,
  .my-iphone-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-iphone-n4,
  .mx-iphone-n4 {
    margin-left: -1.5rem !important;
  }
  .m-iphone-n5 {
    margin: -3rem !important;
  }
  .mt-iphone-n5,
  .my-iphone-n5 {
    margin-top: -3rem !important;
  }
  .mr-iphone-n5,
  .mx-iphone-n5 {
    margin-right: -3rem !important;
  }
  .mb-iphone-n5,
  .my-iphone-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-iphone-n5,
  .mx-iphone-n5 {
    margin-left: -3rem !important;
  }
  .m-iphone-auto {
    margin: auto !important;
  }
  .mt-iphone-auto,
  .my-iphone-auto {
    margin-top: auto !important;
  }
  .mr-iphone-auto,
  .mx-iphone-auto {
    margin-right: auto !important;
  }
  .mb-iphone-auto,
  .my-iphone-auto {
    margin-bottom: auto !important;
  }
  .ml-iphone-auto,
  .mx-iphone-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 414px) {
  .m-iphoneplus-0 {
    margin: 0 !important;
  }
  .mt-iphoneplus-0,
  .my-iphoneplus-0 {
    margin-top: 0 !important;
  }
  .mr-iphoneplus-0,
  .mx-iphoneplus-0 {
    margin-right: 0 !important;
  }
  .mb-iphoneplus-0,
  .my-iphoneplus-0 {
    margin-bottom: 0 !important;
  }
  .ml-iphoneplus-0,
  .mx-iphoneplus-0 {
    margin-left: 0 !important;
  }
  .m-iphoneplus-1 {
    margin: 0.25rem !important;
  }
  .mt-iphoneplus-1,
  .my-iphoneplus-1 {
    margin-top: 0.25rem !important;
  }
  .mr-iphoneplus-1,
  .mx-iphoneplus-1 {
    margin-right: 0.25rem !important;
  }
  .mb-iphoneplus-1,
  .my-iphoneplus-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-iphoneplus-1,
  .mx-iphoneplus-1 {
    margin-left: 0.25rem !important;
  }
  .m-iphoneplus-2 {
    margin: 0.5rem !important;
  }
  .mt-iphoneplus-2,
  .my-iphoneplus-2 {
    margin-top: 0.5rem !important;
  }
  .mr-iphoneplus-2,
  .mx-iphoneplus-2 {
    margin-right: 0.5rem !important;
  }
  .mb-iphoneplus-2,
  .my-iphoneplus-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-iphoneplus-2,
  .mx-iphoneplus-2 {
    margin-left: 0.5rem !important;
  }
  .m-iphoneplus-3 {
    margin: 1rem !important;
  }
  .mt-iphoneplus-3,
  .my-iphoneplus-3 {
    margin-top: 1rem !important;
  }
  .mr-iphoneplus-3,
  .mx-iphoneplus-3 {
    margin-right: 1rem !important;
  }
  .mb-iphoneplus-3,
  .my-iphoneplus-3 {
    margin-bottom: 1rem !important;
  }
  .ml-iphoneplus-3,
  .mx-iphoneplus-3 {
    margin-left: 1rem !important;
  }
  .m-iphoneplus-4 {
    margin: 1.5rem !important;
  }
  .mt-iphoneplus-4,
  .my-iphoneplus-4 {
    margin-top: 1.5rem !important;
  }
  .mr-iphoneplus-4,
  .mx-iphoneplus-4 {
    margin-right: 1.5rem !important;
  }
  .mb-iphoneplus-4,
  .my-iphoneplus-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-iphoneplus-4,
  .mx-iphoneplus-4 {
    margin-left: 1.5rem !important;
  }
  .m-iphoneplus-5 {
    margin: 3rem !important;
  }
  .mt-iphoneplus-5,
  .my-iphoneplus-5 {
    margin-top: 3rem !important;
  }
  .mr-iphoneplus-5,
  .mx-iphoneplus-5 {
    margin-right: 3rem !important;
  }
  .mb-iphoneplus-5,
  .my-iphoneplus-5 {
    margin-bottom: 3rem !important;
  }
  .ml-iphoneplus-5,
  .mx-iphoneplus-5 {
    margin-left: 3rem !important;
  }
  .p-iphoneplus-0 {
    padding: 0 !important;
  }
  .pt-iphoneplus-0,
  .py-iphoneplus-0 {
    padding-top: 0 !important;
  }
  .pr-iphoneplus-0,
  .px-iphoneplus-0 {
    padding-right: 0 !important;
  }
  .pb-iphoneplus-0,
  .py-iphoneplus-0 {
    padding-bottom: 0 !important;
  }
  .pl-iphoneplus-0,
  .px-iphoneplus-0 {
    padding-left: 0 !important;
  }
  .p-iphoneplus-1 {
    padding: 0.25rem !important;
  }
  .pt-iphoneplus-1,
  .py-iphoneplus-1 {
    padding-top: 0.25rem !important;
  }
  .pr-iphoneplus-1,
  .px-iphoneplus-1 {
    padding-right: 0.25rem !important;
  }
  .pb-iphoneplus-1,
  .py-iphoneplus-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-iphoneplus-1,
  .px-iphoneplus-1 {
    padding-left: 0.25rem !important;
  }
  .p-iphoneplus-2 {
    padding: 0.5rem !important;
  }
  .pt-iphoneplus-2,
  .py-iphoneplus-2 {
    padding-top: 0.5rem !important;
  }
  .pr-iphoneplus-2,
  .px-iphoneplus-2 {
    padding-right: 0.5rem !important;
  }
  .pb-iphoneplus-2,
  .py-iphoneplus-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-iphoneplus-2,
  .px-iphoneplus-2 {
    padding-left: 0.5rem !important;
  }
  .p-iphoneplus-3 {
    padding: 1rem !important;
  }
  .pt-iphoneplus-3,
  .py-iphoneplus-3 {
    padding-top: 1rem !important;
  }
  .pr-iphoneplus-3,
  .px-iphoneplus-3 {
    padding-right: 1rem !important;
  }
  .pb-iphoneplus-3,
  .py-iphoneplus-3 {
    padding-bottom: 1rem !important;
  }
  .pl-iphoneplus-3,
  .px-iphoneplus-3 {
    padding-left: 1rem !important;
  }
  .p-iphoneplus-4 {
    padding: 1.5rem !important;
  }
  .pt-iphoneplus-4,
  .py-iphoneplus-4 {
    padding-top: 1.5rem !important;
  }
  .pr-iphoneplus-4,
  .px-iphoneplus-4 {
    padding-right: 1.5rem !important;
  }
  .pb-iphoneplus-4,
  .py-iphoneplus-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-iphoneplus-4,
  .px-iphoneplus-4 {
    padding-left: 1.5rem !important;
  }
  .p-iphoneplus-5 {
    padding: 3rem !important;
  }
  .pt-iphoneplus-5,
  .py-iphoneplus-5 {
    padding-top: 3rem !important;
  }
  .pr-iphoneplus-5,
  .px-iphoneplus-5 {
    padding-right: 3rem !important;
  }
  .pb-iphoneplus-5,
  .py-iphoneplus-5 {
    padding-bottom: 3rem !important;
  }
  .pl-iphoneplus-5,
  .px-iphoneplus-5 {
    padding-left: 3rem !important;
  }
  .m-iphoneplus-n1 {
    margin: -0.25rem !important;
  }
  .mt-iphoneplus-n1,
  .my-iphoneplus-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-iphoneplus-n1,
  .mx-iphoneplus-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-iphoneplus-n1,
  .my-iphoneplus-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-iphoneplus-n1,
  .mx-iphoneplus-n1 {
    margin-left: -0.25rem !important;
  }
  .m-iphoneplus-n2 {
    margin: -0.5rem !important;
  }
  .mt-iphoneplus-n2,
  .my-iphoneplus-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-iphoneplus-n2,
  .mx-iphoneplus-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-iphoneplus-n2,
  .my-iphoneplus-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-iphoneplus-n2,
  .mx-iphoneplus-n2 {
    margin-left: -0.5rem !important;
  }
  .m-iphoneplus-n3 {
    margin: -1rem !important;
  }
  .mt-iphoneplus-n3,
  .my-iphoneplus-n3 {
    margin-top: -1rem !important;
  }
  .mr-iphoneplus-n3,
  .mx-iphoneplus-n3 {
    margin-right: -1rem !important;
  }
  .mb-iphoneplus-n3,
  .my-iphoneplus-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-iphoneplus-n3,
  .mx-iphoneplus-n3 {
    margin-left: -1rem !important;
  }
  .m-iphoneplus-n4 {
    margin: -1.5rem !important;
  }
  .mt-iphoneplus-n4,
  .my-iphoneplus-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-iphoneplus-n4,
  .mx-iphoneplus-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-iphoneplus-n4,
  .my-iphoneplus-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-iphoneplus-n4,
  .mx-iphoneplus-n4 {
    margin-left: -1.5rem !important;
  }
  .m-iphoneplus-n5 {
    margin: -3rem !important;
  }
  .mt-iphoneplus-n5,
  .my-iphoneplus-n5 {
    margin-top: -3rem !important;
  }
  .mr-iphoneplus-n5,
  .mx-iphoneplus-n5 {
    margin-right: -3rem !important;
  }
  .mb-iphoneplus-n5,
  .my-iphoneplus-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-iphoneplus-n5,
  .mx-iphoneplus-n5 {
    margin-left: -3rem !important;
  }
  .m-iphoneplus-auto {
    margin: auto !important;
  }
  .mt-iphoneplus-auto,
  .my-iphoneplus-auto {
    margin-top: auto !important;
  }
  .mr-iphoneplus-auto,
  .mx-iphoneplus-auto {
    margin-right: auto !important;
  }
  .mb-iphoneplus-auto,
  .my-iphoneplus-auto {
    margin-bottom: auto !important;
  }
  .ml-iphoneplus-auto,
  .mx-iphoneplus-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 480px) {
  .m-mobile-0 {
    margin: 0 !important;
  }
  .mt-mobile-0,
  .my-mobile-0 {
    margin-top: 0 !important;
  }
  .mr-mobile-0,
  .mx-mobile-0 {
    margin-right: 0 !important;
  }
  .mb-mobile-0,
  .my-mobile-0 {
    margin-bottom: 0 !important;
  }
  .ml-mobile-0,
  .mx-mobile-0 {
    margin-left: 0 !important;
  }
  .m-mobile-1 {
    margin: 0.25rem !important;
  }
  .mt-mobile-1,
  .my-mobile-1 {
    margin-top: 0.25rem !important;
  }
  .mr-mobile-1,
  .mx-mobile-1 {
    margin-right: 0.25rem !important;
  }
  .mb-mobile-1,
  .my-mobile-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-mobile-1,
  .mx-mobile-1 {
    margin-left: 0.25rem !important;
  }
  .m-mobile-2 {
    margin: 0.5rem !important;
  }
  .mt-mobile-2,
  .my-mobile-2 {
    margin-top: 0.5rem !important;
  }
  .mr-mobile-2,
  .mx-mobile-2 {
    margin-right: 0.5rem !important;
  }
  .mb-mobile-2,
  .my-mobile-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-mobile-2,
  .mx-mobile-2 {
    margin-left: 0.5rem !important;
  }
  .m-mobile-3 {
    margin: 1rem !important;
  }
  .mt-mobile-3,
  .my-mobile-3 {
    margin-top: 1rem !important;
  }
  .mr-mobile-3,
  .mx-mobile-3 {
    margin-right: 1rem !important;
  }
  .mb-mobile-3,
  .my-mobile-3 {
    margin-bottom: 1rem !important;
  }
  .ml-mobile-3,
  .mx-mobile-3 {
    margin-left: 1rem !important;
  }
  .m-mobile-4 {
    margin: 1.5rem !important;
  }
  .mt-mobile-4,
  .my-mobile-4 {
    margin-top: 1.5rem !important;
  }
  .mr-mobile-4,
  .mx-mobile-4 {
    margin-right: 1.5rem !important;
  }
  .mb-mobile-4,
  .my-mobile-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-mobile-4,
  .mx-mobile-4 {
    margin-left: 1.5rem !important;
  }
  .m-mobile-5 {
    margin: 3rem !important;
  }
  .mt-mobile-5,
  .my-mobile-5 {
    margin-top: 3rem !important;
  }
  .mr-mobile-5,
  .mx-mobile-5 {
    margin-right: 3rem !important;
  }
  .mb-mobile-5,
  .my-mobile-5 {
    margin-bottom: 3rem !important;
  }
  .ml-mobile-5,
  .mx-mobile-5 {
    margin-left: 3rem !important;
  }
  .p-mobile-0 {
    padding: 0 !important;
  }
  .pt-mobile-0,
  .py-mobile-0 {
    padding-top: 0 !important;
  }
  .pr-mobile-0,
  .px-mobile-0 {
    padding-right: 0 !important;
  }
  .pb-mobile-0,
  .py-mobile-0 {
    padding-bottom: 0 !important;
  }
  .pl-mobile-0,
  .px-mobile-0 {
    padding-left: 0 !important;
  }
  .p-mobile-1 {
    padding: 0.25rem !important;
  }
  .pt-mobile-1,
  .py-mobile-1 {
    padding-top: 0.25rem !important;
  }
  .pr-mobile-1,
  .px-mobile-1 {
    padding-right: 0.25rem !important;
  }
  .pb-mobile-1,
  .py-mobile-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-mobile-1,
  .px-mobile-1 {
    padding-left: 0.25rem !important;
  }
  .p-mobile-2 {
    padding: 0.5rem !important;
  }
  .pt-mobile-2,
  .py-mobile-2 {
    padding-top: 0.5rem !important;
  }
  .pr-mobile-2,
  .px-mobile-2 {
    padding-right: 0.5rem !important;
  }
  .pb-mobile-2,
  .py-mobile-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-mobile-2,
  .px-mobile-2 {
    padding-left: 0.5rem !important;
  }
  .p-mobile-3 {
    padding: 1rem !important;
  }
  .pt-mobile-3,
  .py-mobile-3 {
    padding-top: 1rem !important;
  }
  .pr-mobile-3,
  .px-mobile-3 {
    padding-right: 1rem !important;
  }
  .pb-mobile-3,
  .py-mobile-3 {
    padding-bottom: 1rem !important;
  }
  .pl-mobile-3,
  .px-mobile-3 {
    padding-left: 1rem !important;
  }
  .p-mobile-4 {
    padding: 1.5rem !important;
  }
  .pt-mobile-4,
  .py-mobile-4 {
    padding-top: 1.5rem !important;
  }
  .pr-mobile-4,
  .px-mobile-4 {
    padding-right: 1.5rem !important;
  }
  .pb-mobile-4,
  .py-mobile-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-mobile-4,
  .px-mobile-4 {
    padding-left: 1.5rem !important;
  }
  .p-mobile-5 {
    padding: 3rem !important;
  }
  .pt-mobile-5,
  .py-mobile-5 {
    padding-top: 3rem !important;
  }
  .pr-mobile-5,
  .px-mobile-5 {
    padding-right: 3rem !important;
  }
  .pb-mobile-5,
  .py-mobile-5 {
    padding-bottom: 3rem !important;
  }
  .pl-mobile-5,
  .px-mobile-5 {
    padding-left: 3rem !important;
  }
  .m-mobile-n1 {
    margin: -0.25rem !important;
  }
  .mt-mobile-n1,
  .my-mobile-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-mobile-n1,
  .mx-mobile-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-mobile-n1,
  .my-mobile-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-mobile-n1,
  .mx-mobile-n1 {
    margin-left: -0.25rem !important;
  }
  .m-mobile-n2 {
    margin: -0.5rem !important;
  }
  .mt-mobile-n2,
  .my-mobile-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-mobile-n2,
  .mx-mobile-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-mobile-n2,
  .my-mobile-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-mobile-n2,
  .mx-mobile-n2 {
    margin-left: -0.5rem !important;
  }
  .m-mobile-n3 {
    margin: -1rem !important;
  }
  .mt-mobile-n3,
  .my-mobile-n3 {
    margin-top: -1rem !important;
  }
  .mr-mobile-n3,
  .mx-mobile-n3 {
    margin-right: -1rem !important;
  }
  .mb-mobile-n3,
  .my-mobile-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-mobile-n3,
  .mx-mobile-n3 {
    margin-left: -1rem !important;
  }
  .m-mobile-n4 {
    margin: -1.5rem !important;
  }
  .mt-mobile-n4,
  .my-mobile-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-mobile-n4,
  .mx-mobile-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-mobile-n4,
  .my-mobile-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-mobile-n4,
  .mx-mobile-n4 {
    margin-left: -1.5rem !important;
  }
  .m-mobile-n5 {
    margin: -3rem !important;
  }
  .mt-mobile-n5,
  .my-mobile-n5 {
    margin-top: -3rem !important;
  }
  .mr-mobile-n5,
  .mx-mobile-n5 {
    margin-right: -3rem !important;
  }
  .mb-mobile-n5,
  .my-mobile-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-mobile-n5,
  .mx-mobile-n5 {
    margin-left: -3rem !important;
  }
  .m-mobile-auto {
    margin: auto !important;
  }
  .mt-mobile-auto,
  .my-mobile-auto {
    margin-top: auto !important;
  }
  .mr-mobile-auto,
  .mx-mobile-auto {
    margin-right: auto !important;
  }
  .mb-mobile-auto,
  .my-mobile-auto {
    margin-bottom: auto !important;
  }
  .ml-mobile-auto,
  .mx-mobile-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 600px) {
  .m-small-0 {
    margin: 0 !important;
  }
  .mt-small-0,
  .my-small-0 {
    margin-top: 0 !important;
  }
  .mr-small-0,
  .mx-small-0 {
    margin-right: 0 !important;
  }
  .mb-small-0,
  .my-small-0 {
    margin-bottom: 0 !important;
  }
  .ml-small-0,
  .mx-small-0 {
    margin-left: 0 !important;
  }
  .m-small-1 {
    margin: 0.25rem !important;
  }
  .mt-small-1,
  .my-small-1 {
    margin-top: 0.25rem !important;
  }
  .mr-small-1,
  .mx-small-1 {
    margin-right: 0.25rem !important;
  }
  .mb-small-1,
  .my-small-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-small-1,
  .mx-small-1 {
    margin-left: 0.25rem !important;
  }
  .m-small-2 {
    margin: 0.5rem !important;
  }
  .mt-small-2,
  .my-small-2 {
    margin-top: 0.5rem !important;
  }
  .mr-small-2,
  .mx-small-2 {
    margin-right: 0.5rem !important;
  }
  .mb-small-2,
  .my-small-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-small-2,
  .mx-small-2 {
    margin-left: 0.5rem !important;
  }
  .m-small-3 {
    margin: 1rem !important;
  }
  .mt-small-3,
  .my-small-3 {
    margin-top: 1rem !important;
  }
  .mr-small-3,
  .mx-small-3 {
    margin-right: 1rem !important;
  }
  .mb-small-3,
  .my-small-3 {
    margin-bottom: 1rem !important;
  }
  .ml-small-3,
  .mx-small-3 {
    margin-left: 1rem !important;
  }
  .m-small-4 {
    margin: 1.5rem !important;
  }
  .mt-small-4,
  .my-small-4 {
    margin-top: 1.5rem !important;
  }
  .mr-small-4,
  .mx-small-4 {
    margin-right: 1.5rem !important;
  }
  .mb-small-4,
  .my-small-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-small-4,
  .mx-small-4 {
    margin-left: 1.5rem !important;
  }
  .m-small-5 {
    margin: 3rem !important;
  }
  .mt-small-5,
  .my-small-5 {
    margin-top: 3rem !important;
  }
  .mr-small-5,
  .mx-small-5 {
    margin-right: 3rem !important;
  }
  .mb-small-5,
  .my-small-5 {
    margin-bottom: 3rem !important;
  }
  .ml-small-5,
  .mx-small-5 {
    margin-left: 3rem !important;
  }
  .p-small-0 {
    padding: 0 !important;
  }
  .pt-small-0,
  .py-small-0 {
    padding-top: 0 !important;
  }
  .pr-small-0,
  .px-small-0 {
    padding-right: 0 !important;
  }
  .pb-small-0,
  .py-small-0 {
    padding-bottom: 0 !important;
  }
  .pl-small-0,
  .px-small-0 {
    padding-left: 0 !important;
  }
  .p-small-1 {
    padding: 0.25rem !important;
  }
  .pt-small-1,
  .py-small-1 {
    padding-top: 0.25rem !important;
  }
  .pr-small-1,
  .px-small-1 {
    padding-right: 0.25rem !important;
  }
  .pb-small-1,
  .py-small-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-small-1,
  .px-small-1 {
    padding-left: 0.25rem !important;
  }
  .p-small-2 {
    padding: 0.5rem !important;
  }
  .pt-small-2,
  .py-small-2 {
    padding-top: 0.5rem !important;
  }
  .pr-small-2,
  .px-small-2 {
    padding-right: 0.5rem !important;
  }
  .pb-small-2,
  .py-small-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-small-2,
  .px-small-2 {
    padding-left: 0.5rem !important;
  }
  .p-small-3 {
    padding: 1rem !important;
  }
  .pt-small-3,
  .py-small-3 {
    padding-top: 1rem !important;
  }
  .pr-small-3,
  .px-small-3 {
    padding-right: 1rem !important;
  }
  .pb-small-3,
  .py-small-3 {
    padding-bottom: 1rem !important;
  }
  .pl-small-3,
  .px-small-3 {
    padding-left: 1rem !important;
  }
  .p-small-4 {
    padding: 1.5rem !important;
  }
  .pt-small-4,
  .py-small-4 {
    padding-top: 1.5rem !important;
  }
  .pr-small-4,
  .px-small-4 {
    padding-right: 1.5rem !important;
  }
  .pb-small-4,
  .py-small-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-small-4,
  .px-small-4 {
    padding-left: 1.5rem !important;
  }
  .p-small-5 {
    padding: 3rem !important;
  }
  .pt-small-5,
  .py-small-5 {
    padding-top: 3rem !important;
  }
  .pr-small-5,
  .px-small-5 {
    padding-right: 3rem !important;
  }
  .pb-small-5,
  .py-small-5 {
    padding-bottom: 3rem !important;
  }
  .pl-small-5,
  .px-small-5 {
    padding-left: 3rem !important;
  }
  .m-small-n1 {
    margin: -0.25rem !important;
  }
  .mt-small-n1,
  .my-small-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-small-n1,
  .mx-small-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-small-n1,
  .my-small-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-small-n1,
  .mx-small-n1 {
    margin-left: -0.25rem !important;
  }
  .m-small-n2 {
    margin: -0.5rem !important;
  }
  .mt-small-n2,
  .my-small-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-small-n2,
  .mx-small-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-small-n2,
  .my-small-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-small-n2,
  .mx-small-n2 {
    margin-left: -0.5rem !important;
  }
  .m-small-n3 {
    margin: -1rem !important;
  }
  .mt-small-n3,
  .my-small-n3 {
    margin-top: -1rem !important;
  }
  .mr-small-n3,
  .mx-small-n3 {
    margin-right: -1rem !important;
  }
  .mb-small-n3,
  .my-small-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-small-n3,
  .mx-small-n3 {
    margin-left: -1rem !important;
  }
  .m-small-n4 {
    margin: -1.5rem !important;
  }
  .mt-small-n4,
  .my-small-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-small-n4,
  .mx-small-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-small-n4,
  .my-small-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-small-n4,
  .mx-small-n4 {
    margin-left: -1.5rem !important;
  }
  .m-small-n5 {
    margin: -3rem !important;
  }
  .mt-small-n5,
  .my-small-n5 {
    margin-top: -3rem !important;
  }
  .mr-small-n5,
  .mx-small-n5 {
    margin-right: -3rem !important;
  }
  .mb-small-n5,
  .my-small-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-small-n5,
  .mx-small-n5 {
    margin-left: -3rem !important;
  }
  .m-small-auto {
    margin: auto !important;
  }
  .mt-small-auto,
  .my-small-auto {
    margin-top: auto !important;
  }
  .mr-small-auto,
  .mx-small-auto {
    margin-right: auto !important;
  }
  .mb-small-auto,
  .my-small-auto {
    margin-bottom: auto !important;
  }
  .ml-small-auto,
  .mx-small-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 782px) {
  .m-medium-0 {
    margin: 0 !important;
  }
  .mt-medium-0,
  .my-medium-0 {
    margin-top: 0 !important;
  }
  .mr-medium-0,
  .mx-medium-0 {
    margin-right: 0 !important;
  }
  .mb-medium-0,
  .my-medium-0 {
    margin-bottom: 0 !important;
  }
  .ml-medium-0,
  .mx-medium-0 {
    margin-left: 0 !important;
  }
  .m-medium-1 {
    margin: 0.25rem !important;
  }
  .mt-medium-1,
  .my-medium-1 {
    margin-top: 0.25rem !important;
  }
  .mr-medium-1,
  .mx-medium-1 {
    margin-right: 0.25rem !important;
  }
  .mb-medium-1,
  .my-medium-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-medium-1,
  .mx-medium-1 {
    margin-left: 0.25rem !important;
  }
  .m-medium-2 {
    margin: 0.5rem !important;
  }
  .mt-medium-2,
  .my-medium-2 {
    margin-top: 0.5rem !important;
  }
  .mr-medium-2,
  .mx-medium-2 {
    margin-right: 0.5rem !important;
  }
  .mb-medium-2,
  .my-medium-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-medium-2,
  .mx-medium-2 {
    margin-left: 0.5rem !important;
  }
  .m-medium-3 {
    margin: 1rem !important;
  }
  .mt-medium-3,
  .my-medium-3 {
    margin-top: 1rem !important;
  }
  .mr-medium-3,
  .mx-medium-3 {
    margin-right: 1rem !important;
  }
  .mb-medium-3,
  .my-medium-3 {
    margin-bottom: 1rem !important;
  }
  .ml-medium-3,
  .mx-medium-3 {
    margin-left: 1rem !important;
  }
  .m-medium-4 {
    margin: 1.5rem !important;
  }
  .mt-medium-4,
  .my-medium-4 {
    margin-top: 1.5rem !important;
  }
  .mr-medium-4,
  .mx-medium-4 {
    margin-right: 1.5rem !important;
  }
  .mb-medium-4,
  .my-medium-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-medium-4,
  .mx-medium-4 {
    margin-left: 1.5rem !important;
  }
  .m-medium-5 {
    margin: 3rem !important;
  }
  .mt-medium-5,
  .my-medium-5 {
    margin-top: 3rem !important;
  }
  .mr-medium-5,
  .mx-medium-5 {
    margin-right: 3rem !important;
  }
  .mb-medium-5,
  .my-medium-5 {
    margin-bottom: 3rem !important;
  }
  .ml-medium-5,
  .mx-medium-5 {
    margin-left: 3rem !important;
  }
  .p-medium-0 {
    padding: 0 !important;
  }
  .pt-medium-0,
  .py-medium-0 {
    padding-top: 0 !important;
  }
  .pr-medium-0,
  .px-medium-0 {
    padding-right: 0 !important;
  }
  .pb-medium-0,
  .py-medium-0 {
    padding-bottom: 0 !important;
  }
  .pl-medium-0,
  .px-medium-0 {
    padding-left: 0 !important;
  }
  .p-medium-1 {
    padding: 0.25rem !important;
  }
  .pt-medium-1,
  .py-medium-1 {
    padding-top: 0.25rem !important;
  }
  .pr-medium-1,
  .px-medium-1 {
    padding-right: 0.25rem !important;
  }
  .pb-medium-1,
  .py-medium-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-medium-1,
  .px-medium-1 {
    padding-left: 0.25rem !important;
  }
  .p-medium-2 {
    padding: 0.5rem !important;
  }
  .pt-medium-2,
  .py-medium-2 {
    padding-top: 0.5rem !important;
  }
  .pr-medium-2,
  .px-medium-2 {
    padding-right: 0.5rem !important;
  }
  .pb-medium-2,
  .py-medium-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-medium-2,
  .px-medium-2 {
    padding-left: 0.5rem !important;
  }
  .p-medium-3 {
    padding: 1rem !important;
  }
  .pt-medium-3,
  .py-medium-3 {
    padding-top: 1rem !important;
  }
  .pr-medium-3,
  .px-medium-3 {
    padding-right: 1rem !important;
  }
  .pb-medium-3,
  .py-medium-3 {
    padding-bottom: 1rem !important;
  }
  .pl-medium-3,
  .px-medium-3 {
    padding-left: 1rem !important;
  }
  .p-medium-4 {
    padding: 1.5rem !important;
  }
  .pt-medium-4,
  .py-medium-4 {
    padding-top: 1.5rem !important;
  }
  .pr-medium-4,
  .px-medium-4 {
    padding-right: 1.5rem !important;
  }
  .pb-medium-4,
  .py-medium-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-medium-4,
  .px-medium-4 {
    padding-left: 1.5rem !important;
  }
  .p-medium-5 {
    padding: 3rem !important;
  }
  .pt-medium-5,
  .py-medium-5 {
    padding-top: 3rem !important;
  }
  .pr-medium-5,
  .px-medium-5 {
    padding-right: 3rem !important;
  }
  .pb-medium-5,
  .py-medium-5 {
    padding-bottom: 3rem !important;
  }
  .pl-medium-5,
  .px-medium-5 {
    padding-left: 3rem !important;
  }
  .m-medium-n1 {
    margin: -0.25rem !important;
  }
  .mt-medium-n1,
  .my-medium-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-medium-n1,
  .mx-medium-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-medium-n1,
  .my-medium-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-medium-n1,
  .mx-medium-n1 {
    margin-left: -0.25rem !important;
  }
  .m-medium-n2 {
    margin: -0.5rem !important;
  }
  .mt-medium-n2,
  .my-medium-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-medium-n2,
  .mx-medium-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-medium-n2,
  .my-medium-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-medium-n2,
  .mx-medium-n2 {
    margin-left: -0.5rem !important;
  }
  .m-medium-n3 {
    margin: -1rem !important;
  }
  .mt-medium-n3,
  .my-medium-n3 {
    margin-top: -1rem !important;
  }
  .mr-medium-n3,
  .mx-medium-n3 {
    margin-right: -1rem !important;
  }
  .mb-medium-n3,
  .my-medium-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-medium-n3,
  .mx-medium-n3 {
    margin-left: -1rem !important;
  }
  .m-medium-n4 {
    margin: -1.5rem !important;
  }
  .mt-medium-n4,
  .my-medium-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-medium-n4,
  .mx-medium-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-medium-n4,
  .my-medium-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-medium-n4,
  .mx-medium-n4 {
    margin-left: -1.5rem !important;
  }
  .m-medium-n5 {
    margin: -3rem !important;
  }
  .mt-medium-n5,
  .my-medium-n5 {
    margin-top: -3rem !important;
  }
  .mr-medium-n5,
  .mx-medium-n5 {
    margin-right: -3rem !important;
  }
  .mb-medium-n5,
  .my-medium-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-medium-n5,
  .mx-medium-n5 {
    margin-left: -3rem !important;
  }
  .m-medium-auto {
    margin: auto !important;
  }
  .mt-medium-auto,
  .my-medium-auto {
    margin-top: auto !important;
  }
  .mr-medium-auto,
  .mx-medium-auto {
    margin-right: auto !important;
  }
  .mb-medium-auto,
  .my-medium-auto {
    margin-bottom: auto !important;
  }
  .ml-medium-auto,
  .mx-medium-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 960px) {
  .m-large-0 {
    margin: 0 !important;
  }
  .mt-large-0,
  .my-large-0 {
    margin-top: 0 !important;
  }
  .mr-large-0,
  .mx-large-0 {
    margin-right: 0 !important;
  }
  .mb-large-0,
  .my-large-0 {
    margin-bottom: 0 !important;
  }
  .ml-large-0,
  .mx-large-0 {
    margin-left: 0 !important;
  }
  .m-large-1 {
    margin: 0.25rem !important;
  }
  .mt-large-1,
  .my-large-1 {
    margin-top: 0.25rem !important;
  }
  .mr-large-1,
  .mx-large-1 {
    margin-right: 0.25rem !important;
  }
  .mb-large-1,
  .my-large-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-large-1,
  .mx-large-1 {
    margin-left: 0.25rem !important;
  }
  .m-large-2 {
    margin: 0.5rem !important;
  }
  .mt-large-2,
  .my-large-2 {
    margin-top: 0.5rem !important;
  }
  .mr-large-2,
  .mx-large-2 {
    margin-right: 0.5rem !important;
  }
  .mb-large-2,
  .my-large-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-large-2,
  .mx-large-2 {
    margin-left: 0.5rem !important;
  }
  .m-large-3 {
    margin: 1rem !important;
  }
  .mt-large-3,
  .my-large-3 {
    margin-top: 1rem !important;
  }
  .mr-large-3,
  .mx-large-3 {
    margin-right: 1rem !important;
  }
  .mb-large-3,
  .my-large-3 {
    margin-bottom: 1rem !important;
  }
  .ml-large-3,
  .mx-large-3 {
    margin-left: 1rem !important;
  }
  .m-large-4 {
    margin: 1.5rem !important;
  }
  .mt-large-4,
  .my-large-4 {
    margin-top: 1.5rem !important;
  }
  .mr-large-4,
  .mx-large-4 {
    margin-right: 1.5rem !important;
  }
  .mb-large-4,
  .my-large-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-large-4,
  .mx-large-4 {
    margin-left: 1.5rem !important;
  }
  .m-large-5 {
    margin: 3rem !important;
  }
  .mt-large-5,
  .my-large-5 {
    margin-top: 3rem !important;
  }
  .mr-large-5,
  .mx-large-5 {
    margin-right: 3rem !important;
  }
  .mb-large-5,
  .my-large-5 {
    margin-bottom: 3rem !important;
  }
  .ml-large-5,
  .mx-large-5 {
    margin-left: 3rem !important;
  }
  .p-large-0 {
    padding: 0 !important;
  }
  .pt-large-0,
  .py-large-0 {
    padding-top: 0 !important;
  }
  .pr-large-0,
  .px-large-0 {
    padding-right: 0 !important;
  }
  .pb-large-0,
  .py-large-0 {
    padding-bottom: 0 !important;
  }
  .pl-large-0,
  .px-large-0 {
    padding-left: 0 !important;
  }
  .p-large-1 {
    padding: 0.25rem !important;
  }
  .pt-large-1,
  .py-large-1 {
    padding-top: 0.25rem !important;
  }
  .pr-large-1,
  .px-large-1 {
    padding-right: 0.25rem !important;
  }
  .pb-large-1,
  .py-large-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-large-1,
  .px-large-1 {
    padding-left: 0.25rem !important;
  }
  .p-large-2 {
    padding: 0.5rem !important;
  }
  .pt-large-2,
  .py-large-2 {
    padding-top: 0.5rem !important;
  }
  .pr-large-2,
  .px-large-2 {
    padding-right: 0.5rem !important;
  }
  .pb-large-2,
  .py-large-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-large-2,
  .px-large-2 {
    padding-left: 0.5rem !important;
  }
  .p-large-3 {
    padding: 1rem !important;
  }
  .pt-large-3,
  .py-large-3 {
    padding-top: 1rem !important;
  }
  .pr-large-3,
  .px-large-3 {
    padding-right: 1rem !important;
  }
  .pb-large-3,
  .py-large-3 {
    padding-bottom: 1rem !important;
  }
  .pl-large-3,
  .px-large-3 {
    padding-left: 1rem !important;
  }
  .p-large-4 {
    padding: 1.5rem !important;
  }
  .pt-large-4,
  .py-large-4 {
    padding-top: 1.5rem !important;
  }
  .pr-large-4,
  .px-large-4 {
    padding-right: 1.5rem !important;
  }
  .pb-large-4,
  .py-large-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-large-4,
  .px-large-4 {
    padding-left: 1.5rem !important;
  }
  .p-large-5 {
    padding: 3rem !important;
  }
  .pt-large-5,
  .py-large-5 {
    padding-top: 3rem !important;
  }
  .pr-large-5,
  .px-large-5 {
    padding-right: 3rem !important;
  }
  .pb-large-5,
  .py-large-5 {
    padding-bottom: 3rem !important;
  }
  .pl-large-5,
  .px-large-5 {
    padding-left: 3rem !important;
  }
  .m-large-n1 {
    margin: -0.25rem !important;
  }
  .mt-large-n1,
  .my-large-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-large-n1,
  .mx-large-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-large-n1,
  .my-large-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-large-n1,
  .mx-large-n1 {
    margin-left: -0.25rem !important;
  }
  .m-large-n2 {
    margin: -0.5rem !important;
  }
  .mt-large-n2,
  .my-large-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-large-n2,
  .mx-large-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-large-n2,
  .my-large-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-large-n2,
  .mx-large-n2 {
    margin-left: -0.5rem !important;
  }
  .m-large-n3 {
    margin: -1rem !important;
  }
  .mt-large-n3,
  .my-large-n3 {
    margin-top: -1rem !important;
  }
  .mr-large-n3,
  .mx-large-n3 {
    margin-right: -1rem !important;
  }
  .mb-large-n3,
  .my-large-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-large-n3,
  .mx-large-n3 {
    margin-left: -1rem !important;
  }
  .m-large-n4 {
    margin: -1.5rem !important;
  }
  .mt-large-n4,
  .my-large-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-large-n4,
  .mx-large-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-large-n4,
  .my-large-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-large-n4,
  .mx-large-n4 {
    margin-left: -1.5rem !important;
  }
  .m-large-n5 {
    margin: -3rem !important;
  }
  .mt-large-n5,
  .my-large-n5 {
    margin-top: -3rem !important;
  }
  .mr-large-n5,
  .mx-large-n5 {
    margin-right: -3rem !important;
  }
  .mb-large-n5,
  .my-large-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-large-n5,
  .mx-large-n5 {
    margin-left: -3rem !important;
  }
  .m-large-auto {
    margin: auto !important;
  }
  .mt-large-auto,
  .my-large-auto {
    margin-top: auto !important;
  }
  .mr-large-auto,
  .mx-large-auto {
    margin-right: auto !important;
  }
  .mb-large-auto,
  .my-large-auto {
    margin-bottom: auto !important;
  }
  .ml-large-auto,
  .mx-large-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-tablet-0 {
    margin: 0 !important;
  }
  .mt-tablet-0,
  .my-tablet-0 {
    margin-top: 0 !important;
  }
  .mr-tablet-0,
  .mx-tablet-0 {
    margin-right: 0 !important;
  }
  .mb-tablet-0,
  .my-tablet-0 {
    margin-bottom: 0 !important;
  }
  .ml-tablet-0,
  .mx-tablet-0 {
    margin-left: 0 !important;
  }
  .m-tablet-1 {
    margin: 0.25rem !important;
  }
  .mt-tablet-1,
  .my-tablet-1 {
    margin-top: 0.25rem !important;
  }
  .mr-tablet-1,
  .mx-tablet-1 {
    margin-right: 0.25rem !important;
  }
  .mb-tablet-1,
  .my-tablet-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-tablet-1,
  .mx-tablet-1 {
    margin-left: 0.25rem !important;
  }
  .m-tablet-2 {
    margin: 0.5rem !important;
  }
  .mt-tablet-2,
  .my-tablet-2 {
    margin-top: 0.5rem !important;
  }
  .mr-tablet-2,
  .mx-tablet-2 {
    margin-right: 0.5rem !important;
  }
  .mb-tablet-2,
  .my-tablet-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-tablet-2,
  .mx-tablet-2 {
    margin-left: 0.5rem !important;
  }
  .m-tablet-3 {
    margin: 1rem !important;
  }
  .mt-tablet-3,
  .my-tablet-3 {
    margin-top: 1rem !important;
  }
  .mr-tablet-3,
  .mx-tablet-3 {
    margin-right: 1rem !important;
  }
  .mb-tablet-3,
  .my-tablet-3 {
    margin-bottom: 1rem !important;
  }
  .ml-tablet-3,
  .mx-tablet-3 {
    margin-left: 1rem !important;
  }
  .m-tablet-4 {
    margin: 1.5rem !important;
  }
  .mt-tablet-4,
  .my-tablet-4 {
    margin-top: 1.5rem !important;
  }
  .mr-tablet-4,
  .mx-tablet-4 {
    margin-right: 1.5rem !important;
  }
  .mb-tablet-4,
  .my-tablet-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-tablet-4,
  .mx-tablet-4 {
    margin-left: 1.5rem !important;
  }
  .m-tablet-5 {
    margin: 3rem !important;
  }
  .mt-tablet-5,
  .my-tablet-5 {
    margin-top: 3rem !important;
  }
  .mr-tablet-5,
  .mx-tablet-5 {
    margin-right: 3rem !important;
  }
  .mb-tablet-5,
  .my-tablet-5 {
    margin-bottom: 3rem !important;
  }
  .ml-tablet-5,
  .mx-tablet-5 {
    margin-left: 3rem !important;
  }
  .p-tablet-0 {
    padding: 0 !important;
  }
  .pt-tablet-0,
  .py-tablet-0 {
    padding-top: 0 !important;
  }
  .pr-tablet-0,
  .px-tablet-0 {
    padding-right: 0 !important;
  }
  .pb-tablet-0,
  .py-tablet-0 {
    padding-bottom: 0 !important;
  }
  .pl-tablet-0,
  .px-tablet-0 {
    padding-left: 0 !important;
  }
  .p-tablet-1 {
    padding: 0.25rem !important;
  }
  .pt-tablet-1,
  .py-tablet-1 {
    padding-top: 0.25rem !important;
  }
  .pr-tablet-1,
  .px-tablet-1 {
    padding-right: 0.25rem !important;
  }
  .pb-tablet-1,
  .py-tablet-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-tablet-1,
  .px-tablet-1 {
    padding-left: 0.25rem !important;
  }
  .p-tablet-2 {
    padding: 0.5rem !important;
  }
  .pt-tablet-2,
  .py-tablet-2 {
    padding-top: 0.5rem !important;
  }
  .pr-tablet-2,
  .px-tablet-2 {
    padding-right: 0.5rem !important;
  }
  .pb-tablet-2,
  .py-tablet-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-tablet-2,
  .px-tablet-2 {
    padding-left: 0.5rem !important;
  }
  .p-tablet-3 {
    padding: 1rem !important;
  }
  .pt-tablet-3,
  .py-tablet-3 {
    padding-top: 1rem !important;
  }
  .pr-tablet-3,
  .px-tablet-3 {
    padding-right: 1rem !important;
  }
  .pb-tablet-3,
  .py-tablet-3 {
    padding-bottom: 1rem !important;
  }
  .pl-tablet-3,
  .px-tablet-3 {
    padding-left: 1rem !important;
  }
  .p-tablet-4 {
    padding: 1.5rem !important;
  }
  .pt-tablet-4,
  .py-tablet-4 {
    padding-top: 1.5rem !important;
  }
  .pr-tablet-4,
  .px-tablet-4 {
    padding-right: 1.5rem !important;
  }
  .pb-tablet-4,
  .py-tablet-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-tablet-4,
  .px-tablet-4 {
    padding-left: 1.5rem !important;
  }
  .p-tablet-5 {
    padding: 3rem !important;
  }
  .pt-tablet-5,
  .py-tablet-5 {
    padding-top: 3rem !important;
  }
  .pr-tablet-5,
  .px-tablet-5 {
    padding-right: 3rem !important;
  }
  .pb-tablet-5,
  .py-tablet-5 {
    padding-bottom: 3rem !important;
  }
  .pl-tablet-5,
  .px-tablet-5 {
    padding-left: 3rem !important;
  }
  .m-tablet-n1 {
    margin: -0.25rem !important;
  }
  .mt-tablet-n1,
  .my-tablet-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-tablet-n1,
  .mx-tablet-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-tablet-n1,
  .my-tablet-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-tablet-n1,
  .mx-tablet-n1 {
    margin-left: -0.25rem !important;
  }
  .m-tablet-n2 {
    margin: -0.5rem !important;
  }
  .mt-tablet-n2,
  .my-tablet-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-tablet-n2,
  .mx-tablet-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-tablet-n2,
  .my-tablet-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-tablet-n2,
  .mx-tablet-n2 {
    margin-left: -0.5rem !important;
  }
  .m-tablet-n3 {
    margin: -1rem !important;
  }
  .mt-tablet-n3,
  .my-tablet-n3 {
    margin-top: -1rem !important;
  }
  .mr-tablet-n3,
  .mx-tablet-n3 {
    margin-right: -1rem !important;
  }
  .mb-tablet-n3,
  .my-tablet-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-tablet-n3,
  .mx-tablet-n3 {
    margin-left: -1rem !important;
  }
  .m-tablet-n4 {
    margin: -1.5rem !important;
  }
  .mt-tablet-n4,
  .my-tablet-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-tablet-n4,
  .mx-tablet-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-tablet-n4,
  .my-tablet-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-tablet-n4,
  .mx-tablet-n4 {
    margin-left: -1.5rem !important;
  }
  .m-tablet-n5 {
    margin: -3rem !important;
  }
  .mt-tablet-n5,
  .my-tablet-n5 {
    margin-top: -3rem !important;
  }
  .mr-tablet-n5,
  .mx-tablet-n5 {
    margin-right: -3rem !important;
  }
  .mb-tablet-n5,
  .my-tablet-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-tablet-n5,
  .mx-tablet-n5 {
    margin-left: -3rem !important;
  }
  .m-tablet-auto {
    margin: auto !important;
  }
  .mt-tablet-auto,
  .my-tablet-auto {
    margin-top: auto !important;
  }
  .mr-tablet-auto,
  .mx-tablet-auto {
    margin-right: auto !important;
  }
  .mb-tablet-auto,
  .my-tablet-auto {
    margin-bottom: auto !important;
  }
  .ml-tablet-auto,
  .mx-tablet-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1080px) {
  .m-portrait-0 {
    margin: 0 !important;
  }
  .mt-portrait-0,
  .my-portrait-0 {
    margin-top: 0 !important;
  }
  .mr-portrait-0,
  .mx-portrait-0 {
    margin-right: 0 !important;
  }
  .mb-portrait-0,
  .my-portrait-0 {
    margin-bottom: 0 !important;
  }
  .ml-portrait-0,
  .mx-portrait-0 {
    margin-left: 0 !important;
  }
  .m-portrait-1 {
    margin: 0.25rem !important;
  }
  .mt-portrait-1,
  .my-portrait-1 {
    margin-top: 0.25rem !important;
  }
  .mr-portrait-1,
  .mx-portrait-1 {
    margin-right: 0.25rem !important;
  }
  .mb-portrait-1,
  .my-portrait-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-portrait-1,
  .mx-portrait-1 {
    margin-left: 0.25rem !important;
  }
  .m-portrait-2 {
    margin: 0.5rem !important;
  }
  .mt-portrait-2,
  .my-portrait-2 {
    margin-top: 0.5rem !important;
  }
  .mr-portrait-2,
  .mx-portrait-2 {
    margin-right: 0.5rem !important;
  }
  .mb-portrait-2,
  .my-portrait-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-portrait-2,
  .mx-portrait-2 {
    margin-left: 0.5rem !important;
  }
  .m-portrait-3 {
    margin: 1rem !important;
  }
  .mt-portrait-3,
  .my-portrait-3 {
    margin-top: 1rem !important;
  }
  .mr-portrait-3,
  .mx-portrait-3 {
    margin-right: 1rem !important;
  }
  .mb-portrait-3,
  .my-portrait-3 {
    margin-bottom: 1rem !important;
  }
  .ml-portrait-3,
  .mx-portrait-3 {
    margin-left: 1rem !important;
  }
  .m-portrait-4 {
    margin: 1.5rem !important;
  }
  .mt-portrait-4,
  .my-portrait-4 {
    margin-top: 1.5rem !important;
  }
  .mr-portrait-4,
  .mx-portrait-4 {
    margin-right: 1.5rem !important;
  }
  .mb-portrait-4,
  .my-portrait-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-portrait-4,
  .mx-portrait-4 {
    margin-left: 1.5rem !important;
  }
  .m-portrait-5 {
    margin: 3rem !important;
  }
  .mt-portrait-5,
  .my-portrait-5 {
    margin-top: 3rem !important;
  }
  .mr-portrait-5,
  .mx-portrait-5 {
    margin-right: 3rem !important;
  }
  .mb-portrait-5,
  .my-portrait-5 {
    margin-bottom: 3rem !important;
  }
  .ml-portrait-5,
  .mx-portrait-5 {
    margin-left: 3rem !important;
  }
  .p-portrait-0 {
    padding: 0 !important;
  }
  .pt-portrait-0,
  .py-portrait-0 {
    padding-top: 0 !important;
  }
  .pr-portrait-0,
  .px-portrait-0 {
    padding-right: 0 !important;
  }
  .pb-portrait-0,
  .py-portrait-0 {
    padding-bottom: 0 !important;
  }
  .pl-portrait-0,
  .px-portrait-0 {
    padding-left: 0 !important;
  }
  .p-portrait-1 {
    padding: 0.25rem !important;
  }
  .pt-portrait-1,
  .py-portrait-1 {
    padding-top: 0.25rem !important;
  }
  .pr-portrait-1,
  .px-portrait-1 {
    padding-right: 0.25rem !important;
  }
  .pb-portrait-1,
  .py-portrait-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-portrait-1,
  .px-portrait-1 {
    padding-left: 0.25rem !important;
  }
  .p-portrait-2 {
    padding: 0.5rem !important;
  }
  .pt-portrait-2,
  .py-portrait-2 {
    padding-top: 0.5rem !important;
  }
  .pr-portrait-2,
  .px-portrait-2 {
    padding-right: 0.5rem !important;
  }
  .pb-portrait-2,
  .py-portrait-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-portrait-2,
  .px-portrait-2 {
    padding-left: 0.5rem !important;
  }
  .p-portrait-3 {
    padding: 1rem !important;
  }
  .pt-portrait-3,
  .py-portrait-3 {
    padding-top: 1rem !important;
  }
  .pr-portrait-3,
  .px-portrait-3 {
    padding-right: 1rem !important;
  }
  .pb-portrait-3,
  .py-portrait-3 {
    padding-bottom: 1rem !important;
  }
  .pl-portrait-3,
  .px-portrait-3 {
    padding-left: 1rem !important;
  }
  .p-portrait-4 {
    padding: 1.5rem !important;
  }
  .pt-portrait-4,
  .py-portrait-4 {
    padding-top: 1.5rem !important;
  }
  .pr-portrait-4,
  .px-portrait-4 {
    padding-right: 1.5rem !important;
  }
  .pb-portrait-4,
  .py-portrait-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-portrait-4,
  .px-portrait-4 {
    padding-left: 1.5rem !important;
  }
  .p-portrait-5 {
    padding: 3rem !important;
  }
  .pt-portrait-5,
  .py-portrait-5 {
    padding-top: 3rem !important;
  }
  .pr-portrait-5,
  .px-portrait-5 {
    padding-right: 3rem !important;
  }
  .pb-portrait-5,
  .py-portrait-5 {
    padding-bottom: 3rem !important;
  }
  .pl-portrait-5,
  .px-portrait-5 {
    padding-left: 3rem !important;
  }
  .m-portrait-n1 {
    margin: -0.25rem !important;
  }
  .mt-portrait-n1,
  .my-portrait-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-portrait-n1,
  .mx-portrait-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-portrait-n1,
  .my-portrait-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-portrait-n1,
  .mx-portrait-n1 {
    margin-left: -0.25rem !important;
  }
  .m-portrait-n2 {
    margin: -0.5rem !important;
  }
  .mt-portrait-n2,
  .my-portrait-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-portrait-n2,
  .mx-portrait-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-portrait-n2,
  .my-portrait-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-portrait-n2,
  .mx-portrait-n2 {
    margin-left: -0.5rem !important;
  }
  .m-portrait-n3 {
    margin: -1rem !important;
  }
  .mt-portrait-n3,
  .my-portrait-n3 {
    margin-top: -1rem !important;
  }
  .mr-portrait-n3,
  .mx-portrait-n3 {
    margin-right: -1rem !important;
  }
  .mb-portrait-n3,
  .my-portrait-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-portrait-n3,
  .mx-portrait-n3 {
    margin-left: -1rem !important;
  }
  .m-portrait-n4 {
    margin: -1.5rem !important;
  }
  .mt-portrait-n4,
  .my-portrait-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-portrait-n4,
  .mx-portrait-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-portrait-n4,
  .my-portrait-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-portrait-n4,
  .mx-portrait-n4 {
    margin-left: -1.5rem !important;
  }
  .m-portrait-n5 {
    margin: -3rem !important;
  }
  .mt-portrait-n5,
  .my-portrait-n5 {
    margin-top: -3rem !important;
  }
  .mr-portrait-n5,
  .mx-portrait-n5 {
    margin-right: -3rem !important;
  }
  .mb-portrait-n5,
  .my-portrait-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-portrait-n5,
  .mx-portrait-n5 {
    margin-left: -3rem !important;
  }
  .m-portrait-auto {
    margin: auto !important;
  }
  .mt-portrait-auto,
  .my-portrait-auto {
    margin-top: auto !important;
  }
  .mr-portrait-auto,
  .mx-portrait-auto {
    margin-right: auto !important;
  }
  .mb-portrait-auto,
  .my-portrait-auto {
    margin-bottom: auto !important;
  }
  .ml-portrait-auto,
  .mx-portrait-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-wide-0 {
    margin: 0 !important;
  }
  .mt-wide-0,
  .my-wide-0 {
    margin-top: 0 !important;
  }
  .mr-wide-0,
  .mx-wide-0 {
    margin-right: 0 !important;
  }
  .mb-wide-0,
  .my-wide-0 {
    margin-bottom: 0 !important;
  }
  .ml-wide-0,
  .mx-wide-0 {
    margin-left: 0 !important;
  }
  .m-wide-1 {
    margin: 0.25rem !important;
  }
  .mt-wide-1,
  .my-wide-1 {
    margin-top: 0.25rem !important;
  }
  .mr-wide-1,
  .mx-wide-1 {
    margin-right: 0.25rem !important;
  }
  .mb-wide-1,
  .my-wide-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-wide-1,
  .mx-wide-1 {
    margin-left: 0.25rem !important;
  }
  .m-wide-2 {
    margin: 0.5rem !important;
  }
  .mt-wide-2,
  .my-wide-2 {
    margin-top: 0.5rem !important;
  }
  .mr-wide-2,
  .mx-wide-2 {
    margin-right: 0.5rem !important;
  }
  .mb-wide-2,
  .my-wide-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-wide-2,
  .mx-wide-2 {
    margin-left: 0.5rem !important;
  }
  .m-wide-3 {
    margin: 1rem !important;
  }
  .mt-wide-3,
  .my-wide-3 {
    margin-top: 1rem !important;
  }
  .mr-wide-3,
  .mx-wide-3 {
    margin-right: 1rem !important;
  }
  .mb-wide-3,
  .my-wide-3 {
    margin-bottom: 1rem !important;
  }
  .ml-wide-3,
  .mx-wide-3 {
    margin-left: 1rem !important;
  }
  .m-wide-4 {
    margin: 1.5rem !important;
  }
  .mt-wide-4,
  .my-wide-4 {
    margin-top: 1.5rem !important;
  }
  .mr-wide-4,
  .mx-wide-4 {
    margin-right: 1.5rem !important;
  }
  .mb-wide-4,
  .my-wide-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-wide-4,
  .mx-wide-4 {
    margin-left: 1.5rem !important;
  }
  .m-wide-5 {
    margin: 3rem !important;
  }
  .mt-wide-5,
  .my-wide-5 {
    margin-top: 3rem !important;
  }
  .mr-wide-5,
  .mx-wide-5 {
    margin-right: 3rem !important;
  }
  .mb-wide-5,
  .my-wide-5 {
    margin-bottom: 3rem !important;
  }
  .ml-wide-5,
  .mx-wide-5 {
    margin-left: 3rem !important;
  }
  .p-wide-0 {
    padding: 0 !important;
  }
  .pt-wide-0,
  .py-wide-0 {
    padding-top: 0 !important;
  }
  .pr-wide-0,
  .px-wide-0 {
    padding-right: 0 !important;
  }
  .pb-wide-0,
  .py-wide-0 {
    padding-bottom: 0 !important;
  }
  .pl-wide-0,
  .px-wide-0 {
    padding-left: 0 !important;
  }
  .p-wide-1 {
    padding: 0.25rem !important;
  }
  .pt-wide-1,
  .py-wide-1 {
    padding-top: 0.25rem !important;
  }
  .pr-wide-1,
  .px-wide-1 {
    padding-right: 0.25rem !important;
  }
  .pb-wide-1,
  .py-wide-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-wide-1,
  .px-wide-1 {
    padding-left: 0.25rem !important;
  }
  .p-wide-2 {
    padding: 0.5rem !important;
  }
  .pt-wide-2,
  .py-wide-2 {
    padding-top: 0.5rem !important;
  }
  .pr-wide-2,
  .px-wide-2 {
    padding-right: 0.5rem !important;
  }
  .pb-wide-2,
  .py-wide-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-wide-2,
  .px-wide-2 {
    padding-left: 0.5rem !important;
  }
  .p-wide-3 {
    padding: 1rem !important;
  }
  .pt-wide-3,
  .py-wide-3 {
    padding-top: 1rem !important;
  }
  .pr-wide-3,
  .px-wide-3 {
    padding-right: 1rem !important;
  }
  .pb-wide-3,
  .py-wide-3 {
    padding-bottom: 1rem !important;
  }
  .pl-wide-3,
  .px-wide-3 {
    padding-left: 1rem !important;
  }
  .p-wide-4 {
    padding: 1.5rem !important;
  }
  .pt-wide-4,
  .py-wide-4 {
    padding-top: 1.5rem !important;
  }
  .pr-wide-4,
  .px-wide-4 {
    padding-right: 1.5rem !important;
  }
  .pb-wide-4,
  .py-wide-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-wide-4,
  .px-wide-4 {
    padding-left: 1.5rem !important;
  }
  .p-wide-5 {
    padding: 3rem !important;
  }
  .pt-wide-5,
  .py-wide-5 {
    padding-top: 3rem !important;
  }
  .pr-wide-5,
  .px-wide-5 {
    padding-right: 3rem !important;
  }
  .pb-wide-5,
  .py-wide-5 {
    padding-bottom: 3rem !important;
  }
  .pl-wide-5,
  .px-wide-5 {
    padding-left: 3rem !important;
  }
  .m-wide-n1 {
    margin: -0.25rem !important;
  }
  .mt-wide-n1,
  .my-wide-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-wide-n1,
  .mx-wide-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-wide-n1,
  .my-wide-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-wide-n1,
  .mx-wide-n1 {
    margin-left: -0.25rem !important;
  }
  .m-wide-n2 {
    margin: -0.5rem !important;
  }
  .mt-wide-n2,
  .my-wide-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-wide-n2,
  .mx-wide-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-wide-n2,
  .my-wide-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-wide-n2,
  .mx-wide-n2 {
    margin-left: -0.5rem !important;
  }
  .m-wide-n3 {
    margin: -1rem !important;
  }
  .mt-wide-n3,
  .my-wide-n3 {
    margin-top: -1rem !important;
  }
  .mr-wide-n3,
  .mx-wide-n3 {
    margin-right: -1rem !important;
  }
  .mb-wide-n3,
  .my-wide-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-wide-n3,
  .mx-wide-n3 {
    margin-left: -1rem !important;
  }
  .m-wide-n4 {
    margin: -1.5rem !important;
  }
  .mt-wide-n4,
  .my-wide-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-wide-n4,
  .mx-wide-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-wide-n4,
  .my-wide-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-wide-n4,
  .mx-wide-n4 {
    margin-left: -1.5rem !important;
  }
  .m-wide-n5 {
    margin: -3rem !important;
  }
  .mt-wide-n5,
  .my-wide-n5 {
    margin-top: -3rem !important;
  }
  .mr-wide-n5,
  .mx-wide-n5 {
    margin-right: -3rem !important;
  }
  .mb-wide-n5,
  .my-wide-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-wide-n5,
  .mx-wide-n5 {
    margin-left: -3rem !important;
  }
  .m-wide-auto {
    margin: auto !important;
  }
  .mt-wide-auto,
  .my-wide-auto {
    margin-top: auto !important;
  }
  .mr-wide-auto,
  .mx-wide-auto {
    margin-right: auto !important;
  }
  .mb-wide-auto,
  .my-wide-auto {
    margin-bottom: auto !important;
  }
  .ml-wide-auto,
  .mx-wide-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1366px) {
  .m-ipadpro-0 {
    margin: 0 !important;
  }
  .mt-ipadpro-0,
  .my-ipadpro-0 {
    margin-top: 0 !important;
  }
  .mr-ipadpro-0,
  .mx-ipadpro-0 {
    margin-right: 0 !important;
  }
  .mb-ipadpro-0,
  .my-ipadpro-0 {
    margin-bottom: 0 !important;
  }
  .ml-ipadpro-0,
  .mx-ipadpro-0 {
    margin-left: 0 !important;
  }
  .m-ipadpro-1 {
    margin: 0.25rem !important;
  }
  .mt-ipadpro-1,
  .my-ipadpro-1 {
    margin-top: 0.25rem !important;
  }
  .mr-ipadpro-1,
  .mx-ipadpro-1 {
    margin-right: 0.25rem !important;
  }
  .mb-ipadpro-1,
  .my-ipadpro-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-ipadpro-1,
  .mx-ipadpro-1 {
    margin-left: 0.25rem !important;
  }
  .m-ipadpro-2 {
    margin: 0.5rem !important;
  }
  .mt-ipadpro-2,
  .my-ipadpro-2 {
    margin-top: 0.5rem !important;
  }
  .mr-ipadpro-2,
  .mx-ipadpro-2 {
    margin-right: 0.5rem !important;
  }
  .mb-ipadpro-2,
  .my-ipadpro-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-ipadpro-2,
  .mx-ipadpro-2 {
    margin-left: 0.5rem !important;
  }
  .m-ipadpro-3 {
    margin: 1rem !important;
  }
  .mt-ipadpro-3,
  .my-ipadpro-3 {
    margin-top: 1rem !important;
  }
  .mr-ipadpro-3,
  .mx-ipadpro-3 {
    margin-right: 1rem !important;
  }
  .mb-ipadpro-3,
  .my-ipadpro-3 {
    margin-bottom: 1rem !important;
  }
  .ml-ipadpro-3,
  .mx-ipadpro-3 {
    margin-left: 1rem !important;
  }
  .m-ipadpro-4 {
    margin: 1.5rem !important;
  }
  .mt-ipadpro-4,
  .my-ipadpro-4 {
    margin-top: 1.5rem !important;
  }
  .mr-ipadpro-4,
  .mx-ipadpro-4 {
    margin-right: 1.5rem !important;
  }
  .mb-ipadpro-4,
  .my-ipadpro-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-ipadpro-4,
  .mx-ipadpro-4 {
    margin-left: 1.5rem !important;
  }
  .m-ipadpro-5 {
    margin: 3rem !important;
  }
  .mt-ipadpro-5,
  .my-ipadpro-5 {
    margin-top: 3rem !important;
  }
  .mr-ipadpro-5,
  .mx-ipadpro-5 {
    margin-right: 3rem !important;
  }
  .mb-ipadpro-5,
  .my-ipadpro-5 {
    margin-bottom: 3rem !important;
  }
  .ml-ipadpro-5,
  .mx-ipadpro-5 {
    margin-left: 3rem !important;
  }
  .p-ipadpro-0 {
    padding: 0 !important;
  }
  .pt-ipadpro-0,
  .py-ipadpro-0 {
    padding-top: 0 !important;
  }
  .pr-ipadpro-0,
  .px-ipadpro-0 {
    padding-right: 0 !important;
  }
  .pb-ipadpro-0,
  .py-ipadpro-0 {
    padding-bottom: 0 !important;
  }
  .pl-ipadpro-0,
  .px-ipadpro-0 {
    padding-left: 0 !important;
  }
  .p-ipadpro-1 {
    padding: 0.25rem !important;
  }
  .pt-ipadpro-1,
  .py-ipadpro-1 {
    padding-top: 0.25rem !important;
  }
  .pr-ipadpro-1,
  .px-ipadpro-1 {
    padding-right: 0.25rem !important;
  }
  .pb-ipadpro-1,
  .py-ipadpro-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-ipadpro-1,
  .px-ipadpro-1 {
    padding-left: 0.25rem !important;
  }
  .p-ipadpro-2 {
    padding: 0.5rem !important;
  }
  .pt-ipadpro-2,
  .py-ipadpro-2 {
    padding-top: 0.5rem !important;
  }
  .pr-ipadpro-2,
  .px-ipadpro-2 {
    padding-right: 0.5rem !important;
  }
  .pb-ipadpro-2,
  .py-ipadpro-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-ipadpro-2,
  .px-ipadpro-2 {
    padding-left: 0.5rem !important;
  }
  .p-ipadpro-3 {
    padding: 1rem !important;
  }
  .pt-ipadpro-3,
  .py-ipadpro-3 {
    padding-top: 1rem !important;
  }
  .pr-ipadpro-3,
  .px-ipadpro-3 {
    padding-right: 1rem !important;
  }
  .pb-ipadpro-3,
  .py-ipadpro-3 {
    padding-bottom: 1rem !important;
  }
  .pl-ipadpro-3,
  .px-ipadpro-3 {
    padding-left: 1rem !important;
  }
  .p-ipadpro-4 {
    padding: 1.5rem !important;
  }
  .pt-ipadpro-4,
  .py-ipadpro-4 {
    padding-top: 1.5rem !important;
  }
  .pr-ipadpro-4,
  .px-ipadpro-4 {
    padding-right: 1.5rem !important;
  }
  .pb-ipadpro-4,
  .py-ipadpro-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-ipadpro-4,
  .px-ipadpro-4 {
    padding-left: 1.5rem !important;
  }
  .p-ipadpro-5 {
    padding: 3rem !important;
  }
  .pt-ipadpro-5,
  .py-ipadpro-5 {
    padding-top: 3rem !important;
  }
  .pr-ipadpro-5,
  .px-ipadpro-5 {
    padding-right: 3rem !important;
  }
  .pb-ipadpro-5,
  .py-ipadpro-5 {
    padding-bottom: 3rem !important;
  }
  .pl-ipadpro-5,
  .px-ipadpro-5 {
    padding-left: 3rem !important;
  }
  .m-ipadpro-n1 {
    margin: -0.25rem !important;
  }
  .mt-ipadpro-n1,
  .my-ipadpro-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-ipadpro-n1,
  .mx-ipadpro-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-ipadpro-n1,
  .my-ipadpro-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-ipadpro-n1,
  .mx-ipadpro-n1 {
    margin-left: -0.25rem !important;
  }
  .m-ipadpro-n2 {
    margin: -0.5rem !important;
  }
  .mt-ipadpro-n2,
  .my-ipadpro-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-ipadpro-n2,
  .mx-ipadpro-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-ipadpro-n2,
  .my-ipadpro-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-ipadpro-n2,
  .mx-ipadpro-n2 {
    margin-left: -0.5rem !important;
  }
  .m-ipadpro-n3 {
    margin: -1rem !important;
  }
  .mt-ipadpro-n3,
  .my-ipadpro-n3 {
    margin-top: -1rem !important;
  }
  .mr-ipadpro-n3,
  .mx-ipadpro-n3 {
    margin-right: -1rem !important;
  }
  .mb-ipadpro-n3,
  .my-ipadpro-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-ipadpro-n3,
  .mx-ipadpro-n3 {
    margin-left: -1rem !important;
  }
  .m-ipadpro-n4 {
    margin: -1.5rem !important;
  }
  .mt-ipadpro-n4,
  .my-ipadpro-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-ipadpro-n4,
  .mx-ipadpro-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-ipadpro-n4,
  .my-ipadpro-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-ipadpro-n4,
  .mx-ipadpro-n4 {
    margin-left: -1.5rem !important;
  }
  .m-ipadpro-n5 {
    margin: -3rem !important;
  }
  .mt-ipadpro-n5,
  .my-ipadpro-n5 {
    margin-top: -3rem !important;
  }
  .mr-ipadpro-n5,
  .mx-ipadpro-n5 {
    margin-right: -3rem !important;
  }
  .mb-ipadpro-n5,
  .my-ipadpro-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-ipadpro-n5,
  .mx-ipadpro-n5 {
    margin-left: -3rem !important;
  }
  .m-ipadpro-auto {
    margin: auto !important;
  }
  .mt-ipadpro-auto,
  .my-ipadpro-auto {
    margin-top: auto !important;
  }
  .mr-ipadpro-auto,
  .mx-ipadpro-auto {
    margin-right: auto !important;
  }
  .mb-ipadpro-auto,
  .my-ipadpro-auto {
    margin-bottom: auto !important;
  }
  .ml-ipadpro-auto,
  .mx-ipadpro-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-huge-0 {
    margin: 0 !important;
  }
  .mt-huge-0,
  .my-huge-0 {
    margin-top: 0 !important;
  }
  .mr-huge-0,
  .mx-huge-0 {
    margin-right: 0 !important;
  }
  .mb-huge-0,
  .my-huge-0 {
    margin-bottom: 0 !important;
  }
  .ml-huge-0,
  .mx-huge-0 {
    margin-left: 0 !important;
  }
  .m-huge-1 {
    margin: 0.25rem !important;
  }
  .mt-huge-1,
  .my-huge-1 {
    margin-top: 0.25rem !important;
  }
  .mr-huge-1,
  .mx-huge-1 {
    margin-right: 0.25rem !important;
  }
  .mb-huge-1,
  .my-huge-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-huge-1,
  .mx-huge-1 {
    margin-left: 0.25rem !important;
  }
  .m-huge-2 {
    margin: 0.5rem !important;
  }
  .mt-huge-2,
  .my-huge-2 {
    margin-top: 0.5rem !important;
  }
  .mr-huge-2,
  .mx-huge-2 {
    margin-right: 0.5rem !important;
  }
  .mb-huge-2,
  .my-huge-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-huge-2,
  .mx-huge-2 {
    margin-left: 0.5rem !important;
  }
  .m-huge-3 {
    margin: 1rem !important;
  }
  .mt-huge-3,
  .my-huge-3 {
    margin-top: 1rem !important;
  }
  .mr-huge-3,
  .mx-huge-3 {
    margin-right: 1rem !important;
  }
  .mb-huge-3,
  .my-huge-3 {
    margin-bottom: 1rem !important;
  }
  .ml-huge-3,
  .mx-huge-3 {
    margin-left: 1rem !important;
  }
  .m-huge-4 {
    margin: 1.5rem !important;
  }
  .mt-huge-4,
  .my-huge-4 {
    margin-top: 1.5rem !important;
  }
  .mr-huge-4,
  .mx-huge-4 {
    margin-right: 1.5rem !important;
  }
  .mb-huge-4,
  .my-huge-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-huge-4,
  .mx-huge-4 {
    margin-left: 1.5rem !important;
  }
  .m-huge-5 {
    margin: 3rem !important;
  }
  .mt-huge-5,
  .my-huge-5 {
    margin-top: 3rem !important;
  }
  .mr-huge-5,
  .mx-huge-5 {
    margin-right: 3rem !important;
  }
  .mb-huge-5,
  .my-huge-5 {
    margin-bottom: 3rem !important;
  }
  .ml-huge-5,
  .mx-huge-5 {
    margin-left: 3rem !important;
  }
  .p-huge-0 {
    padding: 0 !important;
  }
  .pt-huge-0,
  .py-huge-0 {
    padding-top: 0 !important;
  }
  .pr-huge-0,
  .px-huge-0 {
    padding-right: 0 !important;
  }
  .pb-huge-0,
  .py-huge-0 {
    padding-bottom: 0 !important;
  }
  .pl-huge-0,
  .px-huge-0 {
    padding-left: 0 !important;
  }
  .p-huge-1 {
    padding: 0.25rem !important;
  }
  .pt-huge-1,
  .py-huge-1 {
    padding-top: 0.25rem !important;
  }
  .pr-huge-1,
  .px-huge-1 {
    padding-right: 0.25rem !important;
  }
  .pb-huge-1,
  .py-huge-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-huge-1,
  .px-huge-1 {
    padding-left: 0.25rem !important;
  }
  .p-huge-2 {
    padding: 0.5rem !important;
  }
  .pt-huge-2,
  .py-huge-2 {
    padding-top: 0.5rem !important;
  }
  .pr-huge-2,
  .px-huge-2 {
    padding-right: 0.5rem !important;
  }
  .pb-huge-2,
  .py-huge-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-huge-2,
  .px-huge-2 {
    padding-left: 0.5rem !important;
  }
  .p-huge-3 {
    padding: 1rem !important;
  }
  .pt-huge-3,
  .py-huge-3 {
    padding-top: 1rem !important;
  }
  .pr-huge-3,
  .px-huge-3 {
    padding-right: 1rem !important;
  }
  .pb-huge-3,
  .py-huge-3 {
    padding-bottom: 1rem !important;
  }
  .pl-huge-3,
  .px-huge-3 {
    padding-left: 1rem !important;
  }
  .p-huge-4 {
    padding: 1.5rem !important;
  }
  .pt-huge-4,
  .py-huge-4 {
    padding-top: 1.5rem !important;
  }
  .pr-huge-4,
  .px-huge-4 {
    padding-right: 1.5rem !important;
  }
  .pb-huge-4,
  .py-huge-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-huge-4,
  .px-huge-4 {
    padding-left: 1.5rem !important;
  }
  .p-huge-5 {
    padding: 3rem !important;
  }
  .pt-huge-5,
  .py-huge-5 {
    padding-top: 3rem !important;
  }
  .pr-huge-5,
  .px-huge-5 {
    padding-right: 3rem !important;
  }
  .pb-huge-5,
  .py-huge-5 {
    padding-bottom: 3rem !important;
  }
  .pl-huge-5,
  .px-huge-5 {
    padding-left: 3rem !important;
  }
  .m-huge-n1 {
    margin: -0.25rem !important;
  }
  .mt-huge-n1,
  .my-huge-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-huge-n1,
  .mx-huge-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-huge-n1,
  .my-huge-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-huge-n1,
  .mx-huge-n1 {
    margin-left: -0.25rem !important;
  }
  .m-huge-n2 {
    margin: -0.5rem !important;
  }
  .mt-huge-n2,
  .my-huge-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-huge-n2,
  .mx-huge-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-huge-n2,
  .my-huge-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-huge-n2,
  .mx-huge-n2 {
    margin-left: -0.5rem !important;
  }
  .m-huge-n3 {
    margin: -1rem !important;
  }
  .mt-huge-n3,
  .my-huge-n3 {
    margin-top: -1rem !important;
  }
  .mr-huge-n3,
  .mx-huge-n3 {
    margin-right: -1rem !important;
  }
  .mb-huge-n3,
  .my-huge-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-huge-n3,
  .mx-huge-n3 {
    margin-left: -1rem !important;
  }
  .m-huge-n4 {
    margin: -1.5rem !important;
  }
  .mt-huge-n4,
  .my-huge-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-huge-n4,
  .mx-huge-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-huge-n4,
  .my-huge-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-huge-n4,
  .mx-huge-n4 {
    margin-left: -1.5rem !important;
  }
  .m-huge-n5 {
    margin: -3rem !important;
  }
  .mt-huge-n5,
  .my-huge-n5 {
    margin-top: -3rem !important;
  }
  .mr-huge-n5,
  .mx-huge-n5 {
    margin-right: -3rem !important;
  }
  .mb-huge-n5,
  .my-huge-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-huge-n5,
  .mx-huge-n5 {
    margin-left: -3rem !important;
  }
  .m-huge-auto {
    margin: auto !important;
  }
  .mt-huge-auto,
  .my-huge-auto {
    margin-top: auto !important;
  }
  .mr-huge-auto,
  .mx-huge-auto {
    margin-right: auto !important;
  }
  .mb-huge-auto,
  .my-huge-auto {
    margin-bottom: auto !important;
  }
  .ml-huge-auto,
  .mx-huge-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

html.toggle-mobile-nav, html.lity-active {
  max-width: calc(100vw - var(--sw));
}
html.toggle-mobile-nav, html.toggle-mobile-nav body, html.lity-active, html.lity-active body {
  overflow: hidden;
}
html.toggle-mobile-nav .lity-wrap, html.lity-active .lity-wrap {
  overflow-y: scroll;
}

body {
  color: var(--wp--preset--color--darkgrey);
  background-color: var(--wp--preset--color--grey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: var(--wp--preset--font-size--p, 18px);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 2;
  --outer--padding: 1.25rem;
  --section-padding: 3.4375rem;
}
@media (min-width: 782px) {
  body {
    --outer--padding: 3.75rem;
    --section-padding: 5rem;
  }
}
@media (min-width: 960px) {
  body {
    --outer--padding: 6.25rem;
    --section-padding: 8.75rem;
  }
}

body > header,
body > footer {
  display: block;
  max-width: calc(100vw - var(--sw));
}
body > header > .wp-block-group > *,
body > footer > .wp-block-group > * {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body .is-layout-constrained > * + * {
  margin-block-end: 0;
}

#skip-to-main {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#skip-to-main:focus-visible {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  clip: auto;
  height: 13.5rem;
  margin: 0;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1200;
}

:root .has-black-background-color {
  --st--bg-color: #000;
}

:root .has-black-color {
  --st--text-color: #000;
}

:root .has-white-background-color {
  --st--bg-color: #fff;
}

:root .has-white-color {
  --st--text-color: #fff;
}

:root .has-white-background-color {
  --st--bg-color: #fff;
}

:root .has-white-color {
  --st--text-color: #fff;
}

:root .has-black-background-color {
  --st--bg-color: #000;
}

:root .has-black-color {
  --st--text-color: #000;
}

:root .has-lightgrey-background-color {
  --st--bg-color: var(--wp--preset--color--lightgrey);
}

:root .has-lightgrey-color {
  --st--text-color: var(--wp--preset--color--lightgrey);
}

:root .has-medgrey-background-color {
  --st--bg-color: var(--wp--preset--color--medgrey);
}

:root .has-medgrey-color {
  --st--text-color: var(--wp--preset--color--medgrey);
}

:root .has-grey-background-color {
  --st--bg-color: var(--wp--preset--color--grey);
}

:root .has-grey-color {
  --st--text-color: var(--wp--preset--color--grey);
}

:root .has-beige-background-color {
  --st--bg-color: var(--wp--preset--color--beige);
}

:root .has-beige-color {
  --st--text-color: var(--wp--preset--color--beige);
}

:root .has-lightpink-background-color {
  --st--bg-color: var(--wp--preset--color--lightpink);
}

:root .has-lightpink-color {
  --st--text-color: var(--wp--preset--color--lightpink);
}

:root .has-pink-background-color {
  --st--bg-color: var(--wp--preset--color--pink);
}

:root .has-pink-color {
  --st--text-color: var(--wp--preset--color--pink);
}

:root .has-darkgrey-background-color {
  --st--bg-color: var(--wp--preset--color--darkgrey);
}

:root .has-darkgrey-color {
  --st--text-color: var(--wp--preset--color--darkgrey);
}

:root .has-background {
  background-color: var(--st--bg-color);
}

:root .has-text-color {
  color: var(--st--text-color);
}

#site-main {
  margin-block-start: 0;
}
#site-main > * {
  margin-block-start: 0;
}
.lity-content::after {
  display: none;
}

.observing {
  opacity: 0;
  transform: translateY(50px);
}
.observing.intersected {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 400ms ease-out 0s, transform 400ms ease-out 0s;
}

h1.observing,
h2.observing,
h3.observing {
  opacity: 1;
  transform: translateY(0);
}
h1.observing .word,
h2.observing .word,
h3.observing .word {
  transform: translateY(100%);
  opacity: 0;
}
h1.observing .line,
h2.observing .line,
h3.observing .line {
  overflow: hidden;
}
h1.observing.intersected,
h2.observing.intersected,
h3.observing.intersected {
  opacity: 1;
}
h1.observing.intersected .line:nth-child(1) .word,
h2.observing.intersected .line:nth-child(1) .word,
h3.observing.intersected .line:nth-child(1) .word {
  transition-delay: 200ms;
}
h1.observing.intersected .line:nth-child(2) .word,
h2.observing.intersected .line:nth-child(2) .word,
h3.observing.intersected .line:nth-child(2) .word {
  transition-delay: 400ms;
}
h1.observing.intersected .line:nth-child(3) .word,
h2.observing.intersected .line:nth-child(3) .word,
h3.observing.intersected .line:nth-child(3) .word {
  transition-delay: 600ms;
}
h1.observing.intersected .line:nth-child(4) .word,
h2.observing.intersected .line:nth-child(4) .word,
h3.observing.intersected .line:nth-child(4) .word {
  transition-delay: 800ms;
}
h1.observing.intersected .line:nth-child(5) .word,
h2.observing.intersected .line:nth-child(5) .word,
h3.observing.intersected .line:nth-child(5) .word {
  transition-delay: 1000ms;
}
h1.observing.intersected .line:nth-child(6) .word,
h2.observing.intersected .line:nth-child(6) .word,
h3.observing.intersected .line:nth-child(6) .word {
  transition-delay: 1200ms;
}
h1.observing.intersected .line:nth-child(7) .word,
h2.observing.intersected .line:nth-child(7) .word,
h3.observing.intersected .line:nth-child(7) .word {
  transition-delay: 1400ms;
}
h1.observing.intersected .line:nth-child(8) .word,
h2.observing.intersected .line:nth-child(8) .word,
h3.observing.intersected .line:nth-child(8) .word {
  transition-delay: 1600ms;
}
h1.observing.intersected .line:nth-child(9) .word,
h2.observing.intersected .line:nth-child(9) .word,
h3.observing.intersected .line:nth-child(9) .word {
  transition-delay: 1800ms;
}
h1.observing.intersected .line:nth-child(10) .word,
h2.observing.intersected .line:nth-child(10) .word,
h3.observing.intersected .line:nth-child(10) .word {
  transition-delay: 2000ms;
}
h1.observing.intersected .line:nth-child(11) .word,
h2.observing.intersected .line:nth-child(11) .word,
h3.observing.intersected .line:nth-child(11) .word {
  transition-delay: 2200ms;
}
h1.observing.intersected .line:nth-child(12) .word,
h2.observing.intersected .line:nth-child(12) .word,
h3.observing.intersected .line:nth-child(12) .word {
  transition-delay: 2400ms;
}
h1.observing.intersected .line:nth-child(13) .word,
h2.observing.intersected .line:nth-child(13) .word,
h3.observing.intersected .line:nth-child(13) .word {
  transition-delay: 2600ms;
}
h1.observing.intersected .line:nth-child(14) .word,
h2.observing.intersected .line:nth-child(14) .word,
h3.observing.intersected .line:nth-child(14) .word {
  transition-delay: 2800ms;
}
h1.observing.intersected .line:nth-child(15) .word,
h2.observing.intersected .line:nth-child(15) .word,
h3.observing.intersected .line:nth-child(15) .word {
  transition-delay: 3000ms;
}
h1.observing.intersected .line:nth-child(16) .word,
h2.observing.intersected .line:nth-child(16) .word,
h3.observing.intersected .line:nth-child(16) .word {
  transition-delay: 3200ms;
}
h1.observing.intersected .line:nth-child(17) .word,
h2.observing.intersected .line:nth-child(17) .word,
h3.observing.intersected .line:nth-child(17) .word {
  transition-delay: 3400ms;
}
h1.observing.intersected .line:nth-child(18) .word,
h2.observing.intersected .line:nth-child(18) .word,
h3.observing.intersected .line:nth-child(18) .word {
  transition-delay: 3600ms;
}
h1.observing.intersected .line:nth-child(19) .word,
h2.observing.intersected .line:nth-child(19) .word,
h3.observing.intersected .line:nth-child(19) .word {
  transition-delay: 3800ms;
}
h1.observing.intersected .line:nth-child(20) .word,
h2.observing.intersected .line:nth-child(20) .word,
h3.observing.intersected .line:nth-child(20) .word {
  transition-delay: 4000ms;
}
h1.observing.intersected .line:nth-child(21) .word,
h2.observing.intersected .line:nth-child(21) .word,
h3.observing.intersected .line:nth-child(21) .word {
  transition-delay: 4200ms;
}
h1.observing.intersected .line:nth-child(22) .word,
h2.observing.intersected .line:nth-child(22) .word,
h3.observing.intersected .line:nth-child(22) .word {
  transition-delay: 4400ms;
}
h1.observing.intersected .line:nth-child(23) .word,
h2.observing.intersected .line:nth-child(23) .word,
h3.observing.intersected .line:nth-child(23) .word {
  transition-delay: 4600ms;
}
h1.observing.intersected .line:nth-child(24) .word,
h2.observing.intersected .line:nth-child(24) .word,
h3.observing.intersected .line:nth-child(24) .word {
  transition-delay: 4800ms;
}
h1.observing.intersected .line:nth-child(25) .word,
h2.observing.intersected .line:nth-child(25) .word,
h3.observing.intersected .line:nth-child(25) .word {
  transition-delay: 5000ms;
}
h1.observing.intersected .line:nth-child(26) .word,
h2.observing.intersected .line:nth-child(26) .word,
h3.observing.intersected .line:nth-child(26) .word {
  transition-delay: 5200ms;
}
h1.observing.intersected .line:nth-child(27) .word,
h2.observing.intersected .line:nth-child(27) .word,
h3.observing.intersected .line:nth-child(27) .word {
  transition-delay: 5400ms;
}
h1.observing.intersected .line:nth-child(28) .word,
h2.observing.intersected .line:nth-child(28) .word,
h3.observing.intersected .line:nth-child(28) .word {
  transition-delay: 5600ms;
}
h1.observing.intersected .line:nth-child(29) .word,
h2.observing.intersected .line:nth-child(29) .word,
h3.observing.intersected .line:nth-child(29) .word {
  transition-delay: 5800ms;
}
h1.observing.intersected .line:nth-child(30) .word,
h2.observing.intersected .line:nth-child(30) .word,
h3.observing.intersected .line:nth-child(30) .word {
  transition-delay: 6000ms;
}
h1.observing.intersected .line:nth-child(31) .word,
h2.observing.intersected .line:nth-child(31) .word,
h3.observing.intersected .line:nth-child(31) .word {
  transition-delay: 6200ms;
}
h1.observing.intersected .line:nth-child(32) .word,
h2.observing.intersected .line:nth-child(32) .word,
h3.observing.intersected .line:nth-child(32) .word {
  transition-delay: 6400ms;
}
h1.observing.intersected .line:nth-child(33) .word,
h2.observing.intersected .line:nth-child(33) .word,
h3.observing.intersected .line:nth-child(33) .word {
  transition-delay: 6600ms;
}
h1.observing.intersected .line:nth-child(34) .word,
h2.observing.intersected .line:nth-child(34) .word,
h3.observing.intersected .line:nth-child(34) .word {
  transition-delay: 6800ms;
}
h1.observing.intersected .line:nth-child(35) .word,
h2.observing.intersected .line:nth-child(35) .word,
h3.observing.intersected .line:nth-child(35) .word {
  transition-delay: 7000ms;
}
h1.observing.intersected .line:nth-child(36) .word,
h2.observing.intersected .line:nth-child(36) .word,
h3.observing.intersected .line:nth-child(36) .word {
  transition-delay: 7200ms;
}
h1.observing.intersected .line:nth-child(37) .word,
h2.observing.intersected .line:nth-child(37) .word,
h3.observing.intersected .line:nth-child(37) .word {
  transition-delay: 7400ms;
}
h1.observing.intersected .line:nth-child(38) .word,
h2.observing.intersected .line:nth-child(38) .word,
h3.observing.intersected .line:nth-child(38) .word {
  transition-delay: 7600ms;
}
h1.observing.intersected .line:nth-child(39) .word,
h2.observing.intersected .line:nth-child(39) .word,
h3.observing.intersected .line:nth-child(39) .word {
  transition-delay: 7800ms;
}
h1.observing.intersected .line:nth-child(40) .word,
h2.observing.intersected .line:nth-child(40) .word,
h3.observing.intersected .line:nth-child(40) .word {
  transition-delay: 8000ms;
}
h1.observing.intersected .line:nth-child(41) .word,
h2.observing.intersected .line:nth-child(41) .word,
h3.observing.intersected .line:nth-child(41) .word {
  transition-delay: 8200ms;
}
h1.observing.intersected .line:nth-child(42) .word,
h2.observing.intersected .line:nth-child(42) .word,
h3.observing.intersected .line:nth-child(42) .word {
  transition-delay: 8400ms;
}
h1.observing.intersected .line:nth-child(43) .word,
h2.observing.intersected .line:nth-child(43) .word,
h3.observing.intersected .line:nth-child(43) .word {
  transition-delay: 8600ms;
}
h1.observing.intersected .line:nth-child(44) .word,
h2.observing.intersected .line:nth-child(44) .word,
h3.observing.intersected .line:nth-child(44) .word {
  transition-delay: 8800ms;
}
h1.observing.intersected .line:nth-child(45) .word,
h2.observing.intersected .line:nth-child(45) .word,
h3.observing.intersected .line:nth-child(45) .word {
  transition-delay: 9000ms;
}
h1.observing.intersected .line:nth-child(46) .word,
h2.observing.intersected .line:nth-child(46) .word,
h3.observing.intersected .line:nth-child(46) .word {
  transition-delay: 9200ms;
}
h1.observing.intersected .line:nth-child(47) .word,
h2.observing.intersected .line:nth-child(47) .word,
h3.observing.intersected .line:nth-child(47) .word {
  transition-delay: 9400ms;
}
h1.observing.intersected .line:nth-child(48) .word,
h2.observing.intersected .line:nth-child(48) .word,
h3.observing.intersected .line:nth-child(48) .word {
  transition-delay: 9600ms;
}
h1.observing.intersected .line:nth-child(49) .word,
h2.observing.intersected .line:nth-child(49) .word,
h3.observing.intersected .line:nth-child(49) .word {
  transition-delay: 9800ms;
}
h1.observing.intersected .line:nth-child(50) .word,
h2.observing.intersected .line:nth-child(50) .word,
h3.observing.intersected .line:nth-child(50) .word {
  transition-delay: 10000ms;
}
h1.observing.intersected .word,
h2.observing.intersected .word,
h3.observing.intersected .word {
  transform: translateY(0);
  opacity: 1;
  transition: transform 650ms ease-out 0s, opacity 650ms ease-out 0s;
}

h1 .line, .has-h1-font-size .line, .has-xxl-font-size .line {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.cky-notice p {
  font-size: 13px;
}
.cky-notice button {
  border-radius: 15px;
}

.cky-modal button {
  border-radius: 15px;
}

div.frm_forms.with_frm_style.frm_style_formidable-style .frm_error_style {
  font-size: 17px;
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_message {
  padding: 30px;
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_message * {
  color: inherit;
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_message p {
  color: inherit;
  margin-bottom: 0;
  margin-top: 15px;
}
@media (min-width: 960px) {
  div.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit .frm_button_submit {
  height: 58px !important;
  padding: 13px 20px 13px 20px !important;
  transition: ease-in-out 275ms;
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm-field-captcha {
  margin: 0 !important;
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_error {
  position: relative;
  color: var(--wp--preset--color--pink);
  padding: 0 15px;
  pointer-events: none;
  text-align: right;
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_primary_label .frm_required {
  display: inline-block;
  margin-left: 3px;
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio.frm_radio_styled > input[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio.frm_radio_styled > input[type=radio] + label {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio.frm_radio_styled > input[type=radio] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  border: 1px solid #000;
  border-radius: 8px;
  width: 16px;
  height: 16px;
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio.frm_radio_styled > input[type=radio] + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 7px;
  background-color: #fff;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 275ms ease-out 0s, transform 275ms ease-out 0s;
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox.frm_checkbox_styled input:checked + label {
  background-color: #fff;
  color: #000;
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox.frm_checkbox_styled label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 75px;
  color: inherit;
  font-family: var(--wp--preset--font-family--heading, sans-serif);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  padding: 10px 0;
  position: relative;
  transform: scale(1);
  transition: border-color 275ms ease-out 0s, color 275ms ease-out 0s;
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox.frm_checkbox_styled label:hover, div.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox.frm_checkbox_styled label:active {
  color: var(--wp--preset--color--darkgrey);
  text-decoration: none;
}

.frm_form_fields .select2-container {
  width: 100% !important;
}
.frm_form_fields .select2-selection--single {
  background-color: #fff !important;
  border: none !important;
}

.select2-results .select2-results__option[aria-selected=true] {
  background-color: var(--wp--preset--color--pink) !important;
  color: #fff !important;
}
.select2-results .select2-results__option:hover {
  background-color: var(--wp--preset--color--pink) !important;
  color: #fff !important;
}

/*
*   WP Core Block styles
*
*   1. Button
*   2. Group
*   3. Cover
*   4. Image
*   5. Media Text
*
 */
.wp-block-button .wp-block-button__link {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
  color: var(--wp--preset--color--darkgrey) !important;
  transition: all 275ms ease-in-out;
  min-height: 58px;
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  color: var(--wp--preset--color--darkgrey) !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.wp-block-button .wp-block-button__link span {
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.wp-block-button .wp-block-button__link:hover {
  text-decoration: none;
  background-color: var(--wp--preset--color--pink) !important;
  color: #fff !important;
}
.wp-block-button.is-style-minimal .wp-block-button__link {
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  padding: 0;
  color: var(--wp--preset--color--darkgrey) !important;
  gap: 0.6rem;
}
.wp-block-button.is-style-minimal .wp-block-button__link svg {
  content: "";
  position: relative;
  display: inline-block;
}
.wp-block-button.is-style-minimal .wp-block-button__link:hover {
  color: var(--wp--preset--color--pink) !important;
}
.wp-block-button.is-style-transparent .wp-block-button__link {
  background-color: transparent !important;
  border: none;
  padding: 1rem 2rem;
  gap: 0.6rem;
  border-radius: 15px;
  border: 1px solid var(--wp--preset--color--darkgrey);
  background: transparent;
  color: var(--wp--preset--color--darkgrey) !important;
  transition: all 275ms ease-in-out;
}
.wp-block-button.is-style-transparent .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--pink) !important;
  color: #fff !important;
  border: 1px solid var(--wp--preset--color--pink);
}

.wp-block-group.is-style-block-section {
  padding: var(--section-padding) var(--outer--padding);
}
.wp-block-group.is-style-block-section > * {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.is-style-block-section + .is-style-block-section {
  padding-top: 0;
}
.wp-block-group.is-style-block-section:has(+ .wp-block-cover.is-style-overlap) {
  padding-bottom: calc(var(--section-padding) + 7vw);
}

.wp-block-cover {
  overflow: visible;
}
.wp-block-cover__inner-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-cover.is-style-hero {
  padding: 13.5rem var(--outer--padding) var(--section-padding);
}
@media (min-width: 782px) {
  .wp-block-cover.is-style-hero {
    padding: 10rem var(--outer--padding) var(--section-padding);
  }
}
.wp-block-cover.is-style-split-hero {
  background-color: transparent;
  align-items: stretch;
  padding: 0 !important;
  background: var(--wp--preset--gradient--beige-pink);
}
@media (max-width: 782px) {
  .wp-block-cover.is-style-split-hero {
    margin-block-start: 13.5rem !important;
  }
}
.wp-block-cover.is-style-split-hero > .wp-block-cover__background,
.wp-block-cover.is-style-split-hero > .wp-block-cover__image-background {
  height: 100vh;
  height: 100dvh;
  bottom: auto;
}
@media (max-width: 782px) {
  .wp-block-cover.is-style-split-hero > .wp-block-cover__background,
  .wp-block-cover.is-style-split-hero > .wp-block-cover__image-background {
    height: 600px;
  }
}
.wp-block-cover.is-style-split-hero > .wp-block-cover__inner-container {
  padding: 0 var(--outer--padding) var(--outer--padding);
  margin-block-start: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.wp-block-cover.is-style-split-hero > .wp-block-cover__inner-container > .wp-block-group {
  width: 100%;
}
.wp-block-cover.is-style-split-hero > .wp-block-cover__inner-container > .wp-block-group.hero-content .wp-block-cover {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.wp-block-cover.is-style-split-hero > .wp-block-cover__inner-container > .wp-block-group.hero-content .wp-block-cover > .wp-block-cover__background {
  display: none;
}
@media (max-width: 959px) {
  .wp-block-cover.is-style-split-hero > .wp-block-cover__inner-container {
    padding-top: var(--section-padding);
  }
  .wp-block-cover.is-style-split-hero > .wp-block-cover__inner-container .wp-block-group.hero-heading {
    min-height: calc(600px - (var(--section-padding) * 2 + 2rem));
    display: flex;
    align-items: flex-end;
  }
  .wp-block-cover.is-style-split-hero > .wp-block-cover__inner-container .wp-block-group.hero-heading h1 {
    margin-left: 0 !important;
  }
}
@media (min-width: 782px) {
  .wp-block-cover.is-style-split-hero {
    display: flex;
    padding: 0;
  }
  .wp-block-cover.is-style-split-hero > .wp-block-cover__background,
  .wp-block-cover.is-style-split-hero > .wp-block-cover__image-background {
    position: absolute;
    width: 50%;
    height: 100%;
    left: auto;
    bottom: 0;
    border-bottom-left-radius: 15px;
  }
  .wp-block-cover.is-style-split-hero > .wp-block-cover__inner-container {
    padding: 10rem var(--outer--padding) var(--section-padding);
    margin-block-start: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
  .wp-block-cover.is-style-split-hero > .wp-block-cover__inner-container > .wp-block-group.hero-content {
    width: 50%;
    margin-left: 0 !important;
    margin-right: auto !important;
    margin-block-start: 100px;
    padding-right: var(--outer--padding);
  }
  .wp-block-cover.is-style-split-hero > .wp-block-cover__inner-container > .wp-block-group.hero-content .wp-block-cover {
    aspect-ratio: 5/6;
  }
  .wp-block-cover.is-style-split-hero .wp-block-group.hero-heading {
    margin-block-end: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 9;
    max-width: 640px;
  }
}
.wp-block-cover.is-style-split-left {
  background-color: transparent;
  align-items: stretch;
  padding: 0 !important;
  background: var(--wp--preset--gradient--beige-pink);
}
@media (max-width: 782px) {
  .wp-block-cover.is-style-split-left {
    margin-block-start: 13.5rem !important;
  }
}
.wp-block-cover.is-style-split-left > .wp-block-cover__background,
.wp-block-cover.is-style-split-left > .wp-block-cover__image-background {
  height: 100vh;
  height: 100dvh;
  bottom: auto;
}
@media (max-width: 782px) {
  .wp-block-cover.is-style-split-left > .wp-block-cover__background,
  .wp-block-cover.is-style-split-left > .wp-block-cover__image-background {
    height: 600px;
  }
}
.wp-block-cover.is-style-split-left > .wp-block-cover__background {
  opacity: 0 !important;
}
.wp-block-cover.is-style-split-left > .wp-block-cover__inner-container {
  padding: 13.5rem var(--outer--padding) var(--outer--padding);
  margin-block-start: 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  justify-content: space-between;
}
.wp-block-cover.is-style-split-left > .wp-block-cover__inner-container > .wp-block-group {
  width: 100%;
}
.wp-block-cover.is-style-split-left > .wp-block-cover__inner-container > .wp-block-group.hero-content {
  margin-block-start: 2rem;
}
.wp-block-cover.is-style-split-left > .wp-block-cover__inner-container > .wp-block-group.hero-content .wp-block-cover {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.wp-block-cover.is-style-split-left > .wp-block-cover__inner-container > .wp-block-group.hero-content .wp-block-cover > .wp-block-cover__background {
  display: none;
}
@media (max-width: 783px) {
  .wp-block-cover.is-style-split-left > .wp-block-cover__inner-container {
    padding-top: 0 !important;
    flex-flow: column row-reverse;
  }
  .wp-block-cover.is-style-split-left > .wp-block-cover__inner-container .wp-block-group.hero-heading {
    min-height: calc(600px - 2rem) !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 959px) {
  .wp-block-cover.is-style-split-left > .wp-block-cover__inner-container .wp-block-group.hero-heading h1 {
    margin-left: 0 !important;
  }
}
@media (min-width: 783px) {
  .wp-block-cover.is-style-split-left {
    display: flex;
    padding: 0;
  }
  .wp-block-cover.is-style-split-left > .wp-block-cover__background,
  .wp-block-cover.is-style-split-left > .wp-block-cover__image-background {
    position: absolute;
    width: 50%;
    height: 100%;
    right: auto;
    bottom: 0;
    border-radius: 15px;
  }
  .wp-block-cover.is-style-split-left > .wp-block-cover__inner-container {
    padding: 13.5rem var(--outer--padding) var(--section-padding);
    margin-block-start: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    min-height: 100vh;
    min-height: 100dvh;
  }
  .wp-block-cover.is-style-split-left > .wp-block-cover__inner-container > .wp-block-group.hero-content {
    width: 50%;
    margin-left: auto !important;
    margin-right: 0 !important;
    margin-block-start: clamp(300px, 40vw, 550px);
    padding-left: var(--outer--padding);
  }
  .wp-block-cover.is-style-split-left > .wp-block-cover__inner-container > .wp-block-group.hero-content .wp-block-cover {
    aspect-ratio: 5/6;
  }
  .wp-block-cover.is-style-split-left .wp-block-group.hero-heading {
    margin-block-end: 0;
    margin-block-start: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -37% -97%;
    z-index: 9;
    max-width: 800px;
  }
}
@media (min-width: 783px) and (min-width: 782px) {
  .wp-block-cover.is-style-split-left .wp-block-group.hero-heading {
    translate: -37% -80%;
  }
}
@media (min-width: 783px) and (min-width: 1200px) {
  .wp-block-cover.is-style-split-left .wp-block-group.hero-heading {
    translate: -37% -63%;
  }
}
.wp-block-cover.is-style-overlap {
  padding: 0;
  align-items: flex-start;
}
.wp-block-cover.is-style-overlap .wp-block-cover__inner-container > :first-child {
  margin-block-start: -0.6em;
}
.wp-block-cover.is-style-overlap.pointe-shoes .wp-block-cover__inner-container .has-xxl-font-size .line:last-child {
  text-align: center !important;
}
@media (max-width: 600px) {
  .wp-block-cover.is-style-overlap.pointe-shoes {
    min-height: 0 !important;
    padding-bottom: calc(var(--section-padding) * 2);
  }
}
.wp-block-cover.is-style-overlap.scholarships .wp-block-cover__inner-container .has-xxl-font-size .line:last-child {
  text-align: left !important;
}
.wp-block-cover.is-style-overlap.scholarships .wp-block-cover__inner-container .wp-block-group.is-style-block-section {
  min-height: 740px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wp-block-cover.is-style-overlap.scholarships .wp-block-cover__inner-container .wp-block-group.is-style-block-section .wp-block-columns {
  width: 100%;
}
@media (max-width: 600px) {
  .wp-block-cover.is-style-overlap.scholarships .wp-block-cover__inner-container .wp-block-group.is-style-block-section {
    min-height: 0 !important;
  }
}
@media (max-width: 600px) {
  .wp-block-cover.is-style-overlap.scholarships {
    min-height: 0 !important;
    padding-bottom: calc(var(--section-padding) * 2);
  }
}

.wp-block-image img {
  width: 100%;
}
.wp-block-image.is-style-square {
  aspect-ratio: 1/1;
}
.wp-block-image.is-style-square img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.wp-block-image.is-style-stamped {
  display: grid;
  grid-template-columns: 388fr 110fr 82fr;
  grid-template-rows: 388fr 56fr 130fr;
}
.wp-block-image.is-style-stamped::after {
  grid-row: 2/-1;
  grid-column: 2/-1;
  align-self: end;
  justify-self: end;
  content: " ";
  background-position: right bottom;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODMiIGhlaWdodD0iMTgyIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTgzIDE4MiI+ICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJtMTEyLjQ2NSAyOS4zMTkgNi4zNjMgMS45NDItLjYyMiAxLjgyLTguNzM2LTIuNjY3IDUuODU1LTE3LjE0IDIuMzc0LjcyNS01LjIzNCAxNS4zMTh2LjAwMlptMjEuMDI4LTYuOTc5LTMuMjI1IDUuMTkzIDYuMDA2IDMuMzI1LTEuMDM5IDEuNjcyLTYuMDA1LTMuMzI1LTMuMzIzIDUuMzUgNi43MTUgMy43MTYtMS4wMzggMS42NzItOC44NjgtNC45MDggOS42NjMtMTUuNTU3IDguODY3IDQuOTA3LTEuMDM5IDEuNjcyLTYuNzE1LTMuNzE3aC4wMDFabTI0LjU4NiAxNS44NjgtMS40MTMgMS4zNy0zLjczMy0zLjQyNy0xMS44OTggMTEuNTMtMS43ODktMS42NDIgMTEuODk5LTExLjUzLTMuNzUyLTMuNDQ2IDEuNDEzLTEuMzcgOS4yNzMgOC41MTZabTE3Ljk3OSAyOS4zNDctMTMuMzc3LTEuMDE2LTYuNjI4IDIuNjU3LS45NzgtMi4xNjYgNi42MjgtMi42NTYgOC40ODktOS44MSAxLjA4NSAyLjQwMy03LjA0OSA3LjY1OCAxMC43NDUuNTI2IDEuMDg1IDIuNDAydi4wMDJabS0xNC43ODEgMTQuNzAxYy42NzMtMS40NTIgMS43MDYtMi42NSAzLjA5OC0zLjU5IDEuMzkyLS45NDIgMy4wMTQtMS41MDQgNC44NjctMS42ODUgMS44NTItLjE4MiAzLjU2My4wNTQgNS4xMzMuNzA2IDEuNTY5LjY1MSAyLjg0NCAxLjYyMiAzLjgyMyAyLjkxMy45NzkgMS4yOSAxLjU2MSAyLjc2NyAxLjc0OCA0LjQyOS4xODcgMS42OC0uMDU3IDMuMjQ1LS43MyA0LjY5Ny0uNjc0IDEuNDUyLTEuNzAyIDIuNjQ0LTMuMDg2IDMuNTc3LTEuMzg0LjkzMi0zLjAxIDEuNDktNC44ODIgMS42NzQtMS44NzEuMTgzLTMuNTg2LS4wNDgtNS4xNDUtLjY5Mi0xLjU1OS0uNjQ0LTIuODI5LTEuNjEyLTMuODA4LTIuOTAyLS45OC0xLjI5LTEuNTYyLTIuNzc1LTEuNzUtNC40NTQtLjE4NC0xLjY2My4wNTktMy4yMi43MzMtNC42NzJoLS4wMDFabTIuNzIyIDcuNzVjLjcyOS45NDIgMS42OTkgMS42NDUgMi45MDcgMi4xMDcgMS4yMDguNDYyIDIuNTY1LjYyIDQuMDc0LjQ3MiAxLjUyNi0uMTQ5IDIuODI0LS41NjcgMy44OTYtMS4yNTIgMS4wNy0uNjg1IDEuODYtMS41NTUgMi4zNjctMi42MS41MDYtMS4wNTUuNjktMi4yMTUuNTQ4LTMuNDg0LS4xNDEtMS4yNy0uNTc3LTIuMzctMS4zMDUtMy4zMDQtLjcyOS0uOTMzLTEuNjkzLTEuNjMyLTIuODkyLTIuMDk0LTEuMTk5LS40NjMtMi41NjEtLjYyLTQuMDg3LS40Ny0xLjUwOC4xNDgtMi44MDIuNTY0LTMuODgzIDEuMjUtMS4wODEuNjg3LTEuODc0IDEuNTYyLTIuMzc5IDIuNjI0LS41MDYgMS4wNjMtLjY5IDIuMjItLjU1IDMuNDcyLjEzOSAxLjI1MS41NzMgMi4zNDcgMS4zMDMgMy4yOWguMDAxWm0xNS4yMiAxNi44NjctMTEuODEtMi40MjNjLTEuNjYtLjM0MS0yLjk4LS4yMTEtMy45NTguMzkxLS45OC42MDEtMS42MjUgMS41ODQtMS45MzggMi45NDgtLjMwOCAxLjM0Ny0uMTQ5IDIuNDg2LjQ3OSAzLjQxNy42MjguOTMxIDEuNzczIDEuNTY2IDMuNDMzIDEuOTA3bDExLjgxIDIuNDIzLS41MjcgMi4yOTgtMTEuNzgyLTIuNDE3Yy0xLjU1My0uMzE5LTIuNzk0LS44ODItMy43MjItMS42ODktLjkyNy0uODA3LTEuNTM1LTEuNzY1LTEuODIyLTIuODcyLS4yODgtMS4xMDktLjI4OS0yLjI4NS0uMDA0LTMuNTMyLjI4Ni0xLjI0Ni44MDItMi4zMTcgMS41NDktMy4yMTMuNzQ3LS44OTUgMS43MTktMS41MjUgMi45MTQtMS44ODggMS4xOTQtLjM2MyAyLjU2OS0uMzg2IDQuMTIzLS4wNjdsMTEuNzgzIDIuNDE3LS41MjcgMi4yOTgtLjAwMS4wMDJabS0yOC4yMTcgMjAuOTMzIDkuMDMyLS4yOCAxLjQyNy0yLjUwMi02Ljg3OC0zLjQ5NiAxLjE4LTIuMDcgMTYuODIxIDguNTQ5LTIuOTE4IDUuMTE4Yy0uNjgzIDEuMTk4LTEuNDc4IDIuMS0yLjM4MyAyLjcwNi0uOTA3LjYwNi0xLjg0Ni45MjUtMi44MTkuOTU4LS45NzQuMDMzLTEuOTM1LS4xOTEtMi44ODQtLjY3My0xLjE1OC0uNTg5LTIuMDAxLTEuNDI0LTIuNTI3LTIuNTAzLS41MjYtMS4wNzktLjU3NC0yLjMyMS0uMTQ2LTMuNzI3bC05LjMxOC4zOTggMS40MTQtMi40OC0uMDAxLjAwMlptMTIuMjItMS44ODgtMS43MzggMy4wNDljLS42NCAxLjEyMi0uODI3IDIuMTE0LS41NiAyLjk3My4yNjcuODU5Ljg5MiAxLjUzOSAxLjg3MyAyLjAzNy45OTguNTA4IDEuOTI4LjYyMyAyLjc5MS4zNDguODYyLS4yNzYgMS42MTgtLjk4MyAyLjI2Ny0yLjExOWwxLjczOC0zLjA0OS02LjM3MS0zLjIzOVptLTI0LjY2MiAxOC40OTctNS4xMzggNC4wMjktMS4yOTctMS40NzIgNy4wNTMtNS41MzEgMTIuMjIgMTMuODU5LTEuOTE1IDEuNTAyLTEwLjkyMy0xMi4zODdabS0zLjQ3MSAyMS44NTEtOS41NTctMTUuNjA5IDIuMTU4LTEuMTc0IDkuNTU3IDE1LjYwOS0yLjE1OCAxLjE3NFptLTI1LjEzMyAzLjY5OWE2LjAyMyA2LjAyMyAwIDAgMCAyLjk0OCAxLjcyMmMxLjEzOC4yODIgMi4zNDYuMjQ0IDMuNjIzLS4xMTUgMS4yNzgtLjM1OSAyLjM0LS45NTkgMy4xODgtMS44YTYuMDAxIDYuMDAxIDAgMCAwIDEuNjYxLTMuMDU3Yy4yNTktMS4xOTYuMTczLTIuNDcyLS4yNTYtMy44MjZzLTEuMDk5LTIuNDYtMi4wMS0zLjMyYTYuNjA4IDYuNjA4IDAgMCAwLTMuMTY2LTEuNjg2Yy0xLjE5OC0uMjY2LTIuNDM3LS4yMTktMy43MTUuMTQtMS43ODQuNTAxLTMuMDk0IDEuNDE4LTMuOTMxIDIuNzUxLS44MzYgMS4zMzEtMS4wNzYgMi44ODMtLjcyNSA0LjY1NWw3LjI5OC0yLjA1Mi41ODEgMS44MzQtOS44NDMgMi43NjctLjU1LTEuNzM0YTguNDY1IDguNDY1IDAgMCAxIC4xOC00LjNjLjQzMS0xLjQwNyAxLjE5NC0yLjYzOCAyLjI4OS0zLjY5MSAxLjA5NS0xLjA1NCAyLjQ0Ny0xLjgwOCA0LjA1Ny0yLjI2IDEuNjk4LS40NzcgMy4zNjUtLjUzOCA1LjAwMy0uMTc5YTkuMzQzIDkuMzQzIDAgMCAxIDQuMzE0IDIuMmMxLjIzNyAxLjExIDIuMTI0IDIuNTA2IDIuNjU4IDQuMTkuNTM0IDEuNjg0LjYwOCAzLjMxNC4yMjEgNC44ODhhOC40NTQgOC40NTQgMCAwIDEtMi4zMjMgNC4wNzljLTEuMTYxIDEuMTQ1LTIuNTkxIDEuOTU1LTQuMjg5IDIuNDMzLTEuOTQzLjU0Ni0zLjgwNS41NzUtNS41OS4wODctMS43ODUtLjQ4OC0zLjI4LTEuNDYxLTQuNDg2LTIuOTIxbDIuODYxLS44MDVoLjAwMlptLTI3Ljc0IDYuNjQzLjUyLTE4LjAwOCAyLjQ5MS4wNjctLjIzNSA4LjE2NSA5LjcyMy4yNjEuMjM1LTguMTY0IDIuNDkzLjA2Ny0uNTIgMTguMDA4LTIuNDkzLS4wNjcuMjI4LTcuOTA2LTkuNzIyLS4yNjItLjIyOCA3LjkwNi0yLjQ5Mi0uMDY3Wm0tMjIuNTYyLTUuMzcuNjAyLTEuODI1IDQuOTcgMS40NjUgNS4wNzItMTUuMzY5IDIuMzguNzAyLTUuMDcgMTUuMzY5IDQuOTk1IDEuNDczLS42MDIgMS44MjUtMTIuMzQ5LTMuNjRoLjAwMlptLTI3Ljk5Mi0xOC4zNDJjLS42MzMtMS41MDEtLjc4LTMuMDE1LS40MzktNC41NDMuMzQyLTEuNTI4IDEuMTU3LTIuOTg1IDIuNDQ2LTQuMzY4IDEuMjktMS4zODUgMi43MTQtMi4zMyA0LjI3LTIuODM5IDEuNTU3LS41MDkgMy4xNTgtLjU1NiA0LjgwNC0uMTQyIDEuNjQ2LjQxNCAzLjI1MiAxLjI3IDQuODE2IDIuNTY4bDQuNDY4IDMuNzA3LTEyLjYgMTMuNTIxLTQuNDY3LTMuNzA2Yy0xLjU2NS0xLjI5OS0yLjY2NC0yLjY5OC0zLjI5OC00LjE5N3YtLjAwMVptOS4wMDktMTBjLTEuODM2LjExNi0zLjUzMiAxLjAwOS01LjA4NyAyLjY3Ny0xLjU2NiAxLjY4MS0yLjI5OSAzLjQwMS0yLjE5NyA1LjE1OS4xMDEgMS43NTggMS4wNzEgMy40IDIuOTExIDQuOTI2bDIuNTk1IDIuMTUxIDkuOTA2LTEwLjYzMS0yLjU5NC0yLjE1MmMtMS44NTMtMS41MzctMy42OTgtMi4yNDgtNS41MzUtMi4xMzJsLjAwMS4wMDJabS0xMy40NjgtMTYuNTg4IDQuMzQ0IDYuNzA5IDQuNDIzLS44NDkgMS4zNzIgMi4xMTgtMTkuOCAzLjc2MS0xLjUwMi0yLjMxNyAxMi42MTItMTQuODYyIDEuMzcyIDIuMTE5LTIuODIzIDMuMzIxaC4wMDJabS0xLjM1OSAxLjU2OS02LjQyNyA3LjUxNiAxMC4wMy0xLjk1NC0zLjYwMi01LjU2MXYtLjAwMVpNMjMuMSAxMDIuNzM5bC42MTcgMi4yNzktMTIuMjUyIDEyLjY5OSAxNC43MzMtMy41MzEuNjE3IDIuMjgtMTguNTMgNC40NC0uNjE2LTIuMjggMTIuMjI1LTEyLjY5Mi0xNC43MDYgMy41MjQtLjYxNy0yLjI3OSAxOC41My00LjQ0Wk03Ljg1MyA5NS42OTFjLTEuNDI3LS44ODktMi41MDktMi4wNDUtMy4yNDYtMy40NjgtLjczOC0xLjQyMy0xLjA0NS0yLjk2Ny0uOTIzLTQuNjM0LjE0NC0xLjk1OS43NzItMy42MzYgMS44OC01LjAzIDEuMTEtMS4zOTMgMi42MS0yLjM2NSA0LjUtMi45MTJsLS4yMDcgMi44MWMtMS4xODUuNDIyLTIuMTIgMS4wOC0yLjgxIDEuOTc1LS42ODguODk1LTEuMDggMS45OTYtMS4xNzYgMy4zMDItLjA5MiAxLjI1NS4xMzQgMi40MDIuNjggMy40NC41NDcgMS4wMzggMS4zNyAxLjg3OSAyLjQ2NiAyLjUyMiAxLjA5OC42NDQgMi40MSAxLjAxNiAzLjk0MSAxLjExOCAxLjUxMy4xIDIuODYtLjA5NCA0LjA0LS41ODUgMS4xOC0uNDkxIDIuMTE3LTEuMjE1IDIuODEtMi4xNy42OTItLjk1NSAxLjA4NS0yLjA2IDEuMTc3LTMuMzE1LjA5Ni0xLjMwNi0uMTI2LTIuNDQ3LS42NjgtMy40MjUtLjU0MS0uOTc4LTEuMzY5LTEuNzU0LTIuNDgtMi4zM2wuMjA3LTIuODFjMS43NzMuNzkzIDMuMTAzIDEuOTUzIDMuOTg4IDMuNDguODg1IDEuNTI3IDEuMjU3IDMuMjcgMS4xMTIgNS4yMy0uMTIyIDEuNjY4LS42NDggMy4xNTctMS41NzkgNC40NjctLjkzIDEuMzEtMi4xNjEgMi4zMTMtMy42OTUgMy4wMDQtMS41MzUuNjkzLTMuMjMuOTc3LTUuMDkuODUyLTEuODU5LS4xMjQtMy41LS42MzEtNC45MjgtMS41MmwuMDAxLS4wMDFaTTEwLjIgNjcuNjEybDUuOTkyIDIuMDg1IDIuNC02LjE2IDEuOTMuNjcxLTIuNDAxIDYuMTYgNi4xNzIgMi4xNDcgMi42ODQtNi44ODYgMS45MjkuNjctMy41NDQgOS4wOTQtMTcuOTUtNi4yNDUgMy41NDMtOS4wOTMgMS45My42Ny0yLjY4NSA2Ljg4N1ptMTkuNDE1LTIyLjk4NmE3OC43MzQgNzguNzM0IDAgMCAxIDEzLjEyLTExLjg1MiA4Mi40NTYgODIuNDU2IDAgMCAxIDE1LjM5Ny04LjcwNSA4NC45NzkgODQuOTc5IDAgMCAxIDE3LjAyMi01LjMwMiA4NS42NDIgODUuNjQyIDAgMCAxIDE4LjAwMS0xLjY0MmwtLjA4IDUuMTljLTExLjE2LS4xNjctMjIuNDUgMi4wNzItMzIuNjQ3IDYuNDc1LTEwLjIzMyA0LjQxOC0xOS40MjUgMTEuMDQ0LTI2LjU4IDE5LjE1OWwtNC4yMzItMy4zMjNoLS4wMDFaIi8+PC9zdmc+") no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.wp-block-image.is-style-stamped img {
  aspect-ratio: 1/1;
  grid-row: 1/3;
  grid-column: 1/3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  z-index: 2;
}

@media (max-width: 782px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile.stack-reverse .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile.stack-reverse .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-media-text.is-style-full-bleed {
  margin-left: calc(var(--outer--padding) * -1) !important;
  margin-right: calc(var(--outer--padding) * -1) !important;
  max-width: calc(100% + var(--outer--padding) * 2) !important;
  grid-gap: var(--section-padding) 5vw;
}
@media (min-width: 782px) {
  .wp-block-media-text.is-style-full-bleed.has-media-on-the-right .wp-block-media-text__media {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
@media (min-width: 782px) {
  .wp-block-media-text.is-style-full-bleed.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0;
  }
}
.wp-block-media-text.is-style-full-bleed.has-media-on-the-right:has(.is-style-stamped) {
  grid-gap: var(--section-padding) 50px;
}
.wp-block-media-text.is-style-full-bleed.has-media-on-the-right:has(.is-style-stamped) .wp-block-media-text__content {
  display: grid;
  grid-template-columns: 388fr 110fr 82fr;
  grid-template-rows: auto;
}
.wp-block-media-text.is-style-full-bleed.has-media-on-the-right:has(.is-style-stamped) .wp-block-media-text__content .media-content {
  grid-column: 1/-1;
  padding-bottom: 4.5rem;
}
@media (min-width: 960px) {
  .wp-block-media-text.is-style-full-bleed.has-media-on-the-right:has(.is-style-stamped) .wp-block-media-text__content .media-content {
    grid-column: 1/3;
  }
}
.wp-block-media-text.is-style-full-bleed.has-media-on-the-right:has(.is-style-stamped) .wp-block-media-text__content .is-style-stamped {
  grid-column: 1/-1;
  grid-template-columns: subgrid !important;
}
@media (min-width: 782px) {
  .wp-block-media-text.is-style-full-bleed:not(.has-media-on-the-right) .wp-block-media-text__media {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
@media (min-width: 782px) {
  .wp-block-media-text.is-style-full-bleed:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-left: 0;
  }
}
.wp-block-media-text.is-style-full-bleed .wp-block-media-text__media {
  overflow: hidden;
}
.wp-block-media-text.is-style-full-bleed .wp-block-media-text__content {
  padding-left: var(--outer--padding);
  padding-right: var(--outer--padding);
}
@media (min-width: 782px) {
  .wp-block-media-text.is-style-full-bleed .wp-block-media-text__content {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
}

.wp-block-table {
  overflow: visible;
}
@media (min-width: 782px) {
  .wp-block-table {
    border: 1px solid rgba(43, 59, 69, 0.25);
    border-radius: 0.3125rem;
    overflow: hidden;
  }
}
.wp-block-table table {
  border: none;
  overflow: hidden;
  border-collapse: collapse;
  margin: -1px;
  padding: 0;
  width: calc(100% + 2px) !important;
  table-layout: fixed;
}
.wp-block-table table thead {
  border: none;
}
.wp-block-table table tr {
  background-color: transparent;
}
.wp-block-table table th,
.wp-block-table table td {
  padding: 1rem;
  text-align: left;
  border: 1px solid rgba(43, 59, 69, 0.25);
  line-height: 1.4;
}
.wp-block-table table th {
  font-size: clamp(18px, 1.8vw, 22px);
  color: var(--wp--preset--color--darkgrey);
  background-color: var(--wp--preset--color--grey);
}
.wp-block-table table td {
  padding: 1.5rem 1rem;
  color: var(--wp--preset--color--darkgrey);
  background-color: var(--wp--preset--color--grey);
}
@media (max-width: 782px) {
  .wp-block-table table {
    border: 0;
    margin: 0;
  }
  .wp-block-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .wp-block-table table tr {
    display: block;
    margin-bottom: 1rem;
  }
  .wp-block-table table td {
    border-bottom: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .wp-block-table table td:first-child {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
  }
  .wp-block-table table td:last-child {
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    border-bottom: 1px solid rgba(43, 59, 69, 0.25);
  }
  .wp-block-table table td::before {
    content: attr(data-label);
    font-weight: bold;
    margin-bottom: 10px;
  }
}

.site-header {
  z-index: 999;
  position: fixed;
  width: 100%;
  min-height: 13.5rem;
  left: 0;
  right: 0;
  top: 0;
  overflow: visible;
  transition: transform 400ms ease-out 0s;
}
@media (min-width: 782px) {
  .site-header {
    min-height: 10rem;
  }
}
.site-header .header-group {
  padding: 1rem 1.25rem;
  transition: background-color 400ms;
}
@media (min-width: 929px) {
  .site-header .header-group {
    padding: 3.125rem 3rem 0 3rem;
  }
}
html.has-modal-open .site-header .header-group {
  padding: 1rem calc(1.25rem + var(--sw)) 2.25rem 1.25rem;
}
@media (min-width: 929px) {
  html.has-modal-open .site-header .header-group {
    padding: 3.125rem calc(3rem + var(--sw)) 3.125rem 3rem;
  }
}
html:not(.is-scrolling) .site-header .header-group {
  background-color: transparent !important;
}
@media (max-width: 929px) {
  .site-header .header-group > .wp-block-group {
    flex-direction: column;
    gap: 1rem;
  }
}
html.is-scrolling .site-header {
  transform: translateY(-100%);
}
html.is-scrolling-up .site-header {
  transform: translateY(0);
}
.site-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  z-index: 9;
}
.site-header .wp-block-site-logo {
  z-index: 100002;
}
.site-header ul.wp-block-navigation {
  position: relative;
}
@media (min-width: 1100px) {
  .site-header ul.wp-block-navigation {
    padding: 0 2rem;
    line-height: 1;
    gap: 2.5rem;
    flex-wrap: nowrap;
    height: 72px;
  }
}
@media (max-width: 1300px) {
  .site-header ul.wp-block-navigation {
    gap: 1rem 1.25rem;
    font-size: 1rem;
  }
}
.site-header ul.wp-block-navigation .wp-block-navigation-item a,
.site-header ul.wp-block-navigation .wp-block-navigation-item button {
  font-weight: 600;
  transition: color 275ms;
}
.site-header ul.wp-block-navigation .wp-block-navigation-item a:hover,
.site-header ul.wp-block-navigation .wp-block-navigation-item button:hover {
  text-decoration: none;
}
@media (min-width: 782px) {
  .site-header ul.wp-block-navigation .wp-block-navigation-item {
    height: 70px;
    gap: 0;
  }
  .site-header ul.wp-block-navigation .wp-block-navigation-item a {
    line-height: 1;
    color: #fff;
  }
}
@media (min-width: 782px) {
  .site-header ul.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
    border-radius: 10px;
    overflow: hidden;
    min-width: 140px;
    border: none;
    left: 50%;
    transform: translateX(-50%);
  }
  .site-header ul.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container .wp-block-navigation-item {
    height: 50px;
    align-items: stretch !important;
  }
  .site-header ul.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container .wp-block-navigation-item a {
    height: 100%;
    width: 100%;
    background-color: #fff;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: background-color 275ms;
  }
}
.site-header ul.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container .wp-block-navigation-item a {
  justify-content: center;
  color: #000;
}
@media (min-width: 1100px) {
  .site-header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
  .site-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
  }
}
@media (min-width: 600px) {
  .site-header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .site-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}
@media (max-width: 1099px) {
  .site-header .wp-block-navigation__responsive-container {
    overflow: auto;
    height: 100vh;
    height: 100dvh;
    background-color: #000 !important;
    color: #fff !important;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog {
    opacity: 0;
    transform: translateY(30px);
    transition: all 275ms ease-out 800ms !important;
  }
  .site-header .wp-block-navigation__responsive-container.is-menu-open {
    animation-duration: 650ms;
  }
  .site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
    animation: overlay-menu-text__fade-in-animation 400ms ease-out;
    animation-fill-mode: forwards;
    animation-delay: 650ms;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog {
    margin: 0 !important;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content {
    padding: var(--outer--padding);
    padding-top: 140px;
    max-height: 100vh;
    max-height: 100dvh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 1099px) and (min-width: 600px) {
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content {
    padding-top: clamp(100px, 10vw, 180px);
  }
}
@media (max-width: 1099px) {
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation {
    width: 100%;
    align-items: center;
    gap: 1.8rem;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li {
    text-align: center;
    align-items: center;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li a,
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li button {
    font-size: 1.8125rem;
    line-height: 1.4;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li ul.wp-block-navigation__submenu-container {
    padding-top: 1rem;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li ul.wp-block-navigation__submenu-container li a,
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li ul.wp-block-navigation__submenu-container button {
    color: #fff;
    font-size: 1.125rem !important;
    line-height: 1.8;
  }
}
.site-header .wp-block-navigation__responsive-container-open,
.site-header .wp-block-navigation__responsive-container-close {
  width: 50px;
  height: 50px;
  z-index: 100001;
  justify-content: center;
  align-items: center;
}
html.has-modal-open .site-header .wp-block-navigation__responsive-container-open {
  pointer-events: none;
}
.site-header .wp-block-navigation__responsive-container-open b {
  display: block;
  position: relative;
  width: 34px;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  transition: background-color 275ms ease-out 0s;
}
html.has-modal-open .site-header .wp-block-navigation__responsive-container-open b {
  background-color: transparent;
}
html.has-modal-open .site-header .wp-block-navigation__responsive-container-open b:before {
  width: 34px;
  transform: rotate(45deg);
}
html.has-modal-open .site-header .wp-block-navigation__responsive-container-open b:after {
  width: 34px;
  transform: rotate(-45deg);
}
.site-header .wp-block-navigation__responsive-container-open b:before, .site-header .wp-block-navigation__responsive-container-open b:after {
  content: "";
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  right: 0;
  border-radius: 3px;
  background-color: #fff;
  transform-origin: center;
  transition: transform 275ms ease-out 0s, width 275ms ease-out 0s;
}
.site-header .wp-block-navigation__responsive-container-open b:before {
  width: 40px;
  transform: translateY(-12px);
}
.site-header .wp-block-navigation__responsive-container-open b:after {
  width: 28px;
  transform: translateY(12px);
}
.site-header .wp-block-navigation__responsive-container-close {
  opacity: 0;
  top: 2.25rem;
  right: calc(var(--outer--padding) + var(--sw));
  z-index: 100002;
}
@media (min-width: 600px) {
  .site-header .wp-block-navigation__responsive-container-close {
    top: 3.125rem;
  }
}

@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  5% {
    opacity: 1;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes overlay-menu-text__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.wp-block-heading.is-style-horizontal-overlap {
  margin-top: calc(var(--section-padding) * -1 - 0.5em) !important;
}
@media (min-width: 782px) {
  .wp-block-heading.is-style-horizontal-overlap {
    margin-top: 0 !important;
    margin-left: calc(-5vw - 6rem) !important;
  }
}

.wp-block-social-link:hover {
  transform: none;
}
.wp-block-social-link a:hover {
  color: var(--wp--preset--color--pink) !important;
}

footer.site-footer {
  margin-block-start: 0 !important;
}
footer.site-footer > .wp-block-group {
  padding: 4.6875rem var(--outer--padding) 1rem;
}
footer.site-footer > .wp-block-group .wp-block-navigation-item__content {
  text-align: right;
}
footer.site-footer > .wp-block-group .wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--pink);
}
@media (max-width: 782px) {
  footer.site-footer > .wp-block-group > .wp-block-columns .wp-block-column:nth-child(2) {
    order: -1;
  }
  footer.site-footer > .wp-block-group > .wp-block-columns .wp-block-column:nth-child(3) * {
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
}

.opening_hours {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem 1rem;
  align-items: start;
  justify-content: start;
}

.is_hidden {
  display: none !important;
}

.is-rounded {
  border-radius: 15px;
}

.faq {
  padding-top: 2rem !important;
}
@media (min-width: 782px) {
  .faq {
    padding-top: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .faq {
    padding-top: 6rem !important;
  }
}
.faq .is-vertical {
  gap: 2rem;
}
@media (min-width: 782px) {
  .faq .is-vertical {
    gap: 2.5rem;
  }
}

.is-rounded-box {
  border-radius: 15px;
  padding: 50px 2rem;
  border: 1px solid #fff;
}

.woocommerce {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
  width: 100%;
  margin-block-start: 0 !important;
}
.woocommerce .related-products-wrapper {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
.woocommerce .related-products-wrapper .wp-block-woocommerce-product-template {
  margin-block-start: 0 !important;
  margin-top: calc(clamp(3.375rem, 10vw, 8.35rem) * -0.4) !important;
}
@media (min-width: 782px) {
  .woocommerce .related-products-wrapper .wp-block-woocommerce-product-template {
    margin-top: calc(clamp(3.375rem, 10vw, 8.35rem) * -0.35) !important;
  }
}
@media (min-width: 960px) {
  .woocommerce .related-products-wrapper .wp-block-woocommerce-product-template {
    margin-top: calc(clamp(3.375rem, 10vw, 8.35rem) * -0.32) !important;
  }
}
.woocommerce .related-products-wrapper .wp-block-button__link {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
  color: var(--wp--preset--color--darkgrey) !important;
  transition: all 275ms ease-in-out;
}
.woocommerce .related-products-wrapper .wp-block-button__link:hover {
  text-decoration: none;
  background-color: transparent !important;
  color: var(--wp--preset--color--pink) !important;
}
.woocommerce table.variations .select2-container {
  width: 100% !important;
  min-height: 58px;
}
.woocommerce table.variations .select2-container .select2-selection--single {
  height: 58px !important;
  border-radius: 15px;
  border: none !important;
  background-color: #fff;
}
.woocommerce table.variations .select2-container .select2-selection--single .select2-selection__rendered {
  height: 58px !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--wp--preset--color--medgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 26px !important;
}
.woocommerce .wc-block-components-quantity-selector {
  margin-bottom: 0 !important;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.7);
  height: 58px;
  width: 93px;
  display: grid !important;
  grid-template-areas: "qty plus" "qty minus";
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr 1fr;
}
.woocommerce .wc-block-components-quantity-selector::after {
  border: none !important;
}
.woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus {
  width: 40px !important;
  grid-area: minus;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBkPSJtMSAxIDUuNTg5IDUuNTZMMTIuMTc4IDEiIHN0cm9rZT0iIzUyNTI1MiIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48L3N2Zz4=") no-repeat center 8px;
  background-size: 11.69px 5.56px;
  color: transparent;
}
.woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus:disabled {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBkPSJtMSAxIDUuNTg5IDUuNTZMMTIuMTc4IDEiIHN0cm9rZT0iIzg2OEE4RCIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48L3N2Zz4=") no-repeat center 8px;
  background-size: 11.69px 5.56px;
  cursor: not-allowed;
  opacity: 0.3;
  color: transparent;
}
.woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus:enabled:hover {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBkPSJtMSAxIDUuNTg5IDUuNTZMMTIuMTc4IDEiIHN0cm9rZT0iI0U2MDA3MCIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48L3N2Zz4=") no-repeat center 8px;
  background-size: 11.69px 5.56px;
  color: transparent;
}
.woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus {
  width: 40px !important;
  grid-area: plus;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBkPSJtMSAxIDUuNTg5IDUuNTZMMTIuMTc4IDEiIHN0cm9rZT0iIzUyNTI1MiIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48L3N2Zz4=") no-repeat center 8px;
  background-size: 11.69px 5.56px;
  transform: rotate(180deg);
  color: transparent;
}
.woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus:disabled {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBkPSJtMSAxIDUuNTg5IDUuNTZMMTIuMTc4IDEiIHN0cm9rZT0iIzg2OEE4RCIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48L3N2Zz4=") no-repeat center 8px;
  background-size: 11.69px 5.56px;
  transform: rotate(180deg);
  opacity: 0.3;
  cursor: not-allowed;
  color: transparent;
}
.woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus:enabled:hover {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBkPSJtMSAxIDUuNTg5IDUuNTZMMTIuMTc4IDEiIHN0cm9rZT0iI0U2MDA3MCIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48L3N2Zz4=") no-repeat center 8px;
  background-size: 11.69px 5.56px;
  transform: rotate(180deg);
  color: transparent;
}
.woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
  grid-area: qty;
  border: none;
  background: transparent;
  color: var(--wp--preset--color--medgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  padding: 0 !important;
  padding-left: 18px !important;
}
.woocommerce .search-results-title {
  margin-block-start: 0 !important;
}
.woocommerce .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
  background-color: var(--wp--preset--color--medgrey);
  border: none !important;
}
.woocommerce .product-sidebar-filters {
  position: sticky;
  top: 10rem;
  gap: 2rem !important;
}
.woocommerce .product-related-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 3rem 1rem;
}
@media (min-width: 600px) {
  .woocommerce .product-related-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .woocommerce .product-related-grid li:last-of-type {
    display: none;
  }
}
@media (min-width: 960px) {
  .woocommerce .product-related-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .woocommerce .product-related-grid li:last-of-type {
    display: block;
  }
}
.woocommerce .product-master-grid .wc-block-product-template {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  grid-template-rows: 1fr min-content min-content min-content;
  grid-auto-rows: 1fr min-content min-content min-content;
  gap: 3rem 1rem;
}
@media (min-width: 600px) {
  .woocommerce .product-master-grid .wc-block-product-template {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 960px) {
  .woocommerce .product-master-grid .wc-block-product-template {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
.woocommerce .product-master-grid .wc-block-product-template .wc-block-product {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 !important;
  grid-row: span 4;
  align-items: center;
  grid-template-rows: subgrid;
}
.woocommerce .product-master-grid .wc-block-product-template .wc-block-product .wc-block-components-product-price {
  margin-bottom: 0 !important;
}
.woocommerce .product-master-grid .wc-block-product-template .add_to_cart_button {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 2rem !important;
  background-color: white;
  border: none;
  transition: background-color 275ms ease-in-out;
}
.woocommerce .product-master-grid .wc-block-product-template .add_to_cart_button::before {
  content: "Shop Now";
  visibility: visible;
  color: var(--wp--preset--color--medgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: color 275ms ease-in-out;
}
.woocommerce .product-master-grid .wc-block-product-template .add_to_cart_button::after {
  display: none;
}
.woocommerce .product-master-grid .wc-block-product-template .add_to_cart_button span {
  display: none;
}
.woocommerce .product-master-grid .wc-block-product-template .add_to_cart_button:hover {
  background-color: var(--wp--preset--color--pink);
}
.woocommerce .product-master-grid .wc-block-product-template .add_to_cart_button:hover::before {
  color: #fff;
}
.woocommerce .search-bar-row {
  display: flex;
  flex-flow: column nowrap !important;
  gap: 1rem;
}
@media (min-width: 600px) {
  .woocommerce .search-bar-row {
    flex-flow: row nowrap !important;
  }
}
.woocommerce h2 {
  color: #474747;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  /* 25.2px */
  text-transform: uppercase;
}
.woocommerce form.login {
  border: none !important;
  padding: 0px !important;
  margin: 0 !important;
  text-align: left !important;
  border-radius: 0 !important;
}
.woocommerce form .form-row:has(.woocommerce-form__label-for-checkbox) {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  align-items: flex-start;
}
.woocommerce form .form-row:has(.woocommerce-form__label-for-checkbox)::before {
  display: none;
}
.woocommerce form .form-row:has(.woocommerce-form__label-for-checkbox) .woocommerce-form__label-for-checkbox {
  font-size: 15px;
  text-transform: none;
}
.woocommerce form .form-row .woocommerce-form-login__submit {
  border-radius: 15px;
  border: 1px solid var(--wp--preset--color--darkgrey);
  background: transparent;
  display: flex;
  width: 100%;
  height: 58px;
  padding: 34px 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: var(--wp--preset--color--darkgrey);
  transition: all 275ms ease-in-out;
}
.woocommerce form .form-row .woocommerce-form-login__submit:hover {
  border: 1px solid var(--wp--preset--color--pink);
  background-color: var(--wp--preset--color--pink);
  color: #fff;
}
.woocommerce form .form-row label {
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.woocommerce form .form-row .input-text {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.woocommerce form .lost_password a {
  color: var(--wp--preset--color--darkgrey) !important;
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.woocommerce form .lost_password a:hover {
  color: var(--wp--preset--color--pink) !important;
}
.woocommerce .wp-block-search__input {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--wp--preset--color--medgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 13px 18px;
  border: none;
  height: 58px;
  min-width: 234px !important;
}
.woocommerce .wc-block-catalog-sorting {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: auto !important;
}
@media (min-width: 600px) {
  .woocommerce .wc-block-catalog-sorting {
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
.woocommerce .wc-block-price-filter {
  display: grid;
  width: 100%;
  grid-template-areas: "minmax" "slider";
  gap: 0rem;
  align-items: start;
}
.woocommerce .wc-block-price-filter .wc-block-price-filter__range-text {
  grid-area: minmax;
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
  color: var(--wp--preset--color--medgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0 !important;
}
.woocommerce .wc-block-price-filter .wc-block-price-filter__range-text::before {
  content: "Price ";
  color: var(--wp--preset--color--medgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-right: 1rem;
}
.woocommerce .wc-block-price-filter .wc-block-price-filter__range-text .wc-block-formatted-money-amount:last-of-type::before {
  content: " - ";
}
.woocommerce .wc-block-price-filter .wc-block-price-filter__range-input-wrapper {
  grid-area: slider;
  background: #ffffff !important;
}
.woocommerce .wc-block-price-filter .wc-block-price-filter__range-input-wrapper::before {
  background: #ffffff !important;
}
.woocommerce .wc-block-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-components-price-slider__range-input-progress {
  --range-color: #868A8D !important;
}
.woocommerce .wc-block-price-filter .wc-block-components-price-slider__actions {
  display: none;
}
.woocommerce .wc-block-components-product-image {
  border-radius: 15px;
  overflow: hidden;
}
.woocommerce .wc-block-components-product-image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce .posted_in {
  display: none !important;
}
.woocommerce .wp-block-woocommerce-product-image-gallery {
  max-width: 100% !important;
}
.woocommerce .product-grid {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .woocommerce .product-grid {
    flex-flow: row nowrap;
  }
}
.woocommerce .woocommerce-product-gallery {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-auto-rows: auto;
  gap: 22px;
  margin-bottom: 0 !important;
}
@media (min-width: 600px) {
  .woocommerce .woocommerce-product-gallery {
    gap: 22px;
  }
  .woocommerce .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    grid-template-columns: 1fr 80px;
  }
}
.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__image {
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
}
.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  left: 0.5em;
}
.woocommerce .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
}
@media (min-width: 600px) {
  .woocommerce .woocommerce-product-gallery .flex-control-thumbs {
    flex-flow: column nowrap;
  }
}
.woocommerce .woocommerce-product-gallery .flex-control-thumbs li img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 74px;
  max-height: 74px;
  min-height: 74px;
  min-width: 74px;
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
  background-color: white;
}
.woocommerce .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  border: 1px solid var(--wp--preset--color--pink) !important;
}
.woocommerce .variations_form {
  width: 100% !important;
}
.woocommerce .variations_form tbody {
  width: 100% !important;
  display: grid;
  grid-template-columns: max-content auto;
  grid-template-rows: auto;
  grid-auto-rows: auto;
  gap: 1rem;
}
.woocommerce .variations_form .variations {
  grid-column: 1/-1 !important;
  width: 100% !important;
}
.woocommerce .variations_form .variations tr {
  grid-column: 1/-1 !important;
  border-radius: 15px;
  border: 1px solid #FFF;
  width: 100% !important;
  height: 58px;
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: auto;
  grid-auto-rows: auto;
  gap: 1rem;
}
.woocommerce .variations_form .variations tr .label {
  padding-left: 30px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0px !important;
  margin-bottom: 0 !important;
  align-self: center;
}
@media (min-width: 600px) {
  .woocommerce .variations_form .variations tr .label {
    padding-right: 40px !important;
  }
}
.woocommerce .variations_form .variations tr .label label {
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.woocommerce .variations_form .variations tr .value {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  max-height: 58px;
  min-width: 150px;
}
.woocommerce .variations_form .variations tr .value select {
  height: 58px;
  border-radius: 15px;
  overflow: hidden;
  color: var(--wp--preset--color--medgrey);
  background-color: rgba(255, 255, 255, 0.7) !important;
  border: none;
  min-width: 150px;
  width: 100%;
  margin-right: 0 !important;
}
.woocommerce .variations_form .variations tr .value select option {
  color: var(--wp--preset--color--medgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.woocommerce .variations_form .single_variation_wrap {
  grid-column: 1/-1 !important;
  padding-top: 2rem;
}
.woocommerce .wp-block-woocommerce-add-to-cart-form .variations_button {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: min-content auto;
  grid-auto-rows: auto;
}
.woocommerce .wp-block-add-to-cart-form {
  width: 100% !important;
}
.woocommerce .quantity .qty {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.7);
  width: 93px;
  height: 58px;
  border: none;
}
.woocommerce .single_add_to_cart_button {
  border-radius: 15px;
  border: 1px solid var(--wp--preset--color--darkgrey);
  background: transparent;
  width: 100%;
  height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--wp--preset--color--darkgrey);
  text-align: center;
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: all 275ms ease-in-out;
}
.woocommerce .single_add_to_cart_button:not(.disabled):hover {
  background: var(--wp--preset--color--pink);
  color: #fff;
  border: 1px solid var(--wp--preset--color--pink);
}
.woocommerce .reset_variations {
  display: none !important;
}
.single-product .woocommerce .product-heading {
  gap: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 782px) {
  .single-product .woocommerce .product-heading {
    gap: 2rem;
    padding-bottom: 0;
  }
}
.single-product .woocommerce .woocommerce-Price-amount {
  white-space: nowrap;
}
.single-product .woocommerce .woocommerce-Price-amount * {
  line-height: 1 !important;
}
.single-product .woocommerce .woocommerce-Price-amount bdi {
  font-size: 30px;
}
.single-product .woocommerce .woocommerce-Price-amount bdi span {
  color: #000;
  text-align: right;
  font-family: var(--wp--preset--font-family--heading, sans-serif);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.single-product .woocommerce h1,
.single-product .woocommerce .has-h1-font-size,
.single-product .woocommerce .has-xxl-font-size {
  line-height: 1 !important;
}
.single-product .woocommerce h1 .line,
.single-product .woocommerce .has-h1-font-size .line,
.single-product .woocommerce .has-xxl-font-size .line {
  padding-left: 0;
  padding-right: 0;
}
.single-product .woocommerce .wc-block-components-product-price {
  line-height: 1 !important;
}
.single-product .woocommerce .wc-block-components-product-sku {
  padding-top: 10px;
}
.woocommerce .single_variation_wrap {
  padding-top: 0 !important;
}
.woocommerce .single_variation_wrap .woocommerce-variation.single_variation {
  margin-bottom: 0 !important;
}
.woocommerce .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-availability .stock {
  color: var(--wp--preset--color--pink);
  font-weight: 600;
}
.woocommerce .commentlist {
  padding-inline-start: 0 !important;
}
.woocommerce .comment-text {
  margin: 0 !important;
}
.woocommerce .comment-text p.meta {
  color: var(--wp--preset--color--medgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.woocommerce .comment-text .description {
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.woocommerce .related-title {
  font-family: var(--wp--preset--font-family--heading, sans-serif) !important;
  font-size: var(--wp--preset--font-size--h-1, 60px) !important;
  font-style: italic !important;
  font-weight: 300 !important;
  line-height: 105% !important;
  text-transform: uppercase !important;
}
.woocommerce .woocommerce-Reviews {
  padding-bottom: 2rem !important;
}
.woocommerce .woocommerce-Reviews .comment-reply-title {
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--heading, sans-serif);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 1rem;
}
.woocommerce .woocommerce-Reviews .comment-form-rating {
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.woocommerce .woocommerce-Reviews .comment-form-comment label {
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.woocommerce .woocommerce-Reviews .comment-form-comment textarea {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.7);
  border: none;
}
.woocommerce .woocommerce-Reviews .submit.wp-block-button__link {
  border-radius: 15px;
  border: 1px solid var(--wp--preset--color--darkgrey);
  background: transparent;
  height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--wp--preset--color--darkgrey);
  text-align: center;
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: all 275ms ease-in-out;
}
.woocommerce .woocommerce-Reviews .submit.wp-block-button__link:not(.disabled):hover {
  background: var(--wp--preset--color--pink);
  color: #fff;
  border: 1px solid var(--wp--preset--color--pink);
}
.woocommerce .woocommerce-breadcrumb {
  color: var(--wp--preset--color--medgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 3rem;
}
.woocommerce .wp-block-woocommerce-product-collection .add_to_cart_button {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 !important;
  background-color: transparent;
  border: none;
}
.woocommerce .wp-block-woocommerce-product-collection .add_to_cart_button::before {
  content: "Shop Now";
  visibility: visible;
  color: var(--wp--preset--color--medgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: color 275ms ease-in-out;
}
.woocommerce .wp-block-woocommerce-product-collection .add_to_cart_button::after {
  content: " ";
  visibility: visible;
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEzIiBmaWxsPSJub25lIj48cGF0aCBkPSJtLjgwOSAxMi4zNjkgNS41Ni01LjU4OS01LjU2LTUuNTg5IiBzdHJva2U9IiM1MjUyNTIiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+") no-repeat center center;
  background-size: contain;
  width: 5.56px;
  height: 11.698px;
  transition: all 275ms ease-in-out;
}
.woocommerce .wp-block-woocommerce-product-collection .add_to_cart_button span {
  display: none;
}
.woocommerce .wp-block-woocommerce-product-collection .add_to_cart_button:hover::before {
  color: var(--wp--preset--color--pink);
}
.woocommerce .wp-block-woocommerce-product-collection .add_to_cart_button:hover::after {
  content: " ";
  visibility: visible;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEzIiBmaWxsPSJub25lIj48cGF0aCBkPSJtLjgwOSAxMi4zNjkgNS41Ni01LjU4OS01LjU2LTUuNTg5IiBzdHJva2U9IiNFNjAwNzAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+") no-repeat center center;
  background-size: contain;
}

.woocommerce-cart .wc-block-components-shipping-calculator {
  white-space: wrap !important;
}
.woocommerce-cart .is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row,
.woocommerce-cart .is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row {
  border: none !important;
}
.woocommerce-cart .related-products-title {
  color: #fff;
  font-family: var(--wp--preset--font-family--heading, sans-serif);
  font-size: var(--wp--preset--font-size--h-1, 60px);
  font-style: italic;
  font-weight: 300 !important;
  line-height: 105%;
  /* 168px */
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block {
  padding-top: var(--section-padding);
}
.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block div:has(.cross-sells-product) {
  margin-left: var(--outer--padding) !important;
  margin-right: var(--outer--padding) !important;
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 3rem 1rem;
  margin-block-start: 0 !important;
  margin-top: calc(clamp(3.375rem, 10vw, 8.35rem) * -0.23) !important;
}
@media (min-width: 960px) {
  .woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block div:has(.cross-sells-product) {
    margin-left: var(--outer--padding) !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 600px) {
  .woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block div:has(.cross-sells-product) {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block div:has(.cross-sells-product) .cross-sells-product:nth-of-type(3) {
    display: none;
  }
}
@media (min-width: 782px) {
  .woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block div:has(.cross-sells-product) {
    margin-top: calc(clamp(3.375rem, 10vw, 8.35rem) * -0.25) !important;
  }
}
@media (min-width: 960px) {
  .woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block div:has(.cross-sells-product) {
    grid-template-columns: repeat(3, 1fr) !important;
    margin-top: calc(clamp(3.375rem, 10vw, 8.35rem) * -0.23) !important;
  }
  .woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block div:has(.cross-sells-product) .cross-sells-product:nth-of-type(3) {
    display: block;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block div:has(.cross-sells-product) .cross-sells-product {
  width: 100%;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new {
  padding-left: var(--outer--padding);
  padding-right: var(--outer--padding);
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .empty-cart-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-left: var(--outer--padding) !important;
  margin-right: var(--outer--padding) !important;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .new-store-wrapper {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .new-store-wrapper .wc-block-product-new {
  margin-top: calc(clamp(3.375rem, 10vw, 8.35rem) * -0.23) !important;
}
@media (min-width: 782px) {
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block .new-store-wrapper .wc-block-product-new {
    margin-top: calc(clamp(3.375rem, 10vw, 8.35rem) * -0.25) !important;
  }
}
@media (min-width: 960px) {
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block .new-store-wrapper .wc-block-product-new {
    margin-top: calc(clamp(3.375rem, 10vw, 8.35rem) * -0.23) !important;
  }
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .new-store-wrapper .wc-block-grid__products {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 3rem 1rem;
  margin-block-start: 0 !important;
}
@media (min-width: 600px) {
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block .new-store-wrapper .wc-block-grid__products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block .new-store-wrapper .wc-block-grid__products li:nth-of-type(3) {
    display: none;
  }
}
@media (min-width: 960px) {
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block .new-store-wrapper .wc-block-grid__products {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block .new-store-wrapper .wc-block-grid__products li:nth-of-type(3) {
    display: flex;
  }
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .new-store-wrapper .wc-block-grid__products li {
  width: 100%;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .new-store-wrapper .wc-block-grid__products .wc-block-grid__product {
  width: 100%;
  max-width: 100%;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .new-store-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image {
  width: 100%;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-left: 0 !important;
  text-align: left !important;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .with-empty-cart-icon::before {
  background-color: var(--wp--preset--color--darkgrey);
  content: "";
  display: block;
  height: 30px;
  margin: 0;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDMwIDMwIj48cGF0aCBmaWxsPSIjNTI1MjUyIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMCAwSDB2MjkuMjY4aDI3YTMgMyAwIDAgMCAzLTNWMFptLTIuMTk1IDcuMzE3SDIuMTk1djE5Ljc1NmgyNS42MVY3LjMxN1oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") !important;
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDMwIDMwIj48cGF0aCBmaWxsPSIjNTI1MjUyIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMCAwSDB2MjkuMjY4aDI3YTMgMyAwIDAgMCAzLTNWMFptLTIuMTk1IDcuMzE3SDIuMTk1djE5Ljc1NmgyNS42MVY3LjMxN1oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") !important;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 30px;
          mask-size: 30px;
  width: 36px;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .new-in-store {
  color: #fff;
  font-family: var(--wp--preset--font-family--heading, sans-serif);
  font-size: var(--wp--preset--font-size--h-1, 60px);
  font-style: italic;
  font-weight: 300;
  line-height: 105%;
  /* 168px */
  text-transform: uppercase;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart {
  text-align: left;
  margin-left: 0;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .add_to_cart_button {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 2rem !important;
  background-color: white;
  border: none;
  transition: all 275ms ease-in-out;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .add_to_cart_button:hover {
  background-color: var(--wp--preset--color--pink);
  color: #fff;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-link {
  text-align: left;
  margin-left: 0;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image {
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  text-align: left;
  margin-left: 0;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
  color: #000;
  font-family: var(--wp--preset--font-family--heading, sans-serif);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  /* 31.5px */
  text-transform: uppercase;
  text-align: left;
  margin-left: 0;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price {
  color: var(--wp--preset--color--medgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-left: 0;
}
.woocommerce-cart .wc-block-components-sidebar-layout.wp-block-woocommerce-filled-cart-block {
  display: flex;
  flex-flow: column nowrap !important;
}
@media (min-width: 960px) {
  .woocommerce-cart .wc-block-components-sidebar-layout.wp-block-woocommerce-filled-cart-block {
    flex-flow: row nowrap !important;
  }
}
.woocommerce-cart .wc-block-components-sidebar-layout.wp-block-woocommerce-filled-cart-block .wc-block-components-main {
  padding-right: 0;
  width: 100%;
}
@media (min-width: 960px) {
  .woocommerce-cart .wc-block-components-sidebar-layout.wp-block-woocommerce-filled-cart-block .wc-block-components-main {
    padding-right: 10px;
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .woocommerce-cart .wc-block-components-sidebar-layout.wp-block-woocommerce-filled-cart-block .wc-block-components-main {
    width: 65%;
  }
}
.woocommerce-cart .wc-block-components-sidebar-layout.wp-block-woocommerce-filled-cart-block .wc-block-components-sidebar {
  width: 100%;
}
@media (min-width: 960px) {
  .woocommerce-cart .wc-block-components-sidebar-layout.wp-block-woocommerce-filled-cart-block .wc-block-components-sidebar {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .woocommerce-cart .wc-block-components-sidebar-layout.wp-block-woocommerce-filled-cart-block .wc-block-components-sidebar {
    width: 35%;
  }
}
.woocommerce-cart .wc-block-cart-items {
  border-bottom: 1px solid #fff !important;
  margin-left: var(--outer--padding) !important;
  width: calc(100% - var(--outer--padding) - var(--outer--padding)) !important;
}
@media (min-width: 960px) {
  .woocommerce-cart .wc-block-cart-items {
    width: calc(100% - var(--outer--padding)) !important;
  }
}
.woocommerce-cart .wc-block-cart-items td {
  border-top: 1px solid #fff !important;
  padding: 24px 0 24px 0px !important;
  width: auto !important;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__header {
  border-color: #fff !important;
  display: none;
}
@media (min-width: 600px) {
  .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__header {
    display: revert !important;
  }
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
  visibility: hidden;
  width: unset !important;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
  visibility: visible !important;
  margin-bottom: 0 !important;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product::before {
  content: "QUANTITY";
  display: block;
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product span {
  display: none;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
  width: unset !important;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total::before {
  content: "PRICE";
  display: block;
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total span {
  display: none;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row {
  display: revert !important;
  width: 100% !important;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
  width: 84px !important;
}
@media (min-width: 1200px) {
  .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    width: 144px !important;
  }
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  min-width: 84px;
  max-width: 84px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
@media (min-width: 1200px) {
  .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    min-width: 144px;
    max-width: 144px;
  }
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
  vertical-align: middle !important;
  margin-bottom: 0 !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
@media (min-width: 782px) {
  .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    grid-column: unset;
    grid-row: unset;
  }
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  grid-template-areas: "name" "meta" "price" "components " "remove" "qty";
}
@media (min-width: 600px) {
  .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap {
    grid-template-columns: 1fr auto;
    grid-template-areas: "name qty" "meta qty" "price qty" "components qty" "remove qty";
  }
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-name {
  grid-area: name;
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0 !important;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-badge {
  grid-area: components;
  color: var(--wp--preset--color--pink);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  background-color: transparent;
  border: none;
  padding: 0 !important;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices {
  grid-area: price;
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: none;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata {
  grid-area: meta;
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata .wc-block-components-product-metadata__description {
  display: none;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
  grid-area: qty;
  justify-self: flex-start;
  align-self: center;
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0 !important;
  margin-top: 1rem !important;
}
@media (min-width: 782px) {
  .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
    justify-self: center;
    margin-top: 0 !important;
  }
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  margin-bottom: 0 !important;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.7);
  height: 58px;
  width: 93px;
  display: grid;
  grid-template-areas: "qty plus" "qty minus";
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr 1fr;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector::after {
  border: none !important;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus {
  width: 40px !important;
  grid-area: minus;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBkPSJtMSAxIDUuNTg5IDUuNTZMMTIuMTc4IDEiIHN0cm9rZT0iIzUyNTI1MiIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48L3N2Zz4=") no-repeat center 8px;
  background-size: 11.69px 5.56px;
  color: transparent;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus:disabled {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBkPSJtMSAxIDUuNTg5IDUuNTZMMTIuMTc4IDEiIHN0cm9rZT0iIzg2OEE4RCIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48L3N2Zz4=") no-repeat center 8px;
  background-size: 11.69px 5.56px;
  cursor: not-allowed;
  opacity: 0.3;
  color: transparent;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus:enabled:hover {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBkPSJtMSAxIDUuNTg5IDUuNTZMMTIuMTc4IDEiIHN0cm9rZT0iI0U2MDA3MCIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48L3N2Zz4=") no-repeat center 8px;
  background-size: 11.69px 5.56px;
  color: transparent;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus {
  width: 40px !important;
  grid-area: plus;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBkPSJtMSAxIDUuNTg5IDUuNTZMMTIuMTc4IDEiIHN0cm9rZT0iIzUyNTI1MiIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48L3N2Zz4=") no-repeat center 8px;
  background-size: 11.69px 5.56px;
  transform: rotate(180deg);
  color: transparent;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus:disabled {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBkPSJtMSAxIDUuNTg5IDUuNTZMMTIuMTc4IDEiIHN0cm9rZT0iIzg2OEE4RCIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48L3N2Zz4=") no-repeat center 8px;
  background-size: 11.69px 5.56px;
  transform: rotate(180deg);
  opacity: 0.3;
  cursor: not-allowed;
  color: transparent;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus:enabled:hover {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBkPSJtMSAxIDUuNTg5IDUuNTZMMTIuMTc4IDEiIHN0cm9rZT0iI0U2MDA3MCIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48L3N2Zz4=") no-repeat center 8px;
  background-size: 11.69px 5.56px;
  transform: rotate(180deg);
  color: transparent;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
  grid-area: qty;
  border: none;
  background: transparent;
  color: var(--wp--preset--color--medgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  padding: 0 !important;
  padding-left: 18px !important;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__remove-link {
  grid-area: remove;
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  background: transparent;
  border: none;
  transition: all 275ms ease-in-out;
  text-decoration: none;
  padding: 0 !important;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__remove-link::before {
  content: "✕";
  display: block;
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 275ms ease-in-out;
  text-decoration: none;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__remove-link:hover {
  color: var(--wp--preset--color--pink);
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__remove-link:hover::before {
  color: var(--wp--preset--color--pink);
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
  vertical-align: middle !important;
}
.woocommerce-cart .wp-block-woocommerce-cart-totals-block {
  height: -moz-max-content;
  height: max-content;
  display: block;
  position: sticky;
  top: 10rem;
  padding-left: var(--outer--padding) !important;
  padding-top: 3rem !important;
}
@media (min-width: 960px) {
  .woocommerce-cart .wp-block-woocommerce-cart-totals-block {
    padding-left: 3rem !important;
    padding-top: 0rem !important;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-button {
  display: flex;
  width: 100%;
  height: 58px;
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 15px;
  border: 1px solid var(--wp--preset--color--darkgrey);
  background: transparent;
  color: var(--wp--preset--color--darkgrey);
  text-align: center;
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  box-shadow: none !important;
  transition: all 275ms ease-in-out;
}
.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-button:hover {
  border: 1px solid var(--wp--preset--color--pink);
  background-color: var(--wp--preset--color--pink);
  color: #fff;
}
.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #fff;
  padding: 2rem 1rem;
}
@media (min-width: 600px) {
  .woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block {
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block {
    padding: 3rem;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__payment-options {
  background: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 600px) {
  .woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__payment-options {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__payment-options {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__submit {
  background: #fff;
  margin-block-start: -25px !important;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media (min-width: 600px) {
  .woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__submit {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__submit {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.woocommerce-cart .cross-sells-product .wp-block-cart-cross-sells-product__product-image {
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 1/1;
}
.woocommerce-cart .cross-sells-product .wp-block-cart-cross-sells-product__product-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.woocommerce-cart .cross-sells-product .wp-block-cart-cross-sells-product__product-image a img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  width: 100% !important;
  height: 100% !important;
}
.woocommerce-cart .cross-sells-product .wc-block-components-product-title {
  text-align: left !important;
}
.woocommerce-cart .cross-sells-product .wc-block-components-product-name {
  color: #000;
  font-family: var(--wp--preset--font-family--heading, sans-serif);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  /* 31.5px */
  text-transform: uppercase;
  text-align: left !important;
}
.woocommerce-cart .cross-sells-product .wp-block-cart-cross-sells-product__product-rating {
  display: none;
}
.woocommerce-cart .cross-sells-product .wp-block-cart-cross-sells-product__product-price {
  color: var(--wp--preset--color--medgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left !important;
}
.woocommerce-cart .wc-block-components-product-button {
  align-items: flex-start;
}
.woocommerce-cart .wc-block-components-product-button .wp-block-button__link {
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.woocommerce-cart .wc-block-components-product-button .wp-block-button__link:hover {
  color: var(--wp--preset--color--pink);
}

.woocommerce-account .woocommerce-ResetPassword .form-row-first {
  width: 100% !important;
  float: none !important;
}
.woocommerce-account .wp-block-spacer {
  height: 164px !important;
}
@media (min-width: 960px) {
  .woocommerce-account .wp-block-spacer {
    height: 75px !important;
  }
}
.woocommerce-account .wp-element-button {
  border-radius: 15px;
  border: 1px solid var(--wp--preset--color--darkgrey);
  background: transparent;
  width: 100%;
  height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--wp--preset--color--darkgrey);
  text-align: center;
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: all 275ms ease-in-out;
}
.woocommerce-account .wp-element-button:not(.disabled):hover {
  background: var(--wp--preset--color--pink);
  color: #fff;
  border: 1px solid var(--wp--preset--color--pink);
}
.woocommerce-account .select2-container {
  width: 100% !important;
}
.woocommerce-account .select2-container .select2-selection {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  color: var(--wp--preset--color--medgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 17px 18px;
  height: 58px;
}
.woocommerce-account .select2-container .select2-selection__rendered {
  padding: 0 40px 0 0 !important;
}
.woocommerce-account .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce-account .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--wp--preset--color--pink);
}
.woocommerce-account .woocommerce-page form .form-row .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
}
.woocommerce-account .woocommerce-Address .edit {
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: all 275ms ease-in-out;
  border-radius: 15px;
  border: 1px solid var(--Dark-Grey, #525252);
  background: rgba(255, 255, 255, 0);
  display: flex !important;
  width: -moz-max-content;
  width: max-content;
  height: 58px;
  padding: 0 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  float: none !important;
}
.woocommerce-account .woocommerce-Address .edit:hover {
  color: #fff;
  background: var(--wp--preset--color--pink);
  border: 1px solid var(--wp--preset--color--pink);
}
.woocommerce-account legend {
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--heading, sans-serif);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a {
  color: var(--wp--preset--color--pink) !important;
  text-decoration: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a::after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEzIiBmaWxsPSJub25lIj48cGF0aCBkPSJtLjgwOSAxMi4zNjkgNS41Ni01LjU4OS01LjU2LTUuNTg5IiBzdHJva2U9IiNFNjAwNzAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+") no-repeat center center;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a {
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none !important;
  transition: color 275ms ease-in-out;
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  align-items: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a::after {
  content: " ";
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEzIiBmaWxsPSJub25lIj48cGF0aCBkPSJtLjgwOSAxMi4zNjkgNS41Ni01LjU4OS01LjU2LTUuNTg5IiBzdHJva2U9IiM1MjUyNTIiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+") no-repeat center center;
  background-size: contain;
  width: 8px;
  height: 13px;
  transition: all 275ms ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a:hover {
  color: var(--wp--preset--color--pink);
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a:hover::after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEzIiBmaWxsPSJub25lIj48cGF0aCBkPSJtLjgwOSAxMi4zNjkgNS41Ni01LjU4OS01LjU2LTUuNTg5IiBzdHJva2U9IiNFNjAwNzAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+") no-repeat center center;
}
.woocommerce-account .woocommerce-Button {
  border-radius: 15px;
  border: 1px solid var(--wp--preset--color--darkgrey);
  background: transparent;
  width: 100%;
  height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--wp--preset--color--darkgrey);
  text-align: center;
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: all 275ms ease-in-out;
}
.woocommerce-account .woocommerce-Button:not(.disabled):hover {
  background: var(--wp--preset--color--pink);
  color: #fff;
  border: 1px solid var(--wp--preset--color--pink);
}

.woocommerce-checkout .wc-block-components-text-input label {
  top: 1.8rem;
}
.woocommerce-checkout .wc-block-components-address-form__address_2-toggle {
  text-decoration: none !important;
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 275ms ease-in-out;
}
.woocommerce-checkout .wc-block-components-address-form__address_2-toggle:hover {
  color: var(--wp--preset--color--pink);
}
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__container {
  background: transparent !important;
}
.woocommerce-checkout .wc-block-components-text-input input[type=email],
.woocommerce-checkout .wc-block-components-text-input input[type=number],
.woocommerce-checkout .wc-block-components-text-input input[type=password],
.woocommerce-checkout .wc-block-components-text-input input[type=tel],
.woocommerce-checkout .wc-block-components-text-input input[type=text],
.woocommerce-checkout .wc-block-components-text-input input[type=url],
.woocommerce-checkout select,
.woocommerce-checkout .wc-block-components-textarea {
  border-radius: 15px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  border: none !important;
  min-height: 58px !important;
}
.woocommerce-checkout .wc-block-components-address-card__edit {
  text-decoration: none !important;
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 275ms ease-in-out;
}
.woocommerce-checkout .wc-block-components-address-card__edit:hover {
  color: var(--wp--preset--color--pink);
}
.woocommerce-checkout .wc-block-components-button {
  border-radius: 15px;
  border: 1px solid var(--wp--preset--color--darkgrey);
  background: transparent;
  width: 100%;
  height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--wp--preset--color--darkgrey);
  text-align: center;
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: all 275ms ease-in-out;
}
.woocommerce-checkout .wc-block-components-button:not(.disabled):hover {
  background: var(--wp--preset--color--pink);
  color: #fff;
  border: 1px solid var(--wp--preset--color--pink);
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 15px;
  background: #FFF;
  border: none;
  padding: 1rem;
}
@media (min-width: 782px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    padding: 3rem;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title-text {
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--heading, sans-serif);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  /* 31.5px */
  text-transform: uppercase;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__quantity {
  background: var(--wp--preset--color--pink);
  color: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__image {
  width: 74px;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__image img {
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  width: 74px;
  max-width: 74px;
  height: auto;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-formatted-money-amount {
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__individual-prices,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata__description {
  display: none;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-badge {
  color: var(--wp--preset--color--pink);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  background-color: transparent;
  border: none;
  padding: 0 !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon__input input[type=text] {
  border-radius: 15px !important;
  border: 1px solid var(--wp--preset--color--darkgrey) !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon__input.is-active label {
  top: 0 !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon__input.is-active input[type=text] {
  padding-top: 1rem !important;
}
.woocommerce-checkout .wc-block-checkout {
  display: flex !important;
  flex-flow: column nowrap !important;
}
@media (min-width: 960px) {
  .woocommerce-checkout .wc-block-checkout {
    flex-flow: row nowrap !important;
  }
}
.woocommerce-checkout .wc-block-checkout .wc-block-checkout__main {
  width: 100% !important;
  padding-right: 0;
}
@media (min-width: 960px) {
  .woocommerce-checkout .wc-block-checkout .wc-block-checkout__main {
    width: 50% !important;
    padding-right: 4.5283018868%;
  }
}
@media (min-width: 1200px) {
  .woocommerce-checkout .wc-block-checkout .wc-block-checkout__main {
    width: 65% !important;
  }
}
.woocommerce-checkout .wc-block-checkout .wc-block-checkout__sidebar {
  width: 100% !important;
  padding-left: 0;
  padding-top: 3rem !important;
}
@media (min-width: 960px) {
  .woocommerce-checkout .wc-block-checkout .wc-block-checkout__sidebar {
    width: 50% !important;
    padding-top: 0 !important;
    padding-left: 2.2641509434%;
  }
}
@media (min-width: 1200px) {
  .woocommerce-checkout .wc-block-checkout .wc-block-checkout__sidebar {
    width: 35% !important;
  }
}
.woocommerce-checkout .wc-block-checkout .wc-block-checkout__sidebar:not(.is-large) {
  padding-top: 0 !important;
}
.woocommerce-checkout .wc-block-checkout .checkout-order-summary-block-fill-wrapper {
  margin-top: 5rem !important;
}

@media (max-width: 959.98px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
    float: none;
  }
}

.is-padded-right {
  padding-right: var(--outer--padding) !important;
}

.is-padded-left {
  padding-left: var(--outer--padding) !important;
}

.is-margin-right {
  padding-right: var(--outer--padding) !important;
}

.is-margin-left {
  padding-left: var(--outer--padding) !important;
}

.is-padded-horizontal {
  padding-left: var(--outer--padding) !important;
  padding-right: var(--outer--padding) !important;
}

.wp-block-query-pagination {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px 0px;
  gap: 20px;
  width: 100%;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  color: var(--wp--preset--color--pink);
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover {
  color: var(--wp--preset--color--pink);
}
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEzIiBmaWxsPSJub25lIj48cGF0aCBkPSJtLjgwOSAxMi4zNjkgNS41Ni01LjU4OS01LjU2LTUuNTg5IiBzdHJva2U9IiM1MjUyNTIiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+") no-repeat center center;
  background-size: contain;
  width: 8px;
  height: 13px;
  padding: 3px 8px;
  transition: all 275ms ease-in-out;
}
.wp-block-query-pagination .wp-block-query-pagination-next:hover,
.wp-block-query-pagination .wp-block-query-pagination-previous:hover {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEzIiBmaWxsPSJub25lIj48cGF0aCBkPSJtLjgwOSAxMi4zNjkgNS41Ni01LjU4OS01LjU2LTUuNTg5IiBzdHJva2U9IiNFNjAwNzAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+") no-repeat center center;
}
.wp-block-query-pagination .wp-block-query-pagination-next .is-arrow-chevron,
.wp-block-query-pagination .wp-block-query-pagination-previous .is-arrow-chevron {
  display: none;
}
.wp-block-query-pagination .wp-block-query-pagination-previous {
  transform: rotate(180deg);
}

.product-spacer {
  display: block;
  width: 100%;
  min-height: calc(10rem + 2.5rem);
  height: calc(10rem + 2.5rem);
}
@media (max-width: 413.98px) {
  .product-spacer {
    min-height: calc(10rem + 4.5rem);
    height: calc(10rem + 4.5rem);
  }
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--wp--preset--color--pink);
  color: #fff;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: var(--wp--preset--color--pink);
  color: #fff;
  opacity: 0.8;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 58px;
}

.is-padded-bottom {
  padding-bottom: var(--section-padding) !important;
}

.no-padded-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.schedule-wrapper {
  padding: 1rem 0.5rem;
}
@media (min-width: 960px) {
  .schedule-wrapper {
    padding: 1rem;
  }
}

.privacy-policy h2 {
  font-size: var(--wp--preset--font-size--h-3, 40px) !important;
}

.select2-container {
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  width: calc(100% - var(--outer--padding) - var(--outer--padding)) !important;
}
@media (min-width: 600px) {
  .select2-container {
    width: -moz-max-content !important;
    width: max-content !important;
  }
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  background: #fff;
  border: none;
}

.select2-container--flat .select2-container--focus .select2-selection--multiple {
  border: none;
}
.select2-container--flat .select2-results__option--highlighted[aria-selected] {
  background: #fff;
  color: #000;
}
.select2-container--flat .select2-results__option[aria-selected=true] {
  background: #fff;
  color: #000;
  opacity: 0.8;
}
.select2-container--flat .select2-selection--single {
  border-radius: 0px;
}
.select2-container--flat.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.select2-container .select2-choice {
  border: none;
  height: 45px;
  border-radius: 0px;
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 14px;
  text-indent: 1px;
  box-shadow: none;
  background-image: none;
}
.select2-container .select2-choice div {
  border-left: none;
  border-radius: 0;
}
.select2-container .select2-choice .select2-arrow {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  background-image: none;
}
.select2-container *:focus {
  outline: 0px;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: transparent;
  border-radius: 0px;
}

.select2-drop {
  margin-top: -2px;
  border: none;
  border-top: 0;
  border-radius: 0px !important;
  border-radius: 0 0 6px 6px;
  box-shadow: none;
}
.select2-drop.select2-drop-above {
  margin-top: 2px;
  border-top: none;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  box-shadow: none;
}

.select2-search {
  margin-top: 3px;
}
.select2-search input {
  height: 26px;
  border: none;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: none;
  outline: none;
  box-shadow: none;
}

.select2-dropdown-open .select2-choice {
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open .select2-choice .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-results {
  padding: 0 0 0 0px;
  margin: 4px 0px 0px 0;
}
.select2-results .select2-highlighted {
  background: #fff;
  color: #fff;
  border-radius: 0;
}

.select2-container-multi .select2-choices {
  height: auto !important;
  border: none;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.select2-container--flat .select2-selection--single {
  background: transparent;
  border: 0px;
  min-height: 58px;
  border-radius: 15px;
  border: 1px solid #FFF;
}
.select2-container--flat .select2-selection--single .select2-selection__rendered {
  color: var(--wp--preset--color--darkgrey);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 40px;
}
.select2-container--flat .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 15px;
  right: 16px;
  width: 20px;
}
.select2-container--flat .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  top: 60%;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  width: 0;
}
.select2-container--flat .select2-selection--single .select2-selection__placeholder {
  color: #000;
}
.select2-container--flat .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/*
*   Page specific styles
*
*   1. Home
*
*
 */
/* Hacky Microsoft Internet Explorer 11 Overrides */
/*# sourceMappingURL=studiothink.css.map */
