/*!
 * Project: Project Name
 * Author: Name
 * E-mail: E-mail
 * Website:
 */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

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

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

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

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.border-collapse {
  border-collapse: collapse;
}

.border-black {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.border-solid {
  border-style: solid;
}

.border {
  border-width: 1px;
}

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

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.hidden {
  display: none;
}

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

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

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

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

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

.items-end {
  align-items: flex-end;
}

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

.content-start {
  align-content: flex-start;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

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

.justify-around {
  justify-content: space-around;
}

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

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

.flex-shrink-0 {
  flex-shrink: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

.h-full {
  height: 100%;
}

.text-xs {
  font-size: 0.75rem;
}

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

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.m-auto {
  margin: auto;
}

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

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

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

.max-w-xs {
  max-width: 20rem;
}

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

.max-w-screen-md {
  max-width: 768px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-10 {
  padding: 2.5rem;
}

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

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

.pb-5 {
  padding-bottom: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.static {
  position: static;
}

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

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

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

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

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.align-top {
  vertical-align: top;
}

.align-bottom {
  vertical-align: bottom;
}

.visible {
  visibility: visible;
}

.w-48 {
  width: 12rem;
}

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

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

.w-full {
  width: 100%;
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

footer{
  font-size:15px;
  background-color:#91974b;
  font-family:"DIN MX", serif
}

footer .cpf{
  max-width:200px
}

footer .menu-element{
  padding-bottom:10px
}

@media (max-width: 768px){
  footer .menu-element{
    text-align:center
  }
}

footer .menu-element .title{
  text-transform:uppercase;
  text-decoration:underline
}

footer .menu-element a{
  padding:0 20px
}

footer .icons .icon{
  margin:0 5px;
  width:20px
}

footer .menu-bottom{
  padding:10px 20px
}

@font-face{
  font-family:'League Gothic';

  src:url("../assets/fonts/subset-LeagueGothic-Regular.woff2") format("woff2"),url("../assets/fonts/subset-LeagueGothic-Regular.woff") format("woff");

  font-weight:normal;

  font-style:normal
}

@font-face{
  font-family:'DIN MX';

  src:url("../assets/fonts/subset-DINMX.woff2") format("woff2"),url("../assets/fonts/subset-DINMX.woff") format("woff");

  font-weight:normal;

  font-style:normal
}

@font-face{
  font-family:'DIN MX';

  src:url("../assets/fonts/subset-DINMX-BoldAlternate.woff2") format("woff2"),url("../assets/fonts/subset-DINMX-BoldAlternate.woff") format("woff");

  font-weight:bold;

  font-style:normal;

  font-display:swap
}

@font-face{
  font-family:'DIN';

  src:url("../assets/fonts/subset-DIN-Light-new.woff2") format("woff2"),url("../assets/fonts/subset-DIN-Light-new.woff") format("woff");

  font-weight:300;

  font-style:normal;

  font-display:swap
}

@font-face{
  font-family:'DIN';

  src:url("../assets/fonts/subset-DIN-Bold-new.woff2") format("woff2"),url("../assets/fonts/subset-DIN-Bold-new.woff") format("woff");

  font-weight:bold;

  font-style:normal;

  font-display:swap
}

@font-face{
  font-family:'Rockwell Std';

  src:url("../assets/fonts/subset-RockwellStd-ExtraBold.woff2") format("woff2"),url("../assets/fonts/subset-RockwellStd-ExtraBold.woff") format("woff");

  font-weight:800;

  font-style:normal
}

@font-face{
  font-family:'Rockwell Std';

  src:url("../assets/fonts/subset-RockwellStd-Bold-new.woff2") format("woff2"),url("../assets/fonts/subset-RockwellStd-Bold-new.woff") format("woff");

  font-weight:bold;

  font-style:normal
}

@font-face{
  font-family:'Rockwell Std';

  src:url("../assets/fonts/subset-RockwellStd.woff2") format("woff2"),url("../assets/fonts/subset-RockwellStd.woff") format("woff");

  font-weight:normal;

  font-style:normal
}

.form-group-filter{
  margin-bottom:15px;
  font-family:"DIN MX", serif
}

.form-group-filter label{
  font-size:16px;
  display:inline-block;
  max-width:100%
}

.form-group-filter .form-control{
  display:block;
  width:100%;
  height:34px;
  padding:6px 12px;
  font-size:14px;
  line-height:1.42857143;
  color:#555;
  border:1px solid #ccc;
  border-radius:4px;
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-appearance:none;
  background:white
}

.form-group-filter .option-field{
  width:160px;
  height:35px;
  border-radius:10px;
  padding-right:10px;
  background-image:url("/assets/img/dropdown-arrow.png");
  background-size:12px;
  background-position:right 8px center;
  background-repeat:no-repeat
}

@media (max-width: 768px){
  .form-group-filter .option-field{
    width:100%
  }
}

.form-group{
  margin-bottom:15px;
  font-family:"DIN MX", serif
}

.form-group *{
  outline:none !important
}

.form-group label{
  font-size:16px;
  text-transform:uppercase;
  display:inline-block;
  max-width:100%;
  padding-left:10px
}

.form-group input[type='text'],.form-group input[type='email']{
  display:block;
  width:100%;
  height:35px;
  padding:6px 10px;
  font-size:16px;
  line-height:1.42857143;
  color:#555;
  background-color:#fff;
  border:1px solid #707070;
  border-radius:10px
}

.form-group textarea{
  display:block;
  width:100%;
  padding:6px 10px;
  font-size:16px;
  line-height:1.42857143;
  color:#555;
  background-color:#fff;
  border:1px solid #707070;
  border-radius:10px
}

.form-group input[type='checkbox']{
  display:none
}

.form-group input[type='checkbox']+label{
  position:relative;
  font-size:14px;
  font-family:'DIN', serif;
  padding-left:0;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none
}

.form-group input[type='checkbox']+label::before{
  content:'';
  background:url("/wp-content/themes/acana/assets/img/shared/checkbox_sprite.jpg") 0 0;
  width:15px;
  height:15px;
  border:1px solid #707070;
  border-radius:5px;
  display:inline-block;
  cursor:pointer;
  position:relative;
  top:3px;
  background-color:#fff;
  margin-right:5px;
  margin-bottom:1px
}

.form-group input[type='checkbox']:checked+label::before{
  background:url("/wp-content/themes/acana/assets/img/shared/checkbox_sprite.jpg") 15px 0
}

.form-group input[type='checkbox']+br+label{
  position:relative;
  font-size:14px;
  font-family:'DIN', serif;
  padding-left:0;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none
}

.form-group input[type='checkbox']+br+label::before{
  content:'';
  background:url("/wp-content/themes/acana/assets/img/shared/checkbox_sprite.jpg") 0 0;
  width:15px;
  height:15px;
  border:1px solid #707070;
  border-radius:5px;
  display:inline-block;
  cursor:pointer;
  position:relative;
  top:3px;
  background-color:#fff;
  margin-right:5px;
  margin-bottom:1px
}

.form-group input[type='checkbox']:checked+br+label::before{
  background:url("/wp-content/themes/acana/assets/img/shared/checkbox_sprite.jpg") 15px 0
}

.form-group input[type='checkbox']:disabled+label{
  color:lightgray
}

.form-group input[type='checkbox']:disabled+label::before{
  background:url("/wp-content/themes/acana/assets/img/shared/checkbox_sprite.jpg") 0 0;
  border:1px solid lightgray
}

.form-group input[type='radio']{
  display:none
}

.form-group input[type='radio']+label::before{
  content:'';
  width:15px;
  height:15px;
  border:1px solid #707070;
  border-radius:50px;
  display:inline-block;
  cursor:pointer;
  position:relative;
  top:3px;
  background-color:#fff;
  margin-right:8px;
  margin-bottom:1px
}

.form-group input[type='radio']:checked+label::before{
  background-color:#f2a204
}

.section-title{
  text-transform:uppercase;
  line-height:65px;
  color:#000;
  letter-spacing:-1px;
  border-bottom:1px solid black;
  text-align:center
}

.section-title.text-left{
  text-align:left
}

.section-title-small{
  font-family:"DIN MX", serif;
  font-weight:bold;
  border-bottom:1px solid #707070;
  line-height:50px
}

h1{
  font-family:"DIN MX", serif;
  font-size:50px
}

@media (max-width: 450px){
  h1{
    font-size:40px
  }
}

h2{
  font-family:"DIN MX", serif;
  font-size:40px
}

@media (max-width: 450px){
  h2{
    font-size:30px
  }
}

h3{
  font-size:30px
}

h4{
  font-size:24px
}

p{
  font-family:"DIN MX", serif
}

.red{
  color:#e02827
}

.yellow{
  color:#f2a204
}

.button-primary{
  font-family:'Rockwell Std', serif;
  font-weight:bold;
  background:#f2a204;
  text-transform:uppercase;
  font-size:14px;
  color:#000;
  padding:8px 20px;
  width:100%;
  -webkit-appearance:none;
  border-radius:5px;
  border:none;
  outline:none !important
}

.button-primary:hover{
  background:#fcc860
}

.button-primary[disabled]{
  background-color:#999999;
  pointer-events:none;
  cursor:not-allowed
}

.button-secondary{
  font-family:'Rockwell Std', serif;
  font-weight:bold;
  background:#000;
  text-transform:uppercase;
  font-size:14px;
  color:#fff;
  padding:8px 20px;
  height:40px;
  width:100%;
  -webkit-appearance:none;
  border-radius:5px;
  border:none;
  outline:none !important
}

.button-secondary:hover{
  background:#fcc860
}

.hamburger{
  padding:13px 13px 7px;
  display:inline-block;
  cursor:pointer;
  transition-property:opacity, filter;
  transition-duration:.15s;
  transition-timing-function:linear;
  font:inherit;
  color:inherit;
  text-transform:none;
  background-color:transparent;
  border:0;
  margin:0;
  overflow:visible;
  outline:none !important
}

.hamburger:hover{
  opacity:.7
}

.hamburger.is-active:hover{
  opacity:.7
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{
  background-color:#fff
}

.hamburger-box{
  width:40px;
  height:24px;
  display:inline-block;
  position:relative
}

.hamburger-inner{
  display:block;
  top:50%;
  margin-top:-2px
}

.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{
  width:40px;
  height:4px;
  background-color:#fff;
  border-radius:4px;
  position:absolute;
  transition-property:transform;
  transition-duration:.15s;
  transition-timing-function:ease
}

.hamburger-inner::before,.hamburger-inner::after{
  content:"";
  display:block
}

.hamburger-inner::before{
  top:-10px
}

.hamburger-inner::after{
  bottom:-10px
}

.hamburger--slider .hamburger-inner{
  top:2px
}

.hamburger--slider .hamburger-inner::before{
  top:10px;
  transition-property:transform, opacity;
  transition-timing-function:ease;
  transition-duration:.15s
}

.hamburger--slider .hamburger-inner::after{
  top:20px
}

.hamburger--slider.is-active .hamburger-inner{
  transform:translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner::before{
  transform:rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity:0
}

.hamburger--slider.is-active .hamburger-inner::after{
  transform:translate3d(0, -20px, 0) rotate(-90deg)
}

header{
  position:fixed;
  z-index:10;
  width:100%;
  font-family:"DIN MX", serif
}

header .top-bar{
  background-color:#91974b;
  height:39px
}

header .top-bar .site-switcher{
  display:inline-flex;
  position:absolute;
  margin-left:10px;
  top:0;
  left:0
}

header .top-bar .site-switcher .logo{
  padding:8px
}

header .top-bar .site-switcher .logo img{
  height:100%
}

header .top-bar .site-switcher .logo.active{
  background-color:#C8CAA2
}

header .top-bar .site-switcher .topbar-champion{
  background-color:#D6272E
}

header .top-bar .contact a{
  font-size:14px;
  color:#fff
}

header .top-bar .search-bar-desktop-wrapper{
  max-width:350px;
  position:relative
}

header .top-bar #search-desktop-element .input input{
  background-color:transparent;
  border:1px solid #fff;
  padding-left:10px;
  color:white;
  margin-right:10px;
  border-radius:10px
}

header .top-bar #search-desktop-element .input input::-moz-placeholder{
  color:#fff;
  opacity:1
}

header .top-bar #search-desktop-element .input input:-ms-input-placeholder{
  color:#fff;
  opacity:1
}

header .top-bar #search-desktop-element .input input::placeholder{
  color:#fff;
  opacity:1
}

header .top-bar #search-desktop-element .input input::-ms-input-placeholder{
  color:#fff
}

header .top-bar #search-desktop-element .input-search-desktop-icon{
  width:30px;
  height:30px;
  padding:5px;
  margin-right:10px
}

header .top-bar #search-desktop-element .input-search-desktop-icon svg{
  cursor:pointer;
  fill:#fff
}

header .top-bar .search-desktop-icon{
  width:30px;
  height:30px;
  padding:5px;
  margin-right:10px
}

header .top-bar .search-desktop-icon img{
  cursor:pointer
}

header .top-bar .search-desktop-icon svg{
  cursor:pointer;
  fill:#fff
}

@media (max-width: 768px){
  header .top-bar .search-desktop-icon{
    position:absolute;
    top:13px;
    right:13px;
    width:35px;
    height:35px
  }

  header .top-bar .search-desktop-icon svg{
    fill:#fff
  }
}

header .top-bar .search-desktop-results{
  padding:20px;
  background-color:#f1efd9;
  max-height:600px;
  overflow:auto;
  position:absolute;
  top:33px;
  left:-160px;
  width:350px;
  z-index:999
}

header .top-bar .search-desktop-results .table-product{
  width:50%;
  padding:10px
}

header .menu{
  background-color:#fff;
  height:60px;
  border-bottom:1px solid #91974b
}

@media (max-width: 768px){
  header .menu{
    background-color:#91974b
  }
}

@media (max-width: 768px){
  header .menu .logo{
    margin-top:5px;
    padding:10px
  }

  header .menu .logo img{
    margin:auto;
    height:35px
  }

  header .menu .dropdown-menu{
    width:100%;
    max-height:90vh;
    overflow:auto;
    align-items:normal;
    background-color:#fff
  }
}

header .menu nav li{
  padding:10px 15px
}

header .menu nav li a{
  display:block;
  font-size:15px;
  line-height:22px;
  text-transform:uppercase
}

@media (min-width: 768px){
  header .menu nav .list-element:last-child li{
    padding:10px 5px 10px 20px
  }
}

header .menu .search-mobile-icon{
  width:30px;
  height:30px;
  padding:5px
}

header .menu .search-mobile-icon img{
  cursor:pointer
}

header .menu .search-mobile-icon svg{
  cursor:pointer;
  fill:#000
}

@media (max-width: 768px){
  header .menu .search-mobile-icon{
    position:absolute;
    top:13px;
    right:13px;
    width:35px;
    height:35px
  }

  header .menu .search-mobile-icon svg{
    fill:#fff
  }
}

header .menu .search-bar-mobile-wrapper{
  max-width:350px
}

@media (max-width: 450px){
  header .menu .search-bar-mobile-wrapper{
    max-width:100%
  }
}

header .menu .search-mobile-bar{
  background-color:#fff;
  position:absolute;
  top:99px;
  right:100px;
  border-radius:0 0 5px 5px;
  border:1px solid #91974b;
  border-top:none
}

header .menu .search-mobile-bar #search-mobile-element{
  padding:5px
}

header .menu .search-mobile-bar .input input{
  min-width:300px
}

@media (max-width: 450px){
  header .menu .search-mobile-bar .input{
    width:100%
  }

  header .menu .search-mobile-bar .input input{
    width:100%;
    min-width:unset
  }
}

header .menu .search-mobile-bar .input-search-mobile-icon{
  width:30px;
  height:30px;
  padding:5px
}

@media (max-width: 768px){
  header .menu .search-mobile-bar{
    top:60px;
    right:10px
  }
}

@media (max-width: 450px){
  header .menu .search-mobile-bar{
    left:0;
    width:100%
  }
}

header .menu .search-mobile-results{
  padding:20px;
  background-color:#f1efd9;
  max-height:600px;
  overflow:auto
}

header .menu .search-mobile-results .table-product{
  width:50%;
  padding:10px
}

@media (max-width: 768px){
  header .menu .search-mobile-results{
    max-height:90vh
  }
}

header .menu .hamburger-wrapper{
  position:absolute;
  top:45px;
  left:0
}

header .menu .hamburger-wrapper .hamburger .hamburger-box{
  width:30px
}

header .menu .hamburger-wrapper .hamburger .hamburger-box .hamburger-inner,header .menu .hamburger-wrapper .hamburger .hamburger-box ::after,header .menu .hamburger-wrapper .hamburger .hamburger-box ::before{
  background-color:#91974b;
  width:30px;
  height:3px
}

@media (max-width: 768px){
  header .menu .hamburger-wrapper{
    top:5px
  }

  header .menu .hamburger-wrapper .hamburger .hamburger-box .hamburger-inner,header .menu .hamburger-wrapper .hamburger .hamburger-box ::after,header .menu .hamburger-wrapper .hamburger .hamburger-box ::before{
    background-color:#fff
  }
}

@media (max-width: 768px){
  header{
    position:fixed;
    width:100%;
    z-index:10
  }

  header nav{
    width:100%;
    background:white
  }

  header nav .list-element{
    border-bottom:1px #f1efd9 solid
  }
}

header .dropdown{
  width:100%;
  padding-top:10px;
  font-size:14px;
  background-color:#fff;
  border-bottom:1px solid #f1efd9
}

@media (min-width: 768px){
  header .dropdown{
    position:absolute;
    left:0;
    top:100%
  }
}

@media (max-width: 768px){
  header .dropdown{
    margin-left:40px
  }
}

header .dropdown .dropdown-content{
  padding-bottom:10px
}

header .dropdown .dropdown-content .column{
  padding-bottom:10px;
  margin-right:40px;
  line-height:18px
}

header .dropdown .dropdown-content .column .element{
  padding-bottom:4px
}

header .dropdown .dropdown-content .column:last-child{
  padding-bottom:0
}

header .dropdown .dropdown-content .title{
  font-weight:bold;
  padding:10px 0
}

header .dropdown .dropdown-content .featured-img{
  width:180px;
  height:180px;
  border:1px solid #000;
  margin:10px 0
}

header .dropdown .bottom-bar-wrapper{
  background-color:#f1efd9;
  padding:20px 0
}

header .dropdown .bottom-bar-wrapper .bottom-bar .btn{
  max-width:250px;
  margin-left:auto
}

header .dropdown .bottom-bar-wrapper .bottom-bar .btn a{
  background-color:#91974b;
  color:#fff
}

.products-filter-element .products-filter-title{
  background-color:#f2a204;
  padding:12px;
  font-size:15px;
  border-bottom:1px solid #000;
  cursor:pointer
}

.products-filter-element .products-filter-title:after{
  content:'+';
  font-size:16px;
  color:#fff;
  float:right
}

.products-filter-element .products-filter-title.opened::after{
  content:"-"
}

.products-filter-element .options{
  padding:5px 0 5px 12px;
  font-size:12px
}

.products-filter-element .options .form-group{
  margin-bottom:0
}

.products-filter-element .options .form-group>label{
  text-transform:none
}

#products-filter{
  font-size:14px;
  margin-bottom:20px
}

#products-filter .mobile-bar{
  border:1px solid #000;
  border-radius:5px;
  padding:10px;
  background-color:#91974b;
  color:#fff
}

#products-filter .mobile-bar.opened{
  background-color:#fff;
  color:#000
}

#products-filter .title-bar{
  padding:55px 5px 0 0;
  border-bottom:1px solid #000
}

#products-filter .title-bar a{
  font-size:10px;
  text-decoration:underline
}

@media (max-width: 768px){
  #products-filter .title-bar{
    padding:25px 5px 0 0
  }
}

#products-filter .active-filter-wrapper{
  margin:20px 0
}

#products-filter .active-filter-wrapper .active-filter{
  display:inline-block;
  border-radius:40px;
  border:1px solid #000;
  padding:0 10px;
  margin-bottom:5px
}

#products-filter .active-filter-wrapper .active-filter a:after{
  margin-left:5px;
  position:relative;
  display:inline-block;
  content:"";
  width:8px;
  height:8px;
  background-color:#fff;
  background-repeat:no-repeat;
  background-size:cover;
  background-image:url("/assets/img/shared/remove-icon.png")
}

#products-filter .filters-title{
  padding:10px 0 10px 5px
}

#single-product-tab-section{
  font-family:"DIN MX", serif;
  background-color:#f2f2f2
}

#single-product-tab-section .tab-bar{
  border-top:1px solid #bebebe;
  border-bottom:1px solid #bebebe
}

#single-product-tab-section .tab-bar .selector{
  cursor:pointer;
  padding:7px 0;
  font-size:18px;
  font-weight:bold
}

#single-product-tab-section .tab-bar .selector:first-child,#single-product-tab-section .tab-bar .selector:last-child{
  border-left:1px solid #bebebe;
  border-right:1px solid #bebebe
}

#single-product-tab-section .tab-bar .selector.active{
  border-bottom:2px solid #f2a204
}

@media (max-width: 768px){
  #single-product-tab-section .tab-bar{
    background-color:#fff
  }

  #single-product-tab-section .tab-bar .selector:not(:last-child){
    border-bottom:1px solid #bebebe
  }

  #single-product-tab-section .tab-bar .selector{
    padding:10px 0 10px 10px
  }

  #single-product-tab-section .tab-bar .selector:first-child,#single-product-tab-section .tab-bar .selector:last-child{
    border-left:none;
    border-right:none
  }

  #single-product-tab-section .tab-bar .selector.active{
    border-bottom:2px solid #f2a204;
    background-color:#f1efd9
  }
}

#single-product-tab-section .tab-content .content{
  display:none
}

#single-product-tab-section .tab-content .content.opened{
  display:block
}

#single-product-tab-section .tab-content .first-content{
  text-align:center
}

#single-product-tab-section .tab-content .first-content h3{
  font-weight:bold;
  padding:25px 0
}

@media (max-width: 768px){
  #single-product-tab-section .tab-content .first-content h3{
    padding:25px 0 0 0
  }
}

#single-product-tab-section .tab-content .first-content .product-feature-wrapper{
  margin:20px 0
}

@media (max-width: 768px){
  #single-product-tab-section .tab-content .first-content .product-feature-wrapper div:not(:last-child){
    border-bottom:1px solid #bebebe
  }
}

#single-product-tab-section .tab-content .first-content .product-feature-wrapper .product-feature{
  border-right:1px solid #bebebe;
  padding:0 35px
}

#single-product-tab-section .tab-content .first-content .product-feature-wrapper .product-feature .yellow-image{
  background-color:#f2a204;
  border-radius:1000px;
  margin:10px auto;
  height:100px;
  width:100px
}

#single-product-tab-section .tab-content .first-content .product-feature-wrapper .product-feature .yellow-image img{
  margin:auto;
  padding:0 10px;
  flex:1 1 0;
  max-width:70%;
  max-height:70%
}

@media (max-width: 768px){
  #single-product-tab-section .tab-content .first-content .product-feature-wrapper .product-feature .yellow-image{
    height:80px;
    width:80px
  }

  #single-product-tab-section .tab-content .first-content .product-feature-wrapper .product-feature .yellow-image img{
    max-width:60px;
    max-height:50x;
    padding:0
  }
}

@media (max-width: 450px){
  #single-product-tab-section .tab-content .first-content .product-feature-wrapper .product-feature .yellow-image{
    height:50px;
    width:50px
  }

  #single-product-tab-section .tab-content .first-content .product-feature-wrapper .product-feature .yellow-image img{
    max-width:30px;
    max-height:30px;
    padding:0
  }
}

#single-product-tab-section .tab-content .first-content .product-feature-wrapper .product-feature p{
  font-size:12px;
  flex:5 1 0
}

#single-product-tab-section .tab-content .first-content .product-feature-wrapper .product-feature p.title{
  font-weight:bold;
  flex:1 1 100px
}

#single-product-tab-section .tab-content .first-content .product-feature-wrapper .product-feature:last-child{
  border-right:none
}

@media (max-width: 768px){
  #single-product-tab-section .tab-content .first-content .product-feature-wrapper .product-feature{
    border-right:none;
    padding:10px 0
  }

  #single-product-tab-section .tab-content .first-content .product-feature-wrapper .product-feature img{
    max-width:60px;
    margin:0
  }
}

#single-product-tab-section .tab-content .first-content .green-background{
  background-color:#91974b;
  color:#fff;
  font-weight:bold;
  padding:10px 0
}

#single-product-tab-section .tab-content .first-content .double-feature-wrapper{
  background-color:#f1efd9;
  font-size:15px;
  padding:20px 10px
}

#single-product-tab-section .tab-content .first-content .double-feature-wrapper .double-feature{
  padding:0 100px
}

#single-product-tab-section .tab-content .first-content .double-feature-wrapper .double-feature:first-child{
  border-right:1px solid #bebebe
}

#single-product-tab-section .tab-content .first-content .double-feature-wrapper .double-feature .question{
  color:#f2a204;
  text-transform:uppercase;
  font-weight:bold
}

#single-product-tab-section .tab-content .first-content .double-feature-wrapper .double-feature .amount{
  font-family:"Rockwell Std", serif;
  font-size:50px;
  font-weight:bolder
}

#single-product-tab-section .tab-content .first-content .double-feature-wrapper .double-feature .explanation{
  font-family:'DIN', serif;
  font-size:12px
}

@media (max-width: 768px){
  #single-product-tab-section .tab-content .first-content .double-feature-wrapper .double-feature{
    padding:20px 50px
  }

  #single-product-tab-section .tab-content .first-content .double-feature-wrapper .double-feature:first-child{
    border-right:none;
    border-bottom:1px solid #bebebe
  }
}

#single-product-tab-section .tab-content .first-content .triple-feature-section{
  background-color:#fff;
  padding:20px 0;
  font-size:12px
}

#single-product-tab-section .tab-content .first-content .triple-feature-section .triple-feature-title{
  color:#f2a204;
  text-transform:uppercase;
  font-weight:bold;
  font-size:15px
}

#single-product-tab-section .tab-content .first-content .triple-feature-section .triple-feature-wrapper{
  max-width:900px;
  margin:auto;
  padding:20px 0
}

@media (max-width: 768px){
  #single-product-tab-section .tab-content .first-content .triple-feature-section .triple-feature-wrapper div:not(:last-child){
    border-bottom:1px solid #bebebe
  }
}

#single-product-tab-section .tab-content .first-content .triple-feature-section .triple-feature-wrapper .triple-feature{
  border-right:1px solid #bebebe;
  padding:0 10px
}

#single-product-tab-section .tab-content .first-content .triple-feature-section .triple-feature-wrapper .triple-feature p{
  font-size:12px;
  flex:5 1 0
}

#single-product-tab-section .tab-content .first-content .triple-feature-section .triple-feature-wrapper .triple-feature:last-child{
  border-right:none
}

#single-product-tab-section .tab-content .first-content .triple-feature-section .triple-feature-wrapper .triple-feature .yellow-image{
  background-color:#f2a204;
  border-radius:1000px;
  margin:10px auto;
  height:100px;
  width:100px
}

#single-product-tab-section .tab-content .first-content .triple-feature-section .triple-feature-wrapper .triple-feature .yellow-image img{
  margin:auto;
  padding:0 10px;
  flex:1 1 0;
  max-width:70%;
  max-height:70%
}

@media (max-width: 768px){
  #single-product-tab-section .tab-content .first-content .triple-feature-section .triple-feature-wrapper .triple-feature .yellow-image{
    height:80px;
    width:80px
  }

  #single-product-tab-section .tab-content .first-content .triple-feature-section .triple-feature-wrapper .triple-feature .yellow-image img{
    max-width:60px;
    max-height:50px;
    padding:0
  }
}

@media (max-width: 450px){
  #single-product-tab-section .tab-content .first-content .triple-feature-section .triple-feature-wrapper .triple-feature .yellow-image{
    height:50px;
    width:50px
  }

  #single-product-tab-section .tab-content .first-content .triple-feature-section .triple-feature-wrapper .triple-feature .yellow-image img{
    max-width:30px;
    max-height:30px;
    padding:0
  }
}

@media (max-width: 768px){
  #single-product-tab-section .tab-content .first-content .triple-feature-section .triple-feature-wrapper .triple-feature{
    border-right:none
  }
}

#single-product-tab-section .tab-content .first-content .triple-feature-section .triple-feature-wrapper .triple-feature .amount{
  font-family:'Rockwell Std', serif;
  font-weight:bold
}

#single-product-tab-section .tab-content .content-wrapper .ingredients,#single-product-tab-section .tab-content .content-wrapper .analysis{
  padding:20px
}

#single-product-tab-section .tab-content .content-wrapper .title{
  border-bottom:1px solid #000;
  margin-bottom:10px
}

#single-product-tab-section .tab-content .content-wrapper .title h4{
  font-weight:bold
}

#single-product-tab-section .tab-content .second-content .content-wrapper .ingredients{
  flex:2;
  padding-right:50px
}

#single-product-tab-section .tab-content .second-content .content-wrapper .ingredients p{
  font-family:'DIN', serif;
  padding-bottom:20px;
  font-size:15px
}

@media (max-width: 768px){
  #single-product-tab-section .tab-content .second-content .content-wrapper .ingredients{
    padding:20px 0
  }
}

#single-product-tab-section .tab-content .second-content .content-wrapper .analysis{
  background-color:#fff;
  flex:1
}

#single-product-tab-section .tab-content .second-content .content-wrapper .analysis .analytical-ingredient{
  font-family:'DIN', serif;
  padding:5px 0;
  border-bottom:1px solid #000;
  font-size:15px
}

#single-product-tab-section .tab-content .second-content .content-wrapper .analysis .analytical-ingredient .indented{
  padding-left:15px
}

#single-product-tab-section .tab-content .third-content .content-wrapper .how-to-feed{
  padding:20px 0;
  font-size:15px
}

#single-product-tab-section .tab-content .third-content .content-wrapper .how-to-feed .yellow-title{
  background-color:#f2a204;
  color:#fff
}

#single-product-tab-section .tab-content .third-content .content-wrapper .how-to-feed .subtext-title{
  color:#f2a204;
  text-transform:uppercase;
  font-weight:bold
}

#single-product-tab-section .tab-content .third-content .content-wrapper .how-to-feed p,#single-product-tab-section .tab-content .third-content .content-wrapper .how-to-feed img{
  padding-bottom:20px
}

.static-page .mood-img{
  padding:0
}

.static-page.faq .static-dropdown-group:last-child{
  padding-bottom:20px
}

.static-page .content{
  background-color:#f1efd9
}

.static-page .content figure img{
  margin:auto
}

.static-page .content table{
  padding:10px 0
}

.static-page .content table td{
  padding:16px 0
}

.static-page .content table td img{
  padding-bottom:5px;
  margin:0
}

.static-page .content .title-group{
  text-transform:uppercase;
  border-bottom:1px solid #000;
  padding-top:20px;
  margin-bottom:20px
}

