/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Open Sans, sans-serif;
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

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

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

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.m-8 {
  margin: 2rem;
}

.m-0 {
  margin: 0;
}

.my-3 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-2 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-3 {
  margin-left: 0.875rem;
}

.ml-2 {
  margin-left: 0.75rem;
}

.mb-40 {
  margin-bottom: 6.5rem;
}

.mb-6 {
  margin-bottom: 1.71rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-5 {
  margin-bottom: 1.288rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.5rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-full {
  width: 100%;
}

.w-16 {
  width: 3.75rem;
}

.max-w-sm {
  max-width: 24rem;
}

.flex-grow {
  flex-grow: 1;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(192 93 40 / var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(192 93 40 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-16 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.pt-5 {
  padding-top: 1.288rem;
}

.text-center {
  text-align: center;
}

.text-5xl {
  font-size: 3.5rem;
}

.text-2xl {
  font-size: 1.563rem;
}

.text-sm {
  font-size: 0.857rem;
}

.font-light {
  font-weight: 300;
}

.font-bold {
  font-weight: 700;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(192 93 40 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(141 25 28 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.75rem auto;
  display: block;
}

@media (min-width: 640px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.75rem;
  }

  .alignleft:not(.wp-block-button) {
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.75rem;
  }

  .alignright:not(.wp-block-button) {
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
  }

  .wp-block-button.alignleft a {
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
  }

  .wp-block-button.alignright a {
    margin-left: 1rem;
  }
}

.wp-caption {
  display: inline-block;
}

.wp-caption img {
  margin-bottom: 0.75rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0;
  color: #4b5563;
}

html {
  font-size: 16px;
}

body {
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(138 124 115 / var(--tw-text-opacity));
}

.header--main {
    --tw-bg-opacity: 1;
    background-color: rgb(236 228 220 / var(--tw-bg-opacity));
  }

.header--main {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

@media (min-width: 1024px) {
      .header--main__row {
        display: flex;
      }
    }

@media (min-width: 1024px) {
      .header--main__row {
        align-items: center;
      }
    }

@media (min-width: 1024px) {
      .header--main__row {
        justify-content: space-between;
      }
    }

.header--main__content {
      display: flex;
    }

.header--main__content {
      width: 100%;
    }

.header--main__content {
      align-items: center;
    }

.header--main__content {
      justify-content: space-between;
    }

.header--main__content {
      padding-left: 1.71rem;
      padding-right: 1.71rem;
    }

@media (min-width: 1024px) {
      .header--main__content {
        padding-left: 0;
        padding-right: 0;
      }
    }

.footer--main {
    --tw-bg-opacity: 1;
    background-color: rgb(218 215 212 / var(--tw-bg-opacity));
  }

.footer--main {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

@media (min-width: 1024px) {
    .footer--main {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem;
    }
  }

.footer--main__row {
      display: flex;
    }

.footer--main__row {
      flex-direction: column;
    }

.footer--main__row {
      flex-wrap: wrap;
    }

@media (min-width: 768px) {
      .footer--main__row {
        flex-direction: row;
      }
    }

.footer--main__col {
      margin-bottom: 1.71rem;
    }

.footer--main__col {
      width: 100%;
    }

@media (min-width: 640px) {
      .footer--main__col {
        width: 50%;
      }
    }

@media (min-width: 768px) {
      .footer--main__col {
        width: 33.333333%;
      }
    }

@media (min-width: 1024px) {
      .footer--main__col {
        width: 25%;
      }
    }

.footer--payment {
  }

.footer--copy {
    text-align: center;
  }

.menu--primary {
    display: flex;
  }

.menu--primary {
    flex-direction: row;
  }

.menu--primary__li {
      margin-left: 0.75rem;
    }

@media (min-width: 1024px) {
      .menu--primary__li {
        margin-left: 2.5rem;
      }
    }

.menu--primary__li a {
        display: flex;
      }

.menu--primary__li a {
        flex-direction: row-reverse;
      }

.menu--primary__li a {
        --tw-text-opacity: 1;
        color: rgb(138 124 115 / var(--tw-text-opacity));
      }

.menu--primary__li a {
        font-size: 0px;
      }

@media (min-width: 768px) {

.menu--primary__li a {
          font-size: 15px
      }
        }

.menu--primary__icon {
      margin-right: 0.5rem;
    }

.menu--footer__li {
      margin-bottom: 1.288rem;
    }

@media (min-width: 1024px) {
      .menu--footer__li {
        margin-bottom: 1.71rem;
      }
    }

.menu--footer__li a:hover {
        -webkit-text-decoration-line: underline;
                text-decoration-line: underline;
      }

.home-categories {
    position: relative;
  }

.home-categories {
    width: 100%;
  }

.home-categories {
    overflow: hidden;
  }

.home-categories {
    padding-bottom: 7rem;
  }

.home-categories:after {
      position: absolute;
    }

.home-categories:after {
      bottom: 0;
    }

.home-categories:after {
      left: 50%;
    }

.home-categories:after {
      margin-left: auto;
      margin-right: auto;
    }

.home-categories:after {
      display: block;
    }

.home-categories:after {
      --tw-bg-opacity: 1;
      background-color: rgb(236 228 220 / var(--tw-bg-opacity));
    }

.home-categories:after {
      height: 400px;
      width: 125vw;
      transform: rotate(5deg) translateX(-50%) translateY(80%);
      content: "";
    }

.home-about, .home-features {
    --tw-bg-opacity: 1;
    background-color: rgb(236 228 220 / var(--tw-bg-opacity));
  }

.home-about {
    padding-bottom: 1.288rem;
  }

@media (min-width: 768px) {
    .home-about {
      padding-bottom: 7.5rem;
    }
  }

@media (min-width: 768px) {

.home-features {
      padding-bottom: 200px
  }
    }

.home-contact {
    position: relative;
  }

.home-contact {
    margin-bottom: 1rem;
  }

.home-contact {
    width: 100%;
  }

.home-contact {
    overflow: hidden;
  }

@media (min-width: 768px) {
    .home-contact {
      padding-bottom: 3.75rem;
    }
  }

.home-contact {
    padding-top: 256px;
  }

.home-contact:before {
      position: absolute;
    }

.home-contact:before {
      top: 0;
    }

.home-contact:before {
      left: 50%;
    }

.home-contact:before {
      z-index: 10;
    }

.home-contact:before {
      margin-left: auto;
      margin-right: auto;
    }

.home-contact:before {
      display: block;
    }

.home-contact:before {
      --tw-bg-opacity: 1;
      background-color: rgb(236 228 220 / var(--tw-bg-opacity));
    }

.home-contact:before {
      height: 400px;
      width: 125vw;
      transform: rotate(5deg) translateX(-50%) translateY(-50%);
      content: "";
    }

@font-face {
  font-family: "icon-pima";

  src: url("../fonts/icon-pima.eot?59810154");

  src: url("../fonts/icon-pima.eot?59810154#iefix") format("embedded-opentype"), url("../fonts/icon-pima.woff2?59810154") format("woff2"), url("../fonts/icon-pima.woff?59810154") format("woff"), url("../fonts/icon-pima.ttf?59810154") format("truetype"), url("../fonts/icon-pima.svg?59810154#icon-pima") format("svg");

  font-weight: normal;

  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icon-pima';
    src: url('../fonts/icon-pima.svg?59810154#icon-pima') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icon-pima";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  //margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  //margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-left:before {
  content: "\e800";
}

/* '' */

.icon-right:before {
  content: "\e801";
}

/* '' */

.icon-angle-left:before {
  content: "\e802";
}

/* '' */

.icon-angle-right:before {
  content: "\e803";
}

/* '' */

.icon-medail:before {
  content: "\e804";
}

/* '' */

.icon-flower:before {
  content: "\e805";
}

/* '' */

.icon-heart-:before {
  content: "\e806";
}

/* '' */

.icon-mail:before {
  content: "\e807";
}

/* '' */

.icon-search:before {
  content: "\e808";
}

/* '' */

.icon-facebook:before {
  content: "\f09a";
}

/* '' */

.icon-angle-left-1:before {
  content: "\f104";
}

/* '' */

.icon-angle-right-1:before {
  content: "\f105";
}

/* '' */

.icon-angle-up:before {
  content: "\f106";
}

/* '' */

.icon-angle-down:before {
  content: "\f107";
}

/* '' */

.icon-instagram:before {
  content: "\f16d";
}

/* '' */

.icon-whatsapp:before {
  content: "\f232";
}

/* '' */

.icon-amazon:before {
  content: "\f270";
}

/* '' */

.owl-theme .owl-nav {
      margin-top: 0 !important;
    }

.owl-dots .owl-dot {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

.owl-dots .owl-dot {
    line-height: 1;
  }

.owl-dots .owl-dot span {
      position: relative;
    }

.owl-dots .owl-dot span {
      display: inline-block;
    }

.owl-dots .owl-dot span {
      cursor: pointer;
    }

.owl-dots .owl-dot span {
      border-radius: 9999px;
    }

.owl-dots .owl-dot span {
      border-width: 2px;
    }

.owl-dots .owl-dot span {
      --tw-border-opacity: 1;
      border-color: rgb(255 255 255 / var(--tw-border-opacity));
    }

.owl-dots .owl-dot span {
      margin: 0 !important;
    }

.owl-dots .owl-dot span {
      background-color: transparent !important;
    }

.owl-dots .owl-dot span {
      width: 20px !important;
      height: 20px !important;
    }

.owl-dots .owl-dot span:after {
        position: absolute;
      }

.owl-dots .owl-dot span:after {
        border-radius: 9999px;
      }

.owl-dots .owl-dot span:after {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      }

.owl-dots .owl-dot span:after {
        opacity: 0;
      }

.owl-dots .owl-dot span:after {
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0, 0);
        width: 8px;
        height: 8px;
        transition: 300ms;
      }

.owl-dots .owl-dot:hover span:after, .owl-dots .owl-dot.active span:after {
          opacity: 1;
        }

.owl-dots .owl-dot:hover span:after, .owl-dots .owl-dot.active span:after {
          transform: translate(-50%, -50%) scale(1, 1);
        }

.owl-slide-animated {
  visibility: hidden;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.05s;
}

.owl-slide-animated.is-transitioned {
    visibility: visible;
  }

.owl-slide-animated.is-transitioned {
    transform: none;
  }

.owl-slide-animated.is-transitioned {
    opacity: 1;
  }

.owl-slide-animated.is-transitioned {
    transition: all 0.5s;
  }

.carousel--main {
    overflow: hidden;
  }

.carousel--main__slide {
      position: relative;
    }

.carousel--main__slide {
      background-size: cover;
    }

.carousel--main__slide {
      background-repeat: no-repeat;
    }

.carousel--main__slide {
      padding-left: 1.71rem;
      padding-right: 1.71rem;
    }

@media (min-width: 1024px) {
      .carousel--main__slide {
        padding-left: 6.5rem;
        padding-right: 6.5rem;
      }
    }

.carousel--main .owl-nav {
        position: absolute !important;
      }

.carousel--main .owl-nav {
        left: 0 !important;
        right: 0 !important;
      }

.carousel--main .owl-nav {
        top: 50% !important;
      }

.carousel--main .owl-nav {
        margin-top: 0 !important;
      }

.carousel--main .owl-prev, .carousel--main .owl-next {
        position: absolute;
      }

.carousel--main .owl-prev, .carousel--main .owl-next {
        top: 0;
      }

.carousel--main .owl-prev, .carousel--main .owl-next {
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

.carousel--main .owl-prev, .carousel--main .owl-next {
        margin-bottom: 0 !important;
      }

.carousel--main .owl-prev, .carousel--main .owl-next {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(138 124 115 / var(--tw-bg-opacity)) !important;
      }

.carousel--main .owl-prev, .carousel--main .owl-next {
        --tw-bg-opacity: 0.4 !important;
      }

.carousel--main .owl-prev, .carousel--main .owl-next {
        font-size: 1.75rem !important;
      }

.carousel--main .owl-prev, .carousel--main .owl-next {
        --tw-text-opacity: 1 !important;
        color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
      }

.carousel--main .owl-prev,
      .carousel--main .owl-next {
        margin-top: -33px !important;
        width: 44px;
        height: 66px;
      }

.carousel--main .owl-prev {
        left: 0;
      }

.carousel--main .owl-prev {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
      }

.carousel--main .owl-next {
        right: 0;
      }

.carousel--main .owl-next {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
      }

.carousel--main .owl-dots {
        position: absolute !important;
      }

.carousel--main .owl-dots {
        left: 0 !important;
        right: 0 !important;
      }

.carousel--main .owl-dots {
        bottom: 0 !important;
      }

.carousel--main .owl-dots {
        left: 0 !important;
      }

.carousel--main .owl-dots {
        top: auto !important;
      }

.carousel--main .owl-dots {
        margin-bottom: 1.71rem !important;
      }

.carousel--main__row {
      display: flex;
    }

.carousel--main__row {
      flex-direction: column-reverse;
    }

@media (min-width: 768px) {
      .carousel--main__row {
        margin-left: -1.71rem;
        margin-right: -1.71rem;
      }
    }

@media (min-width: 768px) {
      .carousel--main__row {
        flex-direction: row;
      }
    }

.carousel--main__col {
      display: flex;
    }

.carousel--main__col {
      width: 100%;
    }

.carousel--main__col {
      align-items: center;
    }

.carousel--main__col {
      justify-content: center;
    }

@media (min-width: 768px) {
      .carousel--main__col {
        width: 50%;
      }
    }

@media (min-width: 768px) {
      .carousel--main__col {
        padding-left: 1.71rem;
        padding-right: 1.71rem;
      }
    }

@media (min-width: 1024px) {

.carousel--main__col {
        height: 650px
    }
      }

.carousel--main__title {
      font-size: 2.75rem;
    }

@media (min-width: 768px) {
      .carousel--main__title {
        font-size: 3.5rem;
      }
    }

.carousel--main__title.is-transitioned {
        transition-delay: 0.2s;
      }

.carousel--main__subtitle {
      margin-bottom: 1.71rem;
    }

.carousel--main__subtitle {
      font-size: 1.75rem;
    }

@media (min-width: 768px) {
      .carousel--main__subtitle {
        font-size: 2.75rem;
      }
    }

.carousel--main__subtitle.is-transitioned {
        transition-delay: 0.35s;
      }

.carousel--main__btn {
      --tw-border-opacity: 1;
      border-color: rgb(255 255 255 / var(--tw-border-opacity));
    }

.carousel--main__btn {
      --tw-border-opacity: 0.2;
    }

.carousel--main__btn {
      font-size: 1.125rem;
    }

.carousel--main__btn {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

@media (min-width: 768px) {
      .carousel--main__btn {
        font-size: 1.25rem;
      }
    }

.carousel--main__btn.is-transitioned {
        transition-delay: 0.5s;
      }

.carousel--categories {
    overflow: hidden;
  }

.carousel--categories__slide {
      position: relative;
    }

.carousel--categories__slide {
      background-size: cover;
    }

.carousel--categories__slide {
      background-repeat: no-repeat;
    }

.carousel--categories__slide {
      padding-left: 1.71rem;
      padding-right: 1.71rem;
    }

@media (min-width: 1024px) {
      .carousel--categories__slide {
        padding-left: 6.5rem;
        padding-right: 6.5rem;
      }
    }

.carousel--categories .owl-nav {
        position: absolute !important;
      }

.carousel--categories .owl-nav {
        left: 0 !important;
        right: 0 !important;
      }

.carousel--categories .owl-nav {
        top: 50% !important;
      }

.carousel--categories .owl-nav {
        margin-top: 0 !important;
      }

.carousel--categories .owl-prev, .carousel--categories .owl-next {
        position: absolute;
      }

.carousel--categories .owl-prev, .carousel--categories .owl-next {
        top: 0;
      }

.carousel--categories .owl-prev, .carousel--categories .owl-next {
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

.carousel--categories .owl-prev, .carousel--categories .owl-next {
        margin-bottom: 0 !important;
      }

.carousel--categories .owl-prev, .carousel--categories .owl-next {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(138 124 115 / var(--tw-bg-opacity)) !important;
      }

.carousel--categories .owl-prev, .carousel--categories .owl-next {
        --tw-bg-opacity: 0.4 !important;
      }

.carousel--categories .owl-prev, .carousel--categories .owl-next {
        font-size: 1.75rem !important;
      }

.carousel--categories .owl-prev, .carousel--categories .owl-next {
        --tw-text-opacity: 1 !important;
        color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
      }

.carousel--categories .owl-prev,
      .carousel--categories .owl-next {
        margin-top: -33px !important;
        width: 44px;
        height: 66px;
      }

.carousel--categories .owl-prev {
        left: 0;
      }

.carousel--categories .owl-prev {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
      }

.carousel--categories .owl-next {
        right: 0;
      }

.carousel--categories .owl-next {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
      }

.carousel--categories .owl-dots {
        position: absolute !important;
      }

.carousel--categories .owl-dots {
        left: 0 !important;
        right: 0 !important;
      }

.carousel--categories .owl-dots {
        bottom: 0 !important;
      }

.carousel--categories .owl-dots {
        left: 0 !important;
      }

.carousel--categories .owl-dots {
        top: auto !important;
      }

.carousel--categories .owl-dots {
        margin-bottom: 1.71rem !important;
      }

.carousel--categories__row {
      display: flex;
    }

.carousel--categories__row {
      flex-direction: column-reverse;
    }

@media (min-width: 768px) {
      .carousel--categories__row {
        margin-left: -1.71rem;
        margin-right: -1.71rem;
      }
    }

@media (min-width: 768px) {
      .carousel--categories__row {
        flex-direction: row;
      }
    }

.carousel--categories__col {
      display: flex;
    }

.carousel--categories__col {
      width: 100%;
    }

.carousel--categories__col {
      align-items: center;
    }

.carousel--categories__col {
      justify-content: center;
    }

@media (min-width: 768px) {
      .carousel--categories__col {
        width: 50%;
      }
    }

@media (min-width: 768px) {
      .carousel--categories__col {
        padding-left: 1.71rem;
        padding-right: 1.71rem;
      }
    }

@media (min-width: 1024px) {

.carousel--categories__col {
        height: 518px
    }
      }

.carousel--categories__title {
      font-size: 1.563rem;
    }

.carousel--categories__title {
      line-height: 1.25;
    }

.carousel--categories__title {
      --tw-text-opacity: 1;
      color: rgb(192 93 40 / var(--tw-text-opacity));
    }

@media (min-width: 768px) {

.carousel--categories__title {
        font-size: 40px
    }
      }

.carousel--categories__title.is-transitioned {
        transition-delay: 0.2s;
      }

.carousel--categories__subtitle {
      margin-bottom: 1.71rem;
    }

.carousel--categories__subtitle {
      font-size: 1.75rem;
    }

@media (min-width: 768px) {
      .carousel--categories__subtitle {
        font-size: 2.75rem;
      }
    }

.carousel--categories__subtitle.is-transitioned {
        transition-delay: 0.35s;
      }

.carousel--categories__btn {
      --tw-border-opacity: 1;
      border-color: rgb(255 255 255 / var(--tw-border-opacity));
    }

.carousel--categories__btn {
      --tw-border-opacity: 0.2;
    }

.carousel--categories__btn {
      font-size: 1.125rem;
    }

.carousel--categories__btn {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

@media (min-width: 768px) {
      .carousel--categories__btn {
        font-size: 1.25rem;
      }
    }

.carousel--categories__btn.is-transitioned {
        transition-delay: 0.5s;
      }

.owl-carousel .owl-item img {
      /* @apply w-auto !important; */
    }

.owl-nav svg {
  opacity: 0.3;
  transition: opacity 0.3s;
}

.owl-nav button:hover svg {
  opacity: 1;
}

.owl-nav [class*="owl-"]:hover {
  background: transparent;
}

@media screen and (max-width: 575px) {
  .owl-carousel .owl-nav {
    top: 5%;
  }

  .owl-carousel .owl-nav svg {
    width: 24px;
    height: 24px;
  }
}

input:focus, textarea:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

textarea {
  resize: none;
}

.btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  --tw-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
  --tw-shadow-colored: 0 3px 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn--base {
    border-radius: 0.5rem;
  }

.btn--base {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

.btn--base {
    padding-left: 2rem;
    padding-right: 2rem;
  }

.btn--primary {
    --tw-bg-opacity: 1;
    background-color: rgb(192 93 40 / var(--tw-bg-opacity));
  }

.btn--primary {
    --tw-text-opacity: 1;
    color: rgb(236 228 220 / var(--tw-text-opacity));
  }

.btn--primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(141 25 28 / var(--tw-bg-opacity));
  }

.btn--secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(141 25 28 / var(--tw-bg-opacity));
  }

.btn--secondary {
    --tw-text-opacity: 1;
    color: rgb(236 228 220 / var(--tw-text-opacity));
  }

.btn--full {
    width: 100%;
  }

@media (min-width: 640px) {
    .btn--full {
      width: auto;
    }
  }

@media (min-width: 640px) {

.btn--full {
      min-width: 270px
  }
    }

.form--control {
    display: block;
  }

.form--control {
    line-height: 1;
  }

.form--control {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

.nice-select {
    float: none;
  }

.nice-select {
    --tw-border-opacity: 1;
    border-color: rgb(189 182 176 / var(--tw-border-opacity));
  }

.nice-select .current {
      --tw-text-opacity: 1;
      color: rgb(192 93 40 / var(--tw-text-opacity));
    }

.nice-select:after {
      --tw-border-opacity: 1;
      border-color: rgb(192 93 40 / var(--tw-border-opacity));
    }

/*================================
=            Material            =
==================================*/

.material {
  position: relative;
  display: block;
  padding: 25px 0 0 0;
}

.material:after {
  }

.material label {
    position: absolute;
  }

.material label {
    left: 0;
  }

.material label {
    display: block;
  }

.material label {
    top: 35px;
    transition: 0.2s ease all;
    pointer-events: none;
    cursor: text;
  }

.material input[type="text"], .material input[type="email"], .material input[type="number"], .material textarea {
    display: block;
  }

.material input[type="text"], .material input[type="email"], .material input[type="number"], .material textarea {
    width: 100%;
  }

.material input[type="text"], .material input[type="email"], .material input[type="number"], .material textarea {
    border-bottom-width: 1px;
  }

.material input[type="text"], .material input[type="email"], .material input[type="number"], .material textarea {
    --tw-border-opacity: 1;
    border-color: rgb(192 93 40 / var(--tw-border-opacity));
  }

.material input[type="text"],
  .material input[type="email"],
  .material input[type="number"],
  .material textarea {
    padding: 10px 0 10px 0;
  }

.material input[type="text"]:invalid, .material input[type="email"]:invalid, .material input[type="number"]:invalid, .material textarea:invalid {
      outline: none;
      box-shadow: none;
    }

.material input[type="text"]:valid, .material input[type="email"]:valid, .material input[type="number"]:valid, .material textarea:valid {
    }

.material input[type="text"]:focus, .material input[type="email"]:focus, .material input[type="number"]:focus, .material textarea:focus {
      border-bottom-width: 2px;
    }

.material input[type="text"]:focus, .material input[type="email"]:focus, .material input[type="number"]:focus, .material textarea:focus {
      --tw-border-opacity: 1;
      border-color: rgb(192 93 40 / var(--tw-border-opacity));
    }

.wpcf7-form-control-wrap.active ~ label {
      font-size: 0.857rem;
    }

.wpcf7-form-control-wrap.active ~ label {
      top: 10px;
    }

/*=====  End of Material  ======*/

/*================================
=            Cards               =
==================================*/

.card-category--content {
      position: relative;
    }

.card-category--content {
      overflow: hidden;
    }

.card-category--content {
      background-repeat: no-repeat;
    }

.card-category--content--figure {
      }

.card-category--content--image {
        width: 100%;
      }

.card-category--content:after, .card-category--content:before {
        position: absolute;
      }

.card-category--content:after, .card-category--content:before {
        bottom: 0;
      }

.card-category--content:after, .card-category--content:before {
        right: 0;
      }

.card-category--content:after, .card-category--content:before {
        display: block;
      }

.card-category--content:after, .card-category--content:before {
        height: 0;
      }

.card-category--content:after, .card-category--content:before {
        width: 0;
      }

@media (min-width: 768px) {
        .card-category--content:after, .card-category--content:before {
          left: 0;
        }
      }

.card-category--content:after,
      .card-category--content:before {
        content: "";
      }

.card-category--content:before {
        opacity: 0.6;
      }

.card-category--content:before {
        transform: rotate(-155deg);
        transform-origin: 56% 72%;
        border-style: solid;
        border-width: 0 0 150px 260px;
        border-color: transparent transparent #C05D28 transparent;
      }

.card-category--content:after {
        border-style: solid;
        border-width: 0 0 145px 260px;
        border-color: transparent transparent #C05D28 transparent;
      }

.card-category--content a {
        position: absolute;
      }

.card-category--content a {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
      }

.card-category--content a {
        z-index: 10;
      }

.card-category--content a {
        display: block;
      }

.card-category--title {
      position: absolute;
    }

.card-category--title {
      right: 0;
    }

.card-category--title {
      bottom: 0;
    }

.card-category--title {
      z-index: 10;
    }

.card-category--title {
      padding: 1rem;
    }

.card-category--title {
      text-align: right;
    }

.card-category--title {
      font-size: 1.563rem;
    }

.card-category--title {
      font-weight: 700;
    }

.card-category--title {
      line-height: 1;
    }

.card-category--title {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

/*=====  End of Cards  ======*/

/*=============================================
=            About Home            =
=============================================*/

.about-home--row {
      display: flex;
    }

.about-home--row {
      flex-direction: column;
    }

@media (min-width: 768px) {
      .about-home--row {
        flex-direction: row-reverse;
      }
    }

@media (min-width: 768px) {
      .about-home--row {
        align-items: center;
      }
    }

@media (min-width: 768px) {
      .about-home--row {
        justify-content: space-between;
      }
    }

.about-home--text, .about-home--image {
      width: 100%;
    }

@media (min-width: 768px) {
      .about-home--text {
        width: 58.333333%;
      }
    }

@media (min-width: 1024px) {
      .about-home--text {
        font-size: 1.563rem;
      }
    }

@media (min-width: 768px) {
      .about-home--image {
        width: 33.333333%;
      }
    }

/*=====  End of About Home  ======*/

/*===============================
=            Feaures            =
=================================*/

.features-home--row {
      margin-bottom: 2rem;
    }

.features-home--row {
      display: flex;
    }

.features-home--row {
      flex-direction: column;
    }

@media (min-width: 768px) {
      .features-home--row {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
      }
    }

@media (min-width: 768px) {
      .features-home--row {
        flex-direction: row;
      }
    }

.features-home--col {
      margin-bottom: 2rem;
    }

@media (min-width: 768px) {
      .features-home--col {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }
    }

.features-home--content {
      display: flex;
    }

.features-home--content {
      flex-direction: row;
    }

.features-home--icono {
      flex: 1 1 0%;
    }

.features-home--icono {
      width: 64px;
      max-width: 64px;
      min-width: 64px;
    }

.features-home--image {
      width: 34px;
    }

@media (min-width: 1024px) {

.features-home--image {
        width: 40px
    }
      }

.features-home--text {
      flex: 1 1 auto;
    }

.features-home--subtitle {
      margin-bottom: 0.75rem;
    }

.features-home--subtitle {
      font-size: 1.125rem;
    }

.features-home--subtitle {
      font-weight: 700;
    }

.features-home--subtitle {
      --tw-text-opacity: 1;
      color: rgb(192 93 40 / var(--tw-text-opacity));
    }

.features-home--description {
    }

/*=====  End of Feaures  ======*/

/*===============================
=            Contact            =
=================================*/

.contact--container {
    position: relative;
  }

.contact--container {
    display: flex;
  }

.contact--container {
    flex-direction: row;
  }

.contact--container {
    justify-content: center;
  }

.contact--row {
    display: flex;
  }

.contact--row {
    width: 100%;
  }

.contact--row {
    flex-direction: column;
  }

@media (min-width: 768px) {
    .contact--row {
      flex-direction: row;
    }
  }

@media (min-width: 1024px) {
    .contact--row {
      width: 83.333333%;
    }
  }

@media (min-width: 1024px) {
    .contact--row {
      justify-content: flex-end;
    }
  }

.contact--col {
    width: 100%;
  }

@media (min-width: 768px) {
    .contact--col {
      width: 33.333333%;
    }
  }

.contact--title {
    font-size: 1.25rem;
  }

.contact--title {
    --tw-text-opacity: 1;
    color: rgb(141 25 28 / var(--tw-text-opacity));
  }

.contact--figure {
    width: 100%;
  }

@media (min-width: 768px) {
    .contact--figure {
      position: absolute;
    }
  }

@media (min-width: 768px) {
    .contact--figure {
      top: 0;
      bottom: 0;
    }
  }

@media (min-width: 768px) {
    .contact--figure {
      left: 0;
    }
  }

@media (min-width: 768px) {
    .contact--figure {
      height: 100%;
    }
  }

@media (min-width: 768px) {
    .contact--figure {
      width: 33.333333%;
    }
  }

@media (min-width: 768px) {
    .contact--image {
      position: absolute;
    }
  }

@media (min-width: 768px) {
    .contact--image {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
  }

@media (min-width: 768px) {
    .contact--image {
      z-index: 0;
    }
  }

@media (min-width: 768px) {
    .contact--image {
      height: 100%;
    }
  }

@media (min-width: 768px) {
    .contact--image {
      width: auto;
    }
  }

/*=====  End of Contact  ======*/

/*======================================
=            Redes sociales            =
========================================*/

.contact-footer--li {
      margin-bottom: 1rem;
    }

.contact-footer--li {
      display: flex;
    }

.contact-footer--li {
      flex-direction: row;
    }

.contact-footer--li {
      align-items: center;
    }

.contact-footer--icon {
      margin-right: 0.875rem;
    }

.contact-footer--icon {
      display: flex;
    }

.contact-footer--icon {
      height: 2rem;
    }

.contact-footer--icon {
      width: 2rem;
    }

.contact-footer--icon {
      align-items: center;
    }

.contact-footer--icon {
      justify-content: center;
    }

.contact-footer--icon {
      border-radius: 9999px;
    }

.contact-footer--icon {
      --tw-bg-opacity: 1;
      background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    }

.contact-footer--icon {
      font-size: 1.125rem;
    }

.contact-footer--icon {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.contact-footer--icon:before {
        display: block;
      }

.contact-footer--icon:before {
        line-height: 1;
      }

.contact-footer--icon.icon-whatsapp {
        border-radius: 0.25rem;
      }

.contact-footer--icon.icon-whatsapp {
        font-size: 1.563rem;
      }

.contact-footer--icon.icon-whatsapp {
        background-color: #25d366;
      }

.contact-footer--span {
      display: block;
    }

.contact-footer--span {
      line-height: 1;
    }

.social-footer {
  }

/*=====  End of Redes sociales  ======*/

/*==============================
=            Brands            =
================================*/

.brand--header {
    margin-bottom: 1.71rem;
  }

.brand--header {
    display: flex;
  }

.brand--header {
    flex-direction: row;
  }

.brand--header {
    justify-content: center;
  }

@media (min-width: 1024px) {
    .brand--header {
      margin-bottom: 2rem;
    }
  }

@media (min-width: 1280px) {
    .brand--header {
      margin-bottom: 2.5rem;
    }
  }

.brand--title {
    text-align: center;
  }

.brand--title {
    --tw-text-opacity: 1;
    color: rgb(192 93 40 / var(--tw-text-opacity));
  }

@media (min-width: 768px) {
    .brand--title {
      width: 50%;
    }
  }

@media (min-width: 1024px) {
    .brand--title {
      width: 33.333333%;
    }
  }

@media (min-width: 1280px) {
    .brand--title {
      width: 25%;
    }
  }

.brand--content {
    margin-bottom: 5.125rem;
  }

.brand--content {
    display: flex;
  }

.brand--content {
    flex-direction: row;
  }

.brand--content {
    justify-content: center;
  }

@media (min-width: 1024px) {
    .brand--content {
      margin-bottom: 3.75rem;
    }
  }

.brand--content__row {
      display: flex;
    }

.brand--content__row {
      justify-content: center;
    }

@media (min-width: 768px) {
      .brand--content__row {
        margin-left: -1rem;
        margin-right: -1rem;
      }
    }

@media (min-width: 768px) {
      .brand--content__row {
        flex-direction: row;
      }
    }

@media (min-width: 768px) {
      .brand--content__row {
        align-items: center;
      }
    }

@media (min-width: 1024px) {
      .brand--content__row {
        width: 83.333333%;
      }
    }

.brand--content__text {
      flex: 1 1 0%;
    }

.brand--content__text {
      text-align: center;
    }

.brand--content__text {
      line-height: 1.625;
    }

@media (min-width: 768px) {
      .brand--content__text {
        padding-left: 1rem;
        padding-right: 1rem;
      }
    }

@media (min-width: 768px) {
      .brand--content__text {
        text-align: left;
      }
    }

@media (min-width: 768px) {
      .brand--content__text {
        font-size: 1.563rem;
      }
    }

.brand--content__figure {
      display: none;
    }

.brand--content__figure {
      flex: 1 1 0%;
    }

@media (min-width: 768px) {
      .brand--content__figure {
        display: flex;
      }
    }

@media (min-width: 768px) {
      .brand--content__figure {
        padding-left: 1rem;
        padding-right: 1rem;
      }
    }

/*=====  End of Brands  ======*/

/*=============================================
=            Rendered text            =
=============================================*/

.rendered p {
    margin-bottom: 1rem;
  }

@media (min-width: 768px) {
    .rendered p {
      margin-bottom: 2.5rem;
    }
  }

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(192 93 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(192 93 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*=====  End of Rendered text  ======*/

.woocommerce-header-brand {
      display: flex;
    }

.woocommerce-header-brand {
      flex-direction: column;
    }

@media (min-width: 768px) {
      .woocommerce-header-brand {
        flex-direction: column-reverse;
      }
    }

.woocommerce-header-brand--link {
        display: block;
      }

.woocommerce-header-brand--logo {
        display: flex;
      }

.woocommerce-header-brand--logo {
        flex-direction: row;
      }

.woocommerce-header-brand--logo {
        justify-content: center;
      }

.woocommerce-header-brand--logo {
        padding-top: 2rem;
        padding-bottom: 2rem;
      }

.woocommerce-header-brand--logo {
        padding-bottom: 1.71rem;
      }

@media (min-width: 1024px) {
        .woocommerce-header-brand--logo {
          padding-top: 2.5rem;
        }
      }

.woocommerce-header-brand--image {
        width: 270px;
      }

@media md {

.woocommerce-header-brand--image {
          width: 322px
      }
        }

.woocommerce-loop-product__title {
        --tw-text-opacity: 1;
        color: rgb(138 124 115 / var(--tw-text-opacity));
      }

.woocommerce-loop-product__title {
        min-height: 64px;
      }

@media (min-width: 1024px) {

.woocommerce-loop-product__title {
          font-size: 20px
      }
        }

.woocommerce-pagination {
    margin-bottom: 2.5rem;
  }

.woocommerce-pagination {
    display: flex;
  }

.woocommerce-pagination {
    flex-direction: row;
  }

.woocommerce-pagination {
    justify-content: center;
  }

@media (min-width: 1024px) {
    .woocommerce-pagination {
      margin-bottom: 3.75rem;
    }
  }

.page-numbers {
    display: flex;
  }

.page-numbers {
    flex-direction: row;
  }

.page-numbers li > * {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
      }

.page-numbers li > * {
        display: flex;
      }

.page-numbers li > * {
        height: 2rem;
      }

.page-numbers li > * {
        width: 2rem;
      }

.page-numbers li > * {
        flex-direction: row;
      }

.page-numbers li > * {
        align-items: center;
      }

.page-numbers li > * {
        justify-content: center;
      }

.page-numbers li > * {
        border-radius: 9999px;
      }

.page-numbers li > * {
        border-width: 1px;
      }

.page-numbers li > * {
        line-height: 1;
      }

.page-numbers li span {
        --tw-border-opacity: 1;
        border-color: rgb(192 93 40 / var(--tw-border-opacity));
      }

.page-numbers li span {
        --tw-bg-opacity: 1;
        background-color: rgb(192 93 40 / var(--tw-bg-opacity));
      }

.page-numbers li span {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }

.page-numbers li a {
        --tw-border-opacity: 1;
        border-color: rgb(138 124 115 / var(--tw-border-opacity));
      }

.page-numbers li a {
        --tw-text-opacity: 1;
        color: rgb(138 124 115 / var(--tw-text-opacity));
      }

.page-numbers li a:hover {
        --tw-border-opacity: 1;
        border-color: rgb(192 93 40 / var(--tw-border-opacity));
      }

.page-numbers li a:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(192 93 40 / var(--tw-bg-opacity));
      }

.page-numbers li a:hover {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }

.page-numbers li a.prev, .page-numbers li a.next {
          width: auto;
        }

.page-numbers li a.prev, .page-numbers li a.next {
          --tw-border-opacity: 1;
          border-color: rgb(255 255 255 / var(--tw-border-opacity));
        }

.page-numbers li a.prev:hover, .page-numbers li a.next:hover {
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        }

.page-numbers li a.prev,
        .page-numbers li a.next {
          font-size: 0;
        }

.page-numbers li a.prev:after, .page-numbers li a.next:after {
            font-family: icon-pima;
          }

.page-numbers li a.prev:after, .page-numbers li a.next:after {
            font-size: 1rem;
          }

.page-numbers li a.prev:hover:after, .page-numbers li a.next:hover:after {
              --tw-text-opacity: 1;
              color: rgb(192 93 40 / var(--tw-text-opacity));
            }

.page-numbers li a.prev:after {
            content: "\e800";
          }

.page-numbers li a.next:after {
            content: "\e801";
          }

.products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.products.columns-4 {
      margin-left: -0.75rem;
      margin-right: -0.75rem;
    }

.products.columns-4 .product {
        width: 50%;
      }

.products.columns-4 .product {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }

@media (min-width: 1024px) {
        .products.columns-4 .product {
          width: 25%;
        }
      }

.products--filters {
    margin-bottom: 1.288rem;
  }

.products--filters {
    display: flex;
  }

.products--filters {
    flex-direction: column-reverse;
  }

.products--filters {
    justify-content: space-between;
  }

@media (min-width: 768px) {
    .products--filters {
      margin-bottom: 2.5rem;
    }
  }

@media (min-width: 768px) {
    .products--filters {
      flex-direction: row;
    }
  }

@media (min-width: 768px) {
    .products--filters {
      align-items: center;
    }
  }

.products--related__section {
      --tw-bg-opacity: 1;
      background-color: rgb(236 228 220 / var(--tw-bg-opacity));
    }

.products--related__section {
      padding-top: 5.125rem;
      padding-bottom: 5.125rem;
    }

li.product {
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {

li.product {
    margin-bottom: 70px;
}
  }

.product_title {
    margin-bottom: 1.288rem;
  }

@media (min-width: 768px) {
    .product_title {
      margin-bottom: 1.71rem;
    }
  }

.product--loop__figure {
      position: relative;
    }

.product--loop__figure {
      margin-bottom: 0.5rem;
    }

@media (min-width: 1024px) {
      .product--loop__figure {
        margin-bottom: 0.75rem;
      }
    }

.product--single__header {
      padding-top: 1rem;
    }

@media (min-width: 768px) {
      .product--single__header {
        padding-top: 2rem;
      }
    }

.product--single__content {
      margin-bottom: 2rem;
    }

.product--single__content {
      display: flex;
    }

.product--single__content {
      flex-direction: column;
    }

.product--single__content {
      justify-content: center;
    }

@media (min-width: 768px) {
      .product--single__content {
        flex-direction: row;
      }
    }

@media (min-width: 1024px) {
      .product--single__content {
        margin-bottom: 5.125rem;
      }
    }

.product--single__row {
      display: flex;
    }

.product--single__row {
      flex-direction: column;
    }

@media (min-width: 768px) {
      .product--single__row {
        margin-left: -1rem;
        margin-right: -1rem;
      }
    }

@media (min-width: 768px) {
      .product--single__row {
        flex-direction: row;
      }
    }

@media (min-width: 1024px) {
      .product--single__row {
        width: 91.666667%;
      }
    }

.product--single__col-image, .product--single__col-summary {
        width: 100%;
      }

@media (min-width: 768px) {
        .product--single__col-image, .product--single__col-summary {
          width: 50%;
        }
      }

@media (min-width: 768px) {
        .product--single__col-image, .product--single__col-summary {
          padding-left: 1rem;
          padding-right: 1rem;
        }
      }

.product--single__col-image .price, .product--single__col-summary .price {
          margin-bottom: 1.288rem;
        }

@media (min-width: 1024px) {
          .product--single__col-image .price, .product--single__col-summary .price {
            margin-bottom: 1.71rem;
          }
        }

.product--single__col-image {
        position: relative;
      }

.product--single__col-summary {
      }

.product--gallery {
    margin-bottom: 2rem;
  }

@media (min-width: 768px) {
    .product--gallery {
      margin-bottom: 0;
    }
  }

.product--brand__row {
      display: flex;
    }

.product--brand__row {
      flex-direction: row;
    }

.product--brand__row {
      flex-wrap: wrap;
    }

.product--brand__title {
      margin-bottom: 1.288rem;
    }

.product--brand__title {
      width: 100%;
    }

@media (min-width: 768px) {
      .product--brand__title {
        margin-bottom: 2rem;
      }
    }

@media (min-width: 1024px) {
      .product--brand__title {
        margin-bottom: 3rem;
      }
    }

.product--brand__logo {
      margin-bottom: 1.71rem;
    }

.product--brand__logo {
      display: flex;
    }

.product--brand__logo {
      width: 66.666667%;
    }

.product--brand__logo {
      flex-direction: row;
    }

.product--brand__logo {
      justify-content: center;
    }

@media (min-width: 768px) {
      .product--brand__logo {
        display: block;
      }
    }

.product--brand__logo img {
        width: 160px;
      }

@media (min-width: 1024px) {

.product--brand__logo img {
          width: 240px
      }
        }

.product--brand__back {
      margin-bottom: 1.71rem;
    }

.product--brand__back {
      display: flex;
    }

.product--brand__back {
      width: 16.666667%;
    }

.product--brand__back {
      flex-direction: column;
    }

.product--brand__back {
      justify-content: center;
    }

@media (min-width: 768px) {
      .product--brand__back {
        width: 7rem;
      }
    }

.product--brand__back-icon {
        --tw-text-opacity: 1;
        color: rgb(192 93 40 / var(--tw-text-opacity));
      }

.product .price {
    display: flex;
  }

.product .price {
    flex-direction: column-reverse;
  }

.product .price {
    font-size: 1.125rem;
  }

.product .price {
    font-weight: 700;
  }

.product .price {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

@media (min-width: 1024px) {
    .product .price {
      font-size: 1.75rem;
    }
  }

.product .price ins {
      text-decoration: none;
    }

.product .price del {
      font-size: 1rem;
    }

.product .price del {
      font-weight: 400;
    }

.product .price del {
      --tw-text-opacity: 1;
      color: rgb(138 124 115 / var(--tw-text-opacity));
    }

.product-type-grouped .price, .product-type-variable .price {
        flex-direction: row;
      }

.product--description {
    margin-bottom: 1.288rem;
  }

.product--description {
    font-size: 1.125rem;
  }

.product--description {
    line-height: 1.625;
  }

@media (min-width: 1024px) {
    .product--description {
      margin-bottom: 1.71rem;
    }
  }

.product--sizes__title {
      margin-bottom: 0.875rem;
    }

.product--sizes__title {
      font-size: 1.125rem;
    }

.product--sizes__title {
      line-height: 1;
    }

.product--sizes__title {
      --tw-text-opacity: 1;
      color: rgb(192 93 40 / var(--tw-text-opacity));
    }

@media (min-width: 1024px) {
      .product--sizes__title {
        margin-bottom: 1rem;
      }
    }

@media (min-width: 1024px) {
      .product--sizes__title {
        font-size: 1.25rem;
      }
    }

.product--sizes__ul {
      margin-bottom: 1.288rem;
    }

.product--sizes__ul {
      display: flex;
    }

.product--sizes__ul {
      flex-direction: row;
    }

.product--sizes__ul {
      flex-wrap: wrap;
    }

@media (min-width: 1024px) {
      .product--sizes__ul {
        margin-bottom: 1.71rem;
      }
    }

.product--sizes__li {
      position: relative;
    }

.product--sizes__li {
      margin-right: 0.5rem;
    }

.product--sizes__li {
      margin-bottom: 0.5rem;
    }

.product--sizes__li {
      display: flex;
    }

.product--sizes__li {
      border-radius: 0.5rem;
    }

.product--sizes__li {
      border-width: 1px;
    }

.product--sizes__li {
      --tw-border-opacity: 1;
      border-color: rgb(138 124 115 / var(--tw-border-opacity));
    }

.product--sizes__li {
      padding-left: 1rem;
      padding-right: 1rem;
    }

.product--sizes__li {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

.product--sizes__li {
      text-transform: uppercase;
    }

.product--sizes__li {
      line-height: 1;
    }

.product--sizes__li {
      --tw-text-opacity: 1;
      color: rgb(138 124 115 / var(--tw-text-opacity));
    }

@media (min-width: 1024px) {
      .product--sizes__li {
        margin-right: 0.75rem;
      }
    }

@media (min-width: 1024px) {
      .product--sizes__li {
        margin-bottom: 0.75rem;
      }
    }

@media (min-width: 1024px) {
      .product--sizes__li {
        padding-left: 1.288rem;
        padding-right: 1.288rem;
      }
    }

@media (min-width: 1024px) {
      .product--sizes__li {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
      }
    }

.product--sizes__unavailable {
      opacity: 0.5;
    }

.product--sizes__unavailable:after {
        position: absolute;
      }

.product--sizes__unavailable:after {
        left: 50%;
      }

.product--sizes__unavailable:after {
        top: 50%;
      }

.product--sizes__unavailable:after {
        display: block;
      }

.product--sizes__unavailable:after {
        border-bottom-width: 1px;
      }

.product--sizes__unavailable:after {
        --tw-border-opacity: 1;
        border-color: rgb(138 124 115 / var(--tw-border-opacity));
      }

.product--sizes__unavailable:after {
        transform: rotate(-35deg) translate(-50%);
        transform-origin: 0;
        content: "";
        width: 105%;
      }

.product a.button.product_type_variable {
        margin-left: auto;
        margin-right: auto;
      }

.product a.button.product_type_variable {
        margin-top: 0.875rem;
      }

.product a.button.product_type_variable {
        border-radius: 0.25rem;
      }

.product a.button.product_type_variable {
        --tw-bg-opacity: 1;
        background-color: rgb(141 25 28 / var(--tw-bg-opacity));
      }

.product a.button.product_type_variable {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
      }

.product a.button.product_type_variable {
        padding-left: 2rem;
        padding-right: 2rem;
      }

.product a.button.product_type_variable {
        --tw-text-opacity: 1;
        color: rgb(236 228 220 / var(--tw-text-opacity));
      }

.product a.button.product_type_variable {
        display: inline-block;
      }

.product a.button.product_type_variable {
        cursor: pointer;
      }

.product a.button.product_type_variable {
        text-align: center;
      }

.product a.button.product_type_variable {
        line-height: 1;
      }

.product a.button.product_type_variable {
        --tw-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
        --tw-shadow-colored: 0 3px 6px 0 var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
      }

.product a.button.product_type_variable {
      }

.variations--table {
    margin-bottom: 1.71rem;
  }

.variations--table {
    width: 100%;
  }

.variations--table {
    min-width: 100%;
  }

@media (min-width: 1024px) {
    .variations--table {
      margin-bottom: 1rem;
    }
  }

.variations--th {
    text-align: left;
  }

.variations--label {
    margin-bottom: 0.75rem;
  }

.variations--label {
    display: block;
  }

.variations--label {
    font-size: 1.25rem;
  }

.variations--label {
    font-weight: 400;
  }

.variations--label {
    line-height: 1;
  }

.variations--label {
    --tw-text-opacity: 1;
    color: rgb(192 93 40 / var(--tw-text-opacity));
  }

.variations--amazon__btn {
      display: inline-block;
    }

.variations--amazon__btn {
      cursor: pointer;
    }

.variations--amazon__btn {
      text-align: center;
    }

.variations--amazon__btn {
      line-height: 1;
    }

.variations--amazon__btn {
      --tw-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
      --tw-shadow-colored: 0 3px 6px 0 var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

.variations--amazon__btn {
    }

.variations--amazon__span {
      display: flex;
    }

.variations--amazon__span {
      flex-direction: row;
    }

.variations--amazon__span {
      align-items: center;
    }

.variations--amazon__span {
      border-radius: 0.5rem;
    }

.variations--amazon__span {
      border-width: 1px;
    }

.variations--amazon__span {
      --tw-border-opacity: 1;
      border-color: rgb(141 25 28 / var(--tw-border-opacity));
    }

.variations--amazon__span {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

.variations--amazon__span {
      padding-left: 0.875rem;
      padding-right: 0.875rem;
    }

.variations--amazon__span {
      font-size: 1.125rem;
    }

.variations--amazon__span {
      --tw-text-opacity: 1;
      color: rgb(192 93 40 / var(--tw-text-opacity));
    }

.variations--amazon__logo {
      margin-right: 0.875rem;
    }

.variations--reset:hover {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }

.button-variable-wrapper {
      margin-bottom: 0.75rem;
    }

.button-variable-wrapper {
      display: flex;
    }

.button-variable-wrapper {
      flex-direction: row;
    }

.button-variable-wrapper {
      flex-wrap: wrap;
    }

@media (min-width: 1024px) {
      .button-variable-wrapper {
        margin-bottom: 0.875rem;
      }
    }

.button-variable-item {
      position: relative;
    }

.button-variable-item {
      margin-right: 0.5rem;
    }

.button-variable-item {
      margin-bottom: 0.5rem;
    }

.button-variable-item {
      display: flex;
    }

.button-variable-item {
      cursor: pointer;
    }

.button-variable-item {
      border-radius: 0.5rem;
    }

.button-variable-item {
      border-width: 1px;
    }

.button-variable-item {
      --tw-border-opacity: 1;
      border-color: rgb(138 124 115 / var(--tw-border-opacity));
    }

.button-variable-item {
      padding-left: 1rem;
      padding-right: 1rem;
    }

.button-variable-item {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

.button-variable-item {
      text-transform: uppercase;
    }

.button-variable-item {
      line-height: 1;
    }

.button-variable-item {
      --tw-text-opacity: 1;
      color: rgb(138 124 115 / var(--tw-text-opacity));
    }

.button-variable-item {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

.button-variable-item {
      transition-duration: 300ms;
    }

@media (min-width: 1024px) {
      .button-variable-item {
        margin-right: 0.75rem;
      }
    }

@media (min-width: 1024px) {
      .button-variable-item {
        margin-bottom: 0.75rem;
      }
    }

@media (min-width: 1024px) {
      .button-variable-item {
        padding-left: 1.288rem;
        padding-right: 1.288rem;
      }
    }

@media (min-width: 1024px) {
      .button-variable-item {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
      }
    }

.button-variable-item:hover, .button-variable-item.selected {
        --tw-bg-opacity: 1;
        background-color: rgb(138 124 115 / var(--tw-bg-opacity));
      }

.button-variable-item:hover, .button-variable-item.selected {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }

.onsale {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  margin-top: 0.75rem;
  margin-left: 0.875rem;
  display: inline-block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(192 93 40 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.amazon--button__content {
      display: flex;
    }

.amazon--button__content {
      flex-direction: row;
    }

.amazon--button__content {
      justify-content: center;
    }

@media (min-width: 1024px) {
      .amazon--button__content {
        justify-content: flex-start;
      }
    }

.amazon--button__link {
      display: flex;
    }

.amazon--button__link {
      flex-direction: row;
    }

.amazon--button__link {
      align-items: center;
    }

.amazon--button__link {
      border-radius: 0.5rem;
    }

.amazon--button__link {
      border-width: 1px;
    }

.amazon--button__link {
      --tw-border-opacity: 1;
      border-color: rgb(192 93 40 / var(--tw-border-opacity));
    }

.amazon--button__link {
      padding: 6px 32px 6px 8px;
    }

.amazon--button__figure {
      flex: 1 1 0%;
    }

.amazon--button__figure {
      margin-right: 20px;
      width: 42px;
      max-width: 42px;
      min-width: 42px;
    }

.amazon--button__span {
      flex: 1 1 auto;
    }

.amazon--button__span {
      text-transform: uppercase;
    }

.amazon--button__span {
      --tw-text-opacity: 1;
      color: rgb(192 93 40 / var(--tw-text-opacity));
    }

/*=============================================
=            Titles            =
=============================================*/

.font--headline__1 {
      font-size: 1.25rem;
    }

@media (min-width: 1024px) {
      .font--headline__1 {
        font-size: 1.75rem;
      }
    }

.font--headline__2 {
      font-size: 1.25rem;
    }

.font--headline__2 {
      font-weight: 700;
    }

@media (min-width: 1024px) {
      .font--headline__2 {
        font-size: 1.75rem;
      }
    }

.font--headline__3 {
      /* Playfair Display Regular 24 */
    }

.font--headline__3 {
      font-size: 1.25rem;
    }

@media (min-width: 1024px) {
      .font--headline__3 {
        font-size: 1.563rem;
      }
    }

.font--headline__4 {
      /* Muli Bold 20 */
    }

.font--headline__4 {
      font-size: 1.125rem;
    }

.font--headline__4 {
      font-weight: 700;
    }

@media (min-width: 1024px) {
      .font--headline__4 {
        font-size: 1.25rem;
      }
    }

/*=====  End of Titles  ======*/

@media (min-width: 768px) {
  .md\:my-6 {
    margin-top: 1.71rem;
    margin-bottom: 1.71rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-3xl {
    font-size: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mb-6 {
    margin-bottom: 1.71rem;
  }

  .lg\:mb-32 {
    margin-bottom: 5.125rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:text-5xl {
    font-size: 3.5rem;
  }
}