/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/sass/axdt_main.scss ***!
  \********************************************************************************************************************************************************************************************************************/
/**
* @package Dare Theme 2021
* @author Harbinger
* @version 1.0.0
* 
* File Main css, theme styles
*/
/* Essentials */
/**
* Essentials
*/
/* Settings */
/**
* Settings
*/
/**
* Colors
*/
/*Brands*/
/*coockie brands*/
/*Cracker Brands*/
/*Candy brands*/
/* Others */
/* Opacity */
/* Gradient */
/* Element colors */
/* Border Colors */
/**
* Typography
*/
/* Global theme font. */
/* Global code font */
/* Fallback font when font is not loaded via WebFonts JS. */
/* Base line height. */
/* Body Text Font Sizes */
/**
* Z-index
*/
/**
* Constants
*/
/* Media Queries */
/* Paddings and margins */
/* Borders */
/* Sass MQ library */
/* Tools */
/**
* Tools
*/
/**
* Functions
*/
/**
* Mixins
*/
/* Center block */
/**
 * Add font scale with media query as per configuration on $body-text
 * Ex: @include body-text( h1 );
 * This will add font-size and line-height with different breakpoints.
 */
/**
* Placeholders
*/
/* Center block */ /* Generic */
/**
* Generic
*/
/**
* Normalize
* 
* @package normalize.css
* @license MIT License
* @version v8.0.0
* 
* @see github.com/necolas/normalize.css
*/
/* HTML5 display definitions */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* Text-level semantics */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: 700;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #cccccc;
  color: #000000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -8px;
}

sub {
  bottom: -4px;
}

/* Embedded content */
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Forms */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
*/
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type=search]::-webkit-search-cancel-button,
input[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 */
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #cccccc;
  margin: 0 2px;
  padding: 6px 10px 12px;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: 700;
}

/* Note: This file is updated by Sagar, To remove ducplication of styles. */
figure {
  margin: 0;
  max-width: 100%;
}

/**
* Common classes
*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  left: -999em;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.screen-reader-text:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Alignments */
.left {
  float: left;
}

.right {
  float: right;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

/* Others */
.hide {
  display: none;
}

.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

/**
* Elements
* 
* View applied styles by going to
* https://your-site.com/wp-content/themes/videojet/assets/style-guide/elements.html
*/
html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* stylelint-disable */
*,
*:before,
*:after {
  /** Inherit box-sizing to make it easier to change the property for
  * components that leverage other behavior;
  * @see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
  */
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* stylelint-enable */
/**
 * 1. Fallback for when there is no custom background color defined. [WordPress]
 * 2. Remove default margin. [normalize.css]
 * 3. Set the base elements `font-size` to the value of your choosing.
 * 4. Work out the unitless `line-height` for your project based around your
 *    desired `line-height` (defined previously in pixels), and your projects
 *    base font size.
 */
body {
  margin: 0;
  font-family: "Montserrat", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 16px;
  line-height: 1.43;
  background: #ffffff;
  color: #414042;
  /* WP Editor */
}
@media (min-width: 64em) {
  body {
    font-size: 18px;
    line-height: 1.43;
  }
}
body.mce-content-body {
  font-family: inherit;
  margin: 15px;
}

/* Gutenberg block quote support. */
blockquote,
q,
blockquote.wp-block-quote {
  quotes: "" "";
  border-left: 4px solid #eeeeee;
  font-style: italic;
  margin: 0 0 30px 30px;
  padding-left: 16px;
  background: transparent;
  text-align: left;
}
blockquote p,
q p,
blockquote.wp-block-quote p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
blockquote cite,
blockquote .wp-block-quote__citation,
q cite,
q .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  text-transform: uppercase;
}
blockquote p:last-of-type,
q p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
blockquote.is-large, blockquote.is-style-large,
q.is-large,
q.is-style-large,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
  margin: 0 auto;
}

/* Pull Quote */
.wp-block-pullquote {
  border: none;
  padding: 0;
}
.wp-block-pullquote blockquote {
  border-left: 0;
  border-top: 8px solid #eeeeee;
  border-bottom: 8px solid #eeeeee;
  padding: 16px 0;
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
}
.wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* Image Support */
.wp-block-image.size-medium img, .wp-block-image.size-thumbnail img, .wp-block-image.is-resized img {
  width: auto;
}
.wp-block-image figcaption {
  text-align: left;
  padding: 10px 0;
}

figure {
  max-width: 100%;
}

a {
  cursor: pointer;
  color: #0192cc;
  text-decoration: none;
  transition: 0.3s;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a a:active {
  color: #355180;
  text-decoration: underline;
  outline: 0;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Headings */
h1 {
  font-size: 31.5px;
  line-height: 1.27;
}

h2 {
  font-size: 31.5px;
  line-height: 1.27;
}

h3 {
  font-size: 24.5px;
  line-height: 1.64;
}

h4 {
  font-size: 17.5px;
  line-height: 1.142;
}

h5 {
  font-size: 14px;
  line-height: 1.43;
}

h6 {
  font-size: 11.9px;
  line-height: 1.681;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  text-rendering: optimizelegibility;
}

/* Lists */
ul,
ol {
  margin: 0 0 18px 0;
}
ul.no-bullet,
ul.no-bullet ul,
ul.no-bullet ol,
ol.no-bullet,
ol.no-bullet ul,
ol.no-bullet ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  padding: 0;
  margin: 0 0 10px 25px;
}
@media (min-width: 48em) {
  ul {
    margin: 0 0 5px 0;
  }
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 18px;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 24px 24px;
}

p:empty {
  display: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/* Table */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (min-width: 48em) {
  table {
    max-width: 350px;
  }
}

/* Button */
.wp-block-button .wp-block-button__link {
  border-radius: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  padding: 20px 24px;
}
.wp-block-button .wp-block-button__link:hover {
  background: #cccccc;
  text-decoration: none;
}

/* Form Fields */
input,
button,
select,
textarea {
  font-family: "Montserrat", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  display: inline-block;
  height: 20px;
  width: 206px;
  padding: 14px 6px; /* adjusting border-box difference on live site */
  margin: 0 0 10px;
  line-height: 1.43;
  color: #555555;
  vertical-align: middle;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea {
  height: auto;
  padding: 4px 6px;
  max-width: 100%;
  outline: none;
  overflow: auto; /* Remove the default vertical scrollbar in IE 10+. */
}

select {
  box-shadow: none;
  transition: none;
  width: 220px;
  padding: 0px 6px;
}

select,
input[type=file] {
  height: 30px;
  line-height: 2.15;
}

button {
  margin: 0;
}

label {
  display: block;
  margin-bottom: 5px;
}

label,
input,
button,
select,
textarea {
  font-size: 16px;
  line-height: 1.43;
  font-weight: 400;
}
@media (min-width: 64em) {
  label,
  input,
  button,
  select,
  textarea {
    font-size: 18px;
    line-height: 1.43;
  }
}

label,
select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* Others */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px; /* Exceptional font-size. */
  line-height: 1.54;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  background-color: #e2eaee;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-family: "Montserrat", sans-serif, monospace;
}

code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  font-family: "Montserrat", sans-serif, monospace;
  font-size: 12px;
  border-radius: 3px;
}

/* Separator */
.wp-block-separator,
hr {
  width: 100%;
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
  box-sizing: content-box;
}
.wp-block-separator:not(.is-style-dots),
hr:not(.is-style-dots) {
  background-color: #eff3f6;
  border: 0;
  height: 1px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
hr:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  height: 4px;
  background: transparent;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before,
hr:not(.is-style-wide):not(.is-style-dots)::before {
  content: "";
  display: block;
  height: 4px;
  width: 40px;
  background: #eff3f6;
}
.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
  color: #eff3f6;
  font-size: 18px;
  letter-spacing: 12px;
  padding-left: 12px;
}

/**
* WP custom classes
*/
/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.site-content {
  word-wrap: break-word;
}

/**
* Icons
*/
/**
* Buttons
*/
/**
* Editor color classes
*/
/**
* Gutenberg
*/
.home-page-wrap .entry-content > * {
  margin: 60px auto 60px auto;
}
.home-page-wrap .entry-content > *:not(.alignfull) {
  max-width: 1140px;
  padding: 0 15px 0 15px;
  margin: 60px auto 60px auto;
}
.home-page-wrap .entry-content > .alignwide {
  max-width: 1240px;
}

/**
* Swiper Slider custom
*/
/* Layouts */
/**
* Navigation menu
*/
/**
* Metas - post
*/
/**
* Pagination - post
*/
/* All styles */
/**
* All styles website
*/
/* Essentials */
/**
* Essentials
*/
/* Settings */
/**
* Settings
*/
/**
* Colors
*/
/*Brands*/
/*coockie brands*/
/*Cracker Brands*/
/*Candy brands*/
/* Others */
/* Opacity */
/* Gradient */
/* Element colors */
/* Border Colors */
/**
* Typography
*/
/* Global theme font. */
/* Global code font */
/* Fallback font when font is not loaded via WebFonts JS. */
/* Base line height. */
/* Body Text Font Sizes */
/**
* Z-index
*/
/**
* Constants
*/
/* Media Queries */
/* Paddings and margins */
/* Borders */
/* Sass MQ library */
/* Tools */
/**
* Tools
*/
/**
* Functions
*/
/**
* Mixins
*/
/* Center block */
/**
 * Add font scale with media query as per configuration on $body-text
 * Ex: @include body-text( h1 );
 * This will add font-size and line-height with different breakpoints.
 */
/**
* Placeholders
*/
/* Center block */
.bg-side-bar::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 23vh;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-side-bar .accordion-body li.active::before {
  content: "";
  background-size: contain;
  background-image: url(../img/icon_right.svg);
  position: relative;
  display: inline-block;
  width: 10px;
  height: 12px;
  padding: 4px 5px;
  margin: 0px 5px -2px 1px;
  background-repeat: no-repeat;
}

.bg-side-bar .accordion-body li.active span {
  font-weight: 500;
}

.accordion {
  z-index: 999999;
}

body {
  overflow-x: hidden;
}

.p0 {
  padding: 0px !important;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p50 {
  padding: 50px;
}

.p80 {
  padding: 80px;
}

.ptb5-plr10 {
  padding: 5% 10%;
}

.ptb-50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.ptb-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-10 {
  padding: 10px 0;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.plr-40 {
  padding: 0 40px;
}

.plr-20 {
  padding: 0 20px;
}

.plr-10 {
  padding: 0 10px;
}

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

.plr-p20 {
  padding: 0 20%;
}

.plr-50 {
  padding: 0 50px;
}

.mtb-2 {
  margin: 20px 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.bl-0 {
  border-left: 0px !important;
}

.br-0 {
  border-right: 0px !important;
}

.b5 {
  border: 5px solid #ffffff;
}

.w-600 {
  width: 600px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mt-4 {
  margin-top: 40px !important;
}

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

.h100 {
  height: 100%;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.donutSpinner {
  display: inline-block;
  border: 4px solid #dadada;
  border-left-color: #232f3f;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: donut-spin 1.2s linear infinite;
  margin: 10px auto 0;
}

@keyframes donut-spin {
  to {
    transform: rotate(1turn);
  }
}
.border-tb {
  border-bottom: 1px solid #9fa2a8;
  border-top: 1px solid #9fa2a8;
}

.btn {
  padding: 12px 16px;
  border: 1px solid #30404d;
  box-sizing: border-box;
  border-radius: 4px;
  background: #ffffff;
}

.tab-menu {
  background-color: #f5f8fa;
  padding: 20px 25px;
}

a,
a:hover,
h5 {
  text-decoration: none;
  font-family: "Karla", sans-serif;
  color: #232f3f;
}

.singular-page a,
p a {
  color: #e7131a !important;
}

.wp-block-separator {
  background-color: #232f3f !important;
}

h1,
h2,
h3 {
  color: #232f3f;
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 62px;
}

h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

h3 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h5 a {
  color: #232f3f !important;
}

p,
li {
  font-weight: 400;
  font-size: 18px;
  font-family: "Karla", sans-serif;
  color: #232f3f;
}

ol {
  padding-left: 0rem !important;
}

header .nav-item a {
  color: white;
  text-decoration: none;
  padding: 10px;
  font-size: 15px;
  line-height: 16px;
  font-family: "Montserrat", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 600;
}

header .nav-item {
  padding: 10px;
}

header .nav-item.active {
  background: #c41f1d;
  padding: 10px;
  border-radius: 8px;
}

.logo img {
  width: 80px;
}

.language-navbar li,
.menu-recipes-list li {
  list-style: none;
}

.language-navbar a:hover,
.language-navbar .dropdown-menu a,
.more-choice ul li,
.get-connected h1,
.three-home h2,
.three-home p,
.three-home h3 {
  color: #ffffff !important;
}

.language-navbar li.dare_website_nav-search {
  color: #ffffff !important;
}

.language-navbar a.dropdown-toggle:hover,
.language-navbar li.dare_website_nav-search:hover {
  color: #ffffff !important;
  background: #660000 !important;
}

.language-navbar .dropdown-menu a {
  text-align: center;
  color: #232f3f !important;
}

.language-navbar i {
  color: #ffffff;
  font-size: 18px;
}

.language-navbar .dropdown-toggle,
.language-navbar .dropdown-toggle span {
  color: #ffffff !important;
}

.language-navbar .dropdown-toggle.show {
  background: #660000 !important;
}

.bg-page-85 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
}

.h-500,
.facilities {
  height: 500px;
  display: flex;
  align-items: center;
}

.bg-story {
  display: flex;
  align-items: center;
}

.bg-snack-sice,
.bg-made-better {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 5px;
  height: 700px;
  display: flex;
  padding: 10%;
  text-align: center;
}

.bg-made-better {
  margin-left: 5px;
}

.bg-snack-sice,
.bg-made-better {
  z-index: 1;
}
.bg-snack-sice .div_img_desktop .div_img_mobile,
.bg-made-better .div_img_desktop .div_img_mobile {
  z-index: 0;
}
.bg-snack-sice .content,
.bg-made-better .content {
  padding-top: 25%;
  z-index: 1;
}

.bg-recipes.position-relative {
  z-index: 1;
}
.bg-recipes.position-relative .div_img_desktop .div_img_mobile {
  z-index: 0;
}

.bg-recipes,
.recipes-banner,
.bg-newsroom-main,
.bg-newsroom-single,
.bg-story,
.bg-our-story,
.bg-contactus,
.international-brands-hero,
.facilities {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.facilities {
  background-position: right !important;
  background-size: auto 100% !important;
}

.recipes-banner,
.bg-newsroom-main,
.bg-newsroom-single {
  height: 450px;
  display: flex;
  align-items: center;
}

.h-300 {
  height: 300px;
  display: flex;
  align-items: center;
}

.carousel-home {
  height: 600px;
}

.modal-content {
  background: #ffffff;
  padding: 30px 25px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.7);
}

.modal-header {
  display: block;
  border-bottom: none;
}

.btn-close {
  display: block;
  text-align: left;
  position: absolute;
  right: 15px;
}

.modal-body .search-page {
  width: 100%;
  margin-left: 0px;
}

.modal-body .search-page button {
  background-color: #e7131a;
}

.modal-body .search-page button i:before {
  color: #ffffff;
}

.brand-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}

.singular-page ul,
.single-carrers ul,
.contest-template-default ul {
  padding-left: 40px;
}

.contest-template-default ul {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 650px !important;
  }
}
.light label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin: 12px 0 0 12px;
  cursor: pointer;
  position: relative;
}

.modal-body ul li input {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.design {
  width: 16px;
  height: 16px;
  border: 1px solid #8a9ba8;
  border-radius: 100%;
  margin-right: 6px;
  position: relative;
  background: #ffffff;
  color: #8a9ba8;
}

.design::before,
.design::after {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: absolute;
  transform: scale(0);
  transform-origin: center center;
}

.design:before {
  background: #e7131a;
  opacity: 0;
  transition: 0.3s;
}

.design::after {
  opacity: 0.4;
  transition: 0.6s;
}

.modal-content input:checked + .design::before {
  opacity: 1;
  transform: scale(0.6);
  margin: -1px 0px 0px -1px;
}

.modal-content input:hover + .design:before,
.modal-content input:focus + .design:before {
  background: #e7131a;
}

.modal-content input:hover ~ .text {
  color: #232f3f;
}

.modal-content input:focus + .design::after,
.modal-content input:active + .design::after {
  opacity: 0.1;
  transform: scale(2.6);
}

.modal-body ul {
  display: flex;
  list-style: none;
  justify-content: center;
  width: 100%;
  padding-inline-start: 0px;
}

.swiper-container {
  z-index: 0;
}

.carousel-home .swiper-slide img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.content-homeslider {
  padding-right: 40px;
}

.carousel-home h1 {
  font-weight: 300;
  font-size: 50px;
}

.carousel-home h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 49px;
}

.brands .col img {
  width: 100%;
}

.bg-snack-sice {
  margin-right: 5px;
}

.card-slide {
  background: #ffffff;
  border: 1px solid #d8e1e8;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 8px 0px;
}

.swiper-button-next {
  background-image: url(../img/swiper_arrow_light.svg);
}

.swiper-button-prev {
  transform: rotate(180deg);
  background-image: url(../img/swiper_arrow_light.svg);
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #232f3f;
  padding: 12px 16px;
  width: 42px;
  height: 42px;
  border-radius: 32px;
  background-size: 15px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #ffffff;
  fill: #ffffff;
  font-size: 20px;
}

.card-slide img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.card-slide h5 {
  font-weight: normal;
}

.card-content {
  padding: 10px 15px;
}

.card-slide ul {
  padding: 0px;
  margin-bottom: 0px;
}

.card-slide ul li {
  list-style: none;
  width: auto;
  display: inline-flex;
  padding: 5px 8px;
  margin: 4px;
  background: #ebf1f5;
  align-items: center;
  border-radius: 4px;
}

.card-slide ul li i {
  padding-right: 5px;
}

.dare_website_sld_brand_recipes.swiper-container,
#dare_website_sld_h_rec.swiper-container,
#dare_website_sld_p_rec.swiper-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 25px 20px;
  padding: 0px;
}
@media (min-width: 0em) and (max-width: 47.99em) {
  .dare_website_sld_brand_recipes.swiper-container,
  #dare_website_sld_h_rec.swiper-container,
  #dare_website_sld_p_rec.swiper-container {
    margin: 0px;
  }
}

.dare_website_sld_brand_recipes .swiper-slide,
#dare_website_sld_h_rec .swiper-slide,
#dare_website_sld_p_rec .swiper-slide {
  display: flex;
  justify-content: center;
  height: auto;
  border: 1px solid #d8e1e8;
  background: #ffffff;
  border-radius: 8px;
  align-content: space-between;
}

.dare_website_sld_p_prr .swiper-slide {
  background-color: #ffffff;
}

#dare_website_sld_p_prg .swiper-slide {
  width: auto;
}

.recipes-list-detail .card-slide,
.dare_website_sld_brand_recipes .swiper-wrapper .card-slide,
#dare_website_sld_p_rec .swiper-wrapper .card-slide,
#dare_website_sld_h_rec .swiper-wrapper .card-slide {
  min-height: auto;
  border: transparent !important;
  margin: 0px 0px;
  width: 100%;
}

.recipes-list-detail .card-slide img,
.dare_website_sld_brand_recipes .swiper-wrapper .card-slide img,
#dare_website_sld_p_rec .swiper-wrapper .card-slide img,
#dare_website_sld_h_rec .swiper-wrapper .card-slide img {
  width: 100%;
  object-fit: cover;
  height: 230px;
}
@media (min-width: 0em) and (max-width: 28.115em) {
  .recipes-list-detail .card-slide img,
  .dare_website_sld_brand_recipes .swiper-wrapper .card-slide img,
  #dare_website_sld_p_rec .swiper-wrapper .card-slide img,
  #dare_website_sld_h_rec .swiper-wrapper .card-slide img {
    height: 190px;
  }
}
@media (min-width: 28.125em) and (max-width: 47.99em) {
  .recipes-list-detail .card-slide img,
  .dare_website_sld_brand_recipes .swiper-wrapper .card-slide img,
  #dare_website_sld_p_rec .swiper-wrapper .card-slide img,
  #dare_website_sld_h_rec .swiper-wrapper .card-slide img {
    height: 250px;
  }
}

.dare_website_sld_p_prr .swiper-slide img,
#dare_website_sld_p_prg .swiper-slide img {
  width: 70px;
  height: 70px;
}

header .card-slide img.menu_type_product {
  object-fit: contain !important;
}

header .card-slide img.menu-type_recipe,
header .card-slide img.menu_type_newsroom,
header .card-slide img.menu_type_other {
  object-fit: cover !important;
}

.card-style-two {
  position: relative;
  padding: 20px;
  background: #ffffff;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 8px;
  cursor: pointer;
}

.card-style-two img {
  width: 80px;
  padding-top: 20px;
}

.card-style-two p {
  padding-top: 30px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 18px;
}

.card-slide .card-content ul li i:before {
  font-size: 15px;
}

.card-faq {
  padding: 5% 10%;
  border-radius: 20px;
  background: #232f3f !important;
}
.card-faq h4,
.card-faq p {
  color: #ffffff;
}

.lm-faq h4 {
  font-weight: 600;
  font-size: 26px;
  color: #e7131a;
}

.lm-faq .accordion-body a {
  color: #e7131a !important;
  font-weight: 700;
}

.megamenu .card-slide h5 {
  font-size: 15px;
}

.tab-menu .col {
  flex: 0 0 20% !important;
}

.dropdown-menu {
  border-radius: 0px;
  border: 0px;
}

.navbar .megamenu {
  padding: 0rem;
  overflow-x: hidden;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.has-megamenu .nav {
  display: block;
  padding: 12px;
}

.tab-pane-menu p {
  font-weight: 600;
}

.dropdown-menu .nav-pills {
  padding: 1.5rem 0rem !important;
}

.tab-menu button {
  display: block;
  background-color: inherit;
  color: #000000;
  padding: 12px 12px 12px 0px;
  width: 100%;
  border: none;
  outline: none;
  text-align: right;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 700;
  color: #232f3f !important;
}

.tab-menu button.active {
  background-color: transparent !important;
  color: #e7131a !important;
}

.tab-menu button i {
  padding-left: 15px;
  padding-right: 10px;
}

.tab-menu .menu_type_filter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-menu .menu_type_filter a {
  margin: 15px 80px;
  display: block;
  background-color: inherit;
  color: #000000;
  padding: 15px 0px 15px 0px;
  width: 100%;
  border: 1px solid #000000;
  border-radius: 50px;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #232f3f !important;
}
@media (min-width: 48em) and (max-width: 77.49em) {
  .tab-menu .menu_type_filter a {
    margin: 15px 20px;
  }
}

.logo-footer {
  width: 120px;
}

.socialmedia-slide .social-media li a,
.share-socialmedia .social-media li a {
  background: #e7131a;
}

.socialmedia-slide .social-media li a,
.share-socialmedia .social-media li a {
  color: #ffffff;
}

.card-urgundy,
.card-green,
.card-dark-grey,
.card-white,
.card-mid-grey,
.card-red-darker {
  margin: 10px 1px 10px auto;
  padding: 20px;
  border-radius: 20px;
  width: 400px;
}

.card-urgundy,
.bg-burgundy {
  background: #853128;
}

.card-green,
embed.html5-video-player,
embed.html5-video-player:not(.ytp-transparent),
embed.html5-video-player.unstarted-mode,
embed.html5-video-player.ad-showing,
embed.html5-video-player.ended-mode,
embed.html5-video-player.ytp-fullscreen,
.single-recipe {
  background: #587966;
}

embed.html5-video-player,
embed.html5-video-player:not(.ytp-transparent),
embed.html5-video-player.unstarted-mode,
embed.html5-video-player.ad-showing,
embed.html5-video-player.ended-mode,
embed.html5-video-player.ytp-fullscreen {
  background: #587966 !important;
}

.food-services-banner h1,
.food-services-banner p,
.food-services-banner li,
.card-urgundy h3,
.card-urgundy li,
.card-urgundy p,
.card-green h3,
.card-green p,
.card-dark-grey h3,
.card-dark-grey li,
.card-dark-grey p,
.bg-newsroom-main h1,
.bg-newsroom-main p,
.card-mid-grey h3,
.card-mid-grey ul li,
.bg-story h1,
.bg-story p,
.bg-story h4,
.bg-burgundy h1,
.bg-burgundy p,
.bg-burgundy h3,
.bg-dark-grey p,
.bg-dark-grey h2,
.bg-dark-grey h5 a,
.bg-dark-grey ul li,
.bg-green h2,
.bg-green p,
.card-red-darker ul li,
.card-red-darker h3,
.card-green ul li {
  color: #ffffff !important;
}

.content-time-line h1,
.content-time-line h3,
.content-time-line p {
  color: #ffffff;
}

.card-green a {
  box-sizing: border-box;
  border-radius: 25px;
}

.card-urgundy ul li,
.card-dark-grey ul li,
.card-white ul li,
.card-green ul li,
.card-mid-grey ul li,
.card-red-darker ul li {
  display: inline-flex;
  width: 100%;
  text-align: left;
  align-items: center;
  margin-bottom: 8px;
}

.banner-full-static ul li span,
.card-green-newsroom ul li span,
.card-mid-grey ul li span {
  background: #e7131a;
  border-radius: 25px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 10px;
  display: inline-grid;
  margin: 0 8px;
  color: #ffffff;
}

.banner-full-static ul li span .fa-phone-volume {
  margin: 0 11px;
}

.food-services ul li.full-card-fs:first-child {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.food-services ul li.full-card-fs {
  border-bottom: 1px solid;
}

.dare-hero-description ul {
  padding-inline-start: 40px !important;
}

.card-news-fs {
  padding: 25px;
  background-color: #ffffff;
  -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.food-services .card-news-fs {
  height: 100%;
}

.content-card-fs a.btn {
  width: -moz-fit-content;
  width: fit-content;
}

.card-news-fs img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 250px;
  padding-bottom: 20px;
}

.food-services .content-card-fs {
  background: #ffffff;
  max-height: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
}

.content-card-fs a.btn,
.btn-red-dare {
  background: #e7131a;
  border-radius: 25px;
  color: #ffffff !important;
  font-size: 16px;
  font-family: "Karla", sans-serif;
  border: none;
  outline: none;
  margin-top: 20px;
}

.btn-red-dare:hover,
.btn-red-dare:focus {
  border: none;
  outline: none;
  background-color: #e7131a !important;
  color: #ffffff !important;
}

.content-card-fs a i {
  padding-left: 5px;
}

.card-dark-grey {
  background: #232f3f;
}

.international .card-news-fs {
  padding: 15px;
  margin-bottom: 15px;
}

.international .card-news-fs img {
  height: auto;
}

.international .card-news-fs .content-card-fs {
  display: flex;
  align-items: center;
}

.international .card-news-fs h5 {
  width: 100%;
}

.international .card-news-fs a.btn {
  width: 30%;
  background: none;
  color: #232f3f !important;
  padding: 0px;
  border: 0px;
  text-align: end;
}

.card-white {
  background: #ffffff;
}

.careers .accordion-item {
  border: transparent;
}

.careers .list-career {
  -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  margin: 8px 0px;
  background: #ffffff;
  color: #232f3f;
  width: 100%;
  padding: 20px;
  display: inline-flex;
}

.careers-name,
.careers-time-location {
  width: 50%;
}

.careers-time-location {
  text-align: right;
}

.recipes-all .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.recipes-all h2 {
  text-align: center;
}

.search-page {
  width: 600px;
  margin-left: 7%;
}

.search-page input {
  border: 1px solid #d8e1e8;
  border-right: none;
  padding: 22px;
}

.search-page button {
  color: #ffffff !important;
  background: #e7131a;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 1px #d8e1e8;
}

.icon-search-dare {
  color: #ffffff;
}

.filter a {
  color: #e7131a !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

.menu-filters p,
.filters-select p,
.option-sort-by li p {
  margin-bottom: 0px;
}

.filters-select ul,
.menu-recipes-list ul,
.category-filter ul,
.recipe-features ul,
.list-featured-product,
.card-mid-grey ul,
.sort-by ul {
  padding-left: 0px;
}

@media (min-width: 0em) and (max-width: 47.99em) {
  .sort-by ul.option-sort-by {
    display: flex;
    flex-direction: column;
  }
}

.filters-select ul li {
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 5px 10px;
  display: inline-flex;
  list-style: none;
}

.filters-select ul li:last-child {
  border: 0px;
}

.recipes-banner .search-page {
  margin-left: 0px;
}

.recipes-looking h4 {
  color: #8a9ba8;
}

.recipes-looking .btn {
  color: #8a9ba8;
}

.single-recipe img {
  object-fit: cover;
  height: 100% !important;
}

.single-recipe-detail hr {
  background: #232f3f !important;
  height: 1px !important;
  margin-top: 0px !important;
  opacity: 0.4;
}

.bg-tip {
  background: #ebebeb;
  border-radius: 8px;
  padding: 20px !important;
  align-items: center;
}

.bg-tip p {
  margin-bottom: 0px;
}

.bg-tip i::before {
  font-size: 50px;
  color: #e7131a;
}

.single-recipe-detail hr::before {
  width: 0px !important;
}

.ingredients-recipe ul li {
  list-style: none;
  padding-bottom: 0.5em;
}

.featured-product,
.ingredients-recipe,
.preparation-recipe {
  padding: 0 15px;
}

.category-filter ul li {
  display: inline-block;
  padding: 10px;
  border-radius: 25px;
  margin: 3px 4px;
  background: #f5d38a;
  color: #232f3f !important;
}

.recipe-features ul {
  display: flex;
  justify-content: center;
}

.recipe-features ul li {
  width: 30%;
}

.recipe-features ul li:first-child {
  border-right: 1px solid #ffffff;
}

.recipe-features ul li:last-child {
  border-left: 1px solid #ffffff;
}

.recipe-features ul li i:before {
  font-size: 25px;
}

.recipe-tags {
  color: #ffffff;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.recipe-tags .custom-tags-intro {
  display: inline-block;
  padding-right: 0.25rem;
}
.recipe-tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.recipe-tags li {
  display: inline-block;
  margin-right: 0.35rem;
}
.recipe-tags li ::after {
  content: ",";
}
.recipe-tags li:last-child {
  margin-right: 0rem;
}
.recipe-tags li:last-child ::after {
  content: "";
}
.recipe-tags a {
  text-decoration: none;
  font-weight: 700;
  color: #ffffff;
}
.recipe-tags a:hover {
  text-decoration: underline;
}

.recipe-features ul li p,
.recipe-features ul li span,
.share-socialmedia .social-media li a i:before {
  font-size: 14px;
}

.share-socialmedia .social-media li a {
  width: 25px;
  height: 25px;
  padding-top: 1px;
}

.btn-buy,
.btn-buy:focus,
.btn-buy:hover {
  padding: 12px, 16px, 12px, 16px;
  background: #30404d;
  width: 192px;
  color: #ffffff;
  margin-bottom: 15px;
}

.dropdown-buy li {
  min-width: 190px;
  border-bottom: 1px solid #ebebeb;
}

.dropdown-buy li a:hover,
.dropdown-buy li a:focus {
  background: #ffffff;
}

ul.dropdown-menu.dropdown-buy.show {
  margin: 0px;
  padding: 0px;
}

ul.dropdown-menu.dropdown-buy.show .dropdown-item a,
ul.dropdown-menu.dropdown-buy.show .dropdown-item {
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
}

ul.dropdown-menu.dropdown-buy.show .dropdown-item a:hover,
ul.dropdown-menu.dropdown-buy.show .dropdown-item a:focus,
ul.dropdown-menu.dropdown-buy.show .dropdown-item a:active {
  transform: none;
  margin: 0 !important;
}

ul.dropdown-menu.dropdown-buy.show .dropdown-item img {
  width: 100%;
  height: 55px;
  object-fit: contain;
  display: block;
  margin: auto;
}

.list-featured-product {
  display: flex;
  align-content: center;
}

.list-featured-product li {
  font-size: 14px;
}

.preparation-recipe ol {
  padding-left: 20px !important;
}

.preparation-recipe ol li {
  margin-bottom: 15px;
}

.preparation-recipe ol li::marker {
  color: #e7131a !important;
  font-weight: 700;
}

.more-recipes {
  background: #f5f8fa;
}

.newsroom-single .social-media a {
  background: #e7131a !important;
  width: 40px !important;
  height: 40px !important;
  padding-top: 8px !important;
}

.newsroom-single .social-media li i:before {
  font-size: 25px !important;
}

.bgcard-other-news {
  background: #ebebeb;
  border-radius: 20px;
}

.card-news-horizontal {
  display: flex;
  background: #ffffff;
  -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
}

.card-news-horizontal img {
  width: 150px;
}

.newsroom-social-share {
  display: flex;
  align-items: center;
}

.card-news-horizontal .card-title {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bgcard-other-news .btn {
  background: #e7131a !important;
  color: #ffffff;
  border-radius: 25px;
  border: 0px;
  margin: 0 auto;
  display: block;
  width: max-content;
  margin-top: 2em;
}

.card-green-newsroom {
  background: #587966;
  text-align: center !important;
  border-radius: 20px;
  color: #ffffff !important;
}

.card-green-newsroom h3,
.card-green-newsroom p,
.card-green-newsroom ul li {
  color: #ffffff !important;
  padding-bottom: 20px;
}

.newsroom-list .card-slide {
  -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

.card-mid-grey {
  background: #666970;
  padding: 35px;
}

.card-mid-grey p a,
.single-recipe ul li,
.single-recipe h2,
.single-recipe h3,
.single-recipe p {
  color: #ffffff;
}

.single-recipe .share-socialmedia .social-media li a {
  background: #853128;
  width: 30px;
  height: 30px;
}

@media (min-width: 0em) and (max-width: 47.99em) {
  .sort-by ul li {
    width: 100%;
  }
}

.sort-by ul li a {
  color: #232f3f;
  width: 192px;
  margin: 10px;
  border-radius: 25px;
}
@media (min-width: 0em) and (max-width: 47.99em) {
  .sort-by ul li a {
    width: 100%;
    margin: 10px 0px;
  }
}

.option-sort-by {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-our-story h4 {
  font-weight: 400;
}

.bg-burgundy .col img {
  margin-bottom: 15px;
}

.timeline-small-box .timeline-list {
  height: 650px;
  width: 100%;
}

.box-item {
  display: flex;
}

.time-line img {
  height: 650px;
  object-fit: cover;
  object-position: center;
}

.content-time-line {
  position: absolute;
  width: 30%;
  height: 650px;
  left: 21%;
  padding: 180px 0px 0px 0px;
}

.timeline-container,
.timeline-vertical .timeline-dots-wrap {
  width: 100%;
}

.timeline-dots-wrap.left {
  left: 9%;
}

.timeline-dots li.slide-active button {
  transform: scale(1.6);
  opacity: 1;
  color: #ffffff;
  padding-left: 25px;
  visibility: hidden;
}

.timeline-vertical .timeline-dots button {
  font-size: 25px !important;
  color: #ffffff;
  opacity: 0.9;
}

.timeline-vertical .timeline-dots button:focus {
  animation: 1s forwards hideText;
}

.timeline-vertical .timeline-dots button:before {
  background: #ffffff;
  color: #232f3f;
  border-radius: 25px;
  border: 1px solid #232f3f;
  width: 25px;
  height: 25px;
  padding: 2px 0px;
  margin: 10px 1px;
  visibility: visible;
}

.timeline-dots li.slide-active button:after {
  content: "";
  visibility: visible;
  position: absolute;
  width: max-content;
  left: 52px;
  top: 5px;
  color: transparent;
  animation: 4s forwards showLine;
}

.timeline-vertical .timeline-dots button {
  background: none;
}

.single-carrers h3 {
  color: #e7131a !important;
}

.single-carrers .card-mid-grey ul li,
.single-carrers h4,
.single-carrers strong,
.single-carrers div {
  color: #232f3f !important;
}

@keyframes showLine {
  0% {
    color: transparent;
  }
  100% {
    color: #ffffff;
  }
}
@keyframes hideText {
  0% {
    color: #ffffff;
  }
  100% {
    color: transparent;
  }
}
.timeline-vertical .timeline-dots li {
  padding: 20px 0px;
}

.timeline-vertical .timeline-dots {
  background: none;
}

.timeline-vertical .timeline-dots:before {
  content: "";
  border-left: 3px solid #ffffff;
  height: 95%;
  position: absolute;
  top: 31px;
  width: 3px;
  left: 27px;
  z-index: -1;
  opacity: 0.8;
}

.bg-dark-grey {
  background: #232f3f;
}

.bg-green {
  background: #587966;
}

.info-contact i:before {
  color: #ffffff;
  font-size: 100px;
  margin-bottom: 20px;
}

.info-contact .btn i:before {
  font-size: 10px;
  color: #232f3f;
  margin-bottom: 0px;
  font-weight: bold;
}

.info-contact .btn {
  border-radius: 50px;
  padding: 7px 10px;
}

.info-contact ul {
  list-style: none;
}

.call {
  background: #ebebeb;
  padding: 20px 0px;
}

.call p {
  margin-bottom: 0px;
}

.contact-info-buy {
  background: #dddddd;
}

.contact-info-buy ul {
  display: flex;
  text-align: center;
  justify-content: center;
  padding-inline-start: 0px;
}

.contact-info-buy ul li {
  display: inline-flex;
  list-style: none;
  background: #ffffff;
  border-radius: 8px;
  -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  margin: 15px;
  width: 15%;
}

.contact-info-buy ul li a {
  display: inline-flex;
  justify-content: space-around;
  width: 100%;
  align-items: center;
  padding: 30px 10px;
}

.contact-info-buy ul li a .icon-right-dare:before {
  font-size: 15px;
}

.contact-info-buy ul li img {
  width: 120px;
  padding-left: 10px;
}

.contact-info-buy h1 {
  font-size: 46px;
}

.map-contact [class*=col-] {
  padding: 0;
}

.map-contact .bg-white {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

.map-contact .btn {
  border-radius: 25px;
  background: #e7131a;
  color: #ffffff;
  border: solid #e7131a;
}

.search-results-all .search-page {
  width: 700px;
  margin: 0 auto;
}

.division-all ul {
  display: flex;
  list-style: none;
  margin: 10px;
  align-items: center;
  justify-content: center;
  padding-inline-start: 0px;
}

.division-all ul li {
  margin: 5px;
  font-weight: 700;
}

.products-results p {
  font-weight: 700;
}

.products-results img,
.page-results {
  width: 70%;
}

.page-results h4,
.recipes-list-detail h4,
.products-results h4 {
  text-align: left;
}

.page-results .card-content {
  text-align: left;
}

.products-results .col {
  width: 100%;
  margin: auto;
  text-align: center;
}

.accordion-button:not(.collapsed),
.accordion-button {
  background: #ffffff;
  color: #232f3f;
  -webkit-appearance: button-bevel;
}

.bg-side-bar .accordion-button::after {
  background-image: url(../img/icon_plus_ambar.svg);
}
.bg-side-bar .accordion-button:not(.collapsed)::after {
  background-image: url(../img/icon_minus_ambar.svg);
}

.accordion-button::after {
  background-image: url(../img/icon_plus.svg);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../img/icon_minus.svg);
}

.lm-faq .accordion-button::after,
.get-connected .accordion-button::after {
  background-image: url(../img/icon_plus_red.svg);
}
.lm-faq .accordion-button:not(.collapsed)::after,
.get-connected .accordion-button:not(.collapsed)::after {
  background-image: url(../img/icon_minus_red.svg);
}

.product-detail .accordion-body {
  background: #ebebeb !important;
}

.lm-faq .accordion-button::after {
  background-size: 0.7rem !important;
  height: 0.7rem !important;
  width: 0.7rem !important;
}
.lm-faq .accordion-button:not(.collapsed)::after {
  background-size: 0.7rem !important;
  height: 0.7rem !important;
  width: 0.7rem !important;
}

.pd-more-recipes .btn {
  border-radius: 50px;
}

.share-socialmedia ul {
  padding-inline-start: 0px;
  padding: 25px 0px;
  text-align: center;
}

.accordion-item ul {
  padding-inline-start: 0px;
  list-style: none;
}

.accordion-item .accordion-button {
  border-bottom: 1px solid #ebebeb;
  padding: 2px 0rem;
}

.accordion-body {
  background: transparent !important;
  padding: 25px 25px;
}

.accordion a {
  color: #ffffff !important;
}

.product-detail .accordion a {
  color: #232f3f !important;
}

.product-detail .accordion-header h4 {
  font-weight: 400;
  color: #00854b;
}

.accordion-item {
  border: transparent;
  background: none;
}

.accordion-button:not(.collapsed) {
  background: #ffffff;
  color: #232f3f;
}

.accordion-button:not(.collapsed),
.accordion-button {
  background: none;
}

.product-detail .share-socialmedia .social-media li a {
  background: #853128;
  width: 30px;
  height: 30px;
  padding-top: 1px;
  padding-right: 1px;
  margin: 0 2px !important;
}

.accordion-collapse .row ul li i {
  margin-right: 8px;
  background: #587966;
  padding: 6px 2px;
  border-radius: 25px;
}

.accordion-collapse .row ul li i:before {
  color: #ffffff;
}

.accordion-collapse .row ul li {
  display: flex;
  justify-content: center;
}

.bg-side-bar {
  background: #e7131a;
}

.bg-text-box {
  background-size: cover;
  height: 85vh;
  padding-left: 60px;
  padding-right: 60px;
  background-repeat: no-repeat;
  background-position: bottom;
  display: inline-flex;
  flex-direction: column;
  padding-bottom: 150px;
  align-items: flex-start;
  justify-content: center;
}

.pd-more-recipes .row {
  background-image: url(../img/bg_product_detail.jpg) !important;
  background-size: cover !important;
}

.pd-more-recipes h2 {
  color: #232f3f;
}

.pd-more-recipes p {
  color: #232f3f;
}

.pd-more-recipes .btn {
  background: #e7131a !important;
  color: #ffffff !important;
}

.bg-text-box h2 {
  color: #f5d38a;
}

.bg-text-box p {
  color: #ffffff;
}

.size ul,
.flavours ul {
  padding-inline-start: 0px;
}

.flavours ul li {
  width: 100% !important;
  height: 100% !important;
  text-align: center;
  padding: 0px !important;
}

.size ul li.active {
  background-color: #232f3f;
  color: #ffffff;
}

.flavours ul li.active {
  background: linear-gradient(180deg, #ffffff 50%, #232f3f 50%);
}

.flavours ul li img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #ffffff;
}

.flavours ul li.active p {
  background: #232f3f;
  color: #ffffff;
  height: 33%;
}

.flavours ul li p {
  width: 100%;
  margin-bottom: 0px;
  padding: 3px;
  font-size: 15px;
}

.size ul li,
.flavours ul li {
  display: inline-block;
  border: 1px solid #30404d;
  border-radius: 5px;
  margin: 3px 4px;
  padding: 10px;
}

.more-products .btn {
  background: #e7131a;
  color: #ffffff;
  border-radius: 50px;
  border: 0px;
}

.buttons-shop {
  display: flex;
  align-items: flex-start;
  position: absolute;
  margin-top: 20px;
}

.buttons-shop a.btn-buy {
  background: #e7131a;
  color: #ffffff;
  border: 1px solid #e7131a;
}

.buttons-shop a {
  margin: 0px 10px;
  border-radius: 25px;
  font-weight: 700px;
}

.buttons-shop a:hover {
  margin: 0px 10px;
}

.buttons-shop .btn-buy:focus {
  margin: 0px 10px !important;
}

.header-brand nav {
  -o-box-shadow: 0px 16px 24px rgba(45, 61, 77, 0.301);
  box-shadow: 0px 16px 24px rgba(45, 61, 77, 0.301);
}

.header-brand .navbar-light .navbar-nav .nav-link {
  color: #5b1300;
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
}

.navbar-brand {
  margin: 0 1rem 0 2rem !important;
}

.header-brand img {
  width: 120px;
}

.header-brand .btn {
  background: #5b1300;
  color: #ffffff;
  border-radius: 25px;
  padding: 12px 20px;
}

.logo-brand {
  width: 380px;
}

.slogan h1,
.brand-sect-two h1 {
  font-size: 46px;
}

.banner-brands {
  height: 80vh;
  background-size: cover;
}

.banner-brands ul {
  padding-inline-start: 0px;
}

.banner-brands .social-media li a {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding-top: 13px;
  background: #5b1300;
}

.banner-brands .social-media li a i:before {
  font-size: 35px;
}

.brand-sect-two {
  height: 80vh;
  background-size: cover;
}

.brand-sect-two .content {
  background: #5b1300;
  padding-left: 8%;
}

.brand-sect-two .content h1 {
  color: #f5d38a !important;
}

.brand-sect-two .content p,
.contact-interbrands h3,
.international_sidebar ul li,
.international_sidebar ul li a,
.menu-international-1 li,
.menu-international-1 li a {
  color: #ffffff;
}

.icon-location-dare::before {
  margin: 0px 10px !important;
}

.bg-newsroom-main ul li {
  justify-content: center;
}

footer {
  padding: 15px 0;
  background-color: #ebebeb;
}

footer ul,
.category-filter ul,
.recipe-features ul,
.list-featured-product,
.card-green-newsroom ul li,
.sort-by ul li {
  list-style: none;
}

footer .menu-footer ul li {
  font-size: 18px;
  padding: 3px;
  font-weight: 400;
}

footer .menu-footer ul li:first-child {
  border-bottom: 2px solid #f5d38a;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 5px;
  color: #232f3f;
}

.social-media li {
  display: inline-grid;
}

.social-media li a {
  border-radius: 25px;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 8px;
  display: inline-grid;
  margin: 0 2px;
}

footer .social-media li a {
  color: #232f3f;
  background: #ffffff;
}

.flavours li a img {
  height: 60px !important;
}

.pd-more-no-recipes {
  display: block;
  border-top: 1px solid;
}

.international-brands .bg-dark-grey {
  border-radius: 20px;
}

.international-brands .bg-dark-grey .btn {
  border-radius: 50px;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 20px 10px !important;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio],
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  height: 42px !important;
}

h2 {
  counter-increment: seccion;
}

.gform_fields li h2::before {
  content: counter(seccion);
  background: #e7131a;
  color: #ffffff;
  width: 20px;
  padding: 5px 11px;
  border-radius: 25px;
  margin-right: 7px;
  font-size: 18px;
  font-weight: 500;
}

#field_1_2 label::before {
  content: "1";
  background: #e7131a;
  color: #ffffff;
  width: 16px;
  padding: 5px 13px;
  border-radius: 25px;
  margin-right: 7px;
}

.form-age-of-majority,
.form-agree-to-rules {
  display: block;
  margin-bottom: 4rem !important;
  clear: both !important;
}
.form-age-of-majority input,
.form-agree-to-rules input {
  float: left;
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  margin-top: 0.2rem !important;
  margin-right: 0.6rem;
}
.form-age-of-majority .gfield_consent_label,
.form-agree-to-rules .gfield_consent_label {
  float: left;
  display: inline-block;
}
.form-age-of-majority .gfield_required,
.form-agree-to-rules .gfield_required {
  float: left;
}

.form-skill-question {
  clear: both !important;
  margin-top: 7rem !important;
}
.form-skill-question .gfield_label {
  display: block;
  width: 100%;
}
.form-skill-question .gfield_description {
  font-size: 1.2rem !important;
  display: inline-block;
  box-sizing: content-box !important;
  width: auto !important;
}
.form-skill-question .ginput_container {
  display: inline-block;
  margin-top: 0 !important;
}
.form-skill-question .ginput_container input {
  width: 100px !important;
}
.form-skill-question .validation_message {
  display: block;
  width: 100%;
  font-size: 0.9rem !important;
}

.contest-form .gform_button {
  background: #e7131a;
  border-radius: 25px;
  color: #ffffff !important;
  font-size: 1.5rem;
  font-family: "Karla", sans-serif;
  border: none;
  outline: none;
  margin-top: 20px;
  padding: 0.5rem 2rem;
}
.contest-form .gform_button:hover,
.contest-form .gform_button:focus {
  border: none;
  outline: none;
  background-color: #cc0000 !important;
  color: #ffffff !important;
}

.more-choice h1,
.more-choice h2 {
  color: #f5d38a !important;
}

.more-choice hr {
  height: 1px !important;
  background: #ebebeb !important;
}

.more-choice ul,
.our-promise-feature ul,
.menu-footer-about-container ul {
  padding-left: 40px !important;
}

.more-choice img {
  width: 50% !important;
}

.look-stamp .row {
  align-items: stretch;
}

.look-stamp .col-lg-4 {
  max-height: 500px;
  height: auto;
  margin-bottom: 110px;
}

section.look-stamp img {
  width: 190px;
  height: 190px;
  min-height: 190px !important;
  margin-bottom: 30px;
  object-fit: contain;
}

.get-connected img {
  height: 100%;
  object-fit: cover;
}

.tab-pane .card-slide {
  max-height: 90%;
  height: 100%;
}

.btn-mov-filter {
  display: none;
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
}

.list-prod h2,
.recipes-looking h2 {
  color: #e7131a;
}

.list-prod .nav-item > .active {
  font-weight: 700;
}

.dare_website_brand_product_header .row {
  height: 100% !important;
  align-items: center;
}

.navbar {
  margin: 0px !important;
  padding: 0px;
}

.navbar .container-fluid {
  padding: 0px !important;
}

.language-navbar li {
  padding: 16px 5px !important;
}

.single-post p a,
.lm-faq .dare_website_editor_content a {
  font-weight: bold;
  color: #e7131a !important;
}

.food-services-banner {
  height: auto !important;
}

.international-brands img {
  width: 73%;
}

#axdt_brand_menu {
  top: 68px;
  height: 68px;
  transition: top 0.3s ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 998;
  -o-box-shadow: 0px 16px 24px rgba(45, 61, 77, 0.3);
  box-shadow: 0px 16px 24px rgba(45, 61, 77, 0.3);
  padding: 0px 30px;
}

#axdt_main_menu {
  top: 0px;
  height: 68px;
  transition: top 0.3s ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 0 0 0 20px;
}
@media (min-width: 0em) and (max-width: 63.99em) {
  #axdt_main_menu {
    padding: 0px;
  }
}

@media (min-width: 0em) and (max-width: 61.99em) {
  #axdt_main_menu.active {
    height: 100% !important;
    overflow-y: auto;
    align-items: flex-start;
  }
}

#axdt_space_height_menu {
  position: relative;
  width: 100%;
}

@media (min-width: 0em) and (max-width: 63.99em) {
  #axdt_main_menu .container-fluid {
    background-color: #e7131a;
  }
}

@media (min-width: 0em) and (max-width: 63.99em) {
  #axdt_main_menu .dropdown-menu .container-fluid {
    background-color: #f5f8fa;
  }
}

@media (min-width: 0em) and (max-width: 63.99em) {
  #axdt_main_menu .dropdown-menu {
    margin-top: 15px !important;
  }
}

.admin-bar #axdt_main_menu {
  top: 32px;
}
.admin-bar #axdt_brand_menu {
  top: 100px;
}

.bg-header-dare {
  z-index: 9;
  background-color: #e7131a;
}

.fixed-navbars {
  position: fixed;
  width: 100%;
}

.relative-navbars {
  position: relative;
}

.home-slider-lm {
  justify-content: center;
  align-items: center;
}

.card.card-block-products {
  height: 100%;
  padding: 10px 5px;
}

.lm-navigation {
  height: 150px;
  position: absolute;
  top: 50%;
  right: 0px;
  display: inline-grid;
  z-index: 999;
  width: 85px;
}

.lm-navigation button {
  background: #232f3f;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 32px;
  margin-bottom: 10px;
  position: initial;
  display: inline-block;
  border: 1px solid;
}

.lm-navigation button i {
  color: #ffffff;
}

.lm-navigation .disableButton i {
  color: #5d5d5d;
}

.timeline-nextPrev-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 150px;
  top: 8px;
  display: flex;
  flex-direction: column;
}

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

.international_sidebar ul {
  list-style: none;
}

#brand_reviews p {
  font-size: 21px;
}

.singular-page ol,
.editor-styles-wrapper ol {
  padding-left: 40px !important;
}

.wp-block-dare-website-social ul {
  text-align: center;
}

.axdt_whatyou_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.axdt_whatyou_content h2 {
  min-height: 140px !important;
}

.axdt_whatyou_content img {
  width: 190px;
  height: 190px;
  min-height: 190px !important;
  margin: 0 auto;
  object-fit: contain;
  margin-bottom: 35px;
}

.axdt_whatyou_content img.image_bottom {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
  margin-top: 20px;
  min-height: auto !important;
}

.our-promise-feature .content_ca {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  min-height: 390px;
}

.our-promise-feature .content_usa {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  min-height: 300px;
}

.our-promise-feature ul li:before {
  height: 25px;
  margin-right: 5px;
  padding: 2px 4px;
  width: 25px;
  display: inline-block;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
}

.our-promise-feature ul li strong {
  width: 79%;
  display: inline-flex;
  position: relative;
}

.facilities img {
  display: none;
}

.content-card {
  max-height: 100px;
  height: 100%;
  padding: 0 40px;
}

.swiper-links {
  margin: 0px 5px;
  z-index: 999;
  width: 30px;
  height: 30px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 10px 0px #232f3f;
  border-radius: 50%;
}

.swiper-links .dashicons {
  width: 20px;
  height: 15px;
  padding: 2px 0px;
}

.swiper-links .dashicons-controls-play:before {
  width: 15px;
  height: 15px;
}

.swiper-links-transparent {
  margin: 0px 5px;
  z-index: 999;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.swiper-links-transparent .dashicons {
  width: 20px;
  height: 15px;
  padding: 2px 0px;
}

.swiper-links-transparent .dashicons-controls-play:before {
  width: 15px;
  height: 15px;
}

@media (min-width: 1651px) {
  .international-brands-hero {
    height: auto;
  }
  .bg-page-85 {
    height: 65vh;
  }
  .wp-block-dare-website-container-fluid {
    min-height: 70vh;
  }
}
@media (min-width: 1500px) {
  .content-homeslider {
    padding-right: 150px;
  }
}
@media (min-width: 1350px) {
  .p-4 {
    padding: 0.5rem !important;
  }
}
@media (max-width: 767px) {
  .facilities img {
    display: block;
  }
  .facilities .div_img_tablet {
    display: none;
  }
  .single-product {
    margin-top: 0px;
  }
  .logo-brand {
    width: auto !important;
    height: 45px !important;
  }
  .navbar-collapse {
    padding: 0.75rem !important;
  }
  .language-navbar li {
    padding: 8px 5px !important;
  }
  #axdt_main_menu {
    height: auto !important;
  }
  #axdt_brand_menu {
    padding: 0px !important;
  }
  header .card-slide img {
    height: auto !important;
  }
  h1 {
    font-size: 36px !important;
    font-weight: 700;
    line-height: 40px;
  }
  h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
  }
  h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
  }
  h4 {
    font-size: 19px;
    line-height: 32px;
  }
  h5 a {
    color: #232f3f !important;
  }
  p,
  li {
    font-weight: 400;
    font-size: 16px;
    font-family: "Karla", sans-serif;
    color: #232f3f;
  }
  .bg-our-story {
    padding: 20px;
    background-size: contain;
    background-position: top;
  }
  .bg-burgundy .col {
    flex: 1 0 100%;
  }
  .timeline-dots-wrap.left {
    left: 0%;
  }
  .timeline-vertical .timeline-dots button {
    font-size: 16px !important;
  }
  .timeline-dots li.slide-active button {
    transform: scale(1.5);
    padding-left: 21px;
  }
  .timeline-dots li.slide-active button:after {
    content: "";
    left: 47px;
    top: 11px;
  }
  .time-line img {
    object-position: left;
    height: 700px;
  }
  .content-time-line img {
    height: auto !important;
  }
  .content-time-line {
    width: 65%;
    left: 24%;
    height: 500px;
    padding: 20px 0px 0px;
  }
  .timeline-small-box .timeline-list {
    height: 700px;
  }
  .lm-navigation {
    width: 50px;
    top: 0px;
  }
  .flavours .p-1 {
    width: 33.3% !important;
  }
  .plr-40 {
    padding: 0px 10px;
  }
  .share-socialmedia ul {
    margin: 0px 0px !important;
  }
  .buttons-shop {
    display: block;
    position: relative;
  }
  .btn {
    width: 100%;
  }
  .buttons-shop .btn,
  .buttons-shop .btn-buy:focus {
    margin: 0px 0px !important;
    width: 100%;
  }
  .bg-side-bar::before {
    display: none;
  }
  .accordion-product-detail {
    padding: 0px 30px;
  }
  .bg-side-bar {
    padding-top: 0px !important;
  }
  .recipe-features ul li p,
  .recipe-features ul li span,
  .share-socialmedia .social-media li a i:before {
    font-size: 16px;
    padding-top: 5px;
  }
  .b5 {
    border: 0px;
  }
  .contact-info-buy ul {
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 0 0 0 !important;
  }
  .contact-info-buy ul li {
    width: 40%;
  }
  .map-contact .bg-white {
    padding-bottom: 25px;
  }
  .recipes-list-detail .col-sm-12,
  .megamenu .row .col-sm-4 {
    width: 50%;
    text-align: center;
  }
  .recipes-all .content {
    flex-direction: column;
  }
  .search-page {
    width: 85%;
    margin: 0 auto;
  }
  .lm-faq h4 {
    font-size: 20px;
  }
  .card-urgundy,
  .card-green,
  .card-dark-grey,
  .card-white,
  .card-mid-grey,
  .card-red-darker,
  .content-homeslider p {
    width: 100%;
  }
  .carousel-home {
    height: 90vh;
  }
  .content-homeslider {
    width: 68%;
    margin: 0 auto;
    text-align: center;
  }
  .content-homeslider h1 {
    margin: 0 auto;
  }
  .food-services .content-card-fs {
    height: auto !important;
    max-height: initial;
    justify-content: flex-start;
  }
  .brands .col {
    flex: 1 0 50%;
  }
  ul {
    margin: 0px;
  }
  .bg-snack-sice,
  .bg-made-better {
    margin: 0px !important;
    align-items: flex-end;
  }
  .recipes-banner .search-page {
    margin-left: auto;
  }
  .recipes-looking .recipes-list-detail .col-sm-12,
  .recipes-all .recipes-list-detail .col-sm-12 {
    width: 100%;
    text-align: left;
  }
  .recipes-looking .recipes-list-detail .col-sm-12 .card-slide,
  .recipes-all .recipes-list-detail .col-sm-12 .card-slide {
    height: 100% !important;
  }
  .bg-page-85 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    height: auto;
  }
  .content-card-news .col-sm-12,
  .content-card-news .col-md-6,
  .international .row .col-sm-12,
  .international .row .col-md-6 {
    margin-bottom: 20px;
  }
  .our-promise-feature .col-lg-4 {
    margin-bottom: 40px;
  }
  .international-brands .bg-dark-grey {
    border-radius: 0px;
  }
  .modal form {
    width: 100%;
  }
  .brands .col-sm-12 {
    width: 50%;
  }
  .brands .col-sm-12:nth-child(1),
  .brands .col-sm-12:nth-child(7) {
    width: 100%;
  }
  .home-slider-lm {
    justify-content: center;
    align-items: center;
  }
  .three-home .row {
    flex-direction: column;
  }
  .facilities {
    height: auto;
    background-image: none !important;
    padding-bottom: 0px;
  }
}
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
  .content-card-news .col-sm-12 {
    margin-bottom: 20px !important;
  }
  #brand_hero .col-md-6 {
    width: 100% !important;
  }
}
@media (max-width: 1200px) {
  .bg-tab-menu .col {
    flex: 0 0 33% !important;
  }
}
@media (max-width: 1200px) {
  .tab-menu .col {
    flex: 0 0 50% !important;
  }
}
@media (min-width: 0em) and (max-width: 37.49em) {
  img.custom-logo {
    width: 60px;
  }
}