.static-page .content h1{
  font-family:'Rockwell Std', serif;
  font-size:24px;
  font-weight:bolder;
  line-height:1.4
}

.static-page .content h2{
  font-size:17px;
  text-transform:uppercase;
  padding-bottom:10px;
  padding-top:10px
}

.static-page .content h3{
  font-family:"DIN", serif;
  font-size:14px;
  padding-bottom:10px
}

.static-page .content p{
  font-family:"DIN", serif;
  padding:10px 0;
  font-size:15px
}

.static-page .content .green-section{
  background-color:#91974b;
  color:#fff;
  padding:10px 15px;
  margin:10px -15px
}

.static-page .content .green-section p{
  padding-top:0px
}

.static-page .content .static-dropdown-title{
  cursor:pointer
}

.static-page .content .static-dropdown-title h2{
  padding:2px 0 2px 5px
}

.static-page .content .static-dropdown-title .dropdown-arrow.opened{
  transform:rotate(-90deg)
}

.static-page .content .static-dropdown-content{
  padding:5px 0 20px
}

.static-page .content .static-dropdown-content p{
  padding-bottom:10px;
  margin-left:15px
}

.static-page .content .static-dropdown-content .btn{
  max-width:200px;
  margin-left:15px
}

.static-page .content .bottom-banner-wrapper .bottom-banner{
  padding:20px 0
}

.static-page .content .bottom-banner-wrapper .bottom-banner .bottom-banner-element{
  max-width:250px;
  border-right:1px solid #515151;
  max-height:90px;
  margin:10px 20px
}

.static-page .content .bottom-banner-wrapper .bottom-banner .bottom-banner-element:last-child{
  border-right:none
}

.static-page .content .bottom-banner-wrapper .bottom-banner .bottom-banner-element .item-image img{
  max-width:100px;
  max-height:60px
}

.static-page .content .bottom-banner-wrapper .bottom-banner .bottom-banner-element p{
  line-height:1.1;
  padding-left:20px;
  padding-bottom:0;
  font-family:"League Gothic", serif;
  font-size:25px;
  text-transform:uppercase;
  color:#515151
}

@media (max-width: 768px){
  .static-page .content .bottom-banner-wrapper .bottom-banner .bottom-banner-element{
    border-right:none
  }

  .static-page .content .bottom-banner-wrapper .bottom-banner .bottom-banner-element .item-image{
    min-width:100px
  }
}

body .page-content-all{
  padding-top:99px
}

@media (max-width: 768px){
  body .page-content-all{
    padding-top:60px
  }
}

#map{
  height:400px
}

@media (max-width: 767px){
  #map{
    height:300px
  }
}

#shop-search{
  width:100%;
  margin-bottom:20px
}

#acana-404 .error-code{
  font-size:120px;
  color:#91974b
}

#acana-404 .main-text{
  font-size:20px
}

#acana-404 .button-primary{
  display:inline-block;
  width:auto
}

#acana-category-archive .category-info-element{
  border-right:1px solid black
}

#acana-category-archive .category-info-element h2{
  font-family:"League Gothic", sans-serif;
  font-size:50px;
  line-height:45px;
  white-space:nowrap
}

#acana-category-archive .category-info-element p{
  font-family:"League Gothic", sans-serif;
  max-width:150px;
  font-size:18px;
  line-height:20px
}

@media (max-width: 640px){
  #acana-category-archive .category-info-element h2{
    font-size:30px;
    line-height:26px
  }

  #acana-category-archive .category-info-element p{
    font-size:16px;
    line-height:18px
  }
}

#acana-category-archive .category-info-element:last-child{
  border-right:none
}

#contact .top-section h1{
  font-size:50px;
  border-bottom:1px solid #000;
  margin-bottom:20px;
  font-weight:200
}

#contact .top-section .blocks{
  margin:auto;
  padding-top:20px
}

#contact .top-section .blocks button{
  margin-bottom:10px
}

#contact .top-section .blocks .contact-block{
  background-color:#f1efd9;
  padding:30px 50px;
  height:260px
}

#contact .top-section .blocks .contact-block h1{
  line-height:normal
}

#contact .top-section .blocks .contact-block .details{
  padding-top:10px
}

#contact .top-section .blocks .contact-block .details p{
  font-family:'DIN', serif;
  padding-bottom:10px;
  font-size:14px
}

#contact .top-section .blocks .contact-block .details a{
  font-family:DIN, serif
}

#contact .top-section .tiles{
  max-width:930px
}

#contact .top-section .tiles .tile{
  padding:25px;
  margin:5px;
  background-color:#F1EFD9;
  min-width:300px
}

#contact .top-section .tiles .tile a{
  color:#D6272E
}

#contact .top-section .tiles .tile a h3{
  color:#000
}

#contact .top-section .tiles .tile h4{
  font-size:20px;
  font-weight:700;
  line-height:24px
}

#contact .top-section .tiles .tile .single-company{
  max-width:280px;
  padding:10px 20px
}

#contact .top-section .tiles .tile:hover{
  background-color:#91974b
}

@media (max-width: 768px){
  #contact .top-section .blocks .contact-block{
    padding:30px 25px
  }

  #contact .top-section .tiles .tile{
    min-width:200px
  }

  #contact .top-section .tiles .tile h3{
    font-size:25px;
    line-height:30px
  }

  #contact .top-section .tiles .tile h4{
    font-size:18px;
    line-height:22px
  }
}

#contact .email-section .title{
  background-color:#91974b;
  color:#fff;
  padding:10px 0
}

#contact .email-section .email-form{
  padding-top:20px;
  padding-bottom:20px
}

#contact .email-section .email-form p{
  padding-bottom:30px
}

#contact .email-section .email-form .form-wrapper{
  margin:auto
}

#contact .email-section .email-form .form-wrapper .form-row{
  display:flex
}

@media (max-width: 768px){
  #contact .email-section .email-form .form-wrapper .form-row{
    display:block
  }
}

#contact .email-section .email-form .form-wrapper .form-row .form-group{
  padding:0 10px;
  flex:1
}

@media (max-width: 640px){
  #contact .email-section .email-form .form-wrapper .form-row .form-group{
    padding:0
  }
}

#contact .email-section .email-form .form-wrapper .form-row .form-group input[type='checkbox']+label{
  text-transform:none
}

#contact .email-section .email-form .btn{
  max-width:150px;
  margin:20px 0
}

#forum .content .forum-top-bar{
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:1px solid #000
}

#forum .content .forum-top-bar .form-group{
  margin-bottom:0
}

#forum .content .new-comment{
  padding-bottom:5px;
  margin-bottom:20px;
  border-bottom:1px solid #000
}

#forum .content .new-comment #new-comment-form .form-group label{
  text-transform:unset;
  font-size:15px;
  display:inline-block;
  max-width:100%;
  padding:5px 10px;
  border:1px solid black;
  border-radius:5px;
  margin-left:15px
}

#forum .content .new-comment trix-toolbar .trix-button-group--file-tools,#forum .content .new-comment trix-toolbar .trix-button--icon-link{
  display:none !important
}

#forum .content .new-comment trix-editor{
  border:1px solid #707070;
  background-color:white;
  border-radius:10px
}

#forum .comments{
  font-family:"DIN MX", sans-serif
}

#forum .comments .child-comment{
  padding-left:15px;
  border-left:2px solid #707070
}

#forum .comments .comment.acana{
  background-color:#716349;
  color:#fff
}

#forum .comments .comment p{
  font-size:16px;
  font-family:"DIN MX", sans-serif;
  padding:5px
}

#forum .comments .comment .heading .name{
  font-size:18px;
  font-weight:bold
}

#forum .forum-categories-section{
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:1px solid #000
}

#forum .forum-categories-section .title{
  font-family:'DIN MX', sans-serif;
  font-size:18px;
  font-weight:bold;
  padding-bottom:10px
}

#forum .forum-categories-section .forum-categories{
  display:flex;
  flex-wrap:wrap
}

#forum .forum-categories-section .forum-categories .forum-category{
  width:auto;
  margin:5px;
  cursor:pointer;
  font-family:'Rockwell Std', serif;
  font-weight:bold;
  text-transform:unset;
  font-size:14px;
  display:inline-block;
  padding:8px 20px;
  border:1px solid black;
  border-radius:5px;
  -webkit-appearance:none
}

#forum .forum-categories-section .forum-categories .forum-category.active{
  font-family:'Rockwell Std', serif;
  font-weight:bold;
  background:#f2a204;
  color:#000;
  border:1px solid #f2a204;
  outline:none !important
}

#forum .forum-categories-section .categories-submit{
  max-width:200px;
  margin:15px auto
}

@media (max-width: 450px){
  #home-page .slider{
    min-height:550px
  }
}

#home-page .mood{
  height:600px;
  background-image:url("/wp-content/themes/acana/assets/img/home/mood-full.jpg");
  background-size:cover;
  background-position:right top;
  background-repeat:no-repeat
}

@media (max-width: 1280px){
  #home-page .mood{
    height:500px
  }
}

@media (max-width: 1024px){
  #home-page .mood{
    background-image:none;
    background-color:#f1efd9;
    height:unset
  }
}

#home-page .mood .mood-textbox{
  max-width:450px;
  padding:50px;
  margin-left:150px
}

@media (max-width: 1280px){
  #home-page .mood .mood-textbox{
    margin-left:0
  }
}

#home-page .mood .mood-textbox .title{
  text-transform:uppercase;
  font-family:"Rockwell Std", serif;
  font-weight:bolder;
  font-size:50px;
  line-height:1.2
}

#home-page .mood .mood-textbox .subtext{
  font-family:"DIN", serif;
  font-size:15px;
  padding-bottom:10px
}

#home-page .mood .mood-textbox .btn{
  max-width:270px
}

#home-page .mood .mood-textbox .btn a{
  text-transform:none;
  padding:10px;
  font-size:14px
}

#home-page .quad-wrapper{
  background-color:#91974b;
  background-image:url("/wp-content/themes/acana/assets/img/home/quad-link-bg.png");
  background-position:center;
  border-bottom:1px solid #fff
}

#home-page .quad-wrapper .row a:last-child{
  border-right:1px solid #fff
}

@media (max-width: 1024px){
  #home-page .quad-wrapper .row a{
    flex:1 1 50%;
    max-width:50%
  }

  #home-page .quad-wrapper .row a:first-child{
    border-right:1px solid #fff;
    border-bottom:1px solid #fff
  }

  #home-page .quad-wrapper .row a:nth-child(2){
    border-bottom:1px solid #fff
  }

  #home-page .quad-wrapper .row a:nth-child(3){
    border-right:1px solid #fff
  }

  #home-page .quad-wrapper .row a:last-child{
    border-right:none
  }
}

#home-page .quad-wrapper .quad-element{
  height:200px;
  border-left:1px solid #fff;
  color:#fff;
  padding:30px 20px 20px 20px;
  text-transform:uppercase;
  font-family:"DIN MX", serif
}

@media (max-width: 1024px){
  #home-page .quad-wrapper .quad-element{
    border-left:none
  }
}

#home-page .quad-wrapper .quad-element .quad-title{
  font-weight:bold;
  font-size:18px
}

#home-page .quad-wrapper .quad-element .quad-link{
  font-family:"DIN", serif
}

#home-page .quad-wrapper .quad-element .quad-link img{
  display:inline;
  height:14px;
  padding-left:5px
}

#home-page .quad-wrapper .quad-element:hover{
  background-color:rgba(0,0,0,0.5)
}

#home-page .packshot{
  background-image:url("/wp-content/themes/acana/assets/img/home/packshot-bg.png");
  padding:80px 0
}

#home-page .packshot .packshot-img{
  width:320px;
  height:280px;
  border:1px solid #000;
  margin-right:20px
}

#home-page .packshot .packshot-cta{
  margin-left:20px
}

@media (max-width: 768px){
  #home-page .packshot .packshot-cta{
    margin-left:0
  }
}

#home-page .packshot .packshot-cta .cta-text{
  font-family:'Rockwell Std', serif;
  color:#fff;
  font-size:46px;
  text-transform:uppercase;
  font-weight:bold
}

#home-page .packshot .packshot-cta .btn{
  max-width:155px
}

@media (max-width: 768px){
  #home-page .packshot{
    padding:50px 0
  }

  #home-page .packshot .packshot-img{
    width:160px;
    height:140px;
    margin:auto
  }

  #home-page .packshot .packshot-cta .cta-text{
    font-size:26px;
    padding:15px 0
  }

  #home-page .packshot .packshot-cta .btn{
    margin:auto
  }
}

#home-page .bottom-banner{
  padding:20px 0;
  background-color:#f1efd9
}

#library-page .title-group{
  margin-bottom:0
}

.static-page.library-single table p{
  padding:0
}

.static-page.library-single table td{
  border:1px solid #000;
  padding:5px
}

.static-page.library-single ol{
  list-style:decimal;
  padding-left:25px;
  font-family:'DIN', sans-serif
}

.products-table-element{
  margin:10px 0;
  transition:transform .3s ease-out
}

.products-table-element .properties{
  padding-left:20px
}

.products-table-element .properties .category{
  text-transform:uppercase;
  font-size:10px
}

.products-table-element .properties .name{
  font-family:'Rockwell Std', serif;
  font-size:17px;
  color:#f2a204
}

.products-table-element .properties .available-sizes .sizes-title{
  font-family:"DIN", serif;
  font-size:13px
}

.products-table-element .properties .available-sizes .sizes{
  font-size:11px
}

@media (max-width: 450px){
  .products-table-element .properties{
    padding-left:10px
  }
}

.products-table-element:hover{
  transform:translateY(-5px)
}

#products-table .img{
  width:90%
}

#products-table .title{
  font-size:35px;
  border-bottom:1px solid #000
}

#products-table .table .table-product{
  display:inline-block
}

#products{
  font-family:"DIN MX", serif;
  padding-top:10px;
  padding-bottom:30px
}

@media (max-width: 768px){
  #products{
    padding-top:20px
  }
}

@media (min-width: 768px){
  #products .filter-bar{
    width:200px
  }
}

#rolunk .top-section h1{
  font-size:50px;
  border-bottom:1px solid #000;
  margin-bottom:20px;
  font-weight:200
}

#rolunk .top-section .blocks{
  margin:auto;
  padding-top:20px
}

#rolunk .top-section .blocks button{
  margin-bottom:10px
}

#rolunk .top-section .blocks .contact-block{
  background-color:#fff;
  padding:30px 50px;
  height:260px
}

#rolunk .top-section .blocks .contact-block h1{
  line-height:normal
}

#rolunk .top-section .blocks .contact-block p{
  font-family:'DIN', serif;
  padding:0px;
  font-size:14px
}

#rolunk .top-section .blocks .contact-block .details{
  padding-top:10px
}

#rolunk .top-section .blocks .contact-block .details a{
  font-family:DIN, serif
}

#single-product{
  font-family:"DIN MX", serif;
  background-color:#f2f2f2
}

#single-product img{
  max-width:100%;
  height:auto
}

#single-product .product{
  padding-top:20px;
  padding-bottom:20px
}

#single-product .product .gallery{
  width:100%
}

#single-product .product .gallery .image-collection .product-thumbnail{
  width:75px;
  height:75px
}

#single-product .product .gallery .image-collection .product-thumbnail img{
  height:100%
}

#single-product .product .gallery .product-image{
  height:auto
}

#single-product .product .gallery .product-image img{
  height:100%
}

@media (max-width: 768px){
  #single-product .product .gallery .product-image{
    height:auto
  }

  #single-product .product .gallery .product-image img{
    height:auto;
    max-width:350px
  }
}

@media (max-width: 450px){
  #single-product .product .gallery .product-image img{
    max-width:100%
  }
}

@media (max-width: 1024px){
  #single-product .product .gallery{
    width:auto;
    max-height:270px
  }
}

@media (max-width: 768px){
  #single-product .product .gallery{
    margin-bottom:30px;
    max-height:unset
  }
}

#single-product .product .product-details .product-title{
  font-family:'Rockwell Std', serif;
  font-size:26px;
  padding-bottom:10px;
  color:#f2a204
}

#single-product .product .product-details .feat{
  font-size:10px;
  background-color:#fff;
  border:1px solid #000;
  border-radius:50px;
  padding:5px 10px
}

#single-product .product .product-details .feat .feat-img{
  width:15px;
  height:15px
}

#single-product .product .product-details .feat .feat-img img{
  max-height:100%;
  margin:auto
}

#single-product .product .product-details .product-description{
  padding:30px 0
}

#single-product .product .product-details .product-description p{
  padding-bottom:10px;
  font-size:14px
}

#single-product .product .product-details .product-description ul{
  font-size:14px;
  margin-bottom:15px;
  margin-left:35px
}

#single-product .product .product-details .product-description ul li{
  list-style:disc
}

#single-product .product .product-details .bottom-section .product-sizes{
  font-size:12px;
  padding-bottom:10px
}

#single-product .product .product-details .bottom-section .product-sizes span:last-child{
  display:none
}

#single-product .product .product-details .bottom-section .button-group{
  max-width:260px
}

#single-product .product .product-details .bottom-section .button-group .btn a{
  display:block;
  text-align:center;
  margin-left:auto;
  max-width:185px
}

@media (max-width: 640px){
  #single-product .product .product-details .bottom-section .button-group .btn a{
    margin:auto
  }
}

#single-product .product .product-details .bottom-section .button-group .info-text{
  font-size:10px
}

#single-product .product-description ol{
  list-style:decimal;
  padding-left:25px
}

#single-product .product-description ul{
  list-style:disc;
  padding-left:25px
}

@media (min-width: 450px) {
  .xs\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  @media (min-width: 450px) {
    .xs\:container {
      max-width: 450px;
    }
  }

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

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

  @media (min-width: 1024px) {
    .xs\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xs\:container {
      max-width: 1280px;
    }
  }

  .xs\:flex {
    display: flex;
  }
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  @media (min-width: 450px) {
    .sm\:container {
      max-width: 450px;
    }
  }

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

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

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  .sm\:block {
    display: block;
  }

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

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

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

  .sm\:text-right {
    text-align: right;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  @media (min-width: 450px) {
    .md\:container {
      max-width: 450px;
    }
  }

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

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

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:items-end {
    align-items: flex-end;
  }

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

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

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

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

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

  .md\:w-4\/12 {
    width: 33.333333%;
  }

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

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

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

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

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  @media (min-width: 450px) {
    .lg\:container {
      max-width: 450px;
    }
  }

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

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

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

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

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

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

  .lg\:w-10\/12 {
    width: 83.333333%;
  }
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  @media (min-width: 450px) {
    .xl\:container {
      max-width: 450px;
    }
  }

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

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

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex-grow-0 {
    flex-grow: 0;
  }
}