.our-promise-feature ul {
  list-style: none;
  padding-left: 0px !important;
}

.more-choice img {
  width: 100% !important;
}

.footer-content-follow {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.footer-content-follow div {
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.footer-content-follow div h5 {
  margin-right: 10px;
}

.swiper-pagination-home {
  z-index: 1;
}

.swiper-pagination-home .swiper-pagination-bullet {
  margin: 0px 5px;
}

.swiper_home_controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.nav-filter-mproduct li.nav-item {
  margin: 0px 5px;
}

.carousel-home .lm-image-product-home-slide {
  display: block;
  margin: auto;
}
@media (min-width: 0em) and (max-width: 47.99em) {
  .carousel-home .lm-image-product-home-slide {
    width: 80% !important;
  }
}
@media (min-width: 48em) and (max-width: 624.99em) {
  .carousel-home .lm-image-product-home-slide {
    width: 100% !important;
  }
}

.dare_website_hamburger_brand_menu_icon span.icon-menu-dare::before {
  font-size: 1.5rem !important;
}

.nutritional-info {
  height: 450px !important;
}
@media (min-width: 0em) and (max-width: 37.49em) {
  .nutritional-info .accordion-body {
    width: 175%;
    transform: scale(0.6);
    transform-origin: 0 0;
    min-height: 750px !important;
    height: 100% !important;
  }
}
@media (min-width: 0em) and (max-width: 37.49em) {
  .nutritional-info .accordion-body iframe {
    height: 750px !important;
  }
}

@media (min-width: 48em) and (max-width: 61.9275em) {
  .international-brands-hero h1 {
    font-size: 43px;
  }
}

.products-results a p {
  text-align: center;
}

#axdt_modal_lang .btn-close {
  outline: none;
  border: none;
}

#axdt_modal_lang .d-flex {
  align-items: baseline;
}

#axdt_modal_lang .btn-close:hover,
#axdt_modal_lang .btn-close:focus,
#axdt_modal_lang .btn-close:active {
  outline: none;
  box-shadow: none;
  border: none;
}

#axdt_modal_lang .axdt_img_lan_con {
  width: 75px;
  height: 45px;
}

#axdt_modal_lang .axdt_footer_img_lang {
  width: 18px;
  height: 18px;
  margin: 0px 5px;
}

#axdt_modal_lang p[data-bs-dismiss=modal] {
  display: flex;
  align-items: center;
}

#axdt_modal_lang .btn-primary {
  background-color: #e7131a;
  color: #ffffff;
  border: none;
  outline: none;
  box-shadow: none;
}

#axdt_modal_lang .btn-primary:hover {
  background-color: #853128;
}

@media (min-width: 48em) and (max-width: 61.9275em) {
  .facilities {
    background-image: none !important;
    padding: 0px !important;
    height: auto !important;
  }
}
@media (min-width: 48em) and (max-width: 61.9275em) {
  .facilities .div_img_tablet {
    display: block !important;
  }
}

.lang_footer_flags {
  list-style: none;
}

.lang_footer_flags li {
  padding: 0px 10px;
  border-right: 1px solid #8a9ba8;
}

.lang_footer_flags li:last-child {
  border: none;
}

.lang_footer_flags li.active a {
  font-weight: 700;
  text-decoration: underline;
}

sup {
  font-size: 65%;
  top: -0.6em;
}

h1 sup,
h2 sup,
h3 sup,
sup.sup-header {
  font-size: 40%;
  top: -1.2em;
}

.contest-faq {
  font-size: 1.1rem !important;
  line-height: 1.4rem !important;
}
.contest-faq p,
.contest-faq li {
  font-size: 1.1rem !important;
  line-height: 1.4rem !important;
}
.contest-faq p {
  margin-bottom: 0.2em;
  margin-bottom: 0.5em;
}
.contest-faq li {
  margin-bottom: 2em;
}
.contest-faq ul li {
  margin-bottom: 0em;
}

#destini-locator .chakra-button {
  background: #336699 !important;
  border: 2px solid #000000 !important;
}

@media screen and (max-width: 767px) {
  .inset {
    width: 100%;
    float: none !important;
  }
  .halftext-halfimage-layout .inset {
    width: 100%;
  }
  .halftext-halfimage-layout .background-image {
    max-width: 100% !important;
    height: auto !important;
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0%, 0%);
  }
  .halftext-halfimage-layout .background-image-holder {
    overflow: visible;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .halftext-halfimage-layout .background-image-container {
    overflow: visible;
    position: relative;
  }
}
.ratio-9x16 {
  --bs-aspect-ratio: calc(16 / 9 * 100%);
}

.ratio-4x5 {
  --bs-aspect-ratio: calc(5 / 4 * 100%);
}

@media (min-width: 768px) and (max-width: 991px) {
  .single-recipe .background-image-container {
    max-height: 650px;
  }
  .single-recipe .background-image-container .ratio-4x5 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
  }
  .halftext-halfimage-layout .inset {
    width: 100%;
  }
  .halftext-halfimage-layout .background-image {
    max-width: 100% !important;
    height: auto !important;
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0%, 0%);
  }
  .halftext-halfimage-layout .background-image-holder {
    overflow: visible;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .halftext-halfimage-layout .background-image-container {
    overflow: visible;
    position: relative;
  }
}
@media (min-width: 768px) {
  .inset {
    width: 250px;
  }
  .left-content .inset {
    float: right;
  }
}
@media (min-width: 992px) {
  .inset {
    width: 370px;
  }
  .halftext-halfimage-layout .inset {
    width: 415px;
  }
  .halftext-halfimage-layout .background-image {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1200px) {
  .inset {
    width: 460px;
  }
  .halftext-halfimage-layout .inset {
    width: 505px;
  }
}
@media (min-width: 1400px) {
  .inset {
    width: 560px;
  }
  .halftext-halfimage-layout .inset {
    width: 585px;
  }
}

/*# sourceMappingURL=axdt_main.css.map*/