@import url(//hello.myfonts.net/count/3c8f89);@charset "UTF-8";

/** Import everything from autoload */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Abstracts */

/** Breakpoints */

/** Column Widths */

/** Column Gutters */

/** Offsets */

/** Container Widths */

/** Number Of Columns */

/*
 * Fonts:
 */

/*
 * Colors
 */

/*
 * z-indices
 */

/**
  * Remove the unit of a length
  * @param {Number} $number - Number to remove unit from
  * @return {Number} - Unitless number
  */

/**
  * Used for building containers.
  * @params:
  *    {String} $string - String to convert.
  * @example:
  *    number('30'); // 30
  */

/**
  * Gutter: Returns the computed size of the gutter on chosen breakpoint
  * @params:
  *    {Number} $columns - Number of columns.
  *    {String} $bp - Breakpoint you're working on.
  */

/**
  * Replace `$search` with `$replace` in `$string`
  * @param {String} $string - Initial string
  * @param {String} $search - Substring to replace
  * @param {String} $replace ('') - New value
  * @return {String} - Updated string
  */

/**
  * Rem: Converts px in to rem
  * @params:
  *    {Number} $size - size in pixels (without px).
  */

/**
  * Map deep get
  *
  * @params:
  *    $map - Map
  *    $keys - Key chain
  * @examples:
  * map-deep-get($map, $keys...)
  */

/**
  * getWidth: Gets width depending on breakpoint
  * @params:
  *    {Number} $cols - number of columns.
  *    {Number} $gt - number of gutters.
  */

/**
  * columns-width: Gets width of certain number of columns inside a grid-column element
  * @params:
  *    {Number} $cols - number of columns.
  *    {Number} $parenCols - number of columns of the parent.
  *    {Key} $bp - breakpoint (desktop, tablet, mobile)
  */

/**
 * Colspan
 *
 * Used for building spans and specify the column positioning.
 * @params:
 *    $col - Number of columns.
 * @examples:
 *    @include span(3);
 *    @include span(3 at 2);
 */

/**
  * rowspan
  *
  * Used for building spans and specify the column positioning.
  * @params:
  *    $row - Number of rows.
  * @examples:
  *    @include rowspan(3);
  *    @include rowspan(3 at 2);
  */

/**
  * Span styling
  *
  * Used for building spans.
  * @params:
  *    $col - Number of columns.
  * @example:
  *    @include span(3);
  */

/**
  * Container styling
  *
  * Used for building containers.
  * @params:
  *    $col - Number of columns. You can also specify the parent's number of columns.
  *    $bp - The breakpoint you are working on.
  * @examples:
  *    @include container(3, tablet);
  *    @include container(5 of 12, desktop);
  */

/*
  Clearfix for float
  */

/*
  * Centerer
  *
  * Usage:
  * @string: $direction (x, y, xy)
  * @string: $position ('relative', 'absolute');
  *
  * h2 {
  *   @include centerer(x|y|xy, relative|absolute);
  * }
  *
  */

/* Z-index */

/**
  * Element position
  *
  * @params:
  *    $top
  *    $right
  *    $top
  *    $bottom
  * @examples:
  * @include position(0) // all 4
  * @include position(0, 0) // vertical, horizontal
  * @include position(0, 0, 0) // top, horizontal, bottom
  * @include position(0, 0, 0, 0) // top, right, bottom, left
  */

/**
  * Disable hover for touch devices
  * Media hover - detect if device can conveniently hover over elements
  * https://developer.mozilla.org/en-US/docs/Web/CSS/@media/hover
  *
  * @params
  *    {String} $hover - ('fine'|'none')
  * @example
  * @include hover { insert hover state css here... }
  */

/* ---------------------------------------------------------------*\
  RESPONSIVE PROPERTY HANDLER
    handles the per-breakpoint property for mobile-first approach
    note: requires a key-less 'breakpoints' scss map
          e.g. $breakpoints_keyless: ( 320px, 760px, 1080px, 1280px );
    usage:
      @include respond((
        display: flex,
        margin: (2px, 3px, 4px, 5px),
        padding: (3rem, 4rem, 5rem, 6rem),
        flex: ("0 1 50%", null, (1 1 100%))
      ));
\*--------------------------------------------------------------- */

/* For Content Detail Body modules */

/** Vendors */

/* line 1, resources/assets/styles/base/_divi-override.scss */

.et-db #et-boc .et-l .et_pb_row {
  max-width: unset;
  padding: unset;
  width: unset;
}

/* line 7, resources/assets/styles/base/_divi-override.scss */

.et-db #et-boc .et-l .et_pb_section {
  max-width: unset;
  padding: unset;
  width: unset;
  background-color: unset;
}

/* line 14, resources/assets/styles/base/_divi-override.scss */

.et-db #et-boc .et-l.et-l--post {
  background-color: unset !important;
}

/* line 18, resources/assets/styles/base/_divi-override.scss */

.et-db #et-boc .et-l .et_pb_row .et_pb_column.et-last-child,
.et-db #et-boc .et-l .et_pb_row .et_pb_column:last-child,
.et-db #et-boc .et-l .et_pb_row_inner .et_pb_column.et-last-child,
.et-db #et-boc .et-l .et_pb_row_inner .et_pb_column:last-child {
  margin: unset;
  padding: unset;
}

/* line 26, resources/assets/styles/base/_divi-override.scss */

.et-db #et-boc .et-l .et_pb_column .et_pb_module,
.et-db #et-boc .et-l .et_builder_inner_content .et_pb_column .et_pb_module {
  z-index: unset;
  margin-bottom: unset;
  min-height: unset;
}

/* line 33, resources/assets/styles/base/_divi-override.scss */

.et-db #et-boc .et-l .et_pb_column_single .et_pb_module.et-last-child,
.et-db #et-boc .et-l .et_pb_column_single .et_pb_module:last-child,
.et-db #et-boc .et-l .et_pb_section .et_pb_row .et_pb_column .et_pb_module.et-last-child,
.et-db #et-boc .et-l .et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child,
.et-db #et-boc .et-l .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child,
.et-db #et-boc .et-l .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child,
.et-db #et-boc .et-l .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module.et-last-child,
.et-db #et-boc .et-l .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child {
  margin: unset;
  padding: unset;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
}

/* line 46, resources/assets/styles/base/_divi-override.scss */

#et-boc .et-l .hentry,
#et-boc .et-l a,
#et-boc .et-l a:active,
#et-boc .et-l blockquote,
#et-boc .et-l div,
#et-boc .et-l em,
#et-boc .et-l form,
#et-boc .et-l h1,
#et-boc .et-l h2,
#et-boc .et-l h3,
#et-boc .et-l h4,
#et-boc .et-l h5,
#et-boc .et-l h6,
#et-boc .et-l hr,
#et-boc .et-l iframe,
#et-boc .et-l img,
#et-boc .et-l input,
#et-boc .et-l label,
#et-boc .et-l li,
#et-boc .et-l object,
#et-boc .et-l ol,
#et-boc .et-l p,
#et-boc .et-l span,
#et-boc .et-l strong,
#et-boc .et-l textarea,
#et-boc .et-l ul,
#et-boc .et-l video {
  padding-bottom: unset;
  letter-spacing: unset;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
}

/* line 79, resources/assets/styles/base/_divi-override.scss */

#et-boc .et-l strong {
  font-weight: bold;
}

/* line 83, resources/assets/styles/base/_divi-override.scss */

#et-boc .et-l em {
  font-style: italic;
}

/* line 87, resources/assets/styles/base/_divi-override.scss */

.et-db #et-boc .et-l .et_pb_module h1 a,
.et-db #et-boc .et-l .et_pb_module h2 a,
.et-db #et-boc .et-l .et_pb_module h3 a,
.et-db #et-boc .et-l .et_pb_module h4 a,
.et-db #et-boc .et-l .et_pb_module h5 a,
.et-db #et-boc .et-l .et_pb_module h6 a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward) {
  line-height: unset;
  padding: unset;
  font-weight: unset;
  text-transform: unset;
  font-style: unset;
}

/* line 101, resources/assets/styles/base/_divi-override.scss */

#et-boc .et-l h1,
#et-boc .et-l h2,
#et-boc .et-l h3,
#et-boc .et-l h4,
#et-boc .et-l h5,
#et-boc .et-l h6 {
  padding-bottom: unset;
}

/* line 110, resources/assets/styles/base/_divi-override.scss */

.et-db #et-boc .et-l .et_pb_module input.text:not(.qty),
.et-db #et-boc .et-l .et_pb_module input.title,
.et-db #et-boc .et-l .et_pb_module input[type=email],
.et-db #et-boc .et-l .et_pb_module input[type=password],
.et-db #et-boc .et-l .et_pb_module input[type=tel],
.et-db #et-boc .et-l .et_pb_module input[type=text],
.et-db #et-boc .et-l .et_pb_module input select,
.et-db #et-boc .et-l .et_pb_module input textarea {
  border: none;
}

/* stylelint-disable */

/**
  * http://meyerweb.com/eric/tools/css/reset/ 
  * v2.0 | 20110126
  * License: none (public domain)
*/

/* line 9, resources/assets/styles/vendors/_reset.scss */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

/* line 30, resources/assets/styles/vendors/_reset.scss */

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

/* line 34, resources/assets/styles/vendors/_reset.scss */

body {
  line-height: 1;
}

/* line 37, resources/assets/styles/vendors/_reset.scss */

ol,
ul {
  list-style: none;
}

/* line 40, resources/assets/styles/vendors/_reset.scss */

blockquote,
q {
  quotes: none;
}

/* line 43, resources/assets/styles/vendors/_reset.scss */

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* line 48, resources/assets/styles/vendors/_reset.scss */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/** Base */

/* line 1, resources/assets/styles/base/_a11y.scss */

[inert] {
  pointer-events: none;
  cursor: default;
}

/* line 6, resources/assets/styles/base/_a11y.scss */

[inert],
[inert] * {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
*/

/* line 18, resources/assets/styles/base/_a11y.scss */

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

@font-face {
  font-family: "GT-Pressura-Regular";
  src: url(/wp-content/themes/hotaling/dist/fonts/GT-Pressura/GT-Pressura-Regular.woff2) format("woff2"), url(/wp-content/themes/hotaling/dist/fonts/GT-Pressura/GT-Pressura-Regular.woff) format("woff"), url(/wp-content/themes/hotaling/dist/fonts/GT-Pressura/GT-Pressura-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "GT-Pressura-Bold";
  src: url(/wp-content/themes/hotaling/dist/fonts/GT-Pressura/GT-Pressura-Bold.woff2) format("woff2"), url(/wp-content/themes/hotaling/dist/fonts/GT-Pressura/GT-Pressura-Bold.woff) format("woff"), url(/wp-content/themes/hotaling/dist/fonts/GT-Pressura/GT-Pressura-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "MaisonNeueWEB-Book";
  src: url(/wp-content/themes/hotaling/dist/fonts/Maison-Neue/MaisonNeueWEB-Book.woff2) format("woff2"), url(/wp-content/themes/hotaling/dist/fonts/Maison-Neue/MaisonNeueWEB-Book.woff) format("woff");
}

@font-face {
  font-family: "MaisonNeueWEB-Bold";
  src: url(/wp-content/themes/hotaling/dist/fonts/Maison-Neue/MaisonNeueWEB-Bold.woff2) format("woff2"), url(/wp-content/themes/hotaling/dist/fonts/Maison-Neue/MaisonNeueWEB-Bold.woff) format("woff");
}

@font-face {
  font-family: "MaisonNeueMonoWEB-Regular";
  src: url(/wp-content/themes/hotaling/dist/fonts/Maison-Neue/MaisonNeueMonoWEB-Regular.woff2) format("woff2"), url(/wp-content/themes/hotaling/dist/fonts/Maison-Neue/MaisonNeueMonoWEB-Regular.woff) format("woff");
}

@font-face {
  font-family: "MaisonNeueMonoWEB-Bold";
  src: url(/wp-content/themes/hotaling/dist/fonts/Maison-Neue/MaisonNeueMonoWEB-Bold.woff2) format("woff2"), url(/wp-content/themes/hotaling/dist/fonts/Maison-Neue/MaisonNeueMonoWEB-Bold.woff) format("woff");
}

@font-face {
  font-family: "MaisonNeueWEB-Demi";
  src: url(/wp-content/themes/hotaling/dist/fonts/Maison-Neue/MaisonNeueWEB-Demi.woff2) format("woff2"), url(/wp-content/themes/hotaling/dist/fonts/Maison-Neue/MaisonNeueWEB-Demi.woff) format("woff");
}

@font-face {
  font-family: "BonVivant-Regular";
  src: url(/wp-content/themes/hotaling/dist/fonts/BonVivant-Regular/font.woff2) format("woff2"), url(/wp-content/themes/hotaling/dist/fonts/BonVivant-Regular/font.woff) format("woff");
}

/**
 * Fonts not in use yet
 * Delete imports once font style guide has been finalized
 * Add font-family variable to `abstracts/variables` when planned to use
 */

/**
 * Clear inner floats
 */

/* line 8, resources/assets/styles/base/_helpers.scss */

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

/**
  * Main content containers
  * 1. Make the container full-width with a maximum width
  * 2. Center it in the viewport
  * 3. Leave some space on the edges, especially valuable on small screens
  */

/**
  * Hide text while making it readable for screen readers
  * 1. Needed in WebKit-based browsers because of an implementation bug;
  *    See: https://code.google.com/p/chromium/issues/detail?id=457146
  */

/* line 34, resources/assets/styles/base/_helpers.scss */

.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
  * Hide element while making it readable for screen readers
  * Shamelessly borrowed from HTML5Boilerplate:
  * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
  */

/* line 46, resources/assets/styles/base/_helpers.scss */

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

/**
  * Module container
  */

/* line 60, resources/assets/styles/base/_helpers.scss */

.hot-container {
  display: grid;
  grid-auto-flow: dense;
  grid-column-gap: 4.70588%;
  -ms-grid-column-gap: 4.70588%;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin: 0 16px;
  max-width: 1750px;
}

@media (min-width: 117.5em) {
  /* line 60, resources/assets/styles/base/_helpers.scss */

  .hot-container {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 60, resources/assets/styles/base/_helpers.scss */

  .hot-container {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 2.85714%;
    -ms-grid-column-gap: 2.85714%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 30px;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 117.5em) {
  /* line 60, resources/assets/styles/base/_helpers.scss */

  .hot-container {
    margin: 0 auto;
  }
}

@media (min-width: 85.375em) {
  /* line 60, resources/assets/styles/base/_helpers.scss */

  .hot-container {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 1.91278%;
    -ms-grid-column-gap: 1.91278%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 65px;
    max-width: 1750px;
  }
}

@media (min-width: 85.375em) and (min-width: 117.5em) {
  /* line 60, resources/assets/styles/base/_helpers.scss */

  .hot-container {
    margin: 0 auto;
  }
}

/* line 64, resources/assets/styles/base/_helpers.scss */

.hot-inner-container {
  display: grid;
  grid-auto-flow: dense;
  grid-column-gap: 4.70588%;
  -ms-grid-column-gap: 4.70588%;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin: 0 16px;
  margin: 0;
  max-width: 1750px;
}

@media (min-width: 117.5em) {
  /* line 64, resources/assets/styles/base/_helpers.scss */

  .hot-inner-container {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 64, resources/assets/styles/base/_helpers.scss */

  .hot-inner-container {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 2.85714%;
    -ms-grid-column-gap: 2.85714%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 30px;
    margin: 0;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 117.5em) {
  /* line 64, resources/assets/styles/base/_helpers.scss */

  .hot-inner-container {
    margin: 0 auto;
  }
}

/* line 68, resources/assets/styles/base/_helpers.scss */

.hot-mobile-only {
  display: block;
}

@media (min-width: 48em) {
  /* line 68, resources/assets/styles/base/_helpers.scss */

  .hot-mobile-only {
    display: none;
  }
}

/* line 72, resources/assets/styles/base/_helpers.scss */

.hot-tablet-only {
  display: none;
}

@media (min-width: 48em) {
  /* line 72, resources/assets/styles/base/_helpers.scss */

  .hot-tablet-only {
    display: block;
  }
}

/**
 * Set up a decent box model on the root element
 */

/* line 8, resources/assets/styles/base/_global.scss */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 12, resources/assets/styles/base/_global.scss */

body {
  background: #f7f5f2;
  color: #1f1f1f;
  word-break: break-word;
}

/**
  * Make all elements from the DOM inherit from the parent box-sizing
  * Since `*` has a specificity of 0, it does not override the `html` value
  * making all elements inheriting from the root box-sizing value
  * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
  */

/* line 24, resources/assets/styles/base/_global.scss */

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

/**
  * Basic styles for links
  */

/* line 33, resources/assets/styles/base/_global.scss */

a,
.et-db #et-boc .et-l .et_pb_module a {
  color: #c04635;
  text-decoration: none;
}

/**
  * For video APIs
  */

/* line 43, resources/assets/styles/base/_global.scss */

.hot-vimeo-player iframe,
.hot-yt-player {
  background-color: #000;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/**
  * To be used as a base class
  * Note:
  * Module margin varies in comps,
  * Add css rule to module itself if you encounter a different measurement
  */

/* line 57, resources/assets/styles/base/_global.scss */

.hot-module {
  margin: 0 0 3.75rem;
}

@media (min-width: 48em) {
  /* line 57, resources/assets/styles/base/_global.scss */

  .hot-module {
    margin: 0 0 5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 57, resources/assets/styles/base/_global.scss */

  .hot-module {
    margin: 0 0 6.25rem;
  }
}

/* line 65, resources/assets/styles/base/_global.scss */

.hot-container,
#et-boc .et-l .hot-container,
.wrap #et-boc .et-l .et-l--post .et_builder_inner_content,
.wrap:not(.et-fb-iframe-ancestor) #et-boc .et-l .hot_content_detail_body .et_pb_module_inner {
  display: grid;
  grid-auto-flow: dense;
  grid-column-gap: 4.70588%;
  -ms-grid-column-gap: 4.70588%;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin: 0 16px;
  max-width: 1750px;
}

@media (min-width: 117.5em) {
  /* line 65, resources/assets/styles/base/_global.scss */

  .hot-container,
  #et-boc .et-l .hot-container,
  .wrap #et-boc .et-l .et-l--post .et_builder_inner_content,
  .wrap:not(.et-fb-iframe-ancestor) #et-boc .et-l .hot_content_detail_body .et_pb_module_inner {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 65, resources/assets/styles/base/_global.scss */

  .hot-container,
  #et-boc .et-l .hot-container,
  .wrap #et-boc .et-l .et-l--post .et_builder_inner_content,
  .wrap:not(.et-fb-iframe-ancestor) #et-boc .et-l .hot_content_detail_body .et_pb_module_inner {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 2.85714%;
    -ms-grid-column-gap: 2.85714%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 30px;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 117.5em) {
  /* line 65, resources/assets/styles/base/_global.scss */

  .hot-container,
  #et-boc .et-l .hot-container,
  .wrap #et-boc .et-l .et-l--post .et_builder_inner_content,
  .wrap:not(.et-fb-iframe-ancestor) #et-boc .et-l .hot_content_detail_body .et_pb_module_inner {
    margin: 0 auto;
  }
}

@media (min-width: 85.375em) {
  /* line 65, resources/assets/styles/base/_global.scss */

  .hot-container,
  #et-boc .et-l .hot-container,
  .wrap #et-boc .et-l .et-l--post .et_builder_inner_content,
  .wrap:not(.et-fb-iframe-ancestor) #et-boc .et-l .hot_content_detail_body .et_pb_module_inner {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 1.91278%;
    -ms-grid-column-gap: 1.91278%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 65px;
    max-width: 1750px;
  }
}

@media (min-width: 85.375em) and (min-width: 117.5em) {
  /* line 65, resources/assets/styles/base/_global.scss */

  .hot-container,
  #et-boc .et-l .hot-container,
  .wrap #et-boc .et-l .et-l--post .et_builder_inner_content,
  .wrap:not(.et-fb-iframe-ancestor) #et-boc .et-l .hot_content_detail_body .et_pb_module_inner {
    margin: 0 auto;
  }
}

/* line 73, resources/assets/styles/base/_global.scss */

.hot-title:not(.hot-title--red) {
  color: #1f1f1f;
}

/* line 77, resources/assets/styles/base/_global.scss */

.hot-title--red {
  color: #c04635;
}

/* line 81, resources/assets/styles/base/_global.scss */

.hot-title:not(.hot-title--sm) {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  /* line 81, resources/assets/styles/base/_global.scss */

  .hot-title:not(.hot-title--sm) {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 81, resources/assets/styles/base/_global.scss */

  .hot-title:not(.hot-title--sm) {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

/* line 85, resources/assets/styles/base/_global.scss */

.hot-title--sm {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.75rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  /* line 85, resources/assets/styles/base/_global.scss */

  .hot-title--sm {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    letter-spacing: 0.0625rem;
  }
}

@media (min-width: 85.375em) {
  /* line 85, resources/assets/styles/base/_global.scss */

  .hot-title--sm {
    font-size: 2.5rem;
    line-height: 2.75rem;
    letter-spacing: 0.125rem;
  }
}

/* line 90, resources/assets/styles/base/_global.scss */

.hot-image--view-image {
  cursor: pointer;
}

/* line 94, resources/assets/styles/base/_global.scss */

.hot-play-icon {
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 102, resources/assets/styles/base/_global.scss */

.hot-play-icon::after {
  background-color: #000;
  content: "";
  height: 100%;
  opacity: 0.4;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 113, resources/assets/styles/base/_global.scss */

.hot-play-icon svg {
  height: 3.75rem;
  width: 3.75rem;
}

@media (min-width: 48em) {
  /* line 113, resources/assets/styles/base/_global.scss */

  .hot-play-icon svg {
    height: 7.5rem;
    width: 7.5rem;
  }
}

/* For Content Detail Body modules */

/* line 125, resources/assets/styles/base/_global.scss */

.hot-white-backdrop {
  padding: 0 0 3.75rem;
}

@media (min-width: 48em) {
  /* line 125, resources/assets/styles/base/_global.scss */

  .hot-white-backdrop {
    padding: 0 0 5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 125, resources/assets/styles/base/_global.scss */

  .hot-white-backdrop {
    padding: 0 0 6.25rem;
  }
}

/* line 356, resources/assets/styles/abstracts/_mixins.scss */

.hot-white-backdrop::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: 0 -1rem;
  position: absolute;
  width: 100vw;
}

@media (min-width: 48em) {
  /* line 356, resources/assets/styles/abstracts/_mixins.scss */

  .hot-white-backdrop::before {
    margin: 0;
    width: 100%;
  }
}

/* line 372, resources/assets/styles/abstracts/_mixins.scss */

.hot-white-backdrop > * {
  z-index: 2;
}

/* Background Accents
 * Used in:
 * - Brand List
 * - Timeline
 */

/* line 134, resources/assets/styles/base/_global.scss */

.et-db #et-boc .et-l .hot-background-accents,
#et-boc .et-l .hot-background-accents,
.hot-background-accents,
.et-db #et-boc .et-l .et_pb_module .hot-background-accents,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents,
.et-db #et-boc .et-l .et_pb_module .hot-background-accents,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents {
  display: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

@media (min-width: 48em) {
  /* line 134, resources/assets/styles/base/_global.scss */

  .et-db #et-boc .et-l .hot-background-accents,
  #et-boc .et-l .hot-background-accents,
  .hot-background-accents,
  .et-db #et-boc .et-l .et_pb_module .hot-background-accents,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents,
  .et-db #et-boc .et-l .et_pb_module .hot-background-accents,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 145, resources/assets/styles/base/_global.scss */

  .et-db #et-boc .et-l .hot-background-accents[data-index="0"],
  #et-boc .et-l .hot-background-accents[data-index="0"],
  .hot-background-accents[data-index="0"],
  .et-db #et-boc .et-l .et_pb_module .hot-background-accents[data-index="0"],
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents[data-index="0"],
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents[data-index="0"],
  .et-db #et-boc .et-l .et_pb_module .hot-background-accents[data-index="0"],
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents[data-index="0"] {
    margin: 10.875rem 0 0;
  }
}

@media (min-width: 85.375em) {
  /* line 151, resources/assets/styles/base/_global.scss */

  .et-db #et-boc .et-l .hot-background-accents[data-index="0"],
  #et-boc .et-l .hot-background-accents[data-index="0"],
  .hot-background-accents[data-index="0"],
  .et-db #et-boc .et-l .et_pb_module .hot-background-accents[data-index="0"],
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents[data-index="0"],
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents[data-index="0"],
  .et-db #et-boc .et-l .et_pb_module .hot-background-accents[data-index="0"],
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents[data-index="0"] {
    margin: 0;
  }
}

@media (min-width: 48em) and (max-width: 85.3125em) {
  /* line 158, resources/assets/styles/base/_global.scss */

  .et-db #et-boc .et-l .hot-background-accents img:first-child,
  #et-boc .et-l .hot-background-accents img:first-child,
  .hot-background-accents img:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-background-accents img:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-background-accents img:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:first-child {
    height: 33.8125rem;
    width: 18.9375rem;
  }

  /* line 163, resources/assets/styles/base/_global.scss */

  .et-db #et-boc .et-l .hot-background-accents img:nth-child(2),
  #et-boc .et-l .hot-background-accents img:nth-child(2),
  .hot-background-accents img:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module .hot-background-accents img:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module .hot-background-accents img:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:nth-child(2) {
    height: 32.0625rem;
    width: 23.8125rem;
  }

  /* line 168, resources/assets/styles/base/_global.scss */

  .et-db #et-boc .et-l .hot-background-accents img:nth-child(3),
  #et-boc .et-l .hot-background-accents img:nth-child(3),
  .hot-background-accents img:nth-child(3),
  .et-db #et-boc .et-l .et_pb_module .hot-background-accents img:nth-child(3),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:nth-child(3),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:nth-child(3),
  .et-db #et-boc .et-l .et_pb_module .hot-background-accents img:nth-child(3),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:nth-child(3) {
    height: 26.0625rem;
    width: 23.875rem;
  }

  /* line 173, resources/assets/styles/base/_global.scss */

  .et-db #et-boc .et-l .hot-background-accents img:last-child,
  #et-boc .et-l .hot-background-accents img:last-child,
  .hot-background-accents img:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-background-accents img:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-background-accents img:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:last-child {
    height: 33.75rem;
    width: 20.5rem;
  }
}

/* line 180, resources/assets/styles/base/_global.scss */

.et-db #et-boc .et-l .hot-background-accents img:nth-child(even),
#et-boc .et-l .hot-background-accents img:nth-child(even),
.hot-background-accents img:nth-child(even),
.et-db #et-boc .et-l .et_pb_module .hot-background-accents img:nth-child(even),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:nth-child(even),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:nth-child(even),
.et-db #et-boc .et-l .et_pb_module .hot-background-accents img:nth-child(even),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:nth-child(even) {
  margin: auto auto auto -1.25rem;
}

@media (min-width: 85.375em) {
  /* line 180, resources/assets/styles/base/_global.scss */

  .et-db #et-boc .et-l .hot-background-accents img:nth-child(even),
  #et-boc .et-l .hot-background-accents img:nth-child(even),
  .hot-background-accents img:nth-child(even),
  .et-db #et-boc .et-l .et_pb_module .hot-background-accents img:nth-child(even),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:nth-child(even),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:nth-child(even),
  .et-db #et-boc .et-l .et_pb_module .hot-background-accents img:nth-child(even),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:nth-child(even) {
    margin: auto auto auto 0;
  }
}

/* line 188, resources/assets/styles/base/_global.scss */

.et-db #et-boc .et-l .hot-background-accents img:nth-child(odd),
#et-boc .et-l .hot-background-accents img:nth-child(odd),
.hot-background-accents img:nth-child(odd),
.et-db #et-boc .et-l .et_pb_module .hot-background-accents img:nth-child(odd),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:nth-child(odd),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:nth-child(odd),
.et-db #et-boc .et-l .et_pb_module .hot-background-accents img:nth-child(odd),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:nth-child(odd) {
  margin: auto -1.25rem auto auto;
}

@media (min-width: 85.375em) {
  /* line 188, resources/assets/styles/base/_global.scss */

  .et-db #et-boc .et-l .hot-background-accents img:nth-child(odd),
  #et-boc .et-l .hot-background-accents img:nth-child(odd),
  .hot-background-accents img:nth-child(odd),
  .et-db #et-boc .et-l .et_pb_module .hot-background-accents img:nth-child(odd),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:nth-child(odd),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:nth-child(odd),
  .et-db #et-boc .et-l .et_pb_module .hot-background-accents img:nth-child(odd),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-background-accents img:nth-child(odd) {
    margin: auto 0 auto auto;
  }
}

/* line 197, resources/assets/styles/base/_global.scss */

img {
  max-width: 100%;
}

/**
* NOTE: Most style properties here have !important
* so it can override BOTH Divi and Gravity Forms default styles.
* Overrides here are used in all forms across the page
**/

/* line 8, resources/assets/styles/base/_gravity-form-override.scss */

.ginput_container input,
.ginput_container select {
  padding-top: 0;
}

/* line 14, resources/assets/styles/base/_gravity-form-override.scss */

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-family: "MaisonNeueWEB-Book", sans-serif !important;
  font-size: 1.25rem !important;
}

/**
* Error and Confirmation Message
**/

/* line 22, resources/assets/styles/base/_gravity-form-override.scss */

.gform_confirmation_message,
.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.03125rem;
  letter-spacing: 0.03125rem !important;
}

/* line 30, resources/assets/styles/base/_gravity-form-override.scss */

.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
  color: #c04635 !important;
  font-size: unset;
  font-weight: unset !important;
}

/* line 37, resources/assets/styles/base/_gravity-form-override.scss */

.gform_wrapper .validation_error {
  margin-bottom: 1.25rem !important;
}

/* line 41, resources/assets/styles/base/_gravity-form-override.scss */

.gform_wrapper .validation_message {
  margin-top: 1.25rem !important;
}

/* line 45, resources/assets/styles/base/_gravity-form-override.scss */

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
  font-family: "MaisonNeueWEB-Book", sans-serif !important;
  font-size: inherit !important;
}

/* line 1, resources/assets/styles/base/_jira-issue-collector-override.scss */

.atlwdg-trigger {
  z-index: 1000;
}

/** Import theme styles | Layout-related sections */

/* line 1, resources/assets/styles/layouts/_header.scss */

.hot-nav {
  z-index: 5;
  position: relative;
  margin-bottom: -6.25rem;
  height: 7.875rem;
}

/* line 4, resources/assets/styles/layouts/_header.scss */

body.et-fb .hot-nav {
  pointer-events: none;
}

@media (min-width: 48em) {
  /* line 1, resources/assets/styles/layouts/_header.scss */

  .hot-nav {
    margin-bottom: -2.8125rem;
    height: 6.5625rem;
  }
}

@media (min-width: 85.375em) {
  /* line 1, resources/assets/styles/layouts/_header.scss */

  .hot-nav {
    margin-bottom: -3.25rem;
    height: 7rem;
  }
}

@media (max-width: 47.99em) {
  /* line 22, resources/assets/styles/layouts/_header.scss */

  .hot-nav--show {
    overflow: visible;
  }
}

/* line 28, resources/assets/styles/layouts/_header.scss */

.hot-nav__contain {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 47.99em) {
  /* line 28, resources/assets/styles/layouts/_header.scss */

  .hot-nav__contain {
    min-height: 7.875rem;
    overflow-y: visible;
  }
}

@media (min-width: 48em) {
  /* line 28, resources/assets/styles/layouts/_header.scss */

  .hot-nav__contain {
    padding-top: 5.25rem;
  }
}

@media (min-width: 85.375em) {
  /* line 28, resources/assets/styles/layouts/_header.scss */

  .hot-nav__contain {
    padding-top: 5.6875rem;
  }
}

/* line 47, resources/assets/styles/layouts/_header.scss */

.hot-nav__contain::before {
  background-color: #f7f5f2;
  content: "";
  display: block;
  height: 1.625rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 48em) {
  /* line 47, resources/assets/styles/layouts/_header.scss */

  .hot-nav__contain::before {
    height: 3.9375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 47, resources/assets/styles/layouts/_header.scss */

  .hot-nav__contain::before {
    height: 3.625rem;
  }
}

/* line 67, resources/assets/styles/layouts/_header.scss */

.hot-nav__logo {
  z-index: 5;
  position: absolute;
  top: 0.5rem;
}

@media (max-width: 47.99em) {
  /* line 67, resources/assets/styles/layouts/_header.scss */

  .hot-nav__logo {
    left: 1rem;
    width: 7.25rem;
  }
}

@media (min-width: 48em) {
  /* line 67, resources/assets/styles/layouts/_header.scss */

  .hot-nav__logo {
    width: 8.1875rem;
    left: 1.875rem;
    top: 3.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 67, resources/assets/styles/layouts/_header.scss */

  .hot-nav__logo {
    width: 13.125rem;
    left: 4.375rem;
  }
}

/* line 89, resources/assets/styles/layouts/_header.scss */

.hot-nav__logo img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* line 96, resources/assets/styles/layouts/_header.scss */

.hot-nav__mobile-head {
  padding: 1.875rem 1.875rem 2.125rem;
  position: relative;
}

@media (min-width: 48em) {
  /* line 96, resources/assets/styles/layouts/_header.scss */

  .hot-nav__mobile-head {
    display: none;
  }
}

/* line 104, resources/assets/styles/layouts/_header.scss */

.hot-nav__mobile-head .logo {
  display: inline-block;
  height: 3.25rem;
  position: relative;
  width: 2.5rem;
}

/* line 110, resources/assets/styles/layouts/_header.scss */

.hot-nav__mobile-head .logo::before,
.hot-nav__mobile-head .logo::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.13688rem;
}

/* line 122, resources/assets/styles/layouts/_header.scss */

.hot-nav__mobile-head .logo::after {
  left: auto;
  right: 0;
}

/* line 128, resources/assets/styles/layouts/_header.scss */

.hot-nav__mobile-head .close {
  background-color: transparent;
  border: none;
  height: 1.1875rem;
  width: 1.1875rem;
  padding: 0;
  position: absolute;
  right: 1.875rem;
  top: 3.1875rem;
}

/* line 138, resources/assets/styles/layouts/_header.scss */

.hot-nav__mobile-head .close::before,
.hot-nav__mobile-head .close::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  right: 0.5rem;
  position: absolute;
  top: 0;
  width: 0.125rem;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 151, resources/assets/styles/layouts/_header.scss */

.hot-nav__mobile-head .close::after {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 48em) {
  /* line 159, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu li,
  .hot-nav__submenu li {
    display: inline-block;
  }
}

@media (max-width: 47.99em) {
  /* line 165, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu a,
  .hot-nav__submenu a {
    color: #f7f5f2;
    display: block;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

/* line 175, resources/assets/styles/layouts/_header.scss */

.hot-nav__menu {
  z-index: 2;
}

@media (max-width: 47.99em) {
  /* line 175, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 48em) {
  /* line 175, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 4.70588%;
    -ms-grid-column-gap: 4.70588%;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    margin: 0 16px;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 117.5em) {
  /* line 175, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu {
    margin: 0 auto;
  }
}

@media (min-width: 48em) and (min-width: 48em) {
  /* line 175, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 2.85714%;
    -ms-grid-column-gap: 2.85714%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 30px;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 48em) and (min-width: 117.5em) {
  /* line 175, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu {
    margin: 0 auto;
  }
}

@media (min-width: 48em) and (min-width: 85.375em) {
  /* line 175, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 1.91278%;
    -ms-grid-column-gap: 1.91278%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 65px;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 85.375em) and (min-width: 117.5em) {
  /* line 175, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu {
    margin: 0 auto;
  }
}

/* line 186, resources/assets/styles/layouts/_header.scss */

.hot-nav__menu > ul {
  grid-column: 1 / span 4;
}

@media (min-width: 48em) {
  /* line 186, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu > ul {
    grid-column: 1 / span 12;
    text-align: right;
  }
}

/* line 196, resources/assets/styles/layouts/_header.scss */

.hot-nav__menu li {
  position: relative;
}

@media (max-width: 47.99em) {
  /* line 200, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu > ul > li {
    border-bottom: solid 1px #fcc246;
  }

  /* line 204, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu > ul > li:first-child {
    border-top: solid 1px #fcc246;
  }
}

@media (min-width: 48em) {
  /* line 200, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu > ul > li {
    display: inline-block;
  }

  /* line 212, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu > ul > li:not(:last-child) {
    margin-right: 1.375rem;
    padding-right: 1.625rem;
    position: relative;
  }

  /* line 218, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu > ul > li:not(:last-child)::after {
    background-color: #ddaa3e;
    content: "";
    display: block;
    height: 11px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4px;
  }
}

@media (min-width: 85.375em) {
  /* line 232, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu > ul > li:not(:last-child) {
    margin-right: 2.375rem;
    padding-right: 2.625rem;
    position: relative;
  }
}

@media (max-width: 47.99em) {
  /* line 240, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu li.hot-nav__item-with-dropdown {
    border-bottom: none;
    position: relative;
    width: 100%;
  }

  /* line 246, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu li.hot-nav__item-with-dropdown > a {
    z-index: 2;
  }

  /* line 250, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu li.hot-nav__item-with-dropdown::before {
    z-index: 1;
    background-color: #fcc246;
    bottom: -0.0625rem;
    content: "";
    display: block;
    height: 100%;
    max-height: 0.0625rem;
    position: absolute;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: max-height 500ms ease, top 500ms ease, -webkit-transform 500ms ease;
    transition: max-height 500ms ease, top 500ms ease, -webkit-transform 500ms ease;
    -o-transition: max-height 500ms ease, top 500ms ease, -o-transform 500ms ease;
    transition: max-height 500ms ease, transform 500ms ease, top 500ms ease;
    transition: max-height 500ms ease, transform 500ms ease, top 500ms ease, -webkit-transform 500ms ease, -o-transform 500ms ease;
    top: 4.375rem;
    width: 100%;
  }

  /* line 267, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu li.hot-nav__item-with-dropdown.active a {
    color: #c04635;
  }

  /* line 270, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu li.hot-nav__item-with-dropdown.active a::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMSAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjAyMDggMjAuOTE5NkwxOS45MjAzIDEyLjAyMDFDMjAuNTUwMyAxMS4zOTAxIDIwLjEwNDEgMTAuMzEzIDE5LjIxMzIgMTAuMzEzSDEuNDE0MjFDMC41MjMzMDkgMTAuMzEzIDAuMDc3MTQxNyAxMS4zOTAxIDAuNzA3MTA2IDEyLjAyMDFMOS42MDY2IDIwLjkxOTZDOS45OTcxMyAyMS4zMTAxIDEwLjYzMDMgMjEuMzEwMSAxMS4wMjA4IDIwLjkxOTZaIiBmaWxsPSIjQzA0NjM1Ii8+Cjwvc3ZnPgo=);
  }

  /* line 275, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu li.hot-nav__item-with-dropdown.active > a {
    border-bottom: solid 0.0625rem #c04635;
  }

  /* line 279, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu li.hot-nav__item-with-dropdown.active::before {
    max-height: 100%;
    top: 3.25rem;
    -webkit-transform: translateY(-3.25rem);
         -o-transform: translateY(-3.25rem);
            transform: translateY(-3.25rem);
    -webkit-transition: max-height 500ms ease, top 0ms ease, -webkit-transform 500ms ease;
    transition: max-height 500ms ease, top 0ms ease, -webkit-transform 500ms ease;
    -o-transition: max-height 500ms ease, top 0ms ease, -o-transform 500ms ease;
    transition: max-height 500ms ease, transform 500ms ease, top 0ms ease;
    transition: max-height 500ms ease, transform 500ms ease, top 0ms ease, -webkit-transform 500ms ease, -o-transform 500ms ease;
  }
}

/* line 289, resources/assets/styles/layouts/_header.scss */

.hot-nav__menu li.hot-nav__item-with-dropdown > a {
  /* stylelint-disable no-descending-specificity */
}

@media (min-width: 48em) {
  /* line 289, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu li.hot-nav__item-with-dropdown > a {
    display: inline-block;
    padding-right: 1.4375rem;
    position: relative;
  }
}

/* line 298, resources/assets/styles/layouts/_header.scss */

.hot-nav__menu a {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.1875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
}

@media (max-width: 47.99em) {
  /* line 298, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu a {
    padding-bottom: 1.5rem;
    padding-top: 1.5625rem;
    position: relative;
  }
}

@media (min-width: 48em) {
  /* line 298, resources/assets/styles/layouts/_header.scss */

  .hot-nav__menu a {
    color: #c04635;
  }
}

/* line 313, resources/assets/styles/layouts/_header.scss */

.hot-nav__submenu {
  height: auto;
  padding: 0 0 1.25rem;
  min-height: 3.625rem;
}

@media (min-width: 48em) {
  /* line 313, resources/assets/styles/layouts/_header.scss */

  .hot-nav__submenu {
    padding: 0;
    position: absolute;
    right: 1.875rem;
    top: 1.4375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 313, resources/assets/styles/layouts/_header.scss */

  .hot-nav__submenu {
    right: 4.0625rem;
    top: 1.1875rem;
  }
}

@media (max-width: 47.99em) {
  /* line 330, resources/assets/styles/layouts/_header.scss */

  .hot-nav__submenu li {
    margin-bottom: 1.25rem;
  }
}

/* line 336, resources/assets/styles/layouts/_header.scss */

.hot-nav__submenu a {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.03125rem;
  text-transform: capitalize;
}

@media (min-width: 48em) {
  /* line 336, resources/assets/styles/layouts/_header.scss */

  .hot-nav__submenu a {
    color: #003541;
  }
}

/* line 348, resources/assets/styles/layouts/_header.scss */

.hot-nav ul ul {
  max-height: 0;
  pointer-events: none;
  top: 100%;
  -webkit-transition: max-height 300ms ease, visibility 0ms ease 300ms;
  -o-transition: max-height 300ms ease, visibility 0ms ease 300ms;
  transition: max-height 300ms ease, visibility 0ms ease 300ms;
  visibility: hidden;
}

@media (min-width: 48em) {
  /* line 348, resources/assets/styles/layouts/_header.scss */

  .hot-nav ul ul {
    background-color: #c04635;
    left: -2.375rem;
    margin-top: 1.3125rem;
    position: absolute;
    -webkit-transition: max-height 700ms ease, visibility 0ms ease 700ms;
    -o-transition: max-height 700ms ease, visibility 0ms ease 700ms;
    transition: max-height 700ms ease, visibility 0ms ease 700ms;
  }
}

/* line 363, resources/assets/styles/layouts/_header.scss */

.hot-nav ul ul a {
  color: #fff;
  display: block;
  padding: 0.9375rem 3.75rem;
  white-space: nowrap;
}

@media (min-width: 48em) {
  /* line 363, resources/assets/styles/layouts/_header.scss */

  .hot-nav ul ul a {
    padding: 0.875rem 1.4375rem 0.75rem 1.5rem;
  }
}

/* line 373, resources/assets/styles/layouts/_header.scss */

.hot-nav ul ul a:hover {
  background-color: #fcc246;
  color: #c04635;
}

/* line 379, resources/assets/styles/layouts/_header.scss */

.hot-nav ul ul li {
  opacity: 0;
  -webkit-transition: opacity 300ms ease 0ms;
  -o-transition: opacity 300ms ease 0ms;
  transition: opacity 300ms ease 0ms;
  width: 100%;
}

/* line 385, resources/assets/styles/layouts/_header.scss */

.hot-nav ul ul li:first-child a {
  padding-top: 1.5625rem;
}

@media (min-width: 48em) {
  /* line 385, resources/assets/styles/layouts/_header.scss */

  .hot-nav ul ul li:first-child a {
    padding-top: 1.25rem;
  }
}

/* line 393, resources/assets/styles/layouts/_header.scss */

.hot-nav ul ul li:last-child a {
  padding-bottom: 1.5625rem;
}

@media (min-width: 48em) {
  /* line 393, resources/assets/styles/layouts/_header.scss */

  .hot-nav ul ul li:last-child a {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 48em) {
  /* line 402, resources/assets/styles/layouts/_header.scss */

  .hot-nav__submenu li:not(:last-child) {
    margin-right: 2.375rem;
  }
}

@media (min-width: 48em) {
  /* line 402, resources/assets/styles/layouts/_header.scss */

  .hot-nav__submenu li:not(:last-child) {
    margin-right: 2.5rem;
  }
}

/* line 413, resources/assets/styles/layouts/_header.scss */

.hot-nav li.hot-nav__item-with-dropdown > a::after {
  background-repeat: no-repeat;
  content: "";
  display: block;
  margin-left: 0.625rem;
  position: absolute;
  -webkit-transform: translateY(-0.3125rem);
       -o-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
}

@media (max-width: 47.99em) {
  /* line 413, resources/assets/styles/layouts/_header.scss */

  .hot-nav li.hot-nav__item-with-dropdown > a::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMSAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjAyMDggMjAuOTE5NkwxOS45MjAzIDEyLjAyMDFDMjAuNTUwMyAxMS4zOTAxIDIwLjEwNDEgMTAuMzEzIDE5LjIxMzIgMTAuMzEzSDEuNDE0MjFDMC41MjMzMDkgMTAuMzEzIDAuMDc3MTQxNyAxMS4zOTAxIDAuNzA3MTA2IDEyLjAyMDFMOS42MDY2IDIwLjkxOTZDOS45OTcxMyAyMS4zMTAxIDEwLjYzMDMgMjEuMzEwMSAxMS4wMjA4IDIwLjkxOTZaIiBmaWxsPSIjRjdGNUYyIi8+Cjwvc3ZnPgo=);
    background-position: -0.0625rem -0.625rem;
    height: 0.6875rem;
    right: 1.875rem;
    top: 2.1875rem;
    width: 1.1875rem;
  }
}

@media (min-width: 48em) {
  /* line 413, resources/assets/styles/layouts/_header.scss */

  .hot-nav li.hot-nav__item-with-dropdown > a::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE1IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNCAxTDcuNSA3TDEgMC45OTk5OTkiIHN0cm9rZT0iI0MwNDYzNSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
    height: 0.5rem;
    right: 0;
    top: 50%;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    -o-transition: -o-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease, -o-transform 300ms ease;
    width: 1.0625rem;
  }
}

/* line 441, resources/assets/styles/layouts/_header.scss */

.hot-nav li.active ul {
  z-index: 2;
  max-height: 125rem;
  pointer-events: all;
  -webkit-transition: max-height 700ms ease, visibility 0ms ease 0ms;
  -o-transition: max-height 700ms ease, visibility 0ms ease 0ms;
  transition: max-height 700ms ease, visibility 0ms ease 0ms;
  visibility: visible;
}

@media (max-width: 47.99em) {
  /* line 441, resources/assets/styles/layouts/_header.scss */

  .hot-nav li.active ul {
    position: relative;
  }
}

/* line 454, resources/assets/styles/layouts/_header.scss */

.hot-nav li.active > a::after {
  -webkit-transform: translateY(-0.3125rem) rotate(180deg);
       -o-transform: translateY(-0.3125rem) rotate(180deg);
          transform: translateY(-0.3125rem) rotate(180deg);
}

/* line 458, resources/assets/styles/layouts/_header.scss */

.hot-nav li.active li {
  opacity: 1;
  -webkit-transition: opacity 0ms ease;
  -o-transition: opacity 0ms ease;
  transition: opacity 0ms ease;
}

@media (min-width: 48em) {
  /* line 458, resources/assets/styles/layouts/_header.scss */

  .hot-nav li.active li {
    -webkit-transition: opacity 300ms ease 350ms;
    -o-transition: opacity 300ms ease 350ms;
    transition: opacity 300ms ease 350ms;
  }
}

@media (max-width: 47.99em) {
  /* line 468, resources/assets/styles/layouts/_header.scss */

  .hot-nav__container {
    z-index: 5;
    background-color: #c04635;
    height: calc(100vh + (100% - 100vh));
    opacity: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    -webkit-transform: translateX(100vw);
         -o-transform: translateX(100vw);
            transform: translateX(100vw);
    -webkit-transition: opacity 350ms ease 350ms, -webkit-transform 700ms ease;
    transition: opacity 350ms ease 350ms, -webkit-transform 700ms ease;
    -o-transition: opacity 350ms ease 350ms, -o-transform 700ms ease;
    transition: transform 700ms ease, opacity 350ms ease 350ms;
    transition: transform 700ms ease, opacity 350ms ease 350ms, -webkit-transform 700ms ease, -o-transform 700ms ease;
    width: 100%;
  }

  /* line 482, resources/assets/styles/layouts/_header.scss */

  .hot-nav--show .hot-nav__container {
    opacity: 1;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

/* line 489, resources/assets/styles/layouts/_header.scss */

.hot-nav button {
  z-index: 2;
  background-color: transparent;
  border-bottom: solid 2px #1f1f1f;
  border-left: none;
  border-right: none;
  border-top: solid 2px #1f1f1f;
  cursor: pointer;
  height: 1.375rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 1rem;
  text-indent: -9999px;
  top: 2.75rem;
  width: 1.625rem;
}

/* line 507, resources/assets/styles/layouts/_header.scss */

.hot-nav button::before {
  background-color: #1f1f1f;
  content: "";
  cursor: pointer;
  display: block;
  height: 0.125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

@media (min-width: 48em) {
  /* line 489, resources/assets/styles/layouts/_header.scss */

  .hot-nav button {
    display: none;
  }
}

/* line 525, resources/assets/styles/layouts/_header.scss */

body.hot-nav--show {
  overflow: hidden;
  height: 100vh;
}

/* line 1, resources/assets/styles/layouts/_footer.scss */

.et-db #et-boc .et-l .hot-footer,
#et-boc .et-l .hot-footer,
.hot-footer,
.et-db #et-boc .et-l .et_pb_module .hot-footer,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer,
.et-db #et-boc .et-l .et_pb_module .hot-footer,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer {
  background-color: #f7f5f2;
  height: auto;
  overflow: hidden;
  width: 100%;
  /* bottom bar stylings */
  /* form stylings */
  /* menu stylings */
  /* socials stylings  */
}

/* line 13, resources/assets/styles/layouts/_footer.scss */

.et-db #et-boc .et-l .hot-footer__bottom-bar,
#et-boc .et-l .hot-footer__bottom-bar,
.hot-footer__bottom-bar,
.et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar,
.et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar {
  grid-column-end: span 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 calc(1rem * (-1));
  padding: 1.25rem 1.75rem 1.875rem;
  width: calc(100% + (1rem * 2));
}

@media (min-width: 48em) {
  /* line 13, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__bottom-bar,
  #et-boc .et-l .hot-footer__bottom-bar,
  .hot-footer__bottom-bar,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar {
    grid-column-end: span 12;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
    padding: 1.25rem 0 1.25rem;
    width: 100%;
  }
}

@media (min-width: 85.375em) {
  /* line 13, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__bottom-bar,
  #et-boc .et-l .hot-footer__bottom-bar,
  .hot-footer__bottom-bar,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar {
    grid-column-end: span 12;
    margin: 0 -1rem;
    padding: 1.25rem 0 3.125rem;
    width: calc(100% + (1rem * 2));
  }
}

/* line 40, resources/assets/styles/layouts/_footer.scss */

.et-db #et-boc .et-l .hot-footer__bottom-bar-address,
.et-db #et-boc .et-l .hot-footer__bottom-bar-copyright,
#et-boc .et-l .hot-footer__bottom-bar-address,
#et-boc .et-l .hot-footer__bottom-bar-copyright,
.hot-footer__bottom-bar-address,
.hot-footer__bottom-bar-copyright,
.et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar-address,
.et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar-copyright,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-copyright,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-copyright,
.et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar-address,
.et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar-copyright,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-copyright {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.03125rem;
  color: #1f1f1f;
  text-align: center;
}

@media (min-width: 48em) {
  /* line 40, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__bottom-bar-address,
  .et-db #et-boc .et-l .hot-footer__bottom-bar-copyright,
  #et-boc .et-l .hot-footer__bottom-bar-address,
  #et-boc .et-l .hot-footer__bottom-bar-copyright,
  .hot-footer__bottom-bar-address,
  .hot-footer__bottom-bar-copyright,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar-address,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar-copyright,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-copyright,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-copyright,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar-address,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar-copyright,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-copyright {
    text-align: unset;
  }
}

/* line 52, resources/assets/styles/layouts/_footer.scss */

.et-db #et-boc .et-l .hot-footer__bottom-bar-address,
#et-boc .et-l .hot-footer__bottom-bar-address,
.hot-footer__bottom-bar-address,
.et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar-address,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address,
.et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar-address,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (min-width: 23.4375em) and (max-width: 47.9375em) {
  /* line 52, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__bottom-bar-address,
  #et-boc .et-l .hot-footer__bottom-bar-address,
  .hot-footer__bottom-bar-address,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar-address,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar-address,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address {
    margin: 0 0 2.5rem;
  }
}

@media (min-width: 48em) {
  /* line 52, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__bottom-bar-address,
  #et-boc .et-l .hot-footer__bottom-bar-address,
  .hot-footer__bottom-bar-address,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar-address,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar-address,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    width: 48.57143%;
  }
}

@media (min-width: 85.375em) {
  /* line 52, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__bottom-bar-address,
  #et-boc .et-l .hot-footer__bottom-bar-address,
  .hot-footer__bottom-bar-address,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar-address,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar-address,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address {
    width: 49.04361%;
  }
}

/* line 70, resources/assets/styles/layouts/_footer.scss */

.et-db #et-boc .et-l .hot-footer__bottom-bar-address::before,
#et-boc .et-l .hot-footer__bottom-bar-address::before,
.hot-footer__bottom-bar-address::before,
.et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar-address::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address::before,
.et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar-address::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address::before {
  background-color: #ddaa3e;
  bottom: -1.125rem;
  content: "";
  height: 0.25rem;
  position: absolute;
  width: 0.6875rem;
}

@media (min-width: 48em) {
  /* line 70, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__bottom-bar-address::before,
  #et-boc .et-l .hot-footer__bottom-bar-address::before,
  .hot-footer__bottom-bar-address::before,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar-address::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address::before,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar-address::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-address::before {
    content: unset;
  }
}

@media (min-width: 85.375em) {
  /* line 84, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__bottom-bar-copyright,
  #et-boc .et-l .hot-footer__bottom-bar-copyright,
  .hot-footer__bottom-bar-copyright,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar-copyright,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-copyright,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-copyright,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__bottom-bar-copyright,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__bottom-bar-copyright {
    margin: 0 0 0 auto;
  }
}

/* line 92, resources/assets/styles/layouts/_footer.scss */

.et-db #et-boc .et-l .hot-footer__form,
#et-boc .et-l .hot-footer__form,
.hot-footer__form,
.et-db #et-boc .et-l .et_pb_module .hot-footer__form,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form,
.et-db #et-boc .et-l .et_pb_module .hot-footer__form,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form {
  grid-column-end: span 4;
  background-color: #e8e0d6;
  margin: 0 -1rem;
  padding: 2.625rem 0 4.375rem 0;
  width: calc(100% + (1rem * 2));
}

@media (min-width: 48em) {
  /* line 92, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__form,
  #et-boc .et-l .hot-footer__form,
  .hot-footer__form,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form {
    grid-column-end: span 6;
    margin: 0 -1.875rem 0 0;
    padding: 3.125rem 1.875rem 8.5rem 11.76471%;
    width: calc(100% + 1.875rem);
  }
}

@media (min-width: 85.375em) {
  /* line 92, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__form,
  #et-boc .et-l .hot-footer__form,
  .hot-footer__form,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form {
    grid-column-end: span 5;
    margin: 0 -4.0625rem 0 calc(4.71698% * -1);
    padding: 2.5rem 4.0625rem 3.9375rem 19.96981%;
    width: calc(100% + (4.71698% * 1) + (4.0625rem));
  }
}

/* line 116, resources/assets/styles/layouts/_footer.scss */

.et-db #et-boc .et-l .hot-footer__form-description,
#et-boc .et-l .hot-footer__form-description,
.hot-footer__form-description,
.et-db #et-boc .et-l .et_pb_module .hot-footer__form-description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-description,
.et-db #et-boc .et-l .et_pb_module .hot-footer__form-description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-description {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.03125rem;
  margin: 0 0 1.375rem;
  padding: 0 2.5rem;
  width: 100%;
}

@media (min-width: 48em) {
  /* line 116, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__form-description,
  #et-boc .et-l .hot-footer__form-description,
  .hot-footer__form-description,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-description,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-description {
    margin: 0 0 0.75rem;
    padding: 0;
  }
}

@media (min-width: 85.375em) {
  /* line 116, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__form-description,
  #et-boc .et-l .hot-footer__form-description,
  .hot-footer__form-description,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-description,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-description {
    margin: 0;
    padding: 0;
    width: 73.50835%;
  }
}

/* line 135, resources/assets/styles/layouts/_footer.scss */

.et-db #et-boc .et-l .hot-footer__form-group,
#et-boc .et-l .hot-footer__form-group,
.hot-footer__form-group,
.et-db #et-boc .et-l .et_pb_module .hot-footer__form-group,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-group,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-group,
.et-db #et-boc .et-l .et_pb_module .hot-footer__form-group,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-group {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1rem 0 2.5rem;
  position: relative;
  width: 100%;
}

@media (min-width: 48em) {
  /* line 135, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__form-group,
  #et-boc .et-l .hot-footer__form-group,
  .hot-footer__form-group,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-group,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-group,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-group,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-group,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-group {
    padding: 0;
  }
}

/* line 148, resources/assets/styles/layouts/_footer.scss */

.et-db #et-boc .et-l .hot-footer__form-submit,
#et-boc .et-l .hot-footer__form-submit,
.hot-footer__form-submit,
.et-db #et-boc .et-l .et_pb_module .hot-footer__form-submit,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-submit,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-submit,
.et-db #et-boc .et-l .et_pb_module .hot-footer__form-submit,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-submit {
  z-index: 2;
  bottom: -2.5rem;
  position: absolute;
  right: 0;
}

@media (min-width: 48em) {
  /* line 148, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__form-submit,
  #et-boc .et-l .hot-footer__form-submit,
  .hot-footer__form-submit,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-submit,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-submit {
    bottom: -2.8125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 148, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__form-submit,
  #et-boc .et-l .hot-footer__form-submit,
  .hot-footer__form-submit,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-submit,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-submit {
    bottom: -1.5625rem;
    right: 2.375rem;
  }
}

/* line 165, resources/assets/styles/layouts/_footer.scss */

.et-db #et-boc .et-l .hot-footer__form-title,
#et-boc .et-l .hot-footer__form-title,
.hot-footer__form-title,
.et-db #et-boc .et-l .et_pb_module .hot-footer__form-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title,
.et-db #et-boc .et-l .et_pb_module .hot-footer__form-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title {
  margin: 0 0 0.625rem;
}

@media (min-width: 48em) {
  /* line 165, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__form-title,
  #et-boc .et-l .hot-footer__form-title,
  .hot-footer__form-title,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title {
    margin: 0 0 2.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 165, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__form-title,
  #et-boc .et-l .hot-footer__form-title,
  .hot-footer__form-title,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title {
    margin: 0 0 1.25rem;
  }
}

/* line 176, resources/assets/styles/layouts/_footer.scss */

.et-db #et-boc .et-l .hot-footer__form-title p,
#et-boc .et-l .hot-footer__form-title p,
.hot-footer__form-title p,
.et-db #et-boc .et-l .et_pb_module .hot-footer__form-title p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title p,
.et-db #et-boc .et-l .et_pb_module .hot-footer__form-title p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title p {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #c04635;
  padding: 2.5625rem 1.25rem 0 26.17647%;
  position: relative;
}

@media (min-width: 48em) {
  /* line 176, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__form-title p,
  #et-boc .et-l .hot-footer__form-title p,
  .hot-footer__form-title p,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-title p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title p,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-title p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title p {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 176, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__form-title p,
  #et-boc .et-l .hot-footer__form-title p,
  .hot-footer__form-title p,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-title p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title p,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-title p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title p {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 48em) {
  /* line 176, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__form-title p,
  #et-boc .et-l .hot-footer__form-title p,
  .hot-footer__form-title p,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-title p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title p,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-title p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title p {
    padding: 3.375rem 1.25rem 0 23.52941%;
  }
}

@media (min-width: 85.375em) {
  /* line 176, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__form-title p,
  #et-boc .et-l .hot-footer__form-title p,
  .hot-footer__form-title p,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-title p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title p,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-title p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title p {
    padding: 4rem 0 0 30.73323%;
  }
}

/* line 192, resources/assets/styles/layouts/_footer.scss */

.et-db #et-boc .et-l .hot-footer__form-title em,
#et-boc .et-l .hot-footer__form-title em,
.hot-footer__form-title em,
.et-db #et-boc .et-l .et_pb_module .hot-footer__form-title em,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title em,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title em,
.et-db #et-boc .et-l .et_pb_module .hot-footer__form-title em,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title em {
  font-family: "BonVivant-Regular", cursive;
  font-style: italic;
  font-weight: normal;
  font-size: 4.25rem;
  line-height: 3.125rem;
  color: #c04635;
  bottom: 0;
  display: inline-block;
  left: 1.25rem;
  position: absolute;
  text-transform: capitalize;
  top: -1.25rem;
  -webkit-transform: rotate(-7.01deg);
       -o-transform: rotate(-7.01deg);
          transform: rotate(-7.01deg);
  width: calc(100% - 7.1875rem);
}

@media (min-width: 85.375em) {
  /* line 192, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__form-title em,
  #et-boc .et-l .hot-footer__form-title em,
  .hot-footer__form-title em,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-title em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title em,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-title em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title em {
    font-size: 5.625rem;
    line-height: 6.875rem;
  }
}

@media (min-width: 48em) {
  /* line 192, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__form-title em,
  #et-boc .et-l .hot-footer__form-title em,
  .hot-footer__form-title em,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-title em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title em,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-title em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title em {
    left: 0;
    top: -0.625rem;
  }
}

@media (min-width: 85.375em) {
  /* line 192, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__form-title em,
  #et-boc .et-l .hot-footer__form-title em,
  .hot-footer__form-title em,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-title em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title em,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form-title em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__form-title em {
    left: -1.125rem;
    top: -2.1875rem;
    -webkit-transform: matrix(0.99, -0.12, 0.12, 0.99, 0, 0);
         -o-transform: matrix(0.99, -0.12, 0.12, 0.99, 0, 0);
            transform: matrix(0.99, -0.12, 0.12, 0.99, 0, 0);
    width: calc(100% - 6.25rem);
  }
}

/* line 226, resources/assets/styles/layouts/_footer.scss */

.et-db #et-boc .et-l .hot-footer__logo:not(.hot-footer__logo--mobile),
#et-boc .et-l .hot-footer__logo:not(.hot-footer__logo--mobile),
.hot-footer__logo:not(.hot-footer__logo--mobile),
.et-db #et-boc .et-l .et_pb_module .hot-footer__logo:not(.hot-footer__logo--mobile),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__logo:not(.hot-footer__logo--mobile),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__logo:not(.hot-footer__logo--mobile),
.et-db #et-boc .et-l .et_pb_module .hot-footer__logo:not(.hot-footer__logo--mobile),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__logo:not(.hot-footer__logo--mobile) {
  display: none;
}

@media (min-width: 85.375em) {
  /* line 231, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__logo:not(.hot-footer__logo--mobile),
  #et-boc .et-l .hot-footer__logo:not(.hot-footer__logo--mobile),
  .hot-footer__logo:not(.hot-footer__logo--mobile),
  .et-db #et-boc .et-l .et_pb_module .hot-footer__logo:not(.hot-footer__logo--mobile),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__logo:not(.hot-footer__logo--mobile),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__logo:not(.hot-footer__logo--mobile),
  .et-db #et-boc .et-l .et_pb_module .hot-footer__logo:not(.hot-footer__logo--mobile),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__logo:not(.hot-footer__logo--mobile) {
    display: block;
    margin: 0 0 0 -1rem;
  }
}

/* line 237, resources/assets/styles/layouts/_footer.scss */

.et-db #et-boc .et-l .hot-footer__logo--mobile,
#et-boc .et-l .hot-footer__logo--mobile,
.hot-footer__logo--mobile,
.et-db #et-boc .et-l .et_pb_module .hot-footer__logo--mobile,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__logo--mobile,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__logo--mobile,
.et-db #et-boc .et-l .et_pb_module .hot-footer__logo--mobile,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__logo--mobile {
  display: block;
  margin: 0 0 3.4375rem;
  max-height: 4.4375rem;
}

@media (min-width: 48em) {
  /* line 237, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__logo--mobile,
  #et-boc .et-l .hot-footer__logo--mobile,
  .hot-footer__logo--mobile,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__logo--mobile,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__logo--mobile,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__logo--mobile,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__logo--mobile,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__logo--mobile {
    margin: 0 0 3.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 237, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__logo--mobile,
  #et-boc .et-l .hot-footer__logo--mobile,
  .hot-footer__logo--mobile,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__logo--mobile,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__logo--mobile,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__logo--mobile,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__logo--mobile,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__logo--mobile {
    display: none;
    max-height: unset;
  }
}

/* line 253, resources/assets/styles/layouts/_footer.scss */

.et-db #et-boc .et-l .hot-footer__main-contents,
#et-boc .et-l .hot-footer__main-contents,
.hot-footer__main-contents,
.et-db #et-boc .et-l .et_pb_module .hot-footer__main-contents,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__main-contents,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__main-contents,
.et-db #et-boc .et-l .et_pb_module .hot-footer__main-contents,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__main-contents {
  grid-column-end: span 4;
  background-color: #fff;
  margin: auto calc(-1rem) 0 1.5rem;
  padding: 3.125rem 1.875rem 1.25rem;
}

@media (min-width: 48em) {
  /* line 253, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__main-contents,
  #et-boc .et-l .hot-footer__main-contents,
  .hot-footer__main-contents,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__main-contents,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__main-contents,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__main-contents,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__main-contents,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__main-contents {
    grid-column-end: span 6;
    margin: 1.875rem -5.88235% 0 calc(-1.875rem);
    padding: 3.125rem 0 3.125rem calc(1.875rem);
  }
}

@media (min-width: 85.375em) {
  /* line 253, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__main-contents,
  #et-boc .et-l .hot-footer__main-contents,
  .hot-footer__main-contents,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__main-contents,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__main-contents,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__main-contents,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__main-contents,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__main-contents {
    grid-column-end: span 7;
    margin: auto 0 0 calc(-4.0625rem);
    padding: 1.25rem 2.5rem 3.25rem 4.0625rem;
  }
}

/* line 275, resources/assets/styles/layouts/_footer.scss */

.et-db #et-boc .et-l .hot-footer__main-contents-lower,
#et-boc .et-l .hot-footer__main-contents-lower,
.hot-footer__main-contents-lower,
.et-db #et-boc .et-l .et_pb_module .hot-footer__main-contents-lower,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__main-contents-lower,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__main-contents-lower,
.et-db #et-boc .et-l .et_pb_module .hot-footer__main-contents-lower,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__main-contents-lower {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 85.375em) {
  /* line 275, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__main-contents-lower,
  #et-boc .et-l .hot-footer__main-contents-lower,
  .hot-footer__main-contents-lower,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__main-contents-lower,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__main-contents-lower,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__main-contents-lower,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__main-contents-lower,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__main-contents-lower {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 287, resources/assets/styles/layouts/_footer.scss */

.et-db #et-boc .et-l .hot-footer__menu,
#et-boc .et-l .hot-footer__menu,
.hot-footer__menu,
.et-db #et-boc .et-l .et_pb_module .hot-footer__menu,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu,
.et-db #et-boc .et-l .et_pb_module .hot-footer__menu,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (min-width: 48em) {
  /* line 287, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__menu,
  #et-boc .et-l .hot-footer__menu,
  .hot-footer__menu,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__menu,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__menu,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 85.375em) {
  /* line 287, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__menu,
  #et-boc .et-l .hot-footer__menu,
  .hot-footer__menu,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__menu,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__menu,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 1.125rem 0 1.75rem;
  }
}

/* line 302, resources/assets/styles/layouts/_footer.scss */

.et-db #et-boc .et-l .hot-footer__menu-description,
#et-boc .et-l .hot-footer__menu-description,
.hot-footer__menu-description,
.et-db #et-boc .et-l .et_pb_module .hot-footer__menu-description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu-description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu-description,
.et-db #et-boc .et-l .et_pb_module .hot-footer__menu-description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu-description {
  width: 100%;
}

@media (min-width: 85.375em) {
  /* line 302, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__menu-description,
  #et-boc .et-l .hot-footer__menu-description,
  .hot-footer__menu-description,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__menu-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu-description,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__menu-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu-description {
    margin: 0 0 0.1875rem;
    width: 58.11321%;
  }
}

/* line 311, resources/assets/styles/layouts/_footer.scss */

.et-db #et-boc .et-l .hot-footer__menu-item,
#et-boc .et-l .hot-footer__menu-item,
.hot-footer__menu-item,
.et-db #et-boc .et-l .et_pb_module .hot-footer__menu-item,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu-item,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu-item,
.et-db #et-boc .et-l .et_pb_module .hot-footer__menu-item,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu-item {
  margin: 0 0 2.1875rem;
}

@media (min-width: 48em) {
  /* line 311, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__menu-item,
  #et-boc .et-l .hot-footer__menu-item,
  .hot-footer__menu-item,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__menu-item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu-item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu-item,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__menu-item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu-item {
    margin: 0 0 2.5rem;
    width: calc(47.05882%);
  }
}

@media (min-width: 85.375em) {
  /* line 311, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__menu-item,
  #et-boc .et-l .hot-footer__menu-item,
  .hot-footer__menu-item,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__menu-item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu-item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu-item,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__menu-item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu-item {
    margin: 0 0 1.25rem 1.875rem;
    max-width: unset;
    text-align: center;
    width: unset;
  }
}

/* line 327, resources/assets/styles/layouts/_footer.scss */

.et-db #et-boc .et-l .hot-footer__menu-link,
#et-boc .et-l .hot-footer__menu-link,
.hot-footer__menu-link,
.et-db #et-boc .et-l .et_pb_module .hot-footer__menu-link,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu-link,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu-link,
.et-db #et-boc .et-l .et_pb_module .hot-footer__menu-link,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__menu-link {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.1875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  color: #1f1f1f;
  text-transform: uppercase;
}

/* line 336, resources/assets/styles/layouts/_footer.scss */

.et-db #et-boc .et-l .hot-footer__social,
#et-boc .et-l .hot-footer__social,
.hot-footer__social,
.et-db #et-boc .et-l .et_pb_module .hot-footer__social,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__social,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__social,
.et-db #et-boc .et-l .et_pb_module .hot-footer__social,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 0 auto;
}

@media (min-width: 48em) {
  /* line 336, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__social,
  #et-boc .et-l .hot-footer__social,
  .hot-footer__social,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__social,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__social,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__social,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__social,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__social {
    margin: 0 auto 0 20%;
    max-height: 2.8125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 336, resources/assets/styles/layouts/_footer.scss */

  .et-db #et-boc .et-l .hot-footer__social,
  #et-boc .et-l .hot-footer__social,
  .hot-footer__social,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__social,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__social,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__social,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__social,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__social {
    margin: 0 0 -1.125rem auto;
    max-height: unset;
  }
}

/* line 352, resources/assets/styles/layouts/_footer.scss */

.et-db #et-boc .et-l .hot-footer__social-item:not(:first-child),
#et-boc .et-l .hot-footer__social-item:not(:first-child),
.hot-footer__social-item:not(:first-child),
.et-db #et-boc .et-l .et_pb_module .hot-footer__social-item:not(:first-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__social-item:not(:first-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__social-item:not(:first-child),
.et-db #et-boc .et-l .et_pb_module .hot-footer__social-item:not(:first-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-footer__social-item:not(:first-child) {
  margin: 0 0 0 1.5625rem;
}

/* line 363, resources/assets/styles/layouts/_footer.scss */

.et-db #et-boc .et-l .hot-footer__form,
#et-boc .et-l .hot-footer__form,
.hot-footer__form,
.et-db #et-boc .et-l .et_pb_module .hot-footer__form,
.et-db #et-boc .et-l .et_pb_module a.hot-footer__form:not(.wc-forward) {
  /* Wrapper */
  /* Form */
  /* Select Container */
  /* Textfield Input */
  /* Select Input */
  /* li tag */
  /* Labels */
  /* Submit button container */
  /* Remove unnecessarry margins */
}

/* line 372, resources/assets/styles/layouts/_footer.scss */

#et-boc .et-l .hot-footer__form .gform_wrapper,
.hot-footer__form .gform_wrapper,
.et-db #et-boc .et-l .et_pb_module .hot-footer__form .gform_wrapper,
.et-db #et-boc .et-l .et_pb_module a.hot-footer__form:not(.wc-forward) .gform_wrapper {
  padding: 0 1rem 0 2.5rem;
}

@media (min-width: 48em) {
  /* line 372, resources/assets/styles/layouts/_footer.scss */

  #et-boc .et-l .hot-footer__form .gform_wrapper,
  .hot-footer__form .gform_wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form .gform_wrapper,
  .et-db #et-boc .et-l .et_pb_module a.hot-footer__form:not(.wc-forward) .gform_wrapper {
    padding: 0;
  }
}

/* line 381, resources/assets/styles/layouts/_footer.scss */

#et-boc .et-l .hot-footer__form .gform_wrapper form,
.hot-footer__form .gform_wrapper form,
.et-db #et-boc .et-l .et_pb_module .hot-footer__form .gform_wrapper form {
  position: relative;
}

@media (min-width: 48em) {
  /* line 381, resources/assets/styles/layouts/_footer.scss */

  #et-boc .et-l .hot-footer__form .gform_wrapper form,
  .hot-footer__form .gform_wrapper form,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form .gform_wrapper form {
    margin-left: 0 !important;
    width: 100% !important;
  }
}

/* line 391, resources/assets/styles/layouts/_footer.scss */

#et-boc .et-l .hot-footer__form .ginput_container_select,
.hot-footer__form .ginput_container_select,
.et-db #et-boc .et-l .et_pb_module .hot-footer__form .ginput_container_select,
.et-db #et-boc .et-l .et_pb_module a.hot-footer__form:not(.wc-forward) .ginput_container_select {
  margin: 0 !important;
  position: relative;
}

/* line 395, resources/assets/styles/layouts/_footer.scss */

#et-boc .et-l .hot-footer__form .ginput_container_select::after,
.hot-footer__form .ginput_container_select::after,
.et-db #et-boc .et-l .et_pb_module .hot-footer__form .ginput_container_select::after {
  color: #c04635;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE1IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNCAxTDcuNSA3TDEgMC45OTk5OTkiIHN0cm9rZT0iI0MwNDYzNSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  position: absolute;
  height: 1.0625rem;
  right: 6.875rem;
  top: 0.9375rem;
  width: 2.5625rem;
}

@media (min-width: 48em) {
  /* line 395, resources/assets/styles/layouts/_footer.scss */

  #et-boc .et-l .hot-footer__form .ginput_container_select::after,
  .hot-footer__form .ginput_container_select::after,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form .ginput_container_select::after {
    height: 1.4375rem;
    right: 4.375rem;
    top: 1.25rem;
    width: 3.4375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 395, resources/assets/styles/layouts/_footer.scss */

  #et-boc .et-l .hot-footer__form .ginput_container_select::after,
  .hot-footer__form .ginput_container_select::after,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form .ginput_container_select::after {
    right: 9.375rem;
    top: 1.875rem;
  }
}

/* line 421, resources/assets/styles/layouts/_footer.scss */

#et-boc .et-l .hot-footer__form .ginput_container input,
.hot-footer__form .ginput_container input,
.et-db #et-boc .et-l .et_pb_module .hot-footer__form .ginput_container input {
  color: #1f1f1f;
  margin: 0 0 1.5625rem !important;
  padding: 0 1.25rem 0 0 !important;
  width: calc(100% - 0.3125rem) !important;
}

@media (min-width: 48em) {
  /* line 421, resources/assets/styles/layouts/_footer.scss */

  #et-boc .et-l .hot-footer__form .ginput_container input,
  .hot-footer__form .ginput_container input,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form .ginput_container input {
    line-height: 1.875rem;
    margin: 0 0 1.3125rem !important;
    width: 100% !important;
  }
}

@media (min-width: 85.375em) {
  /* line 421, resources/assets/styles/layouts/_footer.scss */

  #et-boc .et-l .hot-footer__form .ginput_container input,
  .hot-footer__form .ginput_container input,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form .ginput_container input {
    line-height: 1.3125rem;
    margin: 0 0 0.0625rem !important;
    padding: 1.5625rem 1.25rem 0.6875rem 0.625rem !important;
    width: calc(100% - 11.375rem) !important;
  }
}

/* line 442, resources/assets/styles/layouts/_footer.scss */

#et-boc .et-l .hot-footer__form .ginput_container select,
.hot-footer__form .ginput_container select,
.et-db #et-boc .et-l .et_pb_module .hot-footer__form .ginput_container select {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-bottom: 0.0625rem solid #c04635;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding: 0.3125rem 0.9375rem 0.25rem 0 !important;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 7.875rem) !important;
}

@media (min-width: 48em) {
  /* line 442, resources/assets/styles/layouts/_footer.scss */

  #et-boc .et-l .hot-footer__form .ginput_container select,
  .hot-footer__form .ginput_container select,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form .ginput_container select {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 442, resources/assets/styles/layouts/_footer.scss */

  #et-boc .et-l .hot-footer__form .ginput_container select,
  .hot-footer__form .ginput_container select,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form .ginput_container select {
    letter-spacing: 0.03125rem;
  }
}

/* line 462, resources/assets/styles/layouts/_footer.scss */

#et-boc .et-l .hot-footer__form .ginput_container select[style],
.hot-footer__form .ginput_container select[style],
.et-db #et-boc .et-l .et_pb_module a.hot-footer__form:not(.wc-forward) .ginput_container select[style] {
  visibility: visible !important;
}

@media (min-width: 48em) {
  /* line 442, resources/assets/styles/layouts/_footer.scss */

  #et-boc .et-l .hot-footer__form .ginput_container select,
  .hot-footer__form .ginput_container select,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form .ginput_container select {
    padding: 0.5625rem 1.125rem 0.25rem 0 !important;
    width: calc(100% - 6.3125rem) !important;
  }
}

@media (min-width: 85.375em) {
  /* line 442, resources/assets/styles/layouts/_footer.scss */

  #et-boc .et-l .hot-footer__form .ginput_container select,
  .hot-footer__form .ginput_container select,
  .et-db #et-boc .et-l .et_pb_module .hot-footer__form .ginput_container select {
    padding: 1.125rem 0.625rem 0.5625rem 0.375rem !important;
    width: calc(100% - 11.375rem) !important;
  }
}

/* line 478, resources/assets/styles/layouts/_footer.scss */

#et-boc .et-l .hot-footer__form .gform_wrapper .gform_fields .gfield,
.hot-footer__form .gform_wrapper .gform_fields .gfield,
.et-db #et-boc .et-l .et_pb_module a.hot-footer__form:not(.wc-forward) .gform_wrapper .gform_fields .gfield {
  padding: 0;
}

/* line 483, resources/assets/styles/layouts/_footer.scss */

#et-boc .et-l .hot-footer__form .gform_wrapper .gfield_label,
.hot-footer__form .gform_wrapper .gfield_label,
.et-db #et-boc .et-l .et_pb_module a.hot-footer__form:not(.wc-forward) .gform_wrapper .gfield_label,
#et-boc .et-l .hot-footer__form .gform_wrapper .top_label .gfield_label,
.hot-footer__form .gform_wrapper .top_label .gfield_label,
.et-db #et-boc .et-l .et_pb_module a.hot-footer__form:not(.wc-forward) .gform_wrapper .top_label .gfield_label {
  display: none;
}

/* line 489, resources/assets/styles/layouts/_footer.scss */

#et-boc .et-l .hot-footer__form .gform_footer.top_label,
.hot-footer__form .gform_footer.top_label,
.et-db #et-boc .et-l .et_pb_module a.hot-footer__form:not(.wc-forward) .gform_footer.top_label {
  bottom: 0;
  position: absolute;
  right: 0;
  padding: 0;
}

/* line 497, resources/assets/styles/layouts/_footer.scss */

#et-boc .et-l .hot-footer__form .gfield,
.hot-footer__form .gfield,
.et-db #et-boc .et-l .et_pb_module .hot-footer__form .gfield,
.et-db #et-boc .et-l .et_pb_module a.hot-footer__form:not(.wc-forward) .gfield,
#et-boc .et-l .hot-footer__form .gform_wrapper,
.hot-footer__form .gform_wrapper,
.et-db #et-boc .et-l .et_pb_module .hot-footer__form .gform_wrapper,
.et-db #et-boc .et-l .et_pb_module a.hot-footer__form:not(.wc-forward) .gform_wrapper,
#et-boc .et-l .hot-footer__form .gform_footer.top_label,
.hot-footer__form .gform_footer.top_label,
.et-db #et-boc .et-l .et_pb_module a.hot-footer__form:not(.wc-forward) .gform_footer.top_label,
#et-boc .et-l .hot-footer__form .gform_wrapper .top_label .ginput_container,
.hot-footer__form .gform_wrapper .top_label .ginput_container,
.et-db #et-boc .et-l .et_pb_module a.hot-footer__form:not(.wc-forward) .gform_wrapper .top_label .ginput_container {
  margin: 0 !important;
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/** Components */

/* line 5, resources/assets/styles/components/_buttons.scss */

.et-db #et-boc .et-l .hot-btn-arrow,
#et-boc .et-l .hot-btn-arrow,
.hot-btn-arrow,
.et-db #et-boc .et-l .et_pb_module .hot-btn-arrow,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow,
.et-db #et-boc .et-l .et_pb_module .hot-btn-arrow,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  padding: 0;
  background: transparent;
}

@media (min-width: 85.375em) {
  /* line 5, resources/assets/styles/components/_buttons.scss */

  .et-db #et-boc .et-l .hot-btn-arrow,
  #et-boc .et-l .hot-btn-arrow,
  .hot-btn-arrow,
  .et-db #et-boc .et-l .et_pb_module .hot-btn-arrow,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow,
  .et-db #et-boc .et-l .et_pb_module .hot-btn-arrow,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

/* line 14, resources/assets/styles/components/_buttons.scss */

.et-db #et-boc .et-l .hot-btn-arrow span,
#et-boc .et-l .hot-btn-arrow span,
.hot-btn-arrow span,
.et-db #et-boc .et-l .et_pb_module .hot-btn-arrow span,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow span,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow span,
.et-db #et-boc .et-l .et_pb_module .hot-btn-arrow span,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow span {
  margin-right: 0.75rem;
  text-align: right;
  text-transform: uppercase;
}

@media (min-width: 85.375em) {
  /* line 14, resources/assets/styles/components/_buttons.scss */

  .et-db #et-boc .et-l .hot-btn-arrow span,
  #et-boc .et-l .hot-btn-arrow span,
  .hot-btn-arrow span,
  .et-db #et-boc .et-l .et_pb_module .hot-btn-arrow span,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow span,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow span,
  .et-db #et-boc .et-l .et_pb_module .hot-btn-arrow span,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow span {
    margin-right: 1.25rem;
  }
}

/* line 25, resources/assets/styles/components/_buttons.scss */

.et-db #et-boc .et-l .hot-btn-arrow img,
.et-db #et-boc .et-l .hot-btn-arrow svg,
#et-boc .et-l .hot-btn-arrow img,
#et-boc .et-l .hot-btn-arrow svg,
.hot-btn-arrow img,
.hot-btn-arrow svg,
.et-db #et-boc .et-l .et_pb_module .hot-btn-arrow img,
.et-db #et-boc .et-l .et_pb_module .hot-btn-arrow svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow svg,
.et-db #et-boc .et-l .et_pb_module .hot-btn-arrow img,
.et-db #et-boc .et-l .et_pb_module .hot-btn-arrow svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow svg {
  width: 5.3125rem;
  height: 100%;
}

@media (min-width: 85.375em) {
  /* line 25, resources/assets/styles/components/_buttons.scss */

  .et-db #et-boc .et-l .hot-btn-arrow img,
  .et-db #et-boc .et-l .hot-btn-arrow svg,
  #et-boc .et-l .hot-btn-arrow img,
  #et-boc .et-l .hot-btn-arrow svg,
  .hot-btn-arrow img,
  .hot-btn-arrow svg,
  .et-db #et-boc .et-l .et_pb_module .hot-btn-arrow img,
  .et-db #et-boc .et-l .et_pb_module .hot-btn-arrow svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow svg,
  .et-db #et-boc .et-l .et_pb_module .hot-btn-arrow img,
  .et-db #et-boc .et-l .et_pb_module .hot-btn-arrow svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow svg {
    width: 6.625rem;
  }
}

/* line 36, resources/assets/styles/components/_buttons.scss */

.et-db #et-boc .et-l .hot-btn-box,
#et-boc .et-l .hot-btn-box,
.hot-btn-box,
.et-db #et-boc .et-l .et_pb_module .hot-btn-box,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-box,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-box,
.et-db #et-boc .et-l .et_pb_module .hot-btn-box,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-box {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.75rem 2.1875rem;
  background-color: #c04635;
  color: #f7f5f2;
}

@media (min-width: 85.375em) {
  /* line 36, resources/assets/styles/components/_buttons.scss */

  .et-db #et-boc .et-l .hot-btn-box,
  #et-boc .et-l .hot-btn-box,
  .hot-btn-box,
  .et-db #et-boc .et-l .et_pb_module .hot-btn-box,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-box,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-box,
  .et-db #et-boc .et-l .et_pb_module .hot-btn-box,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-box {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

/* line 44, resources/assets/styles/components/_buttons.scss */

.et-db #et-boc .et-l .hot-btn-box img,
#et-boc .et-l .hot-btn-box img,
.hot-btn-box img,
.et-db #et-boc .et-l .et_pb_module .hot-btn-box img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-box img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-box img,
.et-db #et-boc .et-l .et_pb_module .hot-btn-box img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-box img {
  margin-left: 0.5625rem;
  vertical-align: top;
  -webkit-filter: grayscale(100%) brightness(500%) !important;
          filter: grayscale(100%) brightness(500%) !important;
}

/* line 50, resources/assets/styles/components/_buttons.scss */

.et-db #et-boc .et-l .hot-btn-box img path,
#et-boc .et-l .hot-btn-box img path,
.hot-btn-box img path,
.et-db #et-boc .et-l .et_pb_module .hot-btn-box img path,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-box img path,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-box img path,
.et-db #et-boc .et-l .et_pb_module .hot-btn-box img path,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-box img path {
  stroke: #f7f5f2;
}

@media (min-width: 85.375em) {
  /* line 36, resources/assets/styles/components/_buttons.scss */

  .et-db #et-boc .et-l .hot-btn-box,
  #et-boc .et-l .hot-btn-box,
  .hot-btn-box,
  .et-db #et-boc .et-l .et_pb_module .hot-btn-box,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-box,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-box,
  .et-db #et-boc .et-l .et_pb_module .hot-btn-box,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-box {
    padding: 0.8125rem 2.625rem 0.875rem;
  }

  /* line 55, resources/assets/styles/components/_buttons.scss */

  .et-db #et-boc .et-l .hot-btn-box img,
  #et-boc .et-l .hot-btn-box img,
  .hot-btn-box img,
  .et-db #et-boc .et-l .et_pb_module .hot-btn-box img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-box img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-box img,
  .et-db #et-boc .et-l .et_pb_module .hot-btn-box img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-box img {
    margin-left: 1rem;
    vertical-align: baseline;
  }
}

/* line 62, resources/assets/styles/components/_buttons.scss */

.et-db #et-boc .et-l .hot-btn-external-link,
#et-boc .et-l .hot-btn-external-link,
.hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-external-link {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.1875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  display: inline-block;
}

/* line 67, resources/assets/styles/components/_buttons.scss */

.et-db #et-boc .et-l .hot-btn-external-link img,
#et-boc .et-l .hot-btn-external-link img,
.hot-btn-external-link img,
.et-db #et-boc .et-l .et_pb_module .hot-btn-external-link img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-external-link img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-external-link img,
.et-db #et-boc .et-l .et_pb_module .hot-btn-external-link img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-external-link img {
  margin-left: 0.5625rem;
  vertical-align: top;
}

@media (min-width: 85.375em) {
  /* line 73, resources/assets/styles/components/_buttons.scss */

  .et-db #et-boc .et-l .hot-btn-external-link img,
  #et-boc .et-l .hot-btn-external-link img,
  .hot-btn-external-link img,
  .et-db #et-boc .et-l .et_pb_module .hot-btn-external-link img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-external-link img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-external-link img,
  .et-db #et-boc .et-l .et_pb_module .hot-btn-external-link img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-external-link img {
    margin-left: 0.6875rem;
    vertical-align: baseline;
  }
}

/* line 80, resources/assets/styles/components/_buttons.scss */

.et-db #et-boc .et-l .hot-button,
#et-boc .et-l .hot-button,
.hot-button,
.et-db #et-boc .et-l .et_pb_module .hot-button,
.et-db #et-boc .et-l .et_pb_module a.hot-button:not(.wc-forward),
.et-db #et-boc .et-l .hot-button--rounded-lg,
#et-boc .et-l .hot-button--rounded-lg,
.hot-button--rounded-lg,
.et-db #et-boc .et-l .et_pb_module .hot-button--rounded-lg,
.et-db #et-boc .et-l .et_pb_module a.hot-button--rounded-lg:not(.wc-forward),
.et-db #et-boc .et-l .hot-button--rounded-md,
#et-boc .et-l .hot-button--rounded-md,
.hot-button--rounded-md,
.et-db #et-boc .et-l .et_pb_module .hot-button--rounded-md,
.et-db #et-boc .et-l .et_pb_module a.hot-button--rounded-md:not(.wc-forward) {
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
}

/* line 86, resources/assets/styles/components/_buttons.scss */

.et-db #et-boc .et-l .hot-button--play-video,
#et-boc .et-l .hot-button--play-video,
.hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module a.hot-button--play-video:not(.wc-forward) {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  color: #ddaa3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 85.375em) {
  /* line 86, resources/assets/styles/components/_buttons.scss */

  .et-db #et-boc .et-l .hot-button--play-video,
  #et-boc .et-l .hot-button--play-video,
  .hot-button--play-video,
  .et-db #et-boc .et-l .et_pb_module .hot-button--play-video,
  .et-db #et-boc .et-l .et_pb_module a.hot-button--play-video:not(.wc-forward) {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

@media (min-width: 85.375em) {
  /* line 86, resources/assets/styles/components/_buttons.scss */

  .et-db #et-boc .et-l .hot-button--play-video,
  #et-boc .et-l .hot-button--play-video,
  .hot-button--play-video,
  .et-db #et-boc .et-l .et_pb_module .hot-button--play-video,
  .et-db #et-boc .et-l .et_pb_module a.hot-button--play-video:not(.wc-forward) {
    padding: 2.5rem;
  }
}

/* line 102, resources/assets/styles/components/_buttons.scss */

.et-db #et-boc .et-l .hot-button--play-video span,
#et-boc .et-l .hot-button--play-video span,
.hot-button--play-video span,
.et-db #et-boc .et-l .et_pb_module .hot-button--play-video span,
.et-db #et-boc .et-l .et_pb_module a.hot-button--play-video:not(.wc-forward) span {
  display: none;
}

@media (min-width: 48em) {
  /* line 102, resources/assets/styles/components/_buttons.scss */

  .et-db #et-boc .et-l .hot-button--play-video span,
  #et-boc .et-l .hot-button--play-video span,
  .hot-button--play-video span,
  .et-db #et-boc .et-l .et_pb_module .hot-button--play-video span,
  .et-db #et-boc .et-l .et_pb_module a.hot-button--play-video:not(.wc-forward) span {
    display: inline-block;
  }
}

/* line 110, resources/assets/styles/components/_buttons.scss */

.et-db #et-boc .et-l .hot-button--play-video svg,
#et-boc .et-l .hot-button--play-video svg,
.hot-button--play-video svg,
.et-db #et-boc .et-l .et_pb_module .hot-button--play-video svg,
.et-db #et-boc .et-l .et_pb_module a.hot-button--play-video:not(.wc-forward) svg,
.et-db #et-boc .et-l .hot-button--play-video img,
#et-boc .et-l .hot-button--play-video img,
.hot-button--play-video img,
.et-db #et-boc .et-l .et_pb_module .hot-button--play-video img,
.et-db #et-boc .et-l .et_pb_module a.hot-button--play-video:not(.wc-forward) img {
  height: 2.25rem;
  margin: 0;
  width: 2.25rem;
}

@media (min-width: 48em) {
  /* line 110, resources/assets/styles/components/_buttons.scss */

  .et-db #et-boc .et-l .hot-button--play-video svg,
  #et-boc .et-l .hot-button--play-video svg,
  .hot-button--play-video svg,
  .et-db #et-boc .et-l .et_pb_module .hot-button--play-video svg,
  .et-db #et-boc .et-l .et_pb_module a.hot-button--play-video:not(.wc-forward) svg,
  .et-db #et-boc .et-l .hot-button--play-video img,
  #et-boc .et-l .hot-button--play-video img,
  .hot-button--play-video img,
  .et-db #et-boc .et-l .et_pb_module .hot-button--play-video img,
  .et-db #et-boc .et-l .et_pb_module a.hot-button--play-video:not(.wc-forward) img {
    height: 1.875rem;
    margin-left: 0.625rem;
  }
}

@media (min-width: 85.375em) {
  /* line 110, resources/assets/styles/components/_buttons.scss */

  .et-db #et-boc .et-l .hot-button--play-video svg,
  #et-boc .et-l .hot-button--play-video svg,
  .hot-button--play-video svg,
  .et-db #et-boc .et-l .et_pb_module .hot-button--play-video svg,
  .et-db #et-boc .et-l .et_pb_module a.hot-button--play-video:not(.wc-forward) svg,
  .et-db #et-boc .et-l .hot-button--play-video img,
  #et-boc .et-l .hot-button--play-video img,
  .hot-button--play-video img,
  .et-db #et-boc .et-l .et_pb_module .hot-button--play-video img,
  .et-db #et-boc .et-l .et_pb_module a.hot-button--play-video:not(.wc-forward) img {
    height: 2.4375rem;
    width: 2.4375rem;
  }
}

/* line 128, resources/assets/styles/components/_buttons.scss */

.et-db #et-boc .et-l .hot-button--rounded,
#et-boc .et-l .hot-button--rounded,
.hot-button--rounded,
.et-db #et-boc .et-l .et_pb_module .hot-button--rounded,
.et-db #et-boc .et-l .et_pb_module a.hot-button--rounded:not(.wc-forward),
.et-db #et-boc .et-l .hot-button--rounded-lg,
#et-boc .et-l .hot-button--rounded-lg,
.hot-button--rounded-lg,
.et-db #et-boc .et-l .et_pb_module .hot-button--rounded-lg,
.et-db #et-boc .et-l .et_pb_module a.hot-button--rounded-lg:not(.wc-forward),
.et-db #et-boc .et-l .hot-button--rounded-md,
#et-boc .et-l .hot-button--rounded-md,
.hot-button--rounded-md,
.et-db #et-boc .et-l .et_pb_module .hot-button--rounded-md,
.et-db #et-boc .et-l .et_pb_module a.hot-button--rounded-md:not(.wc-forward) {
  background-color: #c04635;
  border: none;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  padding: 0;
  overflow: hidden;
  text-align: center;
}

/* line 138, resources/assets/styles/components/_buttons.scss */

.et-db #et-boc .et-l .hot-button--rounded::before,
#et-boc .et-l .hot-button--rounded::before,
.hot-button--rounded::before,
.et-db #et-boc .et-l .et_pb_module .hot-button--rounded::before,
.et-db #et-boc .et-l .et_pb_module a.hot-button--rounded:not(.wc-forward)::before,
.et-db #et-boc .et-l .hot-button--rounded-lg::before,
#et-boc .et-l .hot-button--rounded-lg::before,
.hot-button--rounded-lg::before,
.et-db #et-boc .et-l .et_pb_module .hot-button--rounded-lg::before,
.et-db #et-boc .et-l .et_pb_module a.hot-button--rounded-lg:not(.wc-forward)::before,
.et-db #et-boc .et-l .hot-button--rounded-md::before,
#et-boc .et-l .hot-button--rounded-md::before,
.hot-button--rounded-md::before,
.et-db #et-boc .et-l .et_pb_module .hot-button--rounded-md::before,
.et-db #et-boc .et-l .et_pb_module a.hot-button--rounded-md:not(.wc-forward)::before {
  content: "";
  display: inline-block;
  padding-top: 100%;
  vertical-align: middle;
}

/* line 145, resources/assets/styles/components/_buttons.scss */

.et-db #et-boc .et-l .hot-button--rounded span,
#et-boc .et-l .hot-button--rounded span,
.hot-button--rounded span,
.et-db #et-boc .et-l .et_pb_module .hot-button--rounded span,
.et-db #et-boc .et-l .et_pb_module a.hot-button--rounded:not(.wc-forward) span,
.et-db #et-boc .et-l .hot-button--rounded-lg span,
#et-boc .et-l .hot-button--rounded-lg span,
.hot-button--rounded-lg span,
.et-db #et-boc .et-l .et_pb_module .hot-button--rounded-lg span,
.et-db #et-boc .et-l .et_pb_module a.hot-button--rounded-lg:not(.wc-forward) span,
.et-db #et-boc .et-l .hot-button--rounded-md span,
#et-boc .et-l .hot-button--rounded-md span,
.hot-button--rounded-md span,
.et-db #et-boc .et-l .et_pb_module .hot-button--rounded-md span,
.et-db #et-boc .et-l .et_pb_module a.hot-button--rounded-md:not(.wc-forward) span {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  display: inline-block;
  max-width: 4.5rem;
  vertical-align: middle;
}

@media (min-width: 85.375em) {
  /* line 145, resources/assets/styles/components/_buttons.scss */

  .et-db #et-boc .et-l .hot-button--rounded span,
  #et-boc .et-l .hot-button--rounded span,
  .hot-button--rounded span,
  .et-db #et-boc .et-l .et_pb_module .hot-button--rounded span,
  .et-db #et-boc .et-l .et_pb_module a.hot-button--rounded:not(.wc-forward) span,
  .et-db #et-boc .et-l .hot-button--rounded-lg span,
  #et-boc .et-l .hot-button--rounded-lg span,
  .hot-button--rounded-lg span,
  .et-db #et-boc .et-l .et_pb_module .hot-button--rounded-lg span,
  .et-db #et-boc .et-l .et_pb_module a.hot-button--rounded-lg:not(.wc-forward) span,
  .et-db #et-boc .et-l .hot-button--rounded-md span,
  #et-boc .et-l .hot-button--rounded-md span,
  .hot-button--rounded-md span,
  .et-db #et-boc .et-l .et_pb_module .hot-button--rounded-md span,
  .et-db #et-boc .et-l .et_pb_module a.hot-button--rounded-md:not(.wc-forward) span {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

/* line 152, resources/assets/styles/components/_buttons.scss */

.et-db #et-boc .et-l .hot-button--rounded span img,
#et-boc .et-l .hot-button--rounded span img,
.hot-button--rounded span img,
.et-db #et-boc .et-l .et_pb_module .hot-button--rounded span img,
.et-db #et-boc .et-l .et_pb_module a.hot-button--rounded:not(.wc-forward) span img,
.et-db #et-boc .et-l .hot-button--rounded-lg span img,
#et-boc .et-l .hot-button--rounded-lg span img,
.hot-button--rounded-lg span img,
.et-db #et-boc .et-l .et_pb_module .hot-button--rounded-lg span img,
.et-db #et-boc .et-l .et_pb_module a.hot-button--rounded-lg:not(.wc-forward) span img,
.et-db #et-boc .et-l .hot-button--rounded-md span img,
#et-boc .et-l .hot-button--rounded-md span img,
.hot-button--rounded-md span img,
.et-db #et-boc .et-l .et_pb_module .hot-button--rounded-md span img,
.et-db #et-boc .et-l .et_pb_module a.hot-button--rounded-md:not(.wc-forward) span img {
  margin: 0.625rem auto 0;
  min-width: 1.5625rem;
}

@media (min-width: 85.375em) {
  /* line 152, resources/assets/styles/components/_buttons.scss */

  .et-db #et-boc .et-l .hot-button--rounded span img,
  #et-boc .et-l .hot-button--rounded span img,
  .hot-button--rounded span img,
  .et-db #et-boc .et-l .et_pb_module .hot-button--rounded span img,
  .et-db #et-boc .et-l .et_pb_module a.hot-button--rounded:not(.wc-forward) span img,
  .et-db #et-boc .et-l .hot-button--rounded-lg span img,
  #et-boc .et-l .hot-button--rounded-lg span img,
  .hot-button--rounded-lg span img,
  .et-db #et-boc .et-l .et_pb_module .hot-button--rounded-lg span img,
  .et-db #et-boc .et-l .et_pb_module a.hot-button--rounded-lg:not(.wc-forward) span img,
  .et-db #et-boc .et-l .hot-button--rounded-md span img,
  #et-boc .et-l .hot-button--rounded-md span img,
  .hot-button--rounded-md span img,
  .et-db #et-boc .et-l .et_pb_module .hot-button--rounded-md span img,
  .et-db #et-boc .et-l .et_pb_module a.hot-button--rounded-md:not(.wc-forward) span img {
    margin: 0.875rem auto 0;
    min-width: 2rem;
  }
}

/* line 162, resources/assets/styles/components/_buttons.scss */

.et-db #et-boc .et-l .hot-button--rounded span > *,
#et-boc .et-l .hot-button--rounded span > *,
.hot-button--rounded span > *,
.et-db #et-boc .et-l .et_pb_module .hot-button--rounded span > *,
.et-db #et-boc .et-l .et_pb_module a.hot-button--rounded:not(.wc-forward) span > *,
.et-db #et-boc .et-l .hot-button--rounded-lg span > *,
#et-boc .et-l .hot-button--rounded-lg span > *,
.hot-button--rounded-lg span > *,
.et-db #et-boc .et-l .et_pb_module .hot-button--rounded-lg span > *,
.et-db #et-boc .et-l .et_pb_module a.hot-button--rounded-lg:not(.wc-forward) span > *,
.et-db #et-boc .et-l .hot-button--rounded-md span > *,
#et-boc .et-l .hot-button--rounded-md span > *,
.hot-button--rounded-md span > *,
.et-db #et-boc .et-l .et_pb_module .hot-button--rounded-md span > *,
.et-db #et-boc .et-l .et_pb_module a.hot-button--rounded-md:not(.wc-forward) span > * {
  display: block;
  margin: auto;
}

@media (min-width: 48em) {
  /* line 170, resources/assets/styles/components/_buttons.scss */

  .et-db #et-boc .et-l .hot-button--rounded-lg span,
  #et-boc .et-l .hot-button--rounded-lg span,
  .hot-button--rounded-lg span,
  .et-db #et-boc .et-l .et_pb_module .hot-button--rounded-lg span,
  .et-db #et-boc .et-l .et_pb_module a.hot-button--rounded-lg:not(.wc-forward) span {
    max-width: 75%;
  }
}

/* line 175, resources/assets/styles/components/_buttons.scss */

.et-db #et-boc .et-l .hot-button--rounded-lg span img,
#et-boc .et-l .hot-button--rounded-lg span img,
.hot-button--rounded-lg span img,
.et-db #et-boc .et-l .et_pb_module .hot-button--rounded-lg span img,
.et-db #et-boc .et-l .et_pb_module a.hot-button--rounded-lg:not(.wc-forward) span img {
  height: 1.1875rem;
  width: 1.5rem;
}

@media (min-width: 85.375em) {
  /* line 175, resources/assets/styles/components/_buttons.scss */

  .et-db #et-boc .et-l .hot-button--rounded-lg span img,
  #et-boc .et-l .hot-button--rounded-lg span img,
  .hot-button--rounded-lg span img,
  .et-db #et-boc .et-l .et_pb_module .hot-button--rounded-lg span img,
  .et-db #et-boc .et-l .et_pb_module a.hot-button--rounded-lg:not(.wc-forward) span img {
    height: 1.625rem;
    width: 2rem;
  }
}

/* line 187, resources/assets/styles/components/_buttons.scss */

.et-db #et-boc .et-l .hot-button,
#et-boc .et-l .hot-button,
.hot-button,
.et-db #et-boc .et-l .et_pb_module .hot-button,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-button,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-button,
.et-db #et-boc .et-l .et_pb_module .hot-button,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-button {
  /*
   * Play video button
   */
  /* responsive rounded button
   * content must be wrapped inside a span tag
   */
}

/* line 206, resources/assets/styles/components/_buttons.scss */

.et-db #et-boc .et-l .hot-button--rounded-lg,
#et-boc .et-l .hot-button--rounded-lg,
.hot-button--rounded-lg,
.et-db #et-boc .et-l .et_pb_module .hot-button--rounded-lg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-button--rounded-lg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-button--rounded-lg,
.et-db #et-boc .et-l .et_pb_module .hot-button--rounded-lg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-button--rounded-lg {
  min-width: 8.125rem;
}

@media (min-width: 85.375em) {
  /* line 206, resources/assets/styles/components/_buttons.scss */

  .et-db #et-boc .et-l .hot-button--rounded-lg,
  #et-boc .et-l .hot-button--rounded-lg,
  .hot-button--rounded-lg,
  .et-db #et-boc .et-l .et_pb_module .hot-button--rounded-lg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-button--rounded-lg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-button--rounded-lg,
  .et-db #et-boc .et-l .et_pb_module .hot-button--rounded-lg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-button--rounded-lg {
    min-width: 10.625rem;
  }
}

/* line 218, resources/assets/styles/components/_buttons.scss */

.et-db #et-boc .et-l .hot-button--rounded-md,
#et-boc .et-l .hot-button--rounded-md,
.hot-button--rounded-md,
.et-db #et-boc .et-l .et_pb_module .hot-button--rounded-md,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-button--rounded-md,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-button--rounded-md,
.et-db #et-boc .et-l .et_pb_module .hot-button--rounded-md,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-button--rounded-md {
  min-width: 5.625rem;
}

@media (min-width: 85.375em) {
  /* line 218, resources/assets/styles/components/_buttons.scss */

  .et-db #et-boc .et-l .hot-button--rounded-md,
  #et-boc .et-l .hot-button--rounded-md,
  .hot-button--rounded-md,
  .et-db #et-boc .et-l .et_pb_module .hot-button--rounded-md,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-button--rounded-md,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-button--rounded-md,
  .et-db #et-boc .et-l .et_pb_module .hot-button--rounded-md,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-button--rounded-md {
    min-width: 7.5rem;
  }
}

/* line 5, resources/assets/styles/components/_dropdown.scss */

.hot-dropdown {
  z-index: 2;
  border-bottom: 0.0625rem solid #c04635;
  position: relative;
  /* VARIANTS */
}

/* line 14, resources/assets/styles/components/_dropdown.scss */

.hot-dropdown--active .hot-dropdown__list {
  opacity: 1;
  visibility: visible;
}

/* line 20, resources/assets/styles/components/_dropdown.scss */

.hot-dropdown__item {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  cursor: pointer;
  color: #c04635;
  padding: 0.4375rem 0.625rem 0.375rem;
}

@media (min-width: 48em) {
  /* line 20, resources/assets/styles/components/_dropdown.scss */

  .hot-dropdown__item {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 20, resources/assets/styles/components/_dropdown.scss */

  .hot-dropdown__item {
    letter-spacing: 0.03125rem;
  }
}

@media (pointer: fine) {
  /* line 287, resources/assets/styles/abstracts/_mixins.scss */

  .hot-dropdown__item:hover {
    background-color: #c04635;
    color: #fff;
  }
}

/* line 32, resources/assets/styles/components/_dropdown.scss */

.hot-dropdown__item[aria-disabled="true"] {
  pointer-events: none;
}

/* line 37, resources/assets/styles/components/_dropdown.scss */

.hot-dropdown__list {
  background-color: #fff;
  border: 0.0625rem solid #c04635;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  visibility: hidden;
}

/* line 47, resources/assets/styles/components/_dropdown.scss */

.hot-dropdown__toggle {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.9375rem 0 0;
  position: relative;
  text-align: left;
  width: 100%;
}

@media (min-width: 48em) {
  /* line 47, resources/assets/styles/components/_dropdown.scss */

  .hot-dropdown__toggle {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 47, resources/assets/styles/components/_dropdown.scss */

  .hot-dropdown__toggle {
    letter-spacing: 0.03125rem;
  }
}

@media (min-width: 48em) {
  /* line 47, resources/assets/styles/components/_dropdown.scss */

  .hot-dropdown__toggle {
    padding: 0 1.125rem 0 0;
  }
}

@media (min-width: 85.375em) {
  /* line 47, resources/assets/styles/components/_dropdown.scss */

  .hot-dropdown__toggle {
    padding: 0 0.9375rem 0 0;
  }
}

/* line 68, resources/assets/styles/components/_dropdown.scss */

.hot-dropdown__toggle span {
  pointer-events: none;
}

/* line 74, resources/assets/styles/components/_dropdown.scss */

.hot-dropdown--footer {
  width: calc(100% - 7.3125rem);
}

@media (min-width: 48em) {
  /* line 74, resources/assets/styles/components/_dropdown.scss */

  .hot-dropdown--footer {
    width: calc(100% - 6.3125rem);
  }
}

@media (min-width: 85.375em) {
  /* line 74, resources/assets/styles/components/_dropdown.scss */

  .hot-dropdown--footer {
    margin: 0 0 0.125rem;
    width: calc(100% - 9.75rem);
  }
}

/* line 86, resources/assets/styles/components/_dropdown.scss */

.hot-dropdown--footer .hot-dropdown__list {
  bottom: 0;
}

/* line 90, resources/assets/styles/components/_dropdown.scss */

.hot-dropdown--footer .hot-dropdown__toggle {
  margin: 0.3125rem 0 0.25rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 48em) {
  /* line 90, resources/assets/styles/components/_dropdown.scss */

  .hot-dropdown--footer .hot-dropdown__toggle {
    margin: 0.5rem 0 0.3125rem 0;
  }
}

@media (min-width: 85.375em) {
  /* line 90, resources/assets/styles/components/_dropdown.scss */

  .hot-dropdown--footer .hot-dropdown__toggle {
    height: 1.3125rem;
    margin: 1.0625rem 0 1rem 0.625rem;
  }
}

/* line 107, resources/assets/styles/components/_dropdown.scss */

.hot-dropdown--inline-newsletter {
  width: calc(78.52941% + 1.52083rem);
  padding: 0 0 0.3125rem 0;
  margin: 0.9375rem 0 2.5rem;
}

@media (min-width: 48em) {
  /* line 107, resources/assets/styles/components/_dropdown.scss */

  .hot-dropdown--inline-newsletter {
    width: 100%;
    margin: 1.875rem 0 1.875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 107, resources/assets/styles/components/_dropdown.scss */

  .hot-dropdown--inline-newsletter {
    margin: 1.875rem 0 2.6875rem;
  }
}

/* line 5, resources/assets/styles/components/_input.scss */

input.hot-input,
select.hot-input {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 0.0625rem #c04635 solid !important;
  height: auto;
  line-height: 1.3125rem;
  padding: 0.625rem 1.25rem 0.5rem 0 !important;
  /* VARIANTS */
}

@media (min-width: 48em) {
  /* line 5, resources/assets/styles/components/_input.scss */

  input.hot-input,
  select.hot-input {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 5, resources/assets/styles/components/_input.scss */

  input.hot-input,
  select.hot-input {
    letter-spacing: 0.03125rem;
  }
}

@media (min-width: 48em) {
  /* line 5, resources/assets/styles/components/_input.scss */

  input.hot-input,
  select.hot-input {
    line-height: 1.875rem;
    padding: 0.625rem 1.25rem 0.5rem 0 !important;
  }
}

@media (min-width: 85.375em) {
  /* line 5, resources/assets/styles/components/_input.scss */

  input.hot-input,
  select.hot-input {
    line-height: 1.3125rem;
  }
}

/* line 28, resources/assets/styles/components/_input.scss */

input.hot-input ::-ms-input-placeholder,
select.hot-input ::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  color: #1f1f1f;
}

@media (min-width: 48em) {
  /* line 28, resources/assets/styles/components/_input.scss */

  input.hot-input ::-ms-input-placeholder,
  select.hot-input ::-ms-input-placeholder {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 28, resources/assets/styles/components/_input.scss */

  input.hot-input ::-ms-input-placeholder,
  select.hot-input ::-ms-input-placeholder {
    letter-spacing: 0.03125rem;
  }
}

/* line 34, resources/assets/styles/components/_input.scss */

input.hot-input::-webkit-input-placeholder,
input.hot-input.gfield_select,
select.hot-input::-webkit-input-placeholder,
select.hot-input.gfield_select {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  color: #1f1f1f;
}

input.hot-input::-moz-placeholder,
input.hot-input.gfield_select,
select.hot-input::-moz-placeholder,
select.hot-input.gfield_select {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  color: #1f1f1f;
}

input.hot-input::-ms-input-placeholder,
input.hot-input.gfield_select,
select.hot-input::-ms-input-placeholder,
select.hot-input.gfield_select {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  color: #1f1f1f;
}

input.hot-input::placeholder,
input.hot-input.gfield_select,
select.hot-input::placeholder,
select.hot-input.gfield_select {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  color: #1f1f1f;
}

@media (min-width: 48em) {
  /* line 34, resources/assets/styles/components/_input.scss */

  input.hot-input::-webkit-input-placeholder,
  input.hot-input.gfield_select,
  select.hot-input::-webkit-input-placeholder,
  select.hot-input.gfield_select {
    letter-spacing: 0.01562rem;
  }

  input.hot-input::-moz-placeholder,
  input.hot-input.gfield_select,
  select.hot-input::-moz-placeholder,
  select.hot-input.gfield_select {
    letter-spacing: 0.01562rem;
  }

  input.hot-input::-ms-input-placeholder,
  input.hot-input.gfield_select,
  select.hot-input::-ms-input-placeholder,
  select.hot-input.gfield_select {
    letter-spacing: 0.01562rem;
  }

  input.hot-input::placeholder,
  input.hot-input.gfield_select,
  select.hot-input::placeholder,
  select.hot-input.gfield_select {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 34, resources/assets/styles/components/_input.scss */

  input.hot-input::-webkit-input-placeholder,
  input.hot-input.gfield_select,
  select.hot-input::-webkit-input-placeholder,
  select.hot-input.gfield_select {
    letter-spacing: 0.03125rem;
  }

  input.hot-input::-moz-placeholder,
  input.hot-input.gfield_select,
  select.hot-input::-moz-placeholder,
  select.hot-input.gfield_select {
    letter-spacing: 0.03125rem;
  }

  input.hot-input::-ms-input-placeholder,
  input.hot-input.gfield_select,
  select.hot-input::-ms-input-placeholder,
  select.hot-input.gfield_select {
    letter-spacing: 0.03125rem;
  }

  input.hot-input::placeholder,
  input.hot-input.gfield_select,
  select.hot-input::placeholder,
  select.hot-input.gfield_select {
    letter-spacing: 0.03125rem;
  }
}

/* line 42, resources/assets/styles/components/_input.scss */

input.hot-input--footer,
select.hot-input--footer {
  color: #1f1f1f;
  padding: 0.625rem 1.25rem 0.5rem 0 !important;
}

@media (min-width: 85.375em) {
  /* line 42, resources/assets/styles/components/_input.scss */

  input.hot-input--footer,
  select.hot-input--footer {
    padding: 1.5625rem 1.25rem 0.6875rem 0.625rem !important;
  }
}

/* line 51, resources/assets/styles/components/_input.scss */

input.hot-input--inline-newsletter,
select.hot-input--inline-newsletter {
  width: 100% !important;
  padding: 0 0 0.3125rem 0 !important;
}

/* line 56, resources/assets/styles/components/_input.scss */

input.hot-input--search,
select.hot-input--search {
  background-color: #fff !important;
  border: none;
  padding: 1.25rem 0 1.25rem 1.25rem !important;
}

/* line 61, resources/assets/styles/components/_input.scss */

input.hot-input--search::-webkit-input-placeholder,
select.hot-input--search::-webkit-input-placeholder {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  color: #a8a5a4;
}

input.hot-input--search::-moz-placeholder,
select.hot-input--search::-moz-placeholder {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  color: #a8a5a4;
}

input.hot-input--search::-ms-input-placeholder,
select.hot-input--search::-ms-input-placeholder {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  color: #a8a5a4;
}

input.hot-input--search::placeholder,
select.hot-input--search::placeholder {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  color: #a8a5a4;
}

@media (min-width: 85.375em) {
  /* line 61, resources/assets/styles/components/_input.scss */

  input.hot-input--search::-webkit-input-placeholder,
  select.hot-input--search::-webkit-input-placeholder {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }

  input.hot-input--search::-moz-placeholder,
  select.hot-input--search::-moz-placeholder {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }

  input.hot-input--search::-ms-input-placeholder,
  select.hot-input--search::-ms-input-placeholder {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }

  input.hot-input--search::placeholder,
  select.hot-input--search::placeholder {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

/* class applies to select element itself, not a wrapper element */

/* line 2, resources/assets/styles/components/_select.scss */

.hot-select {
  display: block;
  color: #fcc246;
  width: 100%;
  max-width: 100%;
  /* useful when width is set to anything other than 100% */
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #c04635;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0208 20.9196L19.9203 12.0201C20.5503 11.3901 20.1041 10.313 19.2132 10.313H1.41421C0.523309 10.313 0.0771417 11.3901 0.707106 12.0201L9.6066 20.9196C9.99713 21.3101 10.6303 21.3101 11.0208 20.9196Z' fill='%23F7F5F2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 38%, 0 0;
  background-size: 1em auto, 100%;
}

/* Hide arrow icon in IE browsers */

/* line 17, resources/assets/styles/components/_select.scss */

.hot-select::-ms-expand {
  display: none;
}

/* Hover style */

/* line 22, resources/assets/styles/components/_select.scss */

.hot-select:hover {
  border-color: #888;
}

/* Focus style */

/* line 27, resources/assets/styles/components/_select.scss */

.hot-select:focus {
  border-color: #aaa;
  -webkit-box-shadow: 0 0 0.0625rem 0.1875rem rgba(59, 153, 252, 0.7);
          box-shadow: 0 0 0.0625rem 0.1875rem rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 0.1875rem -moz-mac-focusring;
  color: #fcc246;
  outline: none;
}

/* Set options to normal weight */

/* line 36, resources/assets/styles/components/_select.scss */

.hot-select option {
  font-weight: normal;
}

/* Disabled styles */

/* line 41, resources/assets/styles/components/_select.scss */

.hot-select:disabled,
.hot-select[aria-disabled=true] {
  color: gray;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */

/* line 47, resources/assets/styles/components/_select.scss */

*[dir="rtl"] .hot-select,
:root:lang(ar) .hot-select,
:root:lang(iw) .hot-select {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

/* line 54, resources/assets/styles/components/_select.scss */

.hot-select:disabled:hover,
.hot-select[aria-disabled=true] {
  border-color: #aaa;
}

/* line 1, resources/assets/styles/components/_media-modal.scss */

.et-db #et-boc .et-l .hot-image-modal,
#et-boc .et-l .hot-image-modal,
.hot-image-modal,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal,
.et-db #et-boc .et-l .hot-video-modal,
#et-boc .et-l .hot-video-modal,
.hot-video-modal,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal {
  z-index: 10;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  -webkit-transition: 0.3s opacity linear;
  -o-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
  top: 0;
  width: 100vw;
}

/* line 13, resources/assets/styles/components/_media-modal.scss */

.et-db #et-boc .et-l .hot-image-modal.fading-in,
#et-boc .et-l .hot-image-modal.fading-in,
.hot-image-modal.fading-in,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal.fading-in,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal.fading-in,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal.fading-in,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal.fading-in,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal.fading-in,
.et-db #et-boc .et-l .hot-video-modal.fading-in,
#et-boc .et-l .hot-video-modal.fading-in,
.hot-video-modal.fading-in,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal.fading-in,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal.fading-in,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal.fading-in,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal.fading-in,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal.fading-in {
  opacity: 1;
}

/* line 17, resources/assets/styles/components/_media-modal.scss */

.et-db #et-boc .et-l .hot-image-modal::before,
#et-boc .et-l .hot-image-modal::before,
.hot-image-modal::before,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal::before,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal::before,
.et-db #et-boc .et-l .hot-video-modal::before,
#et-boc .et-l .hot-video-modal::before,
.hot-video-modal::before,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal::before,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal::before {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 27, resources/assets/styles/components/_media-modal.scss */

.et-db #et-boc .et-l .hot-image-modal__close-button,
#et-boc .et-l .hot-image-modal__close-button,
.hot-image-modal__close-button,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal__close-button,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__close-button,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__close-button,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal__close-button,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__close-button,
.et-db #et-boc .et-l .hot-video-modal__close-button,
#et-boc .et-l .hot-video-modal__close-button,
.hot-video-modal__close-button,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal__close-button,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__close-button,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__close-button,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal__close-button,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__close-button {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.1875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 0 57% auto !important;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: -4.25rem !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /** iOS Safari only fix **/
}

@media (min-width: 85.375em) {
  /* line 27, resources/assets/styles/components/_media-modal.scss */

  .et-db #et-boc .et-l .hot-image-modal__close-button,
  #et-boc .et-l .hot-image-modal__close-button,
  .hot-image-modal__close-button,
  .et-db #et-boc .et-l .et_pb_module .hot-image-modal__close-button,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__close-button,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__close-button,
  .et-db #et-boc .et-l .et_pb_module .hot-image-modal__close-button,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__close-button,
  .et-db #et-boc .et-l .hot-video-modal__close-button,
  #et-boc .et-l .hot-video-modal__close-button,
  .hot-video-modal__close-button,
  .et-db #et-boc .et-l .et_pb_module .hot-video-modal__close-button,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__close-button,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__close-button,
  .et-db #et-boc .et-l .et_pb_module .hot-video-modal__close-button,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__close-button {
    padding: 1.875rem 0;
    margin: 0 0 51% auto !important;
    top: -5.0625rem !important;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
    /* line 54, resources/assets/styles/components/_media-modal.scss */

    .et-db #et-boc .et-l .hot-image-modal__close-button,
    #et-boc .et-l .hot-image-modal__close-button,
    .hot-image-modal__close-button,
    .et-db #et-boc .et-l .et_pb_module .hot-image-modal__close-button,
    .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__close-button,
    .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__close-button,
    .et-db #et-boc .et-l .et_pb_module .hot-image-modal__close-button,
    .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__close-button,
    .et-db #et-boc .et-l .hot-video-modal__close-button,
    #et-boc .et-l .hot-video-modal__close-button,
    .hot-video-modal__close-button,
    .et-db #et-boc .et-l .et_pb_module .hot-video-modal__close-button,
    .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__close-button,
    .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__close-button,
    .et-db #et-boc .et-l .et_pb_module .hot-video-modal__close-button,
    .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__close-button {
      min-width: 8.5rem;
      top: -5.625rem !important;
    }

@media (min-width: 48em) {
      /* line 54, resources/assets/styles/components/_media-modal.scss */

      .et-db #et-boc .et-l .hot-image-modal__close-button,
      #et-boc .et-l .hot-image-modal__close-button,
      .hot-image-modal__close-button,
      .et-db #et-boc .et-l .et_pb_module .hot-image-modal__close-button,
      .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__close-button,
      .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__close-button,
      .et-db #et-boc .et-l .et_pb_module .hot-image-modal__close-button,
      .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__close-button,
      .et-db #et-boc .et-l .hot-video-modal__close-button,
      #et-boc .et-l .hot-video-modal__close-button,
      .hot-video-modal__close-button,
      .et-db #et-boc .et-l .et_pb_module .hot-video-modal__close-button,
      .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__close-button,
      .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__close-button,
      .et-db #et-boc .et-l .et_pb_module .hot-video-modal__close-button,
      .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__close-button {
        min-width: 9.125rem;
      }
}
}
}

/* line 65, resources/assets/styles/components/_media-modal.scss */

.et-db #et-boc .et-l .hot-image-modal__close-button svg,
#et-boc .et-l .hot-image-modal__close-button svg,
.hot-image-modal__close-button svg,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal__close-button svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__close-button svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__close-button svg,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal__close-button svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__close-button svg,
.et-db #et-boc .et-l .hot-video-modal__close-button svg,
#et-boc .et-l .hot-video-modal__close-button svg,
.hot-video-modal__close-button svg,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal__close-button svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__close-button svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__close-button svg,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal__close-button svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__close-button svg {
  fill: #fff;
  margin: 0 0 0 0.625rem;
}

@media (min-width: 48em) {
  /* line 65, resources/assets/styles/components/_media-modal.scss */

  .et-db #et-boc .et-l .hot-image-modal__close-button svg,
  #et-boc .et-l .hot-image-modal__close-button svg,
  .hot-image-modal__close-button svg,
  .et-db #et-boc .et-l .et_pb_module .hot-image-modal__close-button svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__close-button svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__close-button svg,
  .et-db #et-boc .et-l .et_pb_module .hot-image-modal__close-button svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__close-button svg,
  .et-db #et-boc .et-l .hot-video-modal__close-button svg,
  #et-boc .et-l .hot-video-modal__close-button svg,
  .hot-video-modal__close-button svg,
  .et-db #et-boc .et-l .et_pb_module .hot-video-modal__close-button svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__close-button svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__close-button svg,
  .et-db #et-boc .et-l .et_pb_module .hot-video-modal__close-button svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__close-button svg {
    margin: 0 0 0 1.25rem;
  }
}

/* line 75, resources/assets/styles/components/_media-modal.scss */

.et-db #et-boc .et-l .hot-image-modal__figure,
#et-boc .et-l .hot-image-modal__figure,
.hot-image-modal__figure,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal__figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__figure,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal__figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__figure,
.et-db #et-boc .et-l .hot-video-modal__figure,
#et-boc .et-l .hot-video-modal__figure,
.hot-video-modal__figure,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal__figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__figure,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal__figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__figure {
  position: relative;
  grid-column-end: span 4;
  background-color: #000;
  margin: 0 -1rem;
  max-height: 75vh;
  width: calc(100% + (1rem * 2));
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-image-modal__figure::before,
#et-boc .et-l .hot-image-modal__figure::before,
.hot-image-modal__figure::before,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal__figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__figure::before,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal__figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__figure::before,
.et-db #et-boc .et-l .hot-video-modal__figure::before,
#et-boc .et-l .hot-video-modal__figure::before,
.hot-video-modal__figure::before,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal__figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__figure::before,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal__figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__figure::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.43252%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-image-modal__figure > *,
#et-boc .et-l .hot-image-modal__figure > *,
.hot-image-modal__figure > *,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal__figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__figure > *,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal__figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__figure > *,
.et-db #et-boc .et-l .hot-video-modal__figure > *,
#et-boc .et-l .hot-video-modal__figure > *,
.hot-video-modal__figure > *,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal__figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__figure > *,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal__figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__figure > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

@media (min-width: 48em) {
  /* line 75, resources/assets/styles/components/_media-modal.scss */

  .et-db #et-boc .et-l .hot-image-modal__figure,
  #et-boc .et-l .hot-image-modal__figure,
  .hot-image-modal__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-image-modal__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-image-modal__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__figure,
  .et-db #et-boc .et-l .hot-video-modal__figure,
  #et-boc .et-l .hot-video-modal__figure,
  .hot-video-modal__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-video-modal__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-video-modal__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__figure {
    grid-column-end: span 12;
    margin: 0 -1.875rem;
    width: calc(100% + (1.875rem * 2));
  }
}

@media (min-width: 85.375em) {
  /* line 75, resources/assets/styles/components/_media-modal.scss */

  .et-db #et-boc .et-l .hot-image-modal__figure,
  #et-boc .et-l .hot-image-modal__figure,
  .hot-image-modal__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-image-modal__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-image-modal__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__figure,
  .et-db #et-boc .et-l .hot-video-modal__figure,
  #et-boc .et-l .hot-video-modal__figure,
  .hot-video-modal__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-video-modal__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-video-modal__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__figure {
    margin: auto;
    width: 96.73859%;
  }
}

/* line 97, resources/assets/styles/components/_media-modal.scss */

.et-db #et-boc .et-l .hot-image-modal__wrapper,
#et-boc .et-l .hot-image-modal__wrapper,
.hot-image-modal__wrapper,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal__wrapper,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__wrapper,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__wrapper,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal__wrapper,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__wrapper,
.et-db #et-boc .et-l .hot-video-modal__wrapper,
#et-boc .et-l .hot-video-modal__wrapper,
.hot-video-modal__wrapper,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal__wrapper,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__wrapper,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__wrapper,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal__wrapper,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

/* line 102, resources/assets/styles/components/_media-modal.scss */

.et-db #et-boc .et-l .hot-image-modal__wrapper img,
.et-db #et-boc .et-l .hot-image-modal__wrapper video,
.et-db #et-boc .et-l .hot-image-modal__wrapper .hot-yt-player,
.et-db #et-boc .et-l .hot-image-modal__wrapper .hot-vimeo-player,
#et-boc .et-l .hot-image-modal__wrapper img,
#et-boc .et-l .hot-image-modal__wrapper video,
#et-boc .et-l .hot-image-modal__wrapper .hot-yt-player,
#et-boc .et-l .hot-image-modal__wrapper .hot-vimeo-player,
.hot-image-modal__wrapper img,
.hot-image-modal__wrapper video,
.hot-image-modal__wrapper .hot-yt-player,
.hot-image-modal__wrapper .hot-vimeo-player,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal__wrapper img,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal__wrapper video,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal__wrapper .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal__wrapper .hot-vimeo-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__wrapper img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__wrapper video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__wrapper .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__wrapper .hot-vimeo-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__wrapper img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__wrapper video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__wrapper .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__wrapper .hot-vimeo-player,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal__wrapper img,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal__wrapper video,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal__wrapper .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module .hot-image-modal__wrapper .hot-vimeo-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__wrapper img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__wrapper video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__wrapper .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-image-modal__wrapper .hot-vimeo-player,
.et-db #et-boc .et-l .hot-video-modal__wrapper img,
.et-db #et-boc .et-l .hot-video-modal__wrapper video,
.et-db #et-boc .et-l .hot-video-modal__wrapper .hot-yt-player,
.et-db #et-boc .et-l .hot-video-modal__wrapper .hot-vimeo-player,
#et-boc .et-l .hot-video-modal__wrapper img,
#et-boc .et-l .hot-video-modal__wrapper video,
#et-boc .et-l .hot-video-modal__wrapper .hot-yt-player,
#et-boc .et-l .hot-video-modal__wrapper .hot-vimeo-player,
.hot-video-modal__wrapper img,
.hot-video-modal__wrapper video,
.hot-video-modal__wrapper .hot-yt-player,
.hot-video-modal__wrapper .hot-vimeo-player,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal__wrapper img,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal__wrapper video,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal__wrapper .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal__wrapper .hot-vimeo-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__wrapper img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__wrapper video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__wrapper .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__wrapper .hot-vimeo-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__wrapper img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__wrapper video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__wrapper .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__wrapper .hot-vimeo-player,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal__wrapper img,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal__wrapper video,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal__wrapper .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module .hot-video-modal__wrapper .hot-vimeo-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__wrapper img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__wrapper video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__wrapper .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-video-modal__wrapper .hot-vimeo-player {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* line 4, resources/assets/styles/components/_accordion.scss */

.et-db #et-boc .et-l .hot-collapsible li,
#et-boc .et-l .hot-collapsible li,
.hot-collapsible li,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible li,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible li {
  margin-bottom: 0.625rem;
  background-color: #f7f5f2;
}

/* line 9, resources/assets/styles/components/_accordion.scss */

.et-db #et-boc .et-l .hot-collapsible__header,
#et-boc .et-l .hot-collapsible__header,
.hot-collapsible__header,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__header,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__header,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__header,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__header,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 1rem;
  background-color: #e8e0d6;
  -webkit-transition: ease 300ms background-color;
  -o-transition: ease 300ms background-color;
  transition: ease 300ms background-color;
  cursor: pointer;
}

@media (min-width: 85.375em) {
  /* line 9, resources/assets/styles/components/_accordion.scss */

  .et-db #et-boc .et-l .hot-collapsible__header,
  #et-boc .et-l .hot-collapsible__header,
  .hot-collapsible__header,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__header,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__header {
    padding: 1.875rem 1.5625rem;
  }
}

/* line 23, resources/assets/styles/components/_accordion.scss */

.et-db #et-boc .et-l .hot-collapsible__heading,
#et-boc .et-l .hot-collapsible__heading,
.hot-collapsible__heading,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__heading,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__heading {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
}

@media (min-width: 48em) {
  /* line 23, resources/assets/styles/components/_accordion.scss */

  .et-db #et-boc .et-l .hot-collapsible__heading,
  #et-boc .et-l .hot-collapsible__heading,
  .hot-collapsible__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__heading {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 23, resources/assets/styles/components/_accordion.scss */

  .et-db #et-boc .et-l .hot-collapsible__heading,
  #et-boc .et-l .hot-collapsible__heading,
  .hot-collapsible__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__heading {
    letter-spacing: 0.03125rem;
  }
}

/* line 27, resources/assets/styles/components/_accordion.scss */

.et-db #et-boc .et-l .hot-collapsible__subheading,
#et-boc .et-l .hot-collapsible__subheading,
.hot-collapsible__subheading,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__subheading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__subheading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__subheading,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__subheading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__subheading {
  display: block;
  color: #a8a5a4;
}

/* line 32, resources/assets/styles/components/_accordion.scss */

.et-db #et-boc .et-l .hot-collapsible__header-icon,
#et-boc .et-l .hot-collapsible__header-icon,
.hot-collapsible__header-icon,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__header-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__header-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__header-icon,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__header-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__header-icon {
  display: inline-block;
  -webkit-transition: ease 300ms transform;
  -o-transition: ease 300ms transform;
  transition: ease 300ms transform;
}

/* line 37, resources/assets/styles/components/_accordion.scss */

.et-db #et-boc .et-l .hot-collapsible__body,
#et-boc .et-l .hot-collapsible__body,
.hot-collapsible__body,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__body,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__body,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__body,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__body,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__body {
  height: 0;
  overflow: hidden;
  -webkit-transition: ease 300ms height;
  -o-transition: ease 300ms height;
  transition: ease 300ms height;
}

/* line 43, resources/assets/styles/components/_accordion.scss */

.et-db #et-boc .et-l .hot-collapsible__body-inner,
#et-boc .et-l .hot-collapsible__body-inner,
.hot-collapsible__body-inner,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__body-inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__body-inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__body-inner,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__body-inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__body-inner {
  padding: 0 1rem 0.9375rem;
}

@media (min-width: 48em) {
  /* line 43, resources/assets/styles/components/_accordion.scss */

  .et-db #et-boc .et-l .hot-collapsible__body-inner,
  #et-boc .et-l .hot-collapsible__body-inner,
  .hot-collapsible__body-inner,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__body-inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__body-inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__body-inner,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__body-inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__body-inner {
    padding-bottom: 1.5625rem;
  }
}

@media (min-width: 85.375em) {
  /* line 43, resources/assets/styles/components/_accordion.scss */

  .et-db #et-boc .et-l .hot-collapsible__body-inner,
  #et-boc .et-l .hot-collapsible__body-inner,
  .hot-collapsible__body-inner,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__body-inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__body-inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__body-inner,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__body-inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__body-inner {
    padding: 0 1.5625rem 1.5625rem;
  }
}

/* line 55, resources/assets/styles/components/_accordion.scss */

.et-db #et-boc .et-l .hot-collapsible__list,
#et-boc .et-l .hot-collapsible__list,
.hot-collapsible__list,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__list,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__list,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__list,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__list,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__list {
  margin-bottom: 0.9375rem;
}

@media (min-width: 85.375em) {
  /* line 55, resources/assets/styles/components/_accordion.scss */

  .et-db #et-boc .et-l .hot-collapsible__list,
  #et-boc .et-l .hot-collapsible__list,
  .hot-collapsible__list,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__list,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__list {
    margin-left: 1.875rem;
    padding-left: 1.875rem;
    border-left: solid 0.0625rem #c04635;
  }
}

/* line 65, resources/assets/styles/components/_accordion.scss */

.et-db #et-boc .et-l .hot-collapsible__dl,
#et-boc .et-l .hot-collapsible__dl,
.hot-collapsible__dl,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__dl,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__dl,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__dl,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__dl,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 69, resources/assets/styles/components/_accordion.scss */

.et-db #et-boc .et-l .hot-collapsible__dt,
#et-boc .et-l .hot-collapsible__dt,
.hot-collapsible__dt,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__dt,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__dt,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__dt,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__dt,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__dt {
  font-family: "MaisonNeueMonoWEB-Regular", monospace;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.9375rem;
          flex: 0 0 7.9375rem;
}

/* line 76, resources/assets/styles/components/_accordion.scss */

.et-db #et-boc .et-l .hot-collapsible__dd,
#et-boc .et-l .hot-collapsible__dd,
.hot-collapsible__dd,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__dd,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__dd,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__dd,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__dd,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__dd {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

@media (min-width: 48em) {
  /* line 76, resources/assets/styles/components/_accordion.scss */

  .et-db #et-boc .et-l .hot-collapsible__dd,
  #et-boc .et-l .hot-collapsible__dd,
  .hot-collapsible__dd,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__dd,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__dd,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__dd,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__dd,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__dd {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 76, resources/assets/styles/components/_accordion.scss */

  .et-db #et-boc .et-l .hot-collapsible__dd,
  #et-boc .et-l .hot-collapsible__dd,
  .hot-collapsible__dd,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__dd,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__dd,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__dd,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__dd,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__dd {
    letter-spacing: 0.03125rem;
  }
}

/* line 82, resources/assets/styles/components/_accordion.scss */

.et-db #et-boc .et-l .hot-collapsible__btn-download,
#et-boc .et-l .hot-collapsible__btn-download,
.hot-collapsible__btn-download,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__btn-download,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__btn-download,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__btn-download,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__btn-download,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__btn-download {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.07812rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.3125rem;
  color: #c04635;
  text-decoration: underline !important;
}

@media (min-width: 85.375em) {
  /* line 82, resources/assets/styles/components/_accordion.scss */

  .et-db #et-boc .et-l .hot-collapsible__btn-download,
  #et-boc .et-l .hot-collapsible__btn-download,
  .hot-collapsible__btn-download,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__btn-download,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__btn-download,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__btn-download,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__btn-download,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__btn-download {
    font-size: 1.1875rem;
    line-height: 1.3125rem;
    letter-spacing: 0.09375rem;
  }
}

/* line 91, resources/assets/styles/components/_accordion.scss */

.et-db #et-boc .et-l .hot-collapsible__btn-download svg,
#et-boc .et-l .hot-collapsible__btn-download svg,
.hot-collapsible__btn-download svg,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__btn-download svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__btn-download svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__btn-download svg,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__btn-download svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__btn-download svg {
  margin-left: 0.9375rem;
}

/* line 94, resources/assets/styles/components/_accordion.scss */

.et-db #et-boc .et-l .hot-collapsible__btn-download svg path,
#et-boc .et-l .hot-collapsible__btn-download svg path,
.hot-collapsible__btn-download svg path,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__btn-download svg path,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__btn-download svg path,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__btn-download svg path,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__btn-download svg path,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__btn-download svg path {
  stroke: #c04635;
}

/* line 100, resources/assets/styles/components/_accordion.scss */

.et-db #et-boc .et-l .hot-collapsible__badges,
#et-boc .et-l .hot-collapsible__badges,
.hot-collapsible__badges,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__badges,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badges,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badges,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__badges,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badges {
  margin-top: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
}

@media (min-width: 85.375em) {
  /* line 100, resources/assets/styles/components/_accordion.scss */

  .et-db #et-boc .et-l .hot-collapsible__badges,
  #et-boc .et-l .hot-collapsible__badges,
  .hot-collapsible__badges,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__badges,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badges,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badges,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__badges,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badges {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 110, resources/assets/styles/components/_accordion.scss */

.et-db #et-boc .et-l .hot-collapsible__badges::before,
#et-boc .et-l .hot-collapsible__badges::before,
.hot-collapsible__badges::before,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__badges::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badges::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badges::before,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__badges::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badges::before {
  content: "";
  position: absolute;
  background-color: #e8e0d6;
  width: 110%;
  height: 0.0625rem;
}

@media (min-width: 0) {
  /* line 110, resources/assets/styles/components/_accordion.scss */

  .et-db #et-boc .et-l .hot-collapsible__badges::before,
  #et-boc .et-l .hot-collapsible__badges::before,
  .hot-collapsible__badges::before,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__badges::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badges::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badges::before,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__badges::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badges::before {
    top: -1.875rem;
  }
}

@media (min-width: 48rem) {
  /* line 110, resources/assets/styles/components/_accordion.scss */

  .et-db #et-boc .et-l .hot-collapsible__badges::before,
  #et-boc .et-l .hot-collapsible__badges::before,
  .hot-collapsible__badges::before,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__badges::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badges::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badges::before,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__badges::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badges::before {
    top: -1.25rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 110, resources/assets/styles/components/_accordion.scss */

  .et-db #et-boc .et-l .hot-collapsible__badges::before,
  #et-boc .et-l .hot-collapsible__badges::before,
  .hot-collapsible__badges::before,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__badges::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badges::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badges::before,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__badges::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badges::before {
    top: -1.875rem;
  }
}

/* line 123, resources/assets/styles/components/_accordion.scss */

.et-db #et-boc .et-l .hot-collapsible__badge,
#et-boc .et-l .hot-collapsible__badge,
.hot-collapsible__badge,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__badge,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__badge,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge {
  margin: 0 1.3125rem;
  width: 6.25rem;
}

/* line 127, resources/assets/styles/components/_accordion.scss */

.et-db #et-boc .et-l .hot-collapsible__badge figure,
#et-boc .et-l .hot-collapsible__badge figure,
.hot-collapsible__badge figure,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__badge figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge figure,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__badge figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge figure {
  position: relative;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-collapsible__badge figure::before,
#et-boc .et-l .hot-collapsible__badge figure::before,
.hot-collapsible__badge figure::before,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__badge figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge figure::before,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__badge figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge figure::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-collapsible__badge figure > *,
#et-boc .et-l .hot-collapsible__badge figure > *,
.hot-collapsible__badge figure > *,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__badge figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge figure > *,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__badge figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge figure > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

/* line 131, resources/assets/styles/components/_accordion.scss */

.et-db #et-boc .et-l .hot-collapsible__badge img,
#et-boc .et-l .hot-collapsible__badge img,
.hot-collapsible__badge img,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__badge img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge img,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__badge img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge img {
  height: 100%;
}

/* line 135, resources/assets/styles/components/_accordion.scss */

.et-db #et-boc .et-l .hot-collapsible__badge a,
#et-boc .et-l .hot-collapsible__badge a,
.hot-collapsible__badge a,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__badge a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge a,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible__badge a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge a {
  white-space: nowrap;
  padding-top: 0;
}

@media (min-width: 0) {
  /* line 135, resources/assets/styles/components/_accordion.scss */

  .et-db #et-boc .et-l .hot-collapsible__badge a,
  #et-boc .et-l .hot-collapsible__badge a,
  .hot-collapsible__badge a,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__badge a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge a,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__badge a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge a {
    margin-top: 1.25rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 135, resources/assets/styles/components/_accordion.scss */

  .et-db #et-boc .et-l .hot-collapsible__badge a,
  #et-boc .et-l .hot-collapsible__badge a,
  .hot-collapsible__badge a,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__badge a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge a,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__badge a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge a {
    margin-top: 0.625rem;
  }
}

@media (min-width: 85.375em) {
  /* line 123, resources/assets/styles/components/_accordion.scss */

  .et-db #et-boc .et-l .hot-collapsible__badge,
  #et-boc .et-l .hot-collapsible__badge,
  .hot-collapsible__badge,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__badge,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge,
  .et-db #et-boc .et-l .et_pb_module .hot-collapsible__badge,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible__badge {
    margin: 0 2.375rem;
    width: 11.625rem;
  }
}

/* line 151, resources/assets/styles/components/_accordion.scss */

.et-db #et-boc .et-l .hot-collapsible .active .hot-collapsible__header,
#et-boc .et-l .hot-collapsible .active .hot-collapsible__header,
.hot-collapsible .active .hot-collapsible__header,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible .active .hot-collapsible__header,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible .active .hot-collapsible__header,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible .active .hot-collapsible__header,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible .active .hot-collapsible__header,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible .active .hot-collapsible__header {
  background-color: transparent;
}

/* line 155, resources/assets/styles/components/_accordion.scss */

.et-db #et-boc .et-l .hot-collapsible .active .hot-collapsible__header-icon,
#et-boc .et-l .hot-collapsible .active .hot-collapsible__header-icon,
.hot-collapsible .active .hot-collapsible__header-icon,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible .active .hot-collapsible__header-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible .active .hot-collapsible__header-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible .active .hot-collapsible__header-icon,
.et-db #et-boc .et-l .et_pb_module .hot-collapsible .active .hot-collapsible__header-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-collapsible .active .hot-collapsible__header-icon {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 1, resources/assets/styles/components/_tabs.scss */

.et-db #et-boc .et-l .hot-tabs,
#et-boc .et-l .hot-tabs,
.hot-tabs,
.et-db #et-boc .et-l .et_pb_module .hot-tabs,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs,
.et-db #et-boc .et-l .et_pb_module .hot-tabs,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs {
  position: relative;
  margin: 0 -16px 20px;
}

@media (min-width: 48em) {
  /* line 1, resources/assets/styles/components/_tabs.scss */

  .et-db #et-boc .et-l .hot-tabs,
  #et-boc .et-l .hot-tabs,
  .hot-tabs,
  .et-db #et-boc .et-l .et_pb_module .hot-tabs,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs,
  .et-db #et-boc .et-l .et_pb_module .hot-tabs,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs {
    margin: 0 -30px 30px 0;
  }
}

@media (min-width: 85.375em) {
  /* line 1, resources/assets/styles/components/_tabs.scss */

  .et-db #et-boc .et-l .hot-tabs,
  #et-boc .et-l .hot-tabs,
  .hot-tabs,
  .et-db #et-boc .et-l .et_pb_module .hot-tabs,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs,
  .et-db #et-boc .et-l .et_pb_module .hot-tabs,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs {
    margin-right: -65px;
    margin-bottom: 43px;
  }
}

/* line 17, resources/assets/styles/components/_tabs.scss */

.et-db #et-boc .et-l .hot-tabs::after,
#et-boc .et-l .hot-tabs::after,
.hot-tabs::after,
.et-db #et-boc .et-l .et_pb_module .hot-tabs::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs::after,
.et-db #et-boc .et-l .et_pb_module .hot-tabs::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs::after {
  top: 0;
  right: 0;
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(90%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 90%);
  background: -o-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 90%);
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 90%);
}

/* line 28, resources/assets/styles/components/_tabs.scss */

.et-db #et-boc .et-l .hot-tabs-nav,
#et-boc .et-l .hot-tabs-nav,
.hot-tabs-nav,
.et-db #et-boc .et-l .et_pb_module .hot-tabs-nav,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs-nav,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs-nav,
.et-db #et-boc .et-l .et_pb_module .hot-tabs-nav,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 5px;
  overflow-x: scroll;
  -ms-overflow-style: none;
}

/* line 34, resources/assets/styles/components/_tabs.scss */

.et-db #et-boc .et-l .hot-tabs-nav::-webkit-scrollbar,
#et-boc .et-l .hot-tabs-nav::-webkit-scrollbar,
.hot-tabs-nav::-webkit-scrollbar,
.et-db #et-boc .et-l .et_pb_module .hot-tabs-nav::-webkit-scrollbar,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs-nav::-webkit-scrollbar,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs-nav::-webkit-scrollbar,
.et-db #et-boc .et-l .et_pb_module .hot-tabs-nav::-webkit-scrollbar,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs-nav::-webkit-scrollbar {
  display: none;
}

/* line 37, resources/assets/styles/components/_tabs.scss */

.et-db #et-boc .et-l .hot-tabs li,
#et-boc .et-l .hot-tabs li,
.hot-tabs li,
.et-db #et-boc .et-l .et_pb_module .hot-tabs li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs li,
.et-db #et-boc .et-l .et_pb_module .hot-tabs li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
}

/* line 42, resources/assets/styles/components/_tabs.scss */

.et-db #et-boc .et-l .hot-tabs li:last-child::after,
#et-boc .et-l .hot-tabs li:last-child::after,
.hot-tabs li:last-child::after,
.et-db #et-boc .et-l .et_pb_module .hot-tabs li:last-child::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs li:last-child::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs li:last-child::after,
.et-db #et-boc .et-l .et_pb_module .hot-tabs li:last-child::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs li:last-child::after {
  content: "";
  position: absolute;
  left: 100%;
  width: 30px;
  border: 1px solid transparent;
}

@media (min-width: 85.375em) {
  /* line 42, resources/assets/styles/components/_tabs.scss */

  .et-db #et-boc .et-l .hot-tabs li:last-child::after,
  #et-boc .et-l .hot-tabs li:last-child::after,
  .hot-tabs li:last-child::after,
  .et-db #et-boc .et-l .et_pb_module .hot-tabs li:last-child::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs li:last-child::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs li:last-child::after,
  .et-db #et-boc .et-l .et_pb_module .hot-tabs li:last-child::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs li:last-child::after {
    width: 60px;
  }
}

@media (min-width: 48em) {
  /* line 55, resources/assets/styles/components/_tabs.scss */

  .et-db #et-boc .et-l .hot-tabs li:first-child a,
  #et-boc .et-l .hot-tabs li:first-child a,
  .hot-tabs li:first-child a,
  .et-db #et-boc .et-l .et_pb_module .hot-tabs li:first-child a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs li:first-child a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs li:first-child a,
  .et-db #et-boc .et-l .et_pb_module .hot-tabs li:first-child a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs li:first-child a {
    padding-left: 0;
  }

  /* line 56, resources/assets/styles/components/_tabs.scss */

  .et-db #et-boc .et-l .hot-tabs li:last-child a,
  #et-boc .et-l .hot-tabs li:last-child a,
  .hot-tabs li:last-child a,
  .et-db #et-boc .et-l .et_pb_module .hot-tabs li:last-child a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs li:last-child a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs li:last-child a,
  .et-db #et-boc .et-l .et_pb_module .hot-tabs li:last-child a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs li:last-child a {
    padding-right: 0;
  }
}

/* line 60, resources/assets/styles/components/_tabs.scss */

.et-db #et-boc .et-l .hot-tabs a,
#et-boc .et-l .hot-tabs a,
.hot-tabs a,
.et-db #et-boc .et-l .et_pb_module .hot-tabs a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs a,
.et-db #et-boc .et-l .et_pb_module .hot-tabs a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs a {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.07812rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 10px;
  text-decoration: none;
}

@media (min-width: 85.375em) {
  /* line 60, resources/assets/styles/components/_tabs.scss */

  .et-db #et-boc .et-l .hot-tabs a,
  #et-boc .et-l .hot-tabs a,
  .hot-tabs a,
  .et-db #et-boc .et-l .et_pb_module .hot-tabs a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs a,
  .et-db #et-boc .et-l .et_pb_module .hot-tabs a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs a {
    font-size: 1.1875rem;
    line-height: 1.3125rem;
    letter-spacing: 0.09375rem;
  }
}

/* line 67, resources/assets/styles/components/_tabs.scss */

.et-db #et-boc .et-l .hot-tabs a.active,
#et-boc .et-l .hot-tabs a.active,
.hot-tabs a.active,
.et-db #et-boc .et-l .et_pb_module .hot-tabs a.active,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs a.active,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs a.active,
.et-db #et-boc .et-l .et_pb_module .hot-tabs a.active,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs a.active {
  text-decoration: underline !important;
}

@media (min-width: 48em) {
  /* line 60, resources/assets/styles/components/_tabs.scss */

  .et-db #et-boc .et-l .hot-tabs a,
  #et-boc .et-l .hot-tabs a,
  .hot-tabs a,
  .et-db #et-boc .et-l .et_pb_module .hot-tabs a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs a,
  .et-db #et-boc .et-l .et_pb_module .hot-tabs a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs a {
    padding: 15px 20px;
  }
}

@media (min-width: 85.375em) {
  /* line 60, resources/assets/styles/components/_tabs.scss */

  .et-db #et-boc .et-l .hot-tabs a,
  #et-boc .et-l .hot-tabs a,
  .hot-tabs a,
  .et-db #et-boc .et-l .et_pb_module .hot-tabs a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs a,
  .et-db #et-boc .et-l .et_pb_module .hot-tabs a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tabs a {
    padding: 15px 22px;
  }
}

/** Page-specific styles */

/** Import module styles */

/* line 3, resources/assets/styles/modules/_tidbits.scss */

.et-db #et-boc .et-l .hot-tidbits,
#et-boc .et-l .hot-tidbits,
.hot-tidbits,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 48em) and (max-width: 85.365em) {
  /* line 3, resources/assets/styles/modules/_tidbits.scss */

  .et-db #et-boc .et-l .hot-tidbits,
  #et-boc .et-l .hot-tidbits,
  .hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits {
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 85.375em) {
  /* line 3, resources/assets/styles/modules/_tidbits.scss */

  .et-db #et-boc .et-l .hot-tidbits,
  #et-boc .et-l .hot-tidbits,
  .hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits {
    margin-bottom: 5rem;
  }
}

@media (min-width: 0) {
  /* line 3, resources/assets/styles/modules/_tidbits.scss */

  .et-db #et-boc .et-l .hot-tidbits,
  #et-boc .et-l .hot-tidbits,
  .hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits {
    padding: 3.1875rem 0 4.0625rem;
  }
}

@media (min-width: 48rem) {
  /* line 3, resources/assets/styles/modules/_tidbits.scss */

  .et-db #et-boc .et-l .hot-tidbits,
  #et-boc .et-l .hot-tidbits,
  .hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits {
    padding: 2.5rem 0 3.75rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 3, resources/assets/styles/modules/_tidbits.scss */

  .et-db #et-boc .et-l .hot-tidbits,
  #et-boc .et-l .hot-tidbits,
  .hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits {
    padding: 9.75rem 0 5.3125rem;
  }
}

/* line 19, resources/assets/styles/modules/_tidbits.scss */

.et-db #et-boc .et-l .hot-tidbits__container,
#et-boc .et-l .hot-tidbits__container,
.hot-tidbits__container,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__container,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__container {
  position: relative;
}

@media (min-width: 48em) {
  /* line 19, resources/assets/styles/modules/_tidbits.scss */

  .et-db #et-boc .et-l .hot-tidbits__container,
  #et-boc .et-l .hot-tidbits__container,
  .hot-tidbits__container,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__container,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__container {
    grid-template-rows: 1fr 5.9375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 19, resources/assets/styles/modules/_tidbits.scss */

  .et-db #et-boc .et-l .hot-tidbits__container,
  #et-boc .et-l .hot-tidbits__container,
  .hot-tidbits__container,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__container,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__container {
    grid-template-rows: 1fr 5.3125rem;
  }
}

/* line 30, resources/assets/styles/modules/_tidbits.scss */

.et-db #et-boc .et-l .hot-tidbits__container::before,
#et-boc .et-l .hot-tidbits__container::before,
.hot-tidbits__container::before,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__container::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__container::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__container::before,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__container::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__container::before {
  z-index: 1;
  background-color: #fcc246;
  content: "";
  height: 100%;
  margin: 0 -1rem;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% + 2rem);
}

@media (min-width: 48em) {
  /* line 30, resources/assets/styles/modules/_tidbits.scss */

  .et-db #et-boc .et-l .hot-tidbits__container::before,
  #et-boc .et-l .hot-tidbits__container::before,
  .hot-tidbits__container::before,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__container::before,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__container::before {
    margin: 0 -1.875rem 0 0;
    width: calc(100% - 5.71429% + 1.875rem);
  }
}

@media (min-width: 85.375em) {
  /* line 30, resources/assets/styles/modules/_tidbits.scss */

  .et-db #et-boc .et-l .hot-tidbits__container::before,
  #et-boc .et-l .hot-tidbits__container::before,
  .hot-tidbits__container::before,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__container::before,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__container::before {
    margin: 0 -4.0625rem 0 0;
    width: calc(100% - 5.85616% + 4.0625rem);
  }
}

/* line 54, resources/assets/styles/modules/_tidbits.scss */

.et-db #et-boc .et-l .hot-tidbits__media,
#et-boc .et-l .hot-tidbits__media,
.hot-tidbits__media,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media {
  position: relative;
  grid-column: 1 / span 4;
  z-index: 2;
  width: 100%;
  min-height: 22.9375rem;
  margin: -3.125rem 0 0 -1rem;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-tidbits__media::before,
#et-boc .et-l .hot-tidbits__media::before,
.hot-tidbits__media::before,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media::before,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 107.30994%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-tidbits__media > *,
#et-boc .et-l .hot-tidbits__media > *,
.hot-tidbits__media > *,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media > *,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

@media (min-width: 48em) {
  /* line 54, resources/assets/styles/modules/_tidbits.scss */

  .et-db #et-boc .et-l .hot-tidbits__media,
  #et-boc .et-l .hot-tidbits__media,
  .hot-tidbits__media,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media {
    position: relative;
    grid-row: 1 / span 1;
    width: calc(109.09091% + 1.875rem);
    min-height: 21.625rem;
    margin: -2.5rem -9.09091% 3.125rem -1.875rem;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-tidbits__media::before,
  #et-boc .et-l .hot-tidbits__media::before,
  .hot-tidbits__media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 126.73993%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-tidbits__media > *,
  #et-boc .et-l .hot-tidbits__media > *,
  .hot-tidbits__media > *,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media > *,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

@media (min-width: 85.375em) {
  /* line 54, resources/assets/styles/modules/_tidbits.scss */

  .et-db #et-boc .et-l .hot-tidbits__media,
  #et-boc .et-l .hot-tidbits__media,
  .hot-tidbits__media,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media {
    position: relative;
    width: calc(100% + 4.0625rem);
    min-height: 39.75rem;
    margin: -9.6875rem 0 0 -4.0625rem;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-tidbits__media::before,
  #et-boc .et-l .hot-tidbits__media::before,
  .hot-tidbits__media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 131.13402%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-tidbits__media > *,
  #et-boc .et-l .hot-tidbits__media > *,
  .hot-tidbits__media > *,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media > *,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

/* line 80, resources/assets/styles/modules/_tidbits.scss */

.et-db #et-boc .et-l .hot-tidbits__media img,
#et-boc .et-l .hot-tidbits__media img,
.hot-tidbits__media img,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media img,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 87, resources/assets/styles/modules/_tidbits.scss */

.et-db #et-boc .et-l .hot-tidbits__text,
#et-boc .et-l .hot-tidbits__text,
.hot-tidbits__text,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__text,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__text,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text {
  grid-column: 1 / span 4;
  z-index: 2;
  color: #1f1f1f;
  width: 100%;
  margin: 2.1875rem 0 3.75rem;
  padding: 0 1.5rem;
}

@media (min-width: 48em) {
  /* line 87, resources/assets/styles/modules/_tidbits.scss */

  .et-db #et-boc .et-l .hot-tidbits__text,
  #et-boc .et-l .hot-tidbits__text,
  .hot-tidbits__text,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__text,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__text,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text {
    grid-column: 6 / span 7;
    grid-row: 1 / span 1;
    margin: 2.5rem 0 0 -5%;
    padding: 0;
    width: calc(100% + 5%);
  }
}

@media (min-width: 85.375em) {
  /* line 87, resources/assets/styles/modules/_tidbits.scss */

  .et-db #et-boc .et-l .hot-tidbits__text,
  #et-boc .et-l .hot-tidbits__text,
  .hot-tidbits__text,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__text,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__text,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text {
    grid-column: 5 / span 8;
    margin: 3.9375rem 0 0 0;
    padding: 0 0 0 5.08227%;
    width: 100%;
  }
}

/* line 113, resources/assets/styles/modules/_tidbits.scss */

.et-db #et-boc .et-l .hot-tidbits__text .hot-tidbits__title,
#et-boc .et-l .hot-tidbits__text .hot-tidbits__title,
.hot-tidbits__text .hot-tidbits__title,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__text .hot-tidbits__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__title,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__text .hot-tidbits__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__title {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-bottom: 2.8125rem;
}

@media (min-width: 48em) {
  /* line 113, resources/assets/styles/modules/_tidbits.scss */

  .et-db #et-boc .et-l .hot-tidbits__text .hot-tidbits__title,
  #et-boc .et-l .hot-tidbits__text .hot-tidbits__title,
  .hot-tidbits__text .hot-tidbits__title,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__text .hot-tidbits__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__title,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__text .hot-tidbits__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__title {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 113, resources/assets/styles/modules/_tidbits.scss */

  .et-db #et-boc .et-l .hot-tidbits__text .hot-tidbits__title,
  #et-boc .et-l .hot-tidbits__text .hot-tidbits__title,
  .hot-tidbits__text .hot-tidbits__title,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__text .hot-tidbits__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__title,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__text .hot-tidbits__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 48em) {
  /* line 113, resources/assets/styles/modules/_tidbits.scss */

  .et-db #et-boc .et-l .hot-tidbits__text .hot-tidbits__title,
  #et-boc .et-l .hot-tidbits__text .hot-tidbits__title,
  .hot-tidbits__text .hot-tidbits__title,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__text .hot-tidbits__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__title,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__text .hot-tidbits__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__title {
    margin-bottom: 2.375rem;
    text-align: right;
  }
}

@media (min-width: 85.375em) {
  /* line 113, resources/assets/styles/modules/_tidbits.scss */

  .et-db #et-boc .et-l .hot-tidbits__text .hot-tidbits__title,
  #et-boc .et-l .hot-tidbits__text .hot-tidbits__title,
  .hot-tidbits__text .hot-tidbits__title,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__text .hot-tidbits__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__title,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__text .hot-tidbits__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__title {
    margin-bottom: 6.875rem;
  }
}

/* line 128, resources/assets/styles/modules/_tidbits.scss */

.et-db #et-boc .et-l .hot-tidbits__text .hot-tidbits__tidbit,
#et-boc .et-l .hot-tidbits__text .hot-tidbits__tidbit,
.hot-tidbits__text .hot-tidbits__tidbit,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__text .hot-tidbits__tidbit,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__tidbit,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__tidbit,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__text .hot-tidbits__tidbit,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__tidbit {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 2.5rem;
  letter-spacing: 0.15625rem;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 3.75rem;
}

@media (min-width: 85.375em) {
  /* line 128, resources/assets/styles/modules/_tidbits.scss */

  .et-db #et-boc .et-l .hot-tidbits__text .hot-tidbits__tidbit,
  #et-boc .et-l .hot-tidbits__text .hot-tidbits__tidbit,
  .hot-tidbits__text .hot-tidbits__tidbit,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__text .hot-tidbits__tidbit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__tidbit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__tidbit,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__text .hot-tidbits__tidbit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__tidbit {
    font-size: 1.875rem;
    line-height: 3.25rem;
    letter-spacing: 0.1875rem;
  }
}

@media (min-width: 48em) {
  /* line 128, resources/assets/styles/modules/_tidbits.scss */

  .et-db #et-boc .et-l .hot-tidbits__text .hot-tidbits__tidbit,
  #et-boc .et-l .hot-tidbits__text .hot-tidbits__tidbit,
  .hot-tidbits__text .hot-tidbits__tidbit,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__text .hot-tidbits__tidbit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__tidbit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__tidbit,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__text .hot-tidbits__tidbit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__tidbit {
    margin-bottom: 0;
  }
}

/* line 138, resources/assets/styles/modules/_tidbits.scss */

.et-db #et-boc .et-l .hot-tidbits__text .hot-tidbits__tidbit::before,
#et-boc .et-l .hot-tidbits__text .hot-tidbits__tidbit::before,
.hot-tidbits__text .hot-tidbits__tidbit::before,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__text .hot-tidbits__tidbit::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__tidbit::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__tidbit::before,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__text .hot-tidbits__tidbit::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__tidbit::before {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #1f1f1f;
}

@media (min-width: 85.375em) {
  /* line 138, resources/assets/styles/modules/_tidbits.scss */

  .et-db #et-boc .et-l .hot-tidbits__text .hot-tidbits__tidbit::before,
  #et-boc .et-l .hot-tidbits__text .hot-tidbits__tidbit::before,
  .hot-tidbits__text .hot-tidbits__tidbit::before,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__text .hot-tidbits__tidbit::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__tidbit::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__tidbit::before,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__text .hot-tidbits__tidbit::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__text .hot-tidbits__tidbit::before {
    top: -5rem;
  }
}

/* line 154, resources/assets/styles/modules/_tidbits.scss */

.et-db #et-boc .et-l .hot-tidbits__cta,
#et-boc .et-l .hot-tidbits__cta,
.hot-tidbits__cta,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__cta,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__cta {
  grid-column: 3 / span 2;
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  z-index: 2;
  position: absolute;
  bottom: -4.0625rem;
  margin-left: 0.5rem;
}

@media (min-width: 85.375em) {
  /* line 154, resources/assets/styles/modules/_tidbits.scss */

  .et-db #et-boc .et-l .hot-tidbits__cta,
  #et-boc .et-l .hot-tidbits__cta,
  .hot-tidbits__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__cta {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

@media (min-width: 48em) {
  /* line 154, resources/assets/styles/modules/_tidbits.scss */

  .et-db #et-boc .et-l .hot-tidbits__cta,
  #et-boc .et-l .hot-tidbits__cta,
  .hot-tidbits__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__cta {
    grid-column: 10 / span 3;
    grid-row: 2 / span 1;
    bottom: -3.75rem;
    width: 8.125rem;
    margin-left: 0;
  }
}

@media (min-width: 85.375em) {
  /* line 154, resources/assets/styles/modules/_tidbits.scss */

  .et-db #et-boc .et-l .hot-tidbits__cta,
  #et-boc .et-l .hot-tidbits__cta,
  .hot-tidbits__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-tidbits__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__cta {
    grid-column: 11 / span 2;
    bottom: -5.3125rem;
    width: 10.625rem;
    height: 10.625rem;
  }
}

/* line 180, resources/assets/styles/modules/_tidbits.scss */

.et-db #et-boc .et-l .hot-tidbits__cta span,
#et-boc .et-l .hot-tidbits__cta span,
.hot-tidbits__cta span,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__cta span,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__cta span,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__cta span,
.et-db #et-boc .et-l .et_pb_module .hot-tidbits__cta span,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-tidbits__cta span {
  margin-left: -0.3125rem;
}

/* line 3, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage,
#et-boc .et-l .hot-hero-homepage,
.hot-hero-homepage,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage {
  position: relative;
  background: #e8e0d6 url(/wp-content/themes/hotaling/dist/images/common/hero-bg.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 5.125rem;
}

@media (min-width: 48em) {
  /* line 3, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage,
  #et-boc .et-l .hot-hero-homepage,
  .hot-hero-homepage,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage {
    margin-bottom: 11.0625rem;
  }
}

@media (min-width: 85.375em) {
  /* line 3, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage,
  #et-boc .et-l .hot-hero-homepage,
  .hot-hero-homepage,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage {
    margin-bottom: 13.1875rem;
  }
}

/* line 17, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage__inner,
#et-boc .et-l .hot-hero-homepage__inner,
.hot-hero-homepage__inner,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner {
  display: grid;
  grid-auto-flow: dense;
  grid-column-gap: 4.70588%;
  -ms-grid-column-gap: 4.70588%;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin: 0 16px;
  max-width: 1750px;
  padding: 7.5rem 0 3.4375rem;
}

@media (min-width: 117.5em) {
  /* line 17, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__inner,
  #et-boc .et-l .hot-hero-homepage__inner,
  .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 17, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__inner,
  #et-boc .et-l .hot-hero-homepage__inner,
  .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 2.85714%;
    -ms-grid-column-gap: 2.85714%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 30px;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 117.5em) {
  /* line 17, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__inner,
  #et-boc .et-l .hot-hero-homepage__inner,
  .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner {
    margin: 0 auto;
  }
}

@media (min-width: 85.375em) {
  /* line 17, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__inner,
  #et-boc .et-l .hot-hero-homepage__inner,
  .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 1.91278%;
    -ms-grid-column-gap: 1.91278%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 65px;
    max-width: 1750px;
  }
}

@media (min-width: 85.375em) and (min-width: 117.5em) {
  /* line 17, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__inner,
  #et-boc .et-l .hot-hero-homepage__inner,
  .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 17, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__inner,
  #et-boc .et-l .hot-hero-homepage__inner,
  .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner {
    min-height: 39.0625rem;
    padding: 12.5rem 0 2.5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 17, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__inner,
  #et-boc .et-l .hot-hero-homepage__inner,
  .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__inner {
    min-height: 57.0625rem;
    padding: 19.0625rem 0 3.75rem;
  }
}

/* line 33, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage__content,
#et-boc .et-l .hot-hero-homepage__content,
.hot-hero-homepage__content,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__content,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__content {
  grid-column: 1 / span 4;
}

@media (min-width: 48em) {
  /* line 33, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__content,
  #et-boc .et-l .hot-hero-homepage__content,
  .hot-hero-homepage__content,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__content,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__content {
    grid-column: 1 / span 12;
  }
}

/* line 35, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage__title,
#et-boc .et-l .hot-hero-homepage__title,
.hot-hero-homepage__title,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title {
  position: relative;
  z-index: 1;
  padding-left: 6.12245%;
  word-break: initial;
}

@media (min-width: 48em) {
  /* line 35, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__title,
  #et-boc .et-l .hot-hero-homepage__title,
  .hot-hero-homepage__title,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title {
    padding-left: 0;
  }
}

@media (min-width: 85.375em) {
  /* line 35, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__title,
  #et-boc .et-l .hot-hero-homepage__title,
  .hot-hero-homepage__title,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title {
    padding-left: 5.99539%;
  }
}

/* line 50, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage__title-top,
#et-boc .et-l .hot-hero-homepage__title-top,
.hot-hero-homepage__title-top,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-top,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-top,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-top,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-top,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-top {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  display: block;
}

@media (min-width: 48em) {
  /* line 50, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__title-top,
  #et-boc .et-l .hot-hero-homepage__title-top,
  .hot-hero-homepage__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-top {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 50, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__title-top,
  #et-boc .et-l .hot-hero-homepage__title-top,
  .hot-hero-homepage__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-top {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

/* line 57, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage__title-bottom,
#et-boc .et-l .hot-hero-homepage__title-bottom,
.hot-hero-homepage__title-bottom,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-bottom,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-bottom {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.75rem;
  line-height: 3.25rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  display: block;
  color: #f7f5f2;
}

@media (min-width: 48em) {
  /* line 57, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__title-bottom,
  #et-boc .et-l .hot-hero-homepage__title-bottom,
  .hot-hero-homepage__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-bottom {
    font-size: 5rem;
    line-height: 5rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 57, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__title-bottom,
  #et-boc .et-l .hot-hero-homepage__title-bottom,
  .hot-hero-homepage__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-bottom {
    font-size: 10rem;
    line-height: 9.0625rem;
    letter-spacing: 0.3125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 57, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__title-bottom,
  #et-boc .et-l .hot-hero-homepage__title-bottom,
  .hot-hero-homepage__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-bottom {
    margin-bottom: 1.875rem;
  }
}

/* line 69, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage__title-subtitle,
#et-boc .et-l .hot-hero-homepage__title-subtitle,
.hot-hero-homepage__title-subtitle,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-subtitle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-subtitle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-subtitle,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-subtitle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-subtitle {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  display: block;
  color: #c04635;
}

@media (min-width: 48em) {
  /* line 69, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__title-subtitle,
  #et-boc .et-l .hot-hero-homepage__title-subtitle,
  .hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-subtitle {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 69, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__title-subtitle,
  #et-boc .et-l .hot-hero-homepage__title-subtitle,
  .hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-subtitle {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 48em) {
  /* line 69, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__title-subtitle,
  #et-boc .et-l .hot-hero-homepage__title-subtitle,
  .hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-subtitle {
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 85.375em) {
  /* line 69, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__title-subtitle,
  #et-boc .et-l .hot-hero-homepage__title-subtitle,
  .hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-subtitle {
    font-family: "GT-Pressura-Bold", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 3.75rem;
    letter-spacing: 0.09375rem;
    text-transform: uppercase;
    margin-bottom: 2.4375rem;
  }
}

@media (min-width: 85.375em) and (min-width: 48em) {
  /* line 69, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__title-subtitle,
  #et-boc .et-l .hot-hero-homepage__title-subtitle,
  .hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-subtitle {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    letter-spacing: 0.0625rem;
  }
}

@media (min-width: 85.375em) and (min-width: 85.375em) {
  /* line 69, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__title-subtitle,
  #et-boc .et-l .hot-hero-homepage__title-subtitle,
  .hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__title-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__title-subtitle {
    font-size: 2.5rem;
    line-height: 2.75rem;
    letter-spacing: 0.125rem;
  }
}

/* line 86, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage__media,
#et-boc .et-l .hot-hero-homepage__media,
.hot-hero-homepage__media,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media {
  position: relative;
  float: right;
  margin-top: -4.5625rem;
  margin-right: -1rem;
  margin-bottom: 2.5rem;
  width: 76.99115%;
}

/* line 165, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-hero-homepage__media::after,
#et-boc .et-l .hot-hero-homepage__media::after,
.hot-hero-homepage__media::after,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media::after,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media::after {
  content: "";
  display: table;
  clear: both;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-hero-homepage__media::before,
#et-boc .et-l .hot-hero-homepage__media::before,
.hot-hero-homepage__media::before,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media::before,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 127.37643%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-hero-homepage__media > *,
#et-boc .et-l .hot-hero-homepage__media > *,
.hot-hero-homepage__media > *,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media > *,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

/* line 96, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage__media img:not(.hot-svg),
#et-boc .et-l .hot-hero-homepage__media img:not(.hot-svg),
.hot-hero-homepage__media img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media img:not(.hot-svg) {
  display: block;
  width: 100%;
}

@media (min-width: 48em) {
  /* line 86, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__media,
  #et-boc .et-l .hot-hero-homepage__media,
  .hot-hero-homepage__media,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media {
    position: relative;
    position: absolute;
    right: 0;
    bottom: -3.125rem;
    margin: 0;
    width: 57.06215%;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__media::before,
  #et-boc .et-l .hot-hero-homepage__media::before,
  .hot-hero-homepage__media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 129.9505%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__media > *,
  #et-boc .et-l .hot-hero-homepage__media > *,
  .hot-hero-homepage__media > *,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media > *,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

@media (min-width: 85.375em) {
  /* line 86, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__media,
  #et-boc .et-l .hot-hero-homepage__media,
  .hot-hero-homepage__media,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media {
    position: relative;
    position: absolute;
    right: 1.25rem;
    bottom: -5.625rem;
    width: 47.25191%;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__media::before,
  #et-boc .et-l .hot-hero-homepage__media::before,
  .hot-hero-homepage__media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 130.13029%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__media > *,
  #et-boc .et-l .hot-hero-homepage__media > *,
  .hot-hero-homepage__media > *,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media > *,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

/* line 120, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage__media picture::before,
#et-boc .et-l .hot-hero-homepage__media picture::before,
.hot-hero-homepage__media picture::before,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media picture::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media picture::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media picture::before,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media picture::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media picture::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  content: "";
  height: 7.5rem;
  left: 0;
  position: absolute;
  width: 100%;
}

/* line 130, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage__media .hot-button--play-video,
#et-boc .et-l .hot-hero-homepage__media .hot-button--play-video,
.hot-hero-homepage__media .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media .hot-button--play-video {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: initial !important;
  margin: auto auto 0 0 !important;
  -webkit-transform: translateX(0.3125rem);
       -o-transform: translateX(0.3125rem);
          transform: translateX(0.3125rem);
}

@media (min-width: 48em) {
  /* line 130, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__media .hot-button--play-video,
  #et-boc .et-l .hot-hero-homepage__media .hot-button--play-video,
  .hot-hero-homepage__media .hot-button--play-video,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media .hot-button--play-video,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media .hot-button--play-video,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media .hot-button--play-video,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__media .hot-button--play-video,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__media .hot-button--play-video {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

/* line 142, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage__intro-bottom,
#et-boc .et-l .hot-hero-homepage__intro-bottom,
.hot-hero-homepage__intro-bottom,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__intro-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__intro-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__intro-bottom,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__intro-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__intro-bottom {
  position: relative;
  z-index: 1;
  padding-left: 5.64972%;
}

@media (min-width: 48em) {
  /* line 142, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__intro-bottom,
  #et-boc .et-l .hot-hero-homepage__intro-bottom,
  .hot-hero-homepage__intro-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__intro-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__intro-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__intro-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__intro-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__intro-bottom {
    width: 40.67797%;
    padding-left: 0;
  }
}

@media (min-width: 85.375em) {
  /* line 142, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__intro-bottom,
  #et-boc .et-l .hot-hero-homepage__intro-bottom,
  .hot-hero-homepage__intro-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__intro-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__intro-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__intro-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__intro-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__intro-bottom {
    padding-left: 12.70227%;
    width: 50%;
  }
}

/* line 158, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage__intro-copy,
#et-boc .et-l .hot-hero-homepage__intro-copy,
.hot-hero-homepage__intro-copy,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__intro-copy,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__intro-copy {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}

@media (min-width: 85.375em) {
  /* line 158, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__intro-copy,
  #et-boc .et-l .hot-hero-homepage__intro-copy,
  .hot-hero-homepage__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__intro-copy {
    font-size: 1.5625rem;
    line-height: 2.8125rem;
    letter-spacing: 0.15625rem;
  }
}

@media (min-width: 48em) {
  /* line 158, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__intro-copy,
  #et-boc .et-l .hot-hero-homepage__intro-copy,
  .hot-hero-homepage__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__intro-copy {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 85.375em) {
  /* line 158, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage__intro-copy,
  #et-boc .et-l .hot-hero-homepage__intro-copy,
  .hot-hero-homepage__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage__intro-copy {
    margin-bottom: 2.5rem;
  }
}

/* line 172, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__intro-cta,
#et-boc .et-l .hot-hero-homepage .hot-hero-homepage__intro-cta,
.hot-hero-homepage .hot-hero-homepage__intro-cta,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__intro-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__intro-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__intro-cta,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__intro-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__intro-cta {
  display: block;
  text-align: left;
  text-align: right;
  margin: 0;
}

@media (min-width: 48em) {
  /* line 172, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__intro-cta,
  #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__intro-cta,
  .hot-hero-homepage .hot-hero-homepage__intro-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__intro-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__intro-cta {
    text-align: left;
  }
}

@media (min-width: 85.375em) {
  /* line 172, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__intro-cta,
  #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__intro-cta,
  .hot-hero-homepage .hot-hero-homepage__intro-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__intro-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__intro-cta {
    margin: 2.5rem 0 0.625rem;
  }
}

/* line 188, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__inner,
#et-boc .et-l .hot-hero-homepage .hot-hero-homepage__inner,
.hot-hero-homepage .hot-hero-homepage__inner,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__inner,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__inner {
  padding: 7.125rem 0 2.5rem;
}

@media (min-width: 48em) {
  /* line 188, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__inner,
  #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__inner,
  .hot-hero-homepage .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__inner {
    padding: 9.125rem 0 7.8125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 188, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__inner,
  #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__inner,
  .hot-hero-homepage .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__inner {
    padding: 20.5rem 0 3.75rem;
  }
}

/* line 200, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__title,
#et-boc .et-l .hot-hero-homepage .hot-hero-homepage__title,
.hot-hero-homepage .hot-hero-homepage__title,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__title,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__title {
  padding-left: 0;
}

@media (min-width: 48em) {
  /* line 200, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__title,
  #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__title,
  .hot-hero-homepage .hot-hero-homepage__title,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__title,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__title {
    margin-bottom: 5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 200, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__title,
  #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__title,
  .hot-hero-homepage .hot-hero-homepage__title,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__title,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__title {
    padding-left: 6.87023%;
  }
}

/* line 212, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__title-top,
#et-boc .et-l .hot-hero-homepage .hot-hero-homepage__title-top,
.hot-hero-homepage .hot-hero-homepage__title-top,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__title-top,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__title-top,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__title-top,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__title-top,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__title-top {
  color: #c04635;
}

@media (min-width: 85.375em) {
  /* line 212, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__title-top,
  #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__title-top,
  .hot-hero-homepage .hot-hero-homepage__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__title-top {
    margin-left: -7.37705%;
  }
}

/* line 220, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__title-bottom,
#et-boc .et-l .hot-hero-homepage .hot-hero-homepage__title-bottom,
.hot-hero-homepage .hot-hero-homepage__title-bottom,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__title-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__title-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__title-bottom,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__title-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__title-bottom {
  padding-left: 6.87023%;
}

@media (min-width: 85.375em) {
  /* line 220, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__title-bottom,
  #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__title-bottom,
  .hot-hero-homepage .hot-hero-homepage__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__title-bottom {
    margin-bottom: 5rem;
    padding-left: 0;
  }
}

/* line 229, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media,
#et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media,
.hot-hero-homepage .hot-hero-homepage__media,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media {
  position: relative;
  margin-top: -5.25rem;
  margin-bottom: 1.25rem;
}

/* line 165, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media::after,
#et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media::after,
.hot-hero-homepage .hot-hero-homepage__media::after,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media::after,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media::after {
  content: "";
  display: table;
  clear: both;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media::before,
#et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media::before,
.hot-hero-homepage .hot-hero-homepage__media::before,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media::before,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 128.35249%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media > *,
#et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media > *,
.hot-hero-homepage .hot-hero-homepage__media > *,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media > *,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

@media (min-width: 48em) {
  /* line 229, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media,
  #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media,
  .hot-hero-homepage .hot-hero-homepage__media,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media {
    position: absolute;
    bottom: -2.5rem;
    margin-bottom: 0;
    max-width: 29.375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 229, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media,
  #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media,
  .hot-hero-homepage .hot-hero-homepage__media,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media {
    position: relative;
    position: absolute;
    top: auto;
    right: 1.25rem;
    bottom: -6.25rem;
    margin: 0;
    max-width: 45rem;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media::before,
  #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media::before,
  .hot-hero-homepage .hot-hero-homepage__media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 129.07916%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media > *,
  #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media > *,
  .hot-hero-homepage .hot-hero-homepage__media > *,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media > *,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

/* line 255, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media-l,
.et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media-r,
#et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media-l,
#et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media-r,
.hot-hero-homepage .hot-hero-homepage__media-l,
.hot-hero-homepage .hot-hero-homepage__media-r,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media-l,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media-r,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media-l,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media-r,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media-l,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media-r,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media-l,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media-r,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media-l,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media-r {
  width: 47.17286%;
  overflow: hidden;
}

/* line 260, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media-l img,
.et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media-r img,
#et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media-l img,
#et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media-r img,
.hot-hero-homepage .hot-hero-homepage__media-l img,
.hot-hero-homepage .hot-hero-homepage__media-r img,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media-l img,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media-r img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media-l img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media-r img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media-l img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media-r img,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media-l img,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media-r img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media-l img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media-r img {
  height: 100%;
  width: 211.9863%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 268, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media-l,
#et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media-l,
.hot-hero-homepage .hot-hero-homepage__media-l,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media-l,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media-l,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media-l,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media-l,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media-l {
  right: auto;
}

/* line 272, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media-r,
#et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media-r,
.hot-hero-homepage .hot-hero-homepage__media-r,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media-r,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media-r,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media-r,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media-r,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media-r {
  left: auto;
}

/* line 275, resources/assets/styles/modules/_homepage-hero.scss */

.et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media-r img,
#et-boc .et-l .hot-hero-homepage .hot-hero-homepage__media-r img,
.hot-hero-homepage .hot-hero-homepage__media-r img,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media-r img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media-r img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media-r img,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__media-r img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__media-r img {
  float: right;
}

@media (min-width: 85.375em) {
  /* line 280, resources/assets/styles/modules/_homepage-hero.scss */

  .et-db #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__intro-bottom,
  #et-boc .et-l .hot-hero-homepage .hot-hero-homepage__intro-bottom,
  .hot-hero-homepage .hot-hero-homepage__intro-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__intro-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__intro-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__intro-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-hero-homepage__intro-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-hero-homepage__intro-bottom {
    position: absolute;
    bottom: 3.75rem;
    padding-left: 6.10687%;
  }
}

/* line 290, resources/assets/styles/modules/_homepage-hero.scss */

#et-boc .et-l .hot-hero-homepage .hot-btn-arrow span,
.hot-hero-homepage .hot-btn-arrow span,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage .hot-btn-arrow span,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero-homepage .hot-btn-arrow span,
.et-db #et-boc .et-l .et_pb_module .hot-hero-homepage a:not(.wc-forward).hot-btn-arrow span,
.hot-hero-homepage.et-db #et-boc .et-l .et_pb_module .hot-btn-arrow span,
.hot-hero-homepage.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow span {
  width: 7rem;
}

/* line 10, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero,
#et-boc .et-l .hot-hero,
.hot-hero,
.et-db #et-boc .et-l .et_pb_module .hot-hero,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero,
.et-db #et-boc .et-l .et_pb_module .hot-hero,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero {
  position: relative;
  z-index: 2;
  margin-bottom: 5.125rem;
}

@media (min-width: 48em) {
  /* line 10, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero,
  #et-boc .et-l .hot-hero,
  .hot-hero,
  .et-db #et-boc .et-l .et_pb_module .hot-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero,
  .et-db #et-boc .et-l .et_pb_module .hot-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero {
    margin-bottom: 11.0625rem;
    background: #e8e0d6 url(/wp-content/themes/hotaling/dist/images/common/hero-bg.jpg) no-repeat;
    background-size: cover;
  }
}

@media (min-width: 85.375em) {
  /* line 10, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero,
  #et-boc .et-l .hot-hero,
  .hot-hero,
  .et-db #et-boc .et-l .et_pb_module .hot-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero,
  .et-db #et-boc .et-l .et_pb_module .hot-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero {
    margin-bottom: 13.1875rem;
  }
}

/* line 25, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__bg,
#et-boc .et-l .hot-hero__bg,
.hot-hero__bg,
.et-db #et-boc .et-l .et_pb_module .hot-hero__bg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__bg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__bg,
.et-db #et-boc .et-l .et_pb_module .hot-hero__bg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__bg {
  background: #e8e0d6 url(/wp-content/themes/hotaling/dist/images/common/hero-bg.jpg) no-repeat;
  background-size: cover;
}

/* line 30, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__inner,
#et-boc .et-l .hot-hero__inner,
.hot-hero__inner,
.et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
.et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
  display: grid;
  grid-auto-flow: dense;
  grid-column-gap: 4.70588%;
  -ms-grid-column-gap: 4.70588%;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin: 0 16px;
  max-width: 1750px;
  margin-bottom: 1.25rem;
  min-height: 35.6875rem;
  padding: 6.25rem 0 1.875rem;
}

@media (min-width: 117.5em) {
  /* line 30, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__inner,
  #et-boc .et-l .hot-hero__inner,
  .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 30, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__inner,
  #et-boc .et-l .hot-hero__inner,
  .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 2.85714%;
    -ms-grid-column-gap: 2.85714%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 30px;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 117.5em) {
  /* line 30, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__inner,
  #et-boc .et-l .hot-hero__inner,
  .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
    margin: 0 auto;
  }
}

@media (min-width: 85.375em) {
  /* line 30, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__inner,
  #et-boc .et-l .hot-hero__inner,
  .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 1.91278%;
    -ms-grid-column-gap: 1.91278%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 65px;
    max-width: 1750px;
  }
}

@media (min-width: 85.375em) and (min-width: 117.5em) {
  /* line 30, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__inner,
  #et-boc .et-l .hot-hero__inner,
  .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 30, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__inner,
  #et-boc .et-l .hot-hero__inner,
  .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
    margin-bottom: 0;
    min-height: 39.0625rem;
    padding: 11.25rem 0 3.75rem;
  }
}

@media (min-width: 85.375em) {
  /* line 30, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__inner,
  #et-boc .et-l .hot-hero__inner,
  .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
    min-height: 56.875rem;
    padding: 15.3125rem 0 0rem;
  }
}

/* line 49, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__content,
#et-boc .et-l .hot-hero__content,
.hot-hero__content,
.et-db #et-boc .et-l .et_pb_module .hot-hero__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
.et-db #et-boc .et-l .et_pb_module .hot-hero__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content {
  grid-column: 1 / span 4;
}

@media (min-width: 48em) {
  /* line 49, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__content,
  #et-boc .et-l .hot-hero__content,
  .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content {
    grid-column: 1 / span 12;
  }
}

@media (min-width: 48em) {
  /* line 49, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__content,
  #et-boc .et-l .hot-hero__content,
  .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content {
    grid-column: 2 / span 11;
  }
}

@media (min-width: 85.375em) {
  /* line 49, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__content,
  #et-boc .et-l .hot-hero__content,
  .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content {
    padding: 0 0 8.1875rem;
  }
}

/* line 61, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__media,
#et-boc .et-l .hot-hero__media,
.hot-hero__media,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media {
  position: relative;
  margin: 0 auto;
  width: 71.13703%;
  overflow: hidden;
}

/* line 165, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-hero__media::after,
#et-boc .et-l .hot-hero__media::after,
.hot-hero__media::after,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::after,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::after {
  content: "";
  display: table;
  clear: both;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-hero__media::before,
#et-boc .et-l .hot-hero__media::before,
.hot-hero__media::before,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 149.59016%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-hero__media > *,
#et-boc .et-l .hot-hero__media > *,
.hot-hero__media > *,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > *,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

/* line 69, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__media img,
#et-boc .et-l .hot-hero__media img,
.hot-hero__media img,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media img,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 48em) {
  /* line 61, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__media,
  #et-boc .et-l .hot-hero__media,
  .hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media {
    position: relative;
    position: absolute;
    right: -30px;
    margin: -2.5rem 0 0;
    width: 47.0339%;
    max-width: 22.5rem;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-hero__media::before,
  #et-boc .et-l .hot-hero__media::before,
  .hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 129.72973%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-hero__media > *,
  #et-boc .et-l .hot-hero__media > *,
  .hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

@media (min-width: 85.375em) {
  /* line 61, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__media,
  #et-boc .et-l .hot-hero__media,
  .hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media {
    position: relative;
    position: absolute;
    right: 0;
    bottom: -6.25rem;
    max-width: 45rem;
    width: 49.00763%;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-hero__media::before,
  #et-boc .et-l .hot-hero__media::before,
  .hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 129.12773%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-hero__media > *,
  #et-boc .et-l .hot-hero__media > *,
  .hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

/* line 102, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__media--video picture::before,
#et-boc .et-l .hot-hero__media--video picture::before,
.hot-hero__media--video picture::before,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media--video picture::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media--video picture::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media--video picture::before,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media--video picture::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media--video picture::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

/* line 112, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__media--video .hot-button--play-video,
#et-boc .et-l .hot-hero__media--video .hot-button--play-video,
.hot-hero__media--video .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media--video .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media--video .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media--video .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media--video .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media--video .hot-button--play-video {
  margin: auto auto 0 0 !important;
  width: 100%;
}

/* line 118, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__intro,
#et-boc .et-l .hot-hero__intro,
.hot-hero__intro,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro {
  grid-column: 1 / span 4;
  word-break: break-word;
}

@media (min-width: 48em) {
  /* line 118, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro,
  #et-boc .et-l .hot-hero__intro,
  .hot-hero__intro,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro {
    grid-column: 1 / span 12;
  }
}

/* line 124, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__title,
#et-boc .et-l .hot-hero__title,
.hot-hero__title,
.et-db #et-boc .et-l .et_pb_module .hot-hero__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title,
.et-db #et-boc .et-l .et_pb_module .hot-hero__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title {
  position: relative;
  margin-top: -1.625rem;
  z-index: 1;
}

@media (min-width: 48em) {
  /* line 124, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title,
  #et-boc .et-l .hot-hero__title,
  .hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title {
    margin-top: 0;
  }
}

/* line 134, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__title-heading,
#et-boc .et-l .hot-hero__title-heading,
.hot-hero__title-heading,
.et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
.et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.75rem;
  line-height: 3.25rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  display: block;
  color: #f7f5f2;
  width: 93.00292%;
}

@media (min-width: 48em) {
  /* line 134, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title-heading,
  #et-boc .et-l .hot-hero__title-heading,
  .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading {
    font-size: 5rem;
    line-height: 5rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 134, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title-heading,
  #et-boc .et-l .hot-hero__title-heading,
  .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading {
    font-size: 10rem;
    line-height: 9.0625rem;
    letter-spacing: 0.3125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 134, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title-heading,
  #et-boc .et-l .hot-hero__title-heading,
  .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading {
    margin-bottom: 1.875rem;
  }
}

/* line 147, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__title-subheading,
#et-boc .et-l .hot-hero__title-subheading,
.hot-hero__title-subheading,
.et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
.et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  display: block;
  color: #c04635;
}

@media (min-width: 48em) {
  /* line 147, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title-subheading,
  #et-boc .et-l .hot-hero__title-subheading,
  .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 147, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title-subheading,
  #et-boc .et-l .hot-hero__title-subheading,
  .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 48em) {
  /* line 147, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title-subheading,
  #et-boc .et-l .hot-hero__title-subheading,
  .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 147, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title-subheading,
  #et-boc .et-l .hot-hero__title-subheading,
  .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading {
    margin-bottom: 2.5rem;
  }
}

/* line 162, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__intro-copy,
#et-boc .et-l .hot-hero__intro-copy,
.hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 48em) {
  /* line 162, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro-copy,
  #et-boc .et-l .hot-hero__intro-copy,
  .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 162, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro-copy,
  #et-boc .et-l .hot-hero__intro-copy,
  .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy {
    letter-spacing: 0.03125rem;
  }
}

@media (min-width: 48em) {
  /* line 162, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro-copy,
  #et-boc .et-l .hot-hero__intro-copy,
  .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy {
    width: 44.04946%;
  }
}

@media (min-width: 85.375em) {
  /* line 162, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro-copy,
  #et-boc .et-l .hot-hero__intro-copy,
  .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy {
    margin-bottom: 5rem;
  }
}

/* line 176, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero .hot-hero__intro-cta,
#et-boc .et-l .hot-hero .hot-hero__intro-cta,
.hot-hero .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module .hot-hero .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module .hot-hero .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta {
  margin-bottom: 1.5625rem;
  display: block;
  text-align: left;
}

@media (min-width: 48em) {
  /* line 176, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero .hot-hero__intro-cta,
  #et-boc .et-l .hot-hero .hot-hero__intro-cta,
  .hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta {
    width: 44.04946%;
  }
}

@media (min-width: 85.375em) {
  /* line 176, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero .hot-hero__intro-cta,
  #et-boc .et-l .hot-hero .hot-hero__intro-cta,
  .hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta {
    margin: 2.5rem 0 2.1875rem;
  }
}

/* line 192, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__intro--top .hot-hero__intro-copy,
#et-boc .et-l .hot-hero__intro--top .hot-hero__intro-copy,
.hot-hero__intro--top .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-copy {
  display: none;
}

@media (min-width: 48em) {
  /* line 192, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--top .hot-hero__intro-copy,
  #et-boc .et-l .hot-hero__intro--top .hot-hero__intro-copy,
  .hot-hero__intro--top .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-copy {
    display: block;
  }
}

/* line 196, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__intro--top .hot-hero__intro-cta,
#et-boc .et-l .hot-hero__intro--top .hot-hero__intro-cta,
.hot-hero__intro--top .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta {
  display: none;
}

@media (min-width: 48em) {
  /* line 196, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--top .hot-hero__intro-cta,
  #et-boc .et-l .hot-hero__intro--top .hot-hero__intro-cta,
  .hot-hero__intro--top .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta {
    display: block;
  }
}

/* line 199, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__intro--top .hot-hero__intro-cta .hot-svg,
#et-boc .et-l .hot-hero__intro--top .hot-hero__intro-cta .hot-svg,
.hot-hero__intro--top .hot-hero__intro-cta .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-cta .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-cta .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta .hot-svg {
  -webkit-filter: grayscale(100%) brightness(500%) !important;
          filter: grayscale(100%) brightness(500%) !important;
  margin-left: 0.5rem;
  width: 1.0625rem;
}

/* line 206, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__intro--top .hot-btn-external-link,
#et-boc .et-l .hot-hero__intro--top .hot-btn-external-link,
.hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link {
  display: none;
  width: 44.04946%;
}

@media (min-width: 48em) {
  /* line 206, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--top .hot-btn-external-link,
  #et-boc .et-l .hot-hero__intro--top .hot-btn-external-link,
  .hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link {
    display: block;
  }
}

@media (min-width: 48em) {
  /* line 191, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--top,
  #et-boc .et-l .hot-hero__intro--top,
  .hot-hero__intro--top,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top {
    min-height: 23.875rem;
  }
}

/* line 217, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__intro--bottom,
#et-boc .et-l .hot-hero__intro--bottom,
.hot-hero__intro--bottom,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom {
  display: grid;
  grid-auto-flow: dense;
  grid-column-gap: 4.70588%;
  -ms-grid-column-gap: 4.70588%;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin: 0 16px;
  max-width: 1750px;
  display: block;
}

@media (min-width: 117.5em) {
  /* line 217, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--bottom,
  #et-boc .et-l .hot-hero__intro--bottom,
  .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 217, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--bottom,
  #et-boc .et-l .hot-hero__intro--bottom,
  .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 2.85714%;
    -ms-grid-column-gap: 2.85714%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 30px;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 117.5em) {
  /* line 217, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--bottom,
  #et-boc .et-l .hot-hero__intro--bottom,
  .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom {
    margin: 0 auto;
  }
}

@media (min-width: 85.375em) {
  /* line 217, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--bottom,
  #et-boc .et-l .hot-hero__intro--bottom,
  .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 1.91278%;
    -ms-grid-column-gap: 1.91278%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 65px;
    max-width: 1750px;
  }
}

@media (min-width: 85.375em) and (min-width: 117.5em) {
  /* line 217, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--bottom,
  #et-boc .et-l .hot-hero__intro--bottom,
  .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 217, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--bottom,
  #et-boc .et-l .hot-hero__intro--bottom,
  .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom {
    display: none;
  }
}

/* line 223, resources/assets/styles/modules/_hero.scss */

#et-boc .et-l .hot-hero__intro--top .hot-btn-external-link,
.hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top a:not(.wc-forward).hot-btn-external-link,
.hot-hero__intro--top.et-db #et-boc .et-l .et_pb_module .hot-btn-external-link,
.hot-hero__intro--top.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-external-link {
  display: none;
}

@media (min-width: 48em) {
  /* line 223, resources/assets/styles/modules/_hero.scss */

  #et-boc .et-l .hot-hero__intro--top .hot-btn-external-link,
  .hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top a:not(.wc-forward).hot-btn-external-link,
  .hot-hero__intro--top.et-db #et-boc .et-l .et_pb_module .hot-btn-external-link,
  .hot-hero__intro--top.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-external-link {
    display: block;
  }
}

/* line 10, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero,
#et-boc .et-l .hot-hero,
.hot-hero,
.et-db #et-boc .et-l .et_pb_module .hot-hero,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero,
.et-db #et-boc .et-l .et_pb_module .hot-hero,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero {
  position: relative;
  z-index: 2;
  margin-bottom: 5.125rem;
}

@media (min-width: 48em) {
  /* line 10, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero,
  #et-boc .et-l .hot-hero,
  .hot-hero,
  .et-db #et-boc .et-l .et_pb_module .hot-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero,
  .et-db #et-boc .et-l .et_pb_module .hot-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero {
    margin-bottom: 11.0625rem;
    background: #e8e0d6 url(/wp-content/themes/hotaling/dist/images/common/hero-bg.jpg) no-repeat;
    background-size: cover;
  }
}

@media (min-width: 85.375em) {
  /* line 10, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero,
  #et-boc .et-l .hot-hero,
  .hot-hero,
  .et-db #et-boc .et-l .et_pb_module .hot-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero,
  .et-db #et-boc .et-l .et_pb_module .hot-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero {
    margin-bottom: 13.1875rem;
  }
}

/* line 25, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__bg,
#et-boc .et-l .hot-hero__bg,
.hot-hero__bg,
.et-db #et-boc .et-l .et_pb_module .hot-hero__bg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__bg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__bg,
.et-db #et-boc .et-l .et_pb_module .hot-hero__bg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__bg {
  background: #e8e0d6 url(/wp-content/themes/hotaling/dist/images/common/hero-bg.jpg) no-repeat;
  background-size: cover;
}

/* line 30, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__inner,
#et-boc .et-l .hot-hero__inner,
.hot-hero__inner,
.et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
.et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
  display: grid;
  grid-auto-flow: dense;
  grid-column-gap: 4.70588%;
  -ms-grid-column-gap: 4.70588%;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin: 0 16px;
  max-width: 1750px;
  margin-bottom: 1.25rem;
  min-height: 35.6875rem;
  padding: 6.25rem 0 1.875rem;
}

@media (min-width: 117.5em) {
  /* line 30, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__inner,
  #et-boc .et-l .hot-hero__inner,
  .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 30, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__inner,
  #et-boc .et-l .hot-hero__inner,
  .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 2.85714%;
    -ms-grid-column-gap: 2.85714%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 30px;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 117.5em) {
  /* line 30, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__inner,
  #et-boc .et-l .hot-hero__inner,
  .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
    margin: 0 auto;
  }
}

@media (min-width: 85.375em) {
  /* line 30, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__inner,
  #et-boc .et-l .hot-hero__inner,
  .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 1.91278%;
    -ms-grid-column-gap: 1.91278%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 65px;
    max-width: 1750px;
  }
}

@media (min-width: 85.375em) and (min-width: 117.5em) {
  /* line 30, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__inner,
  #et-boc .et-l .hot-hero__inner,
  .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 30, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__inner,
  #et-boc .et-l .hot-hero__inner,
  .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
    margin-bottom: 0;
    min-height: 39.0625rem;
    padding: 11.25rem 0 3.75rem;
  }
}

@media (min-width: 85.375em) {
  /* line 30, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__inner,
  #et-boc .et-l .hot-hero__inner,
  .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
    min-height: 56.875rem;
    padding: 15.3125rem 0 0rem;
  }
}

/* line 49, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__content,
#et-boc .et-l .hot-hero__content,
.hot-hero__content,
.et-db #et-boc .et-l .et_pb_module .hot-hero__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
.et-db #et-boc .et-l .et_pb_module .hot-hero__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content {
  grid-column: 1 / span 4;
}

@media (min-width: 48em) {
  /* line 49, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__content,
  #et-boc .et-l .hot-hero__content,
  .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content {
    grid-column: 1 / span 12;
  }
}

@media (min-width: 48em) {
  /* line 49, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__content,
  #et-boc .et-l .hot-hero__content,
  .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content {
    grid-column: 2 / span 11;
  }
}

@media (min-width: 85.375em) {
  /* line 49, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__content,
  #et-boc .et-l .hot-hero__content,
  .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content {
    padding: 0 0 8.1875rem;
  }
}

/* line 61, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__media,
#et-boc .et-l .hot-hero__media,
.hot-hero__media,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media {
  position: relative;
  margin: 0 auto;
  width: 71.13703%;
  overflow: hidden;
}

/* line 165, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-hero__media::after,
#et-boc .et-l .hot-hero__media::after,
.hot-hero__media::after,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::after,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::after {
  content: "";
  display: table;
  clear: both;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-hero__media::before,
#et-boc .et-l .hot-hero__media::before,
.hot-hero__media::before,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 149.59016%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-hero__media > *,
#et-boc .et-l .hot-hero__media > *,
.hot-hero__media > *,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > *,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

/* line 69, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__media img,
#et-boc .et-l .hot-hero__media img,
.hot-hero__media img,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media img,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 48em) {
  /* line 61, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__media,
  #et-boc .et-l .hot-hero__media,
  .hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media {
    position: relative;
    position: absolute;
    right: -30px;
    margin: -2.5rem 0 0;
    width: 47.0339%;
    max-width: 22.5rem;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-hero__media::before,
  #et-boc .et-l .hot-hero__media::before,
  .hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 129.72973%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-hero__media > *,
  #et-boc .et-l .hot-hero__media > *,
  .hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

@media (min-width: 85.375em) {
  /* line 61, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__media,
  #et-boc .et-l .hot-hero__media,
  .hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media {
    position: relative;
    position: absolute;
    right: 0;
    bottom: -6.25rem;
    max-width: 45rem;
    width: 49.00763%;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-hero__media::before,
  #et-boc .et-l .hot-hero__media::before,
  .hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 129.12773%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-hero__media > *,
  #et-boc .et-l .hot-hero__media > *,
  .hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

/* line 102, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__media--video picture::before,
#et-boc .et-l .hot-hero__media--video picture::before,
.hot-hero__media--video picture::before,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media--video picture::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media--video picture::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media--video picture::before,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media--video picture::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media--video picture::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

/* line 112, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__media--video .hot-button--play-video,
#et-boc .et-l .hot-hero__media--video .hot-button--play-video,
.hot-hero__media--video .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media--video .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media--video .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media--video .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media--video .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media--video .hot-button--play-video {
  margin: auto auto 0 0 !important;
  width: 100%;
}

/* line 118, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__intro,
#et-boc .et-l .hot-hero__intro,
.hot-hero__intro,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro {
  grid-column: 1 / span 4;
  word-break: break-word;
}

@media (min-width: 48em) {
  /* line 118, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro,
  #et-boc .et-l .hot-hero__intro,
  .hot-hero__intro,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro {
    grid-column: 1 / span 12;
  }
}

/* line 124, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__title,
#et-boc .et-l .hot-hero__title,
.hot-hero__title,
.et-db #et-boc .et-l .et_pb_module .hot-hero__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title,
.et-db #et-boc .et-l .et_pb_module .hot-hero__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title {
  position: relative;
  margin-top: -1.625rem;
  z-index: 1;
}

@media (min-width: 48em) {
  /* line 124, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title,
  #et-boc .et-l .hot-hero__title,
  .hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title {
    margin-top: 0;
  }
}

/* line 134, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__title-heading,
#et-boc .et-l .hot-hero__title-heading,
.hot-hero__title-heading,
.et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
.et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.75rem;
  line-height: 3.25rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  display: block;
  color: #f7f5f2;
  width: 93.00292%;
}

@media (min-width: 48em) {
  /* line 134, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title-heading,
  #et-boc .et-l .hot-hero__title-heading,
  .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading {
    font-size: 5rem;
    line-height: 5rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 134, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title-heading,
  #et-boc .et-l .hot-hero__title-heading,
  .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading {
    font-size: 10rem;
    line-height: 9.0625rem;
    letter-spacing: 0.3125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 134, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title-heading,
  #et-boc .et-l .hot-hero__title-heading,
  .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading {
    margin-bottom: 1.875rem;
  }
}

/* line 147, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__title-subheading,
#et-boc .et-l .hot-hero__title-subheading,
.hot-hero__title-subheading,
.et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
.et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  display: block;
  color: #c04635;
}

@media (min-width: 48em) {
  /* line 147, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title-subheading,
  #et-boc .et-l .hot-hero__title-subheading,
  .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 147, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title-subheading,
  #et-boc .et-l .hot-hero__title-subheading,
  .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 48em) {
  /* line 147, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title-subheading,
  #et-boc .et-l .hot-hero__title-subheading,
  .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 147, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title-subheading,
  #et-boc .et-l .hot-hero__title-subheading,
  .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading {
    margin-bottom: 2.5rem;
  }
}

/* line 162, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__intro-copy,
#et-boc .et-l .hot-hero__intro-copy,
.hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 48em) {
  /* line 162, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro-copy,
  #et-boc .et-l .hot-hero__intro-copy,
  .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 162, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro-copy,
  #et-boc .et-l .hot-hero__intro-copy,
  .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy {
    letter-spacing: 0.03125rem;
  }
}

@media (min-width: 48em) {
  /* line 162, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro-copy,
  #et-boc .et-l .hot-hero__intro-copy,
  .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy {
    width: 44.04946%;
  }
}

@media (min-width: 85.375em) {
  /* line 162, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro-copy,
  #et-boc .et-l .hot-hero__intro-copy,
  .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy {
    margin-bottom: 5rem;
  }
}

/* line 176, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero .hot-hero__intro-cta,
#et-boc .et-l .hot-hero .hot-hero__intro-cta,
.hot-hero .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module .hot-hero .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module .hot-hero .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta {
  margin-bottom: 1.5625rem;
  display: block;
  text-align: left;
}

@media (min-width: 48em) {
  /* line 176, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero .hot-hero__intro-cta,
  #et-boc .et-l .hot-hero .hot-hero__intro-cta,
  .hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta {
    width: 44.04946%;
  }
}

@media (min-width: 85.375em) {
  /* line 176, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero .hot-hero__intro-cta,
  #et-boc .et-l .hot-hero .hot-hero__intro-cta,
  .hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta {
    margin: 2.5rem 0 2.1875rem;
  }
}

/* line 192, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__intro--top .hot-hero__intro-copy,
#et-boc .et-l .hot-hero__intro--top .hot-hero__intro-copy,
.hot-hero__intro--top .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-copy {
  display: none;
}

@media (min-width: 48em) {
  /* line 192, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--top .hot-hero__intro-copy,
  #et-boc .et-l .hot-hero__intro--top .hot-hero__intro-copy,
  .hot-hero__intro--top .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-copy {
    display: block;
  }
}

/* line 196, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__intro--top .hot-hero__intro-cta,
#et-boc .et-l .hot-hero__intro--top .hot-hero__intro-cta,
.hot-hero__intro--top .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta {
  display: none;
}

@media (min-width: 48em) {
  /* line 196, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--top .hot-hero__intro-cta,
  #et-boc .et-l .hot-hero__intro--top .hot-hero__intro-cta,
  .hot-hero__intro--top .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta {
    display: block;
  }
}

/* line 199, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__intro--top .hot-hero__intro-cta .hot-svg,
#et-boc .et-l .hot-hero__intro--top .hot-hero__intro-cta .hot-svg,
.hot-hero__intro--top .hot-hero__intro-cta .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-cta .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-cta .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta .hot-svg {
  -webkit-filter: grayscale(100%) brightness(500%) !important;
          filter: grayscale(100%) brightness(500%) !important;
  margin-left: 0.5rem;
  width: 1.0625rem;
}

/* line 206, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__intro--top .hot-btn-external-link,
#et-boc .et-l .hot-hero__intro--top .hot-btn-external-link,
.hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link {
  display: none;
  width: 44.04946%;
}

@media (min-width: 48em) {
  /* line 206, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--top .hot-btn-external-link,
  #et-boc .et-l .hot-hero__intro--top .hot-btn-external-link,
  .hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link {
    display: block;
  }
}

@media (min-width: 48em) {
  /* line 191, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--top,
  #et-boc .et-l .hot-hero__intro--top,
  .hot-hero__intro--top,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top {
    min-height: 23.875rem;
  }
}

/* line 217, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__intro--bottom,
#et-boc .et-l .hot-hero__intro--bottom,
.hot-hero__intro--bottom,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom {
  display: grid;
  grid-auto-flow: dense;
  grid-column-gap: 4.70588%;
  -ms-grid-column-gap: 4.70588%;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin: 0 16px;
  max-width: 1750px;
  display: block;
}

@media (min-width: 117.5em) {
  /* line 217, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--bottom,
  #et-boc .et-l .hot-hero__intro--bottom,
  .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 217, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--bottom,
  #et-boc .et-l .hot-hero__intro--bottom,
  .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 2.85714%;
    -ms-grid-column-gap: 2.85714%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 30px;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 117.5em) {
  /* line 217, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--bottom,
  #et-boc .et-l .hot-hero__intro--bottom,
  .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom {
    margin: 0 auto;
  }
}

@media (min-width: 85.375em) {
  /* line 217, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--bottom,
  #et-boc .et-l .hot-hero__intro--bottom,
  .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 1.91278%;
    -ms-grid-column-gap: 1.91278%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 65px;
    max-width: 1750px;
  }
}

@media (min-width: 85.375em) and (min-width: 117.5em) {
  /* line 217, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--bottom,
  #et-boc .et-l .hot-hero__intro--bottom,
  .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 217, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--bottom,
  #et-boc .et-l .hot-hero__intro--bottom,
  .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom {
    display: none;
  }
}

/* line 223, resources/assets/styles/modules/_hero.scss */

#et-boc .et-l .hot-hero__intro--top .hot-btn-external-link,
.hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top a:not(.wc-forward).hot-btn-external-link,
.hot-hero__intro--top.et-db #et-boc .et-l .et_pb_module .hot-btn-external-link,
.hot-hero__intro--top.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-external-link {
  display: none;
}

@media (min-width: 48em) {
  /* line 223, resources/assets/styles/modules/_hero.scss */

  #et-boc .et-l .hot-hero__intro--top .hot-btn-external-link,
  .hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top a:not(.wc-forward).hot-btn-external-link,
  .hot-hero__intro--top.et-db #et-boc .et-l .et_pb_module .hot-btn-external-link,
  .hot-hero__intro--top.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-external-link {
    display: block;
  }
}

/* line 4, resources/assets/styles/modules/_content-browse-hero.scss */

#et-boc .et-l .cocktailslanding .hot-hero,
.cocktailslanding .hot-hero,
.et-db #et-boc .et-l .et_pb_module .cocktailslanding .hot-hero,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).cocktailslanding .hot-hero,
.et-db #et-boc .et-l .et_pb_module .cocktailslanding a:not(.wc-forward).hot-hero,
.cocktailslanding.et-db #et-boc .et-l .et_pb_module .hot-hero,
.cocktailslanding.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero,
#et-boc .et-l .cocktails .hot-hero,
.cocktails .hot-hero,
.et-db #et-boc .et-l .et_pb_module .cocktails .hot-hero,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).cocktails .hot-hero,
.et-db #et-boc .et-l .et_pb_module .cocktails a:not(.wc-forward).hot-hero,
.cocktails.et-db #et-boc .et-l .et_pb_module .hot-hero,
.cocktails.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero {
  margin-bottom: 20px;
}

@media (min-width: 48em) {
  /* line 4, resources/assets/styles/modules/_content-browse-hero.scss */

  #et-boc .et-l .cocktailslanding .hot-hero,
  .cocktailslanding .hot-hero,
  .et-db #et-boc .et-l .et_pb_module .cocktailslanding .hot-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).cocktailslanding .hot-hero,
  .et-db #et-boc .et-l .et_pb_module .cocktailslanding a:not(.wc-forward).hot-hero,
  .cocktailslanding.et-db #et-boc .et-l .et_pb_module .hot-hero,
  .cocktailslanding.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero,
  #et-boc .et-l .cocktails .hot-hero,
  .cocktails .hot-hero,
  .et-db #et-boc .et-l .et_pb_module .cocktails .hot-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).cocktails .hot-hero,
  .et-db #et-boc .et-l .et_pb_module .cocktails a:not(.wc-forward).hot-hero,
  .cocktails.et-db #et-boc .et-l .et_pb_module .hot-hero,
  .cocktails.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero {
    margin-bottom: 0;
  }
}

/* line 10, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero,
#et-boc .et-l .hot-hero,
.hot-hero,
.et-db #et-boc .et-l .et_pb_module .hot-hero,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero,
.et-db #et-boc .et-l .et_pb_module .hot-hero,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero {
  position: relative;
  z-index: 2;
  margin-bottom: 5.125rem;
}

@media (min-width: 48em) {
  /* line 10, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero,
  #et-boc .et-l .hot-hero,
  .hot-hero,
  .et-db #et-boc .et-l .et_pb_module .hot-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero,
  .et-db #et-boc .et-l .et_pb_module .hot-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero {
    margin-bottom: 11.0625rem;
    background: #e8e0d6 url(/wp-content/themes/hotaling/dist/images/common/hero-bg.jpg) no-repeat;
    background-size: cover;
  }
}

@media (min-width: 85.375em) {
  /* line 10, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero,
  #et-boc .et-l .hot-hero,
  .hot-hero,
  .et-db #et-boc .et-l .et_pb_module .hot-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero,
  .et-db #et-boc .et-l .et_pb_module .hot-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero {
    margin-bottom: 13.1875rem;
  }
}

/* line 25, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__bg,
#et-boc .et-l .hot-hero__bg,
.hot-hero__bg,
.et-db #et-boc .et-l .et_pb_module .hot-hero__bg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__bg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__bg,
.et-db #et-boc .et-l .et_pb_module .hot-hero__bg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__bg {
  background: #e8e0d6 url(/wp-content/themes/hotaling/dist/images/common/hero-bg.jpg) no-repeat;
  background-size: cover;
}

/* line 30, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__inner,
#et-boc .et-l .hot-hero__inner,
.hot-hero__inner,
.et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
.et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
  display: grid;
  grid-auto-flow: dense;
  grid-column-gap: 4.70588%;
  -ms-grid-column-gap: 4.70588%;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin: 0 16px;
  max-width: 1750px;
  margin-bottom: 1.25rem;
  min-height: 35.6875rem;
  padding: 6.25rem 0 1.875rem;
}

@media (min-width: 117.5em) {
  /* line 30, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__inner,
  #et-boc .et-l .hot-hero__inner,
  .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 30, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__inner,
  #et-boc .et-l .hot-hero__inner,
  .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 2.85714%;
    -ms-grid-column-gap: 2.85714%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 30px;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 117.5em) {
  /* line 30, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__inner,
  #et-boc .et-l .hot-hero__inner,
  .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
    margin: 0 auto;
  }
}

@media (min-width: 85.375em) {
  /* line 30, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__inner,
  #et-boc .et-l .hot-hero__inner,
  .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 1.91278%;
    -ms-grid-column-gap: 1.91278%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 65px;
    max-width: 1750px;
  }
}

@media (min-width: 85.375em) and (min-width: 117.5em) {
  /* line 30, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__inner,
  #et-boc .et-l .hot-hero__inner,
  .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 30, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__inner,
  #et-boc .et-l .hot-hero__inner,
  .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
    margin-bottom: 0;
    min-height: 39.0625rem;
    padding: 11.25rem 0 3.75rem;
  }
}

@media (min-width: 85.375em) {
  /* line 30, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__inner,
  #et-boc .et-l .hot-hero__inner,
  .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__inner {
    min-height: 56.875rem;
    padding: 15.3125rem 0 0rem;
  }
}

/* line 49, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__content,
#et-boc .et-l .hot-hero__content,
.hot-hero__content,
.et-db #et-boc .et-l .et_pb_module .hot-hero__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
.et-db #et-boc .et-l .et_pb_module .hot-hero__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content {
  grid-column: 1 / span 4;
}

@media (min-width: 48em) {
  /* line 49, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__content,
  #et-boc .et-l .hot-hero__content,
  .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content {
    grid-column: 1 / span 12;
  }
}

@media (min-width: 48em) {
  /* line 49, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__content,
  #et-boc .et-l .hot-hero__content,
  .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content {
    grid-column: 2 / span 11;
  }
}

@media (min-width: 85.375em) {
  /* line 49, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__content,
  #et-boc .et-l .hot-hero__content,
  .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__content {
    padding: 0 0 8.1875rem;
  }
}

/* line 61, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__media,
#et-boc .et-l .hot-hero__media,
.hot-hero__media,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media {
  position: relative;
  margin: 0 auto;
  width: 71.13703%;
  overflow: hidden;
}

/* line 165, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-hero__media::after,
#et-boc .et-l .hot-hero__media::after,
.hot-hero__media::after,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::after,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::after {
  content: "";
  display: table;
  clear: both;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-hero__media::before,
#et-boc .et-l .hot-hero__media::before,
.hot-hero__media::before,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 149.59016%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-hero__media > *,
#et-boc .et-l .hot-hero__media > *,
.hot-hero__media > *,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > *,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

/* line 69, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__media img,
#et-boc .et-l .hot-hero__media img,
.hot-hero__media img,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media img,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 48em) {
  /* line 61, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__media,
  #et-boc .et-l .hot-hero__media,
  .hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media {
    position: relative;
    position: absolute;
    right: -30px;
    margin: -2.5rem 0 0;
    width: 47.0339%;
    max-width: 22.5rem;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-hero__media::before,
  #et-boc .et-l .hot-hero__media::before,
  .hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 129.72973%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-hero__media > *,
  #et-boc .et-l .hot-hero__media > *,
  .hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

@media (min-width: 85.375em) {
  /* line 61, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__media,
  #et-boc .et-l .hot-hero__media,
  .hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media {
    position: relative;
    position: absolute;
    right: 0;
    bottom: -6.25rem;
    max-width: 45rem;
    width: 49.00763%;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-hero__media::before,
  #et-boc .et-l .hot-hero__media::before,
  .hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 129.12773%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-hero__media > *,
  #et-boc .et-l .hot-hero__media > *,
  .hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__media > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

/* line 102, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__media--video picture::before,
#et-boc .et-l .hot-hero__media--video picture::before,
.hot-hero__media--video picture::before,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media--video picture::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media--video picture::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media--video picture::before,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media--video picture::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media--video picture::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

/* line 112, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__media--video .hot-button--play-video,
#et-boc .et-l .hot-hero__media--video .hot-button--play-video,
.hot-hero__media--video .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media--video .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media--video .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media--video .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module .hot-hero__media--video .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__media--video .hot-button--play-video {
  margin: auto auto 0 0 !important;
  width: 100%;
}

/* line 118, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__intro,
#et-boc .et-l .hot-hero__intro,
.hot-hero__intro,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro {
  grid-column: 1 / span 4;
  word-break: break-word;
}

@media (min-width: 48em) {
  /* line 118, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro,
  #et-boc .et-l .hot-hero__intro,
  .hot-hero__intro,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro {
    grid-column: 1 / span 12;
  }
}

/* line 124, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__title,
#et-boc .et-l .hot-hero__title,
.hot-hero__title,
.et-db #et-boc .et-l .et_pb_module .hot-hero__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title,
.et-db #et-boc .et-l .et_pb_module .hot-hero__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title {
  position: relative;
  margin-top: -1.625rem;
  z-index: 1;
}

@media (min-width: 48em) {
  /* line 124, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title,
  #et-boc .et-l .hot-hero__title,
  .hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title {
    margin-top: 0;
  }
}

/* line 134, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__title-heading,
#et-boc .et-l .hot-hero__title-heading,
.hot-hero__title-heading,
.et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
.et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.75rem;
  line-height: 3.25rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  display: block;
  color: #f7f5f2;
  width: 93.00292%;
}

@media (min-width: 48em) {
  /* line 134, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title-heading,
  #et-boc .et-l .hot-hero__title-heading,
  .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading {
    font-size: 5rem;
    line-height: 5rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 134, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title-heading,
  #et-boc .et-l .hot-hero__title-heading,
  .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading {
    font-size: 10rem;
    line-height: 9.0625rem;
    letter-spacing: 0.3125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 134, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title-heading,
  #et-boc .et-l .hot-hero__title-heading,
  .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-heading {
    margin-bottom: 1.875rem;
  }
}

/* line 147, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__title-subheading,
#et-boc .et-l .hot-hero__title-subheading,
.hot-hero__title-subheading,
.et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
.et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  display: block;
  color: #c04635;
}

@media (min-width: 48em) {
  /* line 147, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title-subheading,
  #et-boc .et-l .hot-hero__title-subheading,
  .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 147, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title-subheading,
  #et-boc .et-l .hot-hero__title-subheading,
  .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 48em) {
  /* line 147, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title-subheading,
  #et-boc .et-l .hot-hero__title-subheading,
  .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 147, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__title-subheading,
  #et-boc .et-l .hot-hero__title-subheading,
  .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__title-subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__title-subheading {
    margin-bottom: 2.5rem;
  }
}

/* line 162, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__intro-copy,
#et-boc .et-l .hot-hero__intro-copy,
.hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 48em) {
  /* line 162, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro-copy,
  #et-boc .et-l .hot-hero__intro-copy,
  .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 162, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro-copy,
  #et-boc .et-l .hot-hero__intro-copy,
  .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy {
    letter-spacing: 0.03125rem;
  }
}

@media (min-width: 48em) {
  /* line 162, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro-copy,
  #et-boc .et-l .hot-hero__intro-copy,
  .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy {
    width: 44.04946%;
  }
}

@media (min-width: 85.375em) {
  /* line 162, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro-copy,
  #et-boc .et-l .hot-hero__intro-copy,
  .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro-copy {
    margin-bottom: 5rem;
  }
}

/* line 176, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero .hot-hero__intro-cta,
#et-boc .et-l .hot-hero .hot-hero__intro-cta,
.hot-hero .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module .hot-hero .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module .hot-hero .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta {
  margin-bottom: 1.5625rem;
  display: block;
  text-align: left;
}

@media (min-width: 48em) {
  /* line 176, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero .hot-hero__intro-cta,
  #et-boc .et-l .hot-hero .hot-hero__intro-cta,
  .hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta {
    width: 44.04946%;
  }
}

@media (min-width: 85.375em) {
  /* line 176, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero .hot-hero__intro-cta,
  #et-boc .et-l .hot-hero .hot-hero__intro-cta,
  .hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-hero .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero .hot-hero__intro-cta {
    margin: 2.5rem 0 2.1875rem;
  }
}

/* line 192, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__intro--top .hot-hero__intro-copy,
#et-boc .et-l .hot-hero__intro--top .hot-hero__intro-copy,
.hot-hero__intro--top .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-copy {
  display: none;
}

@media (min-width: 48em) {
  /* line 192, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--top .hot-hero__intro-copy,
  #et-boc .et-l .hot-hero__intro--top .hot-hero__intro-copy,
  .hot-hero__intro--top .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-copy {
    display: block;
  }
}

/* line 196, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__intro--top .hot-hero__intro-cta,
#et-boc .et-l .hot-hero__intro--top .hot-hero__intro-cta,
.hot-hero__intro--top .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta {
  display: none;
}

@media (min-width: 48em) {
  /* line 196, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--top .hot-hero__intro-cta,
  #et-boc .et-l .hot-hero__intro--top .hot-hero__intro-cta,
  .hot-hero__intro--top .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta {
    display: block;
  }
}

/* line 199, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__intro--top .hot-hero__intro-cta .hot-svg,
#et-boc .et-l .hot-hero__intro--top .hot-hero__intro-cta .hot-svg,
.hot-hero__intro--top .hot-hero__intro-cta .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-cta .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-hero__intro-cta .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-hero__intro-cta .hot-svg {
  -webkit-filter: grayscale(100%) brightness(500%) !important;
          filter: grayscale(100%) brightness(500%) !important;
  margin-left: 0.5rem;
  width: 1.0625rem;
}

/* line 206, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__intro--top .hot-btn-external-link,
#et-boc .et-l .hot-hero__intro--top .hot-btn-external-link,
.hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link {
  display: none;
  width: 44.04946%;
}

@media (min-width: 48em) {
  /* line 206, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--top .hot-btn-external-link,
  #et-boc .et-l .hot-hero__intro--top .hot-btn-external-link,
  .hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link {
    display: block;
  }
}

@media (min-width: 48em) {
  /* line 191, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--top,
  #et-boc .et-l .hot-hero__intro--top,
  .hot-hero__intro--top,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top {
    min-height: 23.875rem;
  }
}

/* line 217, resources/assets/styles/modules/_hero.scss */

.et-db #et-boc .et-l .hot-hero__intro--bottom,
#et-boc .et-l .hot-hero__intro--bottom,
.hot-hero__intro--bottom,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom {
  display: grid;
  grid-auto-flow: dense;
  grid-column-gap: 4.70588%;
  -ms-grid-column-gap: 4.70588%;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin: 0 16px;
  max-width: 1750px;
  display: block;
}

@media (min-width: 117.5em) {
  /* line 217, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--bottom,
  #et-boc .et-l .hot-hero__intro--bottom,
  .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 217, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--bottom,
  #et-boc .et-l .hot-hero__intro--bottom,
  .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 2.85714%;
    -ms-grid-column-gap: 2.85714%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 30px;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 117.5em) {
  /* line 217, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--bottom,
  #et-boc .et-l .hot-hero__intro--bottom,
  .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom {
    margin: 0 auto;
  }
}

@media (min-width: 85.375em) {
  /* line 217, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--bottom,
  #et-boc .et-l .hot-hero__intro--bottom,
  .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 1.91278%;
    -ms-grid-column-gap: 1.91278%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 65px;
    max-width: 1750px;
  }
}

@media (min-width: 85.375em) and (min-width: 117.5em) {
  /* line 217, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--bottom,
  #et-boc .et-l .hot-hero__intro--bottom,
  .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 217, resources/assets/styles/modules/_hero.scss */

  .et-db #et-boc .et-l .hot-hero__intro--bottom,
  #et-boc .et-l .hot-hero__intro--bottom,
  .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--bottom {
    display: none;
  }
}

/* line 223, resources/assets/styles/modules/_hero.scss */

#et-boc .et-l .hot-hero__intro--top .hot-btn-external-link,
.hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link,
.et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top a:not(.wc-forward).hot-btn-external-link,
.hot-hero__intro--top.et-db #et-boc .et-l .et_pb_module .hot-btn-external-link,
.hot-hero__intro--top.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-external-link {
  display: none;
}

@media (min-width: 48em) {
  /* line 223, resources/assets/styles/modules/_hero.scss */

  #et-boc .et-l .hot-hero__intro--top .hot-btn-external-link,
  .hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero__intro--top .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module .hot-hero__intro--top a:not(.wc-forward).hot-btn-external-link,
  .hot-hero__intro--top.et-db #et-boc .et-l .et_pb_module .hot-btn-external-link,
  .hot-hero__intro--top.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-external-link {
    display: block;
  }
}

/* line 6, resources/assets/styles/modules/_product-detail-hero.scss */

.et-db #et-boc .et-l .hot-hero--product-detail .hot-hero__intro-abv,
#et-boc .et-l .hot-hero--product-detail .hot-hero__intro-abv,
.hot-hero--product-detail .hot-hero__intro-abv,
.et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro-abv,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro-abv {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

/* line 16, resources/assets/styles/modules/_product-detail-hero.scss */

.et-db #et-boc .et-l .hot-hero--product-detail,
#et-boc .et-l .hot-hero--product-detail,
.hot-hero--product-detail,
.et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail,
.et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail {
  margin-bottom: 3.75rem;
}

@media (min-width: 48em) {
  /* line 16, resources/assets/styles/modules/_product-detail-hero.scss */

  .et-db #et-boc .et-l .hot-hero--product-detail,
  #et-boc .et-l .hot-hero--product-detail,
  .hot-hero--product-detail,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail {
    margin-bottom: 5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 16, resources/assets/styles/modules/_product-detail-hero.scss */

  .et-db #et-boc .et-l .hot-hero--product-detail,
  #et-boc .et-l .hot-hero--product-detail,
  .hot-hero--product-detail,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail {
    margin-bottom: 13.75rem;
  }
}

/* line 23, resources/assets/styles/modules/_product-detail-hero.scss */

.et-db #et-boc .et-l .hot-hero--product-detail .hot-hero__title,
#et-boc .et-l .hot-hero--product-detail .hot-hero__title,
.hot-hero--product-detail .hot-hero__title,
.et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__title,
.et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__title {
  margin-top: 2.5rem;
}

@media (min-width: 48em) {
  /* line 23, resources/assets/styles/modules/_product-detail-hero.scss */

  .et-db #et-boc .et-l .hot-hero--product-detail .hot-hero__title,
  #et-boc .et-l .hot-hero--product-detail .hot-hero__title,
  .hot-hero--product-detail .hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__title {
    margin-top: 0.9375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 23, resources/assets/styles/modules/_product-detail-hero.scss */

  .et-db #et-boc .et-l .hot-hero--product-detail .hot-hero__title,
  #et-boc .et-l .hot-hero--product-detail .hot-hero__title,
  .hot-hero--product-detail .hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__title {
    margin-top: -0.3125rem;
  }
}

@media (min-width: 48em) {
  /* line 35, resources/assets/styles/modules/_product-detail-hero.scss */

  .et-db #et-boc .et-l .hot-hero--product-detail .hot-hero__inner,
  #et-boc .et-l .hot-hero--product-detail .hot-hero__inner,
  .hot-hero--product-detail .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__inner {
    padding: 9.0625rem 0 3.0625rem;
  }
}

@media (min-width: 85.375em) {
  /* line 35, resources/assets/styles/modules/_product-detail-hero.scss */

  .et-db #et-boc .et-l .hot-hero--product-detail .hot-hero__inner,
  #et-boc .et-l .hot-hero--product-detail .hot-hero__inner,
  .hot-hero--product-detail .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__inner {
    min-height: 57.0625rem;
    padding: 16.5625rem 0 0rem;
  }
}

/* line 47, resources/assets/styles/modules/_product-detail-hero.scss */

.et-db #et-boc .et-l .hot-hero--product-detail .hot-hero__media img,
#et-boc .et-l .hot-hero--product-detail .hot-hero__media img,
.hot-hero--product-detail .hot-hero__media img,
.et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__media img,
.et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__media img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 85.375em) {
  /* line 46, resources/assets/styles/modules/_product-detail-hero.scss */

  .et-db #et-boc .et-l .hot-hero--product-detail .hot-hero__media,
  #et-boc .et-l .hot-hero--product-detail .hot-hero__media,
  .hot-hero--product-detail .hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__media {
    max-height: 53.125rem;
    bottom: -7.5rem;
  }
}

/* line 57, resources/assets/styles/modules/_product-detail-hero.scss */

.et-db #et-boc .et-l .hot-hero--product-detail .hot-hero__intro-copy,
#et-boc .et-l .hot-hero--product-detail .hot-hero__intro-copy,
.hot-hero--product-detail .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro-copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro-copy {
  margin-bottom: 0.625rem;
  width: calc(100% - 1.825rem);
}

@media (min-width: 48em) {
  /* line 57, resources/assets/styles/modules/_product-detail-hero.scss */

  .et-db #et-boc .et-l .hot-hero--product-detail .hot-hero__intro-copy,
  #et-boc .et-l .hot-hero--product-detail .hot-hero__intro-copy,
  .hot-hero--product-detail .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro-copy {
    margin-bottom: 0.625rem;
    width: 51.42857%;
  }
}

@media (min-width: 85.375em) {
  /* line 57, resources/assets/styles/modules/_product-detail-hero.scss */

  .et-db #et-boc .et-l .hot-hero--product-detail .hot-hero__intro-copy,
  #et-boc .et-l .hot-hero--product-detail .hot-hero__intro-copy,
  .hot-hero--product-detail .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro-copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro-copy {
    margin-bottom: 0.625rem;
    width: 42.46366%;
  }
}

/* line 73, resources/assets/styles/modules/_product-detail-hero.scss */

.et-db #et-boc .et-l .hot-hero--product-detail .hot-hero__intro-abv,
#et-boc .et-l .hot-hero--product-detail .hot-hero__intro-abv,
.hot-hero--product-detail .hot-hero__intro-abv,
.et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro-abv,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro-abv,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro-abv,
.et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro-abv,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro-abv {
  margin-bottom: 2.5rem;
  display: block;
}

/* line 80, resources/assets/styles/modules/_product-detail-hero.scss */

.et-db #et-boc .et-l .hot-hero--product-detail .hot-hero__intro-abv::after,
#et-boc .et-l .hot-hero--product-detail .hot-hero__intro-abv::after,
.hot-hero--product-detail .hot-hero__intro-abv::after,
.et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro-abv::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro-abv::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro-abv::after,
.et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro-abv::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro-abv::after {
  content: " ABV";
}

@media (min-width: 48em) {
  /* line 73, resources/assets/styles/modules/_product-detail-hero.scss */

  .et-db #et-boc .et-l .hot-hero--product-detail .hot-hero__intro-abv,
  #et-boc .et-l .hot-hero--product-detail .hot-hero__intro-abv,
  .hot-hero--product-detail .hot-hero__intro-abv,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro-abv,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro-abv,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro-abv,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro-abv,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro-abv {
    width: 44.04946%;
  }
}

@media (min-width: 85.375em) {
  /* line 73, resources/assets/styles/modules/_product-detail-hero.scss */

  .et-db #et-boc .et-l .hot-hero--product-detail .hot-hero__intro-abv,
  #et-boc .et-l .hot-hero--product-detail .hot-hero__intro-abv,
  .hot-hero--product-detail .hot-hero__intro-abv,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro-abv,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro-abv,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro-abv,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro-abv,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro-abv {
    margin-bottom: 5rem;
    font-size: 1rem;
  }
}

@media (min-width: 48em) {
  /* line 94, resources/assets/styles/modules/_product-detail-hero.scss */

  .et-db #et-boc .et-l .hot-hero--product-detail .hot-hero__intro--top,
  #et-boc .et-l .hot-hero--product-detail .hot-hero__intro--top,
  .hot-hero--product-detail .hot-hero__intro--top,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro--top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro--top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro--top,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro--top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro--top {
    margin-bottom: 1.875rem;
    padding-bottom: 4.375rem;
  }
}

/* line 100, resources/assets/styles/modules/_product-detail-hero.scss */

.et-db #et-boc .et-l .hot-hero--product-detail .hot-hero__intro--top .hot-hero__intro-abv,
#et-boc .et-l .hot-hero--product-detail .hot-hero__intro--top .hot-hero__intro-abv,
.hot-hero--product-detail .hot-hero__intro--top .hot-hero__intro-abv,
.et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro--top .hot-hero__intro-abv,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro--top .hot-hero__intro-abv,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro--top .hot-hero__intro-abv,
.et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro--top .hot-hero__intro-abv,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro--top .hot-hero__intro-abv {
  display: none;
}

@media (min-width: 48em) {
  /* line 100, resources/assets/styles/modules/_product-detail-hero.scss */

  .et-db #et-boc .et-l .hot-hero--product-detail .hot-hero__intro--top .hot-hero__intro-abv,
  #et-boc .et-l .hot-hero--product-detail .hot-hero__intro--top .hot-hero__intro-abv,
  .hot-hero--product-detail .hot-hero__intro--top .hot-hero__intro-abv,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro--top .hot-hero__intro-abv,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro--top .hot-hero__intro-abv,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro--top .hot-hero__intro-abv,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro--top .hot-hero__intro-abv,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro--top .hot-hero__intro-abv {
    display: block;
  }
}

/* line 105, resources/assets/styles/modules/_product-detail-hero.scss */

.et-db #et-boc .et-l .hot-hero--product-detail .hot-hero__intro--bottom,
#et-boc .et-l .hot-hero--product-detail .hot-hero__intro--bottom,
.hot-hero--product-detail .hot-hero__intro--bottom,
.et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro--bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro--bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro--bottom,
.et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro--bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro--bottom {
  display: block;
}

@media (min-width: 48em) {
  /* line 105, resources/assets/styles/modules/_product-detail-hero.scss */

  .et-db #et-boc .et-l .hot-hero--product-detail .hot-hero__intro--bottom,
  #et-boc .et-l .hot-hero--product-detail .hot-hero__intro--bottom,
  .hot-hero--product-detail .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro--bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro--bottom {
    display: none;
  }
}

@media (min-width: 48em) {
  /* line 110, resources/assets/styles/modules/_product-detail-hero.scss */

  #et-boc .et-l .hot-hero--product-detail .hot-hero__intro--bottom .hot-btn-external-link,
  .hot-hero--product-detail .hot-hero__intro--bottom .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro--bottom .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-hero--product-detail .hot-hero__intro--bottom .hot-btn-external-link,
  .et-db #et-boc .et-l .et_pb_module .hot-hero--product-detail .hot-hero__intro--bottom a:not(.wc-forward).hot-btn-external-link,
  .hot-hero--product-detail .hot-hero__intro--bottom.et-db #et-boc .et-l .et_pb_module .hot-btn-external-link,
  .hot-hero--product-detail .hot-hero__intro--bottom.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-external-link {
    display: none;
  }
}

@media (min-width: 0) {
  /* line 3, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial,
  #et-boc .et-l .hot-editorial,
  .hot-editorial,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial {
    padding-top: 6rem;
  }
}

@media (min-width: 48rem) {
  /* line 3, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial,
  #et-boc .et-l .hot-editorial,
  .hot-editorial,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial {
    padding-top: 7.25rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 3, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial,
  #et-boc .et-l .hot-editorial,
  .hot-editorial,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial {
    padding-top: 11rem;
  }
}

/* line 8, resources/assets/styles/modules/_editorial.scss */

.et-db #et-boc .et-l .hot-editorial__heading,
#et-boc .et-l .hot-editorial__heading,
.hot-editorial__heading,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading {
  position: relative;
  margin-bottom: -0.625rem;
  margin-left: 7.70312rem;
  z-index: 1;
}

@media (min-width: 48em) {
  /* line 8, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__heading,
  #et-boc .et-l .hot-editorial__heading,
  .hot-editorial__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading {
    margin-bottom: -1.125rem;
    margin-left: 8.75rem;
  }
}

@media (min-width: 85.375em) {
  /* line 8, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__heading,
  #et-boc .et-l .hot-editorial__heading,
  .hot-editorial__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading {
    margin-bottom: -1rem;
    margin-left: 17.9375rem;
  }
}

/* line 26, resources/assets/styles/modules/_editorial.scss */

.et-db #et-boc .et-l .hot-editorial__heading h2:first-child,
#et-boc .et-l .hot-editorial__heading h2:first-child,
.hot-editorial__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading h2:first-child {
  font-family: "BonVivant-Regular", cursive;
  font-style: italic;
  font-weight: normal;
  font-size: 6rem;
  line-height: 6rem;
  z-index: -1;
  color: #ddaa3e;
  mix-blend-mode: normal;
  -webkit-transform: rotate(-7.01deg);
       -o-transform: rotate(-7.01deg);
          transform: rotate(-7.01deg);
  position: absolute;
  top: -6rem;
  left: -6rem;
}

@media (min-width: 48em) {
  /* line 26, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__heading h2:first-child,
  #et-boc .et-l .hot-editorial__heading h2:first-child,
  .hot-editorial__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading h2:first-child {
    font-size: 7.25rem;
    line-height: 7.25rem;
  }
}

@media (min-width: 85.375em) {
  /* line 26, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__heading h2:first-child,
  #et-boc .et-l .hot-editorial__heading h2:first-child,
  .hot-editorial__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading h2:first-child {
    font-size: 11rem;
    line-height: 11rem;
  }
}

@media (min-width: 85.375em) {
  /* line 26, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__heading h2:first-child,
  #et-boc .et-l .hot-editorial__heading h2:first-child,
  .hot-editorial__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading h2:first-child {
    top: -9.1875rem;
    left: -10.3125rem;
  }
}

/* line 43, resources/assets/styles/modules/_editorial.scss */

.et-db #et-boc .et-l .hot-editorial__heading h2:last-child,
#et-boc .et-l .hot-editorial__heading h2:last-child,
.hot-editorial__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading h2:last-child {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.75rem;
  line-height: 3.25rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  z-index: 2;
}

@media (min-width: 48em) {
  /* line 43, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__heading h2:last-child,
  #et-boc .et-l .hot-editorial__heading h2:last-child,
  .hot-editorial__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading h2:last-child {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 43, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__heading h2:last-child,
  #et-boc .et-l .hot-editorial__heading h2:last-child,
  .hot-editorial__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__heading h2:last-child {
    font-size: 8.75rem;
    line-height: 7.875rem;
  }
}

/* line 50, resources/assets/styles/modules/_editorial.scss */

.et-db #et-boc .et-l .hot-editorial__cards,
#et-boc .et-l .hot-editorial__cards,
.hot-editorial__cards,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__cards,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__cards,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__cards,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__cards,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__cards {
  background-color: #fff;
  padding: 2.375rem 1rem 3.125rem;
  z-index: 0;
}

@media (min-width: 23.4375em) and (max-width: 117.49em) {
  /* line 50, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__cards,
  #et-boc .et-l .hot-editorial__cards,
  .hot-editorial__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__cards {
    margin: 0;
  }
}

@media (min-width: 48em) {
  /* line 50, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__cards,
  #et-boc .et-l .hot-editorial__cards,
  .hot-editorial__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__cards {
    padding: 3.125rem 1.875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 50, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__cards,
  #et-boc .et-l .hot-editorial__cards,
  .hot-editorial__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__cards {
    padding: 6.5625rem 4.0625rem 8.1875rem;
  }
}

/* line 68, resources/assets/styles/modules/_editorial.scss */

.et-db #et-boc .et-l .hot-editorial__card,
#et-boc .et-l .hot-editorial__card,
.hot-editorial__card,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__card,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__card,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card {
  grid-column: 1 / span 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 74, resources/assets/styles/modules/_editorial.scss */

.et-db #et-boc .et-l .hot-editorial__card:first-child,
#et-boc .et-l .hot-editorial__card:first-child,
.hot-editorial__card:first-child,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__card:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card:first-child,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__card:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card:first-child {
  margin: 0 0 2.5rem 0;
}

@media (min-width: 48em) {
  /* line 74, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__card:first-child,
  #et-boc .et-l .hot-editorial__card:first-child,
  .hot-editorial__card:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card:first-child {
    grid-column: 2 / span 5;
    margin: 0;
  }
}

@media (min-width: 85.375em) {
  /* line 74, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__card:first-child,
  #et-boc .et-l .hot-editorial__card:first-child,
  .hot-editorial__card:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card:first-child {
    grid-column: 1 / span 6;
  }
}

@media (min-width: 90em) {
  /* line 74, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__card:first-child,
  #et-boc .et-l .hot-editorial__card:first-child,
  .hot-editorial__card:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card:first-child {
    margin: 0 0 0 4.67391rem;
  }
}

@media (min-width: 48em) {
  /* line 92, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__card:last-child,
  #et-boc .et-l .hot-editorial__card:last-child,
  .hot-editorial__card:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card:last-child {
    grid-column: 7 / span 5;
    margin-left: 2.5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 92, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__card:last-child,
  #et-boc .et-l .hot-editorial__card:last-child,
  .hot-editorial__card:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card:last-child {
    grid-column: span 6;
    margin-left: 0;
  }
}

@media (min-width: 48em) {
  /* line 68, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__card,
  #et-boc .et-l .hot-editorial__card,
  .hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card {
    width: calc(100% + 1.25rem);
  }
}

@media (min-width: 85.375em) {
  /* line 68, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__card,
  #et-boc .et-l .hot-editorial__card,
  .hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card {
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 90em) {
  /* line 68, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__card,
  #et-boc .et-l .hot-editorial__card,
  .hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card {
    width: calc(86.58346% + 0.5375rem);
  }
}

/* line 119, resources/assets/styles/modules/_editorial.scss */

.et-db #et-boc .et-l .hot-editorial__media,
#et-boc .et-l .hot-editorial__media,
.hot-editorial__media,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media {
  min-width: 21.4375rem;
}

@media (min-width: 48em) {
  /* line 119, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__media,
  #et-boc .et-l .hot-editorial__media,
  .hot-editorial__media,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media {
    min-width: 18.9375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 119, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__media,
  #et-boc .et-l .hot-editorial__media,
  .hot-editorial__media,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media {
    min-width: 35.375rem;
  }
}

/* line 130, resources/assets/styles/modules/_editorial.scss */

.et-db #et-boc .et-l .hot-editorial__media figure,
#et-boc .et-l .hot-editorial__media figure,
.hot-editorial__media figure,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure {
  position: relative;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-editorial__media figure::before,
#et-boc .et-l .hot-editorial__media figure::before,
.hot-editorial__media figure::before,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure::before,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.4723%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-editorial__media figure > *,
#et-boc .et-l .hot-editorial__media figure > *,
.hot-editorial__media figure > *,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure > *,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

@media (min-width: 48em) {
  /* line 130, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__media figure,
  #et-boc .et-l .hot-editorial__media figure,
  .hot-editorial__media figure,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure {
    position: relative;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-editorial__media figure::before,
  #et-boc .et-l .hot-editorial__media figure::before,
  .hot-editorial__media figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.66667%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-editorial__media figure > *,
  #et-boc .et-l .hot-editorial__media figure > *,
  .hot-editorial__media figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

@media (min-width: 85.375em) {
  /* line 130, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__media figure,
  #et-boc .et-l .hot-editorial__media figure,
  .hot-editorial__media figure,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure {
    position: relative;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-editorial__media figure::before,
  #et-boc .et-l .hot-editorial__media figure::before,
  .hot-editorial__media figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 67.13781%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-editorial__media figure > *,
  #et-boc .et-l .hot-editorial__media figure > *,
  .hot-editorial__media figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

/* line 141, resources/assets/styles/modules/_editorial.scss */

.et-db #et-boc .et-l .hot-editorial__media figure img:not(.hot-svg),
.et-db #et-boc .et-l .hot-editorial__media figure video,
#et-boc .et-l .hot-editorial__media figure img:not(.hot-svg),
#et-boc .et-l .hot-editorial__media figure video,
.hot-editorial__media figure img:not(.hot-svg),
.hot-editorial__media figure video,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media figure img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media figure video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure video,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media figure img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media figure video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media figure video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* line 149, resources/assets/styles/modules/_editorial.scss */

.et-db #et-boc .et-l .hot-editorial__media video,
.et-db #et-boc .et-l .hot-editorial__media .hot-yt-player,
.et-db #et-boc .et-l .hot-editorial__media .hot-vimeo-player iframe,
#et-boc .et-l .hot-editorial__media video,
#et-boc .et-l .hot-editorial__media .hot-yt-player,
#et-boc .et-l .hot-editorial__media .hot-vimeo-player iframe,
.hot-editorial__media video,
.hot-editorial__media .hot-yt-player,
.hot-editorial__media .hot-vimeo-player iframe,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media video,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-vimeo-player iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-vimeo-player iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-vimeo-player iframe,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media video,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-vimeo-player iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-vimeo-player iframe {
  cursor: pointer;
}

/* line 155, resources/assets/styles/modules/_editorial.scss */

.et-db #et-boc .et-l .hot-editorial__media .hot-yt-player,
.et-db #et-boc .et-l .hot-editorial__media .hot-vimeo-player iframe,
#et-boc .et-l .hot-editorial__media .hot-yt-player,
#et-boc .et-l .hot-editorial__media .hot-vimeo-player iframe,
.hot-editorial__media .hot-yt-player,
.hot-editorial__media .hot-vimeo-player iframe,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-vimeo-player iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-vimeo-player iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-vimeo-player iframe,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-vimeo-player iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-vimeo-player iframe {
  pointer-events: none;
}

@media (min-width: 48em) {
  /* line 155, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__media .hot-yt-player,
  .et-db #et-boc .et-l .hot-editorial__media .hot-vimeo-player iframe,
  #et-boc .et-l .hot-editorial__media .hot-yt-player,
  #et-boc .et-l .hot-editorial__media .hot-vimeo-player iframe,
  .hot-editorial__media .hot-yt-player,
  .hot-editorial__media .hot-vimeo-player iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-yt-player,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-vimeo-player iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-yt-player,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-vimeo-player iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-yt-player,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-vimeo-player iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-yt-player,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-vimeo-player iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-yt-player,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-vimeo-player iframe {
    pointer-events: unset;
  }
}

/* line 164, resources/assets/styles/modules/_editorial.scss */

.et-db #et-boc .et-l .hot-editorial__media .hot-play-icon,
.et-db #et-boc .et-l .hot-editorial__media video + picture,
.et-db #et-boc .et-l .hot-editorial__media .hot-vimeo-player + picture,
.et-db #et-boc .et-l .hot-editorial__media .hot-yt-player + picture,
#et-boc .et-l .hot-editorial__media .hot-play-icon,
#et-boc .et-l .hot-editorial__media video + picture,
#et-boc .et-l .hot-editorial__media .hot-vimeo-player + picture,
#et-boc .et-l .hot-editorial__media .hot-yt-player + picture,
.hot-editorial__media .hot-play-icon,
.hot-editorial__media video + picture,
.hot-editorial__media .hot-vimeo-player + picture,
.hot-editorial__media .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media video + picture,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media video + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media video + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media video + picture,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media video + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-yt-player + picture {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media (min-width: 48em) {
  /* line 164, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__media .hot-play-icon,
  .et-db #et-boc .et-l .hot-editorial__media video + picture,
  .et-db #et-boc .et-l .hot-editorial__media .hot-vimeo-player + picture,
  .et-db #et-boc .et-l .hot-editorial__media .hot-yt-player + picture,
  #et-boc .et-l .hot-editorial__media .hot-play-icon,
  #et-boc .et-l .hot-editorial__media video + picture,
  #et-boc .et-l .hot-editorial__media .hot-vimeo-player + picture,
  #et-boc .et-l .hot-editorial__media .hot-yt-player + picture,
  .hot-editorial__media .hot-play-icon,
  .hot-editorial__media video + picture,
  .hot-editorial__media .hot-vimeo-player + picture,
  .hot-editorial__media .hot-yt-player + picture,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-play-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media video + picture,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-vimeo-player + picture,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-yt-player + picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-play-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media video + picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-vimeo-player + picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-yt-player + picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-play-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media video + picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-vimeo-player + picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-yt-player + picture,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-play-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media video + picture,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-vimeo-player + picture,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__media .hot-yt-player + picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-play-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media video + picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-vimeo-player + picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media .hot-yt-player + picture {
    pointer-events: unset;
  }
}

/* line 178, resources/assets/styles/modules/_editorial.scss */

.et-db #et-boc .et-l .hot-editorial__media.paused .hot-play-icon,
.et-db #et-boc .et-l .hot-editorial__media.paused video + picture,
.et-db #et-boc .et-l .hot-editorial__media.paused .hot-vimeo-player + picture,
.et-db #et-boc .et-l .hot-editorial__media.paused .hot-yt-player + picture,
#et-boc .et-l .hot-editorial__media.paused .hot-play-icon,
#et-boc .et-l .hot-editorial__media.paused video + picture,
#et-boc .et-l .hot-editorial__media.paused .hot-vimeo-player + picture,
#et-boc .et-l .hot-editorial__media.paused .hot-yt-player + picture,
.hot-editorial__media.paused .hot-play-icon,
.hot-editorial__media.paused video + picture,
.hot-editorial__media.paused .hot-vimeo-player + picture,
.hot-editorial__media.paused .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media.paused .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media.paused video + picture,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media.paused .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media.paused .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media.paused .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media.paused video + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media.paused .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media.paused .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media.paused .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media.paused video + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media.paused .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media.paused .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media.paused .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media.paused video + picture,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media.paused .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__media.paused .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media.paused .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media.paused video + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media.paused .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__media.paused .hot-yt-player + picture {
  opacity: 1;
  visibility: visible;
}

/* line 187, resources/assets/styles/modules/_editorial.scss */

.et-db #et-boc .et-l .hot-editorial__text-wrapper,
#et-boc .et-l .hot-editorial__text-wrapper,
.hot-editorial__text-wrapper,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__text-wrapper,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__text-wrapper,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__text-wrapper,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__text-wrapper,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__text-wrapper {
  margin: 1.25rem 0 0 1.52083rem;
  max-width: 84%;
}

@media (min-width: 48em) {
  /* line 187, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__text-wrapper,
  #et-boc .et-l .hot-editorial__text-wrapper,
  .hot-editorial__text-wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__text-wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__text-wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__text-wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__text-wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__text-wrapper {
    margin: 1.25rem 0 0 0;
  }
}

@media (min-width: 85.375em) {
  /* line 187, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__text-wrapper,
  #et-boc .et-l .hot-editorial__text-wrapper,
  .hot-editorial__text-wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__text-wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__text-wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__text-wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__text-wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__text-wrapper {
    margin: 4.125rem 0 0 0;
    max-width: 100%;
  }
}

/* line 201, resources/assets/styles/modules/_editorial.scss */

.et-db #et-boc .et-l .hot-editorial__card-title,
#et-boc .et-l .hot-editorial__card-title,
.hot-editorial__card-title,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__card-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card-title,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__card-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card-title {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #c04635;
}

@media (min-width: 48em) {
  /* line 201, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__card-title,
  #et-boc .et-l .hot-editorial__card-title,
  .hot-editorial__card-title,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card-title,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card-title {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 201, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__card-title,
  #et-boc .et-l .hot-editorial__card-title,
  .hot-editorial__card-title,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card-title,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card-title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

/* line 204, resources/assets/styles/modules/_editorial.scss */

.et-db #et-boc .et-l .hot-editorial__card-title h4,
#et-boc .et-l .hot-editorial__card-title h4,
.hot-editorial__card-title h4,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__card-title h4,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card-title h4,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card-title h4,
.et-db #et-boc .et-l .et_pb_module .hot-editorial__card-title h4,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card-title h4 {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  /* line 204, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__card-title h4,
  #et-boc .et-l .hot-editorial__card-title h4,
  .hot-editorial__card-title h4,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card-title h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card-title h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card-title h4,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card-title h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card-title h4 {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 204, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial__card-title h4,
  #et-boc .et-l .hot-editorial__card-title h4,
  .hot-editorial__card-title h4,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card-title h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card-title h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card-title h4,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial__card-title h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial__card-title h4 {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

/**
* 1-UP VARIANT
**/

/* line 218, resources/assets/styles/modules/_editorial.scss */

.et-db #et-boc .et-l .hot-editorial--1-up .hot-editorial__card:not(:last-child),
#et-boc .et-l .hot-editorial--1-up .hot-editorial__card:not(:last-child),
.hot-editorial--1-up .hot-editorial__card:not(:last-child),
.et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card:not(:last-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card:not(:last-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card:not(:last-child),
.et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card:not(:last-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card:not(:last-child) {
  margin-bottom: 1.875rem;
}

@media (min-width: 48em) {
  /* line 218, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial--1-up .hot-editorial__card:not(:last-child),
  #et-boc .et-l .hot-editorial--1-up .hot-editorial__card:not(:last-child),
  .hot-editorial--1-up .hot-editorial__card:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 218, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial--1-up .hot-editorial__card:not(:last-child),
  #et-boc .et-l .hot-editorial--1-up .hot-editorial__card:not(:last-child),
  .hot-editorial--1-up .hot-editorial__card:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card:not(:last-child) {
    margin-bottom: 6.875rem;
  }
}

@media (min-width: 48em) {
  /* line 217, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial--1-up .hot-editorial__card,
  #et-boc .et-l .hot-editorial--1-up .hot-editorial__card,
  .hot-editorial--1-up .hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card {
    grid-column: 2 / span 11;
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 20px;
    margin-left: 0;
    width: 100%;
  }
}

@media (min-width: 85.375em) {
  /* line 217, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial--1-up .hot-editorial__card,
  #et-boc .et-l .hot-editorial--1-up .hot-editorial__card,
  .hot-editorial--1-up .hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card {
    grid-column: 1 / span 12;
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 48em) {
  /* line 257, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial--1-up .hot-editorial__card:nth-child(even) > :first-child,
  #et-boc .et-l .hot-editorial--1-up .hot-editorial__card:nth-child(even) > :first-child,
  .hot-editorial--1-up .hot-editorial__card:nth-child(even) > :first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card:nth-child(even) > :first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card:nth-child(even) > :first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card:nth-child(even) > :first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card:nth-child(even) > :first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card:nth-child(even) > :first-child {
    margin-left: 2.5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 257, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial--1-up .hot-editorial__card:nth-child(even) > :first-child,
  #et-boc .et-l .hot-editorial--1-up .hot-editorial__card:nth-child(even) > :first-child,
  .hot-editorial--1-up .hot-editorial__card:nth-child(even) > :first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card:nth-child(even) > :first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card:nth-child(even) > :first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card:nth-child(even) > :first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card:nth-child(even) > :first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card:nth-child(even) > :first-child {
    margin-left: 1.875rem;
  }
}

@media (min-width: 48em) {
  /* line 267, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial--1-up .hot-editorial__card:nth-child(even) > :last-child,
  #et-boc .et-l .hot-editorial--1-up .hot-editorial__card:nth-child(even) > :last-child,
  .hot-editorial--1-up .hot-editorial__card:nth-child(even) > :last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card:nth-child(even) > :last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card:nth-child(even) > :last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card:nth-child(even) > :last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card:nth-child(even) > :last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card:nth-child(even) > :last-child {
    margin-left: 0;
  }
}

@media (min-width: 48em) {
  /* line 256, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial--1-up .hot-editorial__card:nth-child(even),
  #et-boc .et-l .hot-editorial--1-up .hot-editorial__card:nth-child(even),
  .hot-editorial--1-up .hot-editorial__card:nth-child(even),
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card:nth-child(even),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card:nth-child(even),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card:nth-child(even),
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card:nth-child(even),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 48em) {
  /* line 280, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial--1-up .hot-editorial__media,
  #et-boc .et-l .hot-editorial--1-up .hot-editorial__media,
  .hot-editorial--1-up .hot-editorial__media,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__media,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__media {
    grid-column: 1 / span 6;
    padding-right: 40px;
  }
}

@media (min-width: 85.375em) {
  /* line 280, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial--1-up .hot-editorial__media,
  #et-boc .et-l .hot-editorial--1-up .hot-editorial__media,
  .hot-editorial--1-up .hot-editorial__media,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__media,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__media {
    padding-right: 0;
    padding-left: 86px;
  }
}

@media (min-width: 48em) {
  /* line 292, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial--1-up .hot-editorial__text-wrapper,
  #et-boc .et-l .hot-editorial--1-up .hot-editorial__text-wrapper,
  .hot-editorial--1-up .hot-editorial__text-wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__text-wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__text-wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__text-wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__text-wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__text-wrapper {
    grid-column: 7 / span 5;
    margin-left: -1.25rem;
    width: calc(100% + rem($gutter-width-tablet));
    max-width: initial;
  }
}

@media (min-width: 85.375em) {
  /* line 292, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial--1-up .hot-editorial__text-wrapper,
  #et-boc .et-l .hot-editorial--1-up .hot-editorial__text-wrapper,
  .hot-editorial--1-up .hot-editorial__text-wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__text-wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__text-wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__text-wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__text-wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__text-wrapper {
    grid-column: 7 / span 6;
    margin-top: 3.3125rem;
    margin-left: 0;
    padding: 0 43px;
  }
}

/* line 308, resources/assets/styles/modules/_editorial.scss */

.et-db #et-boc .et-l .hot-editorial--1-up .hot-editorial__card-desc,
#et-boc .et-l .hot-editorial--1-up .hot-editorial__card-desc,
.hot-editorial--1-up .hot-editorial__card-desc,
.et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card-desc,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card-desc,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card-desc,
.et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card-desc,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card-desc {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  margin: 1.25rem 0;
}

@media (min-width: 48em) {
  /* line 308, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial--1-up .hot-editorial__card-desc,
  #et-boc .et-l .hot-editorial--1-up .hot-editorial__card-desc,
  .hot-editorial--1-up .hot-editorial__card-desc,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card-desc,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card-desc,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card-desc,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card-desc,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card-desc {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 308, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial--1-up .hot-editorial__card-desc,
  #et-boc .et-l .hot-editorial--1-up .hot-editorial__card-desc,
  .hot-editorial--1-up .hot-editorial__card-desc,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card-desc,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card-desc,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card-desc,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card-desc,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card-desc {
    letter-spacing: 0.03125rem;
  }
}

@media (min-width: 48em) {
  /* line 308, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial--1-up .hot-editorial__card-desc,
  #et-boc .et-l .hot-editorial--1-up .hot-editorial__card-desc,
  .hot-editorial--1-up .hot-editorial__card-desc,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card-desc,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card-desc,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card-desc,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card-desc,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card-desc {
    margin: 0.625rem 0 1.25rem;
  }
}

@media (min-width: 48em) {
  /* line 308, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial--1-up .hot-editorial__card-desc,
  #et-boc .et-l .hot-editorial--1-up .hot-editorial__card-desc,
  .hot-editorial--1-up .hot-editorial__card-desc,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card-desc,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card-desc,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card-desc,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card-desc,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card-desc {
    margin: 1.25rem 0 1.875rem;
  }
}

/* line 322, resources/assets/styles/modules/_editorial.scss */

.et-db #et-boc .et-l .hot-editorial--1-up .hot-editorial__card-cta,
#et-boc .et-l .hot-editorial--1-up .hot-editorial__card-cta,
.hot-editorial--1-up .hot-editorial__card-cta,
.et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card-cta,
.et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card-cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card-cta {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.07812rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  text-decoration-line: underline !important;
}

@media (min-width: 85.375em) {
  /* line 322, resources/assets/styles/modules/_editorial.scss */

  .et-db #et-boc .et-l .hot-editorial--1-up .hot-editorial__card-cta,
  #et-boc .et-l .hot-editorial--1-up .hot-editorial__card-cta,
  .hot-editorial--1-up .hot-editorial__card-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card-cta,
  .et-db #et-boc .et-l .et_pb_module .hot-editorial--1-up .hot-editorial__card-cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-editorial--1-up .hot-editorial__card-cta {
    font-size: 1.1875rem;
    line-height: 1.3125rem;
    letter-spacing: 0.09375rem;
  }
}

/* line 3, resources/assets/styles/modules/_news.scss */

.et-db #et-boc .et-l .hot-news,
#et-boc .et-l .hot-news,
.hot-news,
.et-db #et-boc .et-l .et_pb_module .hot-news,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news,
.et-db #et-boc .et-l .et_pb_module .hot-news,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news {
  position: relative;
  padding-bottom: 0.3125rem;
  color: #fcc246;
}

/* line 8, resources/assets/styles/modules/_news.scss */

.et-db #et-boc .et-l .hot-news__title-top,
#et-boc .et-l .hot-news__title-top,
.hot-news__title-top,
.et-db #et-boc .et-l .et_pb_module .hot-news__title-top,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-top,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-top,
.et-db #et-boc .et-l .et_pb_module .hot-news__title-top,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-top {
  grid-column: 1 / span 4;
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.75rem;
  line-height: 3.25rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  margin-bottom: -0.5rem;
  color: #c04635;
}

@media (min-width: 48em) {
  /* line 8, resources/assets/styles/modules/_news.scss */

  .et-db #et-boc .et-l .hot-news__title-top,
  #et-boc .et-l .hot-news__title-top,
  .hot-news__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-news__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-news__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-top {
    grid-column: 1 / span 12;
  }
}

@media (min-width: 48em) {
  /* line 8, resources/assets/styles/modules/_news.scss */

  .et-db #et-boc .et-l .hot-news__title-top,
  #et-boc .et-l .hot-news__title-top,
  .hot-news__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-news__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-news__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-top {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 8, resources/assets/styles/modules/_news.scss */

  .et-db #et-boc .et-l .hot-news__title-top,
  #et-boc .et-l .hot-news__title-top,
  .hot-news__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-news__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-news__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-top {
    font-size: 8.75rem;
    line-height: 7.875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 8, resources/assets/styles/modules/_news.scss */

  .et-db #et-boc .et-l .hot-news__title-top,
  #et-boc .et-l .hot-news__title-top,
  .hot-news__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-news__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-news__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-top {
    margin-bottom: -1.0625rem;
  }
}

/* line 20, resources/assets/styles/modules/_news.scss */

.et-db #et-boc .et-l .hot-news__panel,
#et-boc .et-l .hot-news__panel,
.hot-news__panel,
.et-db #et-boc .et-l .et_pb_module .hot-news__panel,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__panel,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__panel,
.et-db #et-boc .et-l .et_pb_module .hot-news__panel,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__panel {
  background: #c04635;
}

@media (min-width: 85.375em) {
  /* line 20, resources/assets/styles/modules/_news.scss */

  .et-db #et-boc .et-l .hot-news__panel,
  #et-boc .et-l .hot-news__panel,
  .hot-news__panel,
  .et-db #et-boc .et-l .et_pb_module .hot-news__panel,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__panel,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__panel,
  .et-db #et-boc .et-l .et_pb_module .hot-news__panel,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__panel {
    padding-bottom: 0.625rem;
  }
}

/* line 28, resources/assets/styles/modules/_news.scss */

.et-db #et-boc .et-l .hot-news__content,
#et-boc .et-l .hot-news__content,
.hot-news__content,
.et-db #et-boc .et-l .et_pb_module .hot-news__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__content,
.et-db #et-boc .et-l .et_pb_module .hot-news__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__content {
  grid-column: 1 / span 4;
  display: grid;
  grid-auto-flow: dense;
  grid-column-gap: 4.70588%;
  -ms-grid-column-gap: 4.70588%;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin: 0 16px;
  margin: 0;
  max-width: 1750px;
}

@media (min-width: 48em) {
  /* line 28, resources/assets/styles/modules/_news.scss */

  .et-db #et-boc .et-l .hot-news__content,
  #et-boc .et-l .hot-news__content,
  .hot-news__content,
  .et-db #et-boc .et-l .et_pb_module .hot-news__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__content,
  .et-db #et-boc .et-l .et_pb_module .hot-news__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__content {
    grid-column: 1 / span 12;
  }
}

@media (min-width: 117.5em) {
  /* line 28, resources/assets/styles/modules/_news.scss */

  .et-db #et-boc .et-l .hot-news__content,
  #et-boc .et-l .hot-news__content,
  .hot-news__content,
  .et-db #et-boc .et-l .et_pb_module .hot-news__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__content,
  .et-db #et-boc .et-l .et_pb_module .hot-news__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__content {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 28, resources/assets/styles/modules/_news.scss */

  .et-db #et-boc .et-l .hot-news__content,
  #et-boc .et-l .hot-news__content,
  .hot-news__content,
  .et-db #et-boc .et-l .et_pb_module .hot-news__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__content,
  .et-db #et-boc .et-l .et_pb_module .hot-news__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__content {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 2.85714%;
    -ms-grid-column-gap: 2.85714%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 30px;
    margin: 0;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 117.5em) {
  /* line 28, resources/assets/styles/modules/_news.scss */

  .et-db #et-boc .et-l .hot-news__content,
  #et-boc .et-l .hot-news__content,
  .hot-news__content,
  .et-db #et-boc .et-l .et_pb_module .hot-news__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__content,
  .et-db #et-boc .et-l .et_pb_module .hot-news__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__content {
    margin: 0 auto;
  }
}

/* line 33, resources/assets/styles/modules/_news.scss */

.et-db #et-boc .et-l .hot-news__title-bottom,
#et-boc .et-l .hot-news__title-bottom,
.hot-news__title-bottom,
.et-db #et-boc .et-l .et_pb_module .hot-news__title-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-bottom,
.et-db #et-boc .et-l .et_pb_module .hot-news__title-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-bottom {
  grid-column: span 4;
  margin: 1.125rem 0 2.5rem;
  padding-left: 14.8688%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fcc246;
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  /* line 33, resources/assets/styles/modules/_news.scss */

  .et-db #et-boc .et-l .hot-news__title-bottom,
  #et-boc .et-l .hot-news__title-bottom,
  .hot-news__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-news__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-news__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-bottom {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 33, resources/assets/styles/modules/_news.scss */

  .et-db #et-boc .et-l .hot-news__title-bottom,
  #et-boc .et-l .hot-news__title-bottom,
  .hot-news__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-news__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-news__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-bottom {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 48em) {
  /* line 33, resources/assets/styles/modules/_news.scss */

  .et-db #et-boc .et-l .hot-news__title-bottom,
  #et-boc .et-l .hot-news__title-bottom,
  .hot-news__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-news__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-news__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-bottom {
    grid-column: 2 / span 11;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    padding-left: 0;
  }
}

@media (min-width: 85.375em) {
  /* line 33, resources/assets/styles/modules/_news.scss */

  .et-db #et-boc .et-l .hot-news__title-bottom,
  #et-boc .et-l .hot-news__title-bottom,
  .hot-news__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-news__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-news__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__title-bottom {
    margin: 1.6875rem 0 4.9375rem;
    padding-left: 2.00334%;
  }
}

/* line 55, resources/assets/styles/modules/_news.scss */

.et-db #et-boc .et-l .hot-news__cards,
#et-boc .et-l .hot-news__cards,
.hot-news__cards,
.et-db #et-boc .et-l .et_pb_module .hot-news__cards,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__cards,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__cards,
.et-db #et-boc .et-l .et_pb_module .hot-news__cards,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__cards {
  display: grid;
  grid-auto-rows: 1fr;
  grid-column-gap: 3.125rem;
  grid-column: span 4;
}

/* line 61, resources/assets/styles/modules/_news.scss */

.et-db #et-boc .et-l .hot-news__cards li,
#et-boc .et-l .hot-news__cards li,
.hot-news__cards li,
.et-db #et-boc .et-l .et_pb_module .hot-news__cards li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__cards li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__cards li,
.et-db #et-boc .et-l .et_pb_module .hot-news__cards li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__cards li {
  margin-bottom: 3.125rem;
}

@media (min-width: 48em) {
  /* line 55, resources/assets/styles/modules/_news.scss */

  .et-db #et-boc .et-l .hot-news__cards,
  #et-boc .et-l .hot-news__cards,
  .hot-news__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-news__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-news__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__cards {
    grid-column: span 12;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4.75504%;
    padding: 0 0.9887%;
  }
}

@media (min-width: 85.375em) {
  /* line 55, resources/assets/styles/modules/_news.scss */

  .et-db #et-boc .et-l .hot-news__cards,
  #et-boc .et-l .hot-news__cards,
  .hot-news__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-news__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-news__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__cards {
    grid-column-gap: 6.87023%;
    padding: 0 3.05344%;
  }

  /* line 74, resources/assets/styles/modules/_news.scss */

  .et-db #et-boc .et-l .hot-news__cards li,
  #et-boc .et-l .hot-news__cards li,
  .hot-news__cards li,
  .et-db #et-boc .et-l .et_pb_module .hot-news__cards li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__cards li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__cards li,
  .et-db #et-boc .et-l .et_pb_module .hot-news__cards li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__cards li {
    margin-bottom: 6.25rem;
  }
}

/* line 78, resources/assets/styles/modules/_news.scss */

.et-db #et-boc .et-l .hot-news__card,
#et-boc .et-l .hot-news__card,
.hot-news__card,
.et-db #et-boc .et-l .et_pb_module .hot-news__card,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card,
.et-db #et-boc .et-l .et_pb_module .hot-news__card,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card {
  border-top: solid 0.0625rem #fcc246;
  border-left: solid 0.0625rem #fcc246;
  height: 100%;
}

/* line 84, resources/assets/styles/modules/_news.scss */

.et-db #et-boc .et-l .hot-news__card-header,
#et-boc .et-l .hot-news__card-header,
.hot-news__card-header,
.et-db #et-boc .et-l .et_pb_module .hot-news__card-header,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card-header,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card-header,
.et-db #et-boc .et-l .et_pb_module .hot-news__card-header,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card-header {
  padding: 1.875rem 1.625rem 1.625rem;
}

@media (min-width: 85.375em) {
  /* line 84, resources/assets/styles/modules/_news.scss */

  .et-db #et-boc .et-l .hot-news__card-header,
  #et-boc .et-l .hot-news__card-header,
  .hot-news__card-header,
  .et-db #et-boc .et-l .et_pb_module .hot-news__card-header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card-header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card-header,
  .et-db #et-boc .et-l .et_pb_module .hot-news__card-header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 93, resources/assets/styles/modules/_news.scss */

.et-db #et-boc .et-l .hot-news__info,
#et-boc .et-l .hot-news__info,
.hot-news__info,
.et-db #et-boc .et-l .et_pb_module .hot-news__info,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__info,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__info,
.et-db #et-boc .et-l .et_pb_module .hot-news__info,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__info {
  display: block;
  margin-bottom: 0.9375rem;
  font-family: "MaisonNeueMonoWEB-Bold", monospace;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

@media (min-width: 85.375em) {
  /* line 93, resources/assets/styles/modules/_news.scss */

  .et-db #et-boc .et-l .hot-news__info,
  #et-boc .et-l .hot-news__info,
  .hot-news__info,
  .et-db #et-boc .et-l .et_pb_module .hot-news__info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__info,
  .et-db #et-boc .et-l .et_pb_module .hot-news__info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__info {
    margin: 0;
    display: inline-block;
  }
}

/* line 105, resources/assets/styles/modules/_news.scss */

.et-db #et-boc .et-l .hot-news__source,
#et-boc .et-l .hot-news__source,
.hot-news__source,
.et-db #et-boc .et-l .et_pb_module .hot-news__source,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__source,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__source,
.et-db #et-boc .et-l .et_pb_module .hot-news__source,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__source {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.07812rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration-line: underline !important;
}

@media (min-width: 85.375em) {
  /* line 105, resources/assets/styles/modules/_news.scss */

  .et-db #et-boc .et-l .hot-news__source,
  #et-boc .et-l .hot-news__source,
  .hot-news__source,
  .et-db #et-boc .et-l .et_pb_module .hot-news__source,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__source,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__source,
  .et-db #et-boc .et-l .et_pb_module .hot-news__source,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__source {
    font-size: 1.1875rem;
    line-height: 1.3125rem;
    letter-spacing: 0.09375rem;
  }
}

/* line 113, resources/assets/styles/modules/_news.scss */

.et-db #et-boc .et-l .hot-news__source .hot-svg,
#et-boc .et-l .hot-news__source .hot-svg,
.hot-news__source .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-news__source .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__source .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__source .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-news__source .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__source .hot-svg {
  -webkit-filter: grayscale(100%) brightness(500%) !important;
          filter: grayscale(100%) brightness(500%) !important;
  margin-left: 0.5rem;
  width: 1.0625rem;
}

/* line 120, resources/assets/styles/modules/_news.scss */

.et-db #et-boc .et-l .hot-news__card-content,
#et-boc .et-l .hot-news__card-content,
.hot-news__card-content,
.et-db #et-boc .et-l .et_pb_module .hot-news__card-content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card-content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card-content,
.et-db #et-boc .et-l .et_pb_module .hot-news__card-content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card-content {
  padding: 1.625rem;
  padding-bottom: 0;
  border-top: solid 0.0625rem #fcc246;
}

@media (min-width: 85.375em) {
  /* line 120, resources/assets/styles/modules/_news.scss */

  .et-db #et-boc .et-l .hot-news__card-content,
  #et-boc .et-l .hot-news__card-content,
  .hot-news__card-content,
  .et-db #et-boc .et-l .et_pb_module .hot-news__card-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card-content,
  .et-db #et-boc .et-l .et_pb_module .hot-news__card-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card-content {
    padding: 2.5rem 1.625rem;
  }
}

/* line 131, resources/assets/styles/modules/_news.scss */

.et-db #et-boc .et-l .hot-news__card-title a,
#et-boc .et-l .hot-news__card-title a,
.hot-news__card-title a,
.et-db #et-boc .et-l .et_pb_module .hot-news__card-title a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card-title a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card-title a,
.et-db #et-boc .et-l .et_pb_module .hot-news__card-title a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card-title a {
  color: #fff;
  font-family: "MaisonNeueWEB-Demi", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.9375rem;
  letter-spacing: 0.125rem;
}

@media (min-width: 48em) {
  /* line 131, resources/assets/styles/modules/_news.scss */

  .et-db #et-boc .et-l .hot-news__card-title a,
  #et-boc .et-l .hot-news__card-title a,
  .hot-news__card-title a,
  .et-db #et-boc .et-l .et_pb_module .hot-news__card-title a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card-title a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card-title a,
  .et-db #et-boc .et-l .et_pb_module .hot-news__card-title a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card-title a {
    letter-spacing: 0.08em;
  }
}

@media (min-width: 85.375em) {
  /* line 131, resources/assets/styles/modules/_news.scss */

  .et-db #et-boc .et-l .hot-news__card-title a,
  #et-boc .et-l .hot-news__card-title a,
  .hot-news__card-title a,
  .et-db #et-boc .et-l .et_pb_module .hot-news__card-title a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card-title a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card-title a,
  .et-db #et-boc .et-l .et_pb_module .hot-news__card-title a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-news__card-title a {
    font-size: 2.0625rem;
    line-height: 2.5625rem;
    letter-spacing: 0.1875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 141, resources/assets/styles/modules/_news.scss */

  .home .hot-news {
    margin-top: 5.3125rem !important;
  }
}

@media (min-width: 85.375em) {
  /* line 1, resources/assets/styles/modules/_manifesto.scss */

  .et-db #et-boc .et-l .hot-manifesto,
  #et-boc .et-l .hot-manifesto,
  .hot-manifesto,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto {
    min-height: 57.1875rem;
  }
}

/* line 6, resources/assets/styles/modules/_manifesto.scss */

.et-db #et-boc .et-l .hot-manifesto__background-text,
#et-boc .et-l .hot-manifesto__background-text,
.hot-manifesto__background-text,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__background-text,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__background-text,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__background-text,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__background-text,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__background-text {
  font-family: "BonVivant-Regular", cursive;
  font-style: italic;
  font-weight: normal;
  font-size: 4.25rem;
  line-height: 3.125rem;
  color: #a8a5a4;
  padding: 0 0 0 0.3125rem;
  text-transform: capitalize;
  width: calc(100% + rem(10));
}

@media (min-width: 85.375em) {
  /* line 6, resources/assets/styles/modules/_manifesto.scss */

  .et-db #et-boc .et-l .hot-manifesto__background-text,
  #et-boc .et-l .hot-manifesto__background-text,
  .hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__background-text {
    font-size: 5.625rem;
    line-height: 6.875rem;
  }
}

@media (min-width: 48em) {
  /* line 6, resources/assets/styles/modules/_manifesto.scss */

  .et-db #et-boc .et-l .hot-manifesto__background-text,
  #et-boc .et-l .hot-manifesto__background-text,
  .hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__background-text {
    font-family: "BonVivant-Regular", cursive;
    font-style: italic;
    font-weight: normal;
    font-size: 6rem;
    line-height: 6rem;
    padding: 0 0 0 1.25rem;
  }
}

@media (min-width: 48em) and (min-width: 48em) {
  /* line 6, resources/assets/styles/modules/_manifesto.scss */

  .et-db #et-boc .et-l .hot-manifesto__background-text,
  #et-boc .et-l .hot-manifesto__background-text,
  .hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__background-text {
    font-size: 7.25rem;
    line-height: 7.25rem;
  }
}

@media (min-width: 48em) and (min-width: 85.375em) {
  /* line 6, resources/assets/styles/modules/_manifesto.scss */

  .et-db #et-boc .et-l .hot-manifesto__background-text,
  #et-boc .et-l .hot-manifesto__background-text,
  .hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__background-text {
    font-size: 11rem;
    line-height: 11rem;
  }
}

@media (min-width: 85.375em) {
  /* line 6, resources/assets/styles/modules/_manifesto.scss */

  .et-db #et-boc .et-l .hot-manifesto__background-text,
  #et-boc .et-l .hot-manifesto__background-text,
  .hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__background-text,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__background-text {
    padding: 0;
  }
}

/* line 25, resources/assets/styles/modules/_manifesto.scss */

.et-db #et-boc .et-l .hot-manifesto__content,
#et-boc .et-l .hot-manifesto__content,
.hot-manifesto__content,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__content,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__content {
  grid-column-end: span 4;
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 2.5rem;
  letter-spacing: 0.15625rem;
  text-transform: uppercase;
  z-index: 2;
  color: #c04635;
}

@media (min-width: 85.375em) {
  /* line 25, resources/assets/styles/modules/_manifesto.scss */

  .et-db #et-boc .et-l .hot-manifesto__content,
  #et-boc .et-l .hot-manifesto__content,
  .hot-manifesto__content,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__content,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__content {
    font-size: 1.875rem;
    line-height: 3.25rem;
    letter-spacing: 0.1875rem;
  }
}

@media (min-width: 48em) {
  /* line 25, resources/assets/styles/modules/_manifesto.scss */

  .et-db #et-boc .et-l .hot-manifesto__content,
  #et-boc .et-l .hot-manifesto__content,
  .hot-manifesto__content,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__content,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__content {
    grid-column: 5 / span 8;
  }
}

@media (min-width: 85.375em) {
  /* line 25, resources/assets/styles/modules/_manifesto.scss */

  .et-db #et-boc .et-l .hot-manifesto__content,
  #et-boc .et-l .hot-manifesto__content,
  .hot-manifesto__content,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__content,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__content {
    grid-column: 5 / span 6;
    margin: 0 -3.90016%;
  }
}

/* line 43, resources/assets/styles/modules/_manifesto.scss */

.et-db #et-boc .et-l .hot-manifesto__figure,
#et-boc .et-l .hot-manifesto__figure,
.hot-manifesto__figure,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__figure,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__figure {
  position: relative;
}

/* line 46, resources/assets/styles/modules/_manifesto.scss */

.et-db #et-boc .et-l .hot-manifesto__figure picture,
#et-boc .et-l .hot-manifesto__figure picture,
.hot-manifesto__figure picture,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__figure picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__figure picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__figure picture,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__figure picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__figure picture {
  display: block;
}

/* line 50, resources/assets/styles/modules/_manifesto.scss */

.et-db #et-boc .et-l .hot-manifesto__figure img,
#et-boc .et-l .hot-manifesto__figure img,
.hot-manifesto__figure img,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__figure img,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__figure img {
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 57, resources/assets/styles/modules/_manifesto.scss */

.et-db #et-boc .et-l .hot-manifesto__heading,
#et-boc .et-l .hot-manifesto__heading,
.hot-manifesto__heading,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__heading,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__heading {
  grid-column-end: span 4;
  margin: 0 0 4.6875rem;
  position: relative;
}

@media (min-width: 48em) {
  /* line 57, resources/assets/styles/modules/_manifesto.scss */

  .et-db #et-boc .et-l .hot-manifesto__heading,
  #et-boc .et-l .hot-manifesto__heading,
  .hot-manifesto__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__heading {
    grid-column-end: span 12;
    margin: 0 0 4.6875rem;
    padding: 0 0 0 14.28571%;
  }
}

@media (min-width: 85.375em) {
  /* line 57, resources/assets/styles/modules/_manifesto.scss */

  .et-db #et-boc .et-l .hot-manifesto__heading,
  #et-boc .et-l .hot-manifesto__heading,
  .hot-manifesto__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__heading {
    margin: 0 0 7.8125rem;
    padding: 0 0 0 32.05815%;
  }
}

/* line 76, resources/assets/styles/modules/_manifesto.scss */

.et-db #et-boc .et-l .hot-manifesto__left-image,
#et-boc .et-l .hot-manifesto__left-image,
.hot-manifesto__left-image,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__left-image,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__left-image,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image {
  grid-column: 2 / span 3;
  margin: 0 0 3.125rem;
  position: relative;
}

@media (min-width: 48em) {
  /* line 76, resources/assets/styles/modules/_manifesto.scss */

  .et-db #et-boc .et-l .hot-manifesto__left-image,
  #et-boc .et-l .hot-manifesto__left-image,
  .hot-manifesto__left-image,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__left-image,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__left-image,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image {
    grid-column: 1 / span 4;
    margin: 0 0 0 -1.875rem;
    width: calc(100% + 1.875rem);
  }
}

@media (min-width: 85.375em) {
  /* line 76, resources/assets/styles/modules/_manifesto.scss */

  .et-db #et-boc .et-l .hot-manifesto__left-image,
  #et-boc .et-l .hot-manifesto__left-image,
  .hot-manifesto__left-image,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__left-image,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__left-image,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image {
    grid-column: 1 / span 4;
    margin: -10.625rem 0 0;
    width: 84.1957%;
  }
}

/* line 96, resources/assets/styles/modules/_manifesto.scss */

.et-db #et-boc .et-l .hot-manifesto__left-image picture,
#et-boc .et-l .hot-manifesto__left-image picture,
.hot-manifesto__left-image picture,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__left-image picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image picture,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__left-image picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image picture {
  position: relative;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-manifesto__left-image picture::before,
#et-boc .et-l .hot-manifesto__left-image picture::before,
.hot-manifesto__left-image picture::before,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__left-image picture::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image picture::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image picture::before,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__left-image picture::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image picture::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 150.42493%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-manifesto__left-image picture > *,
#et-boc .et-l .hot-manifesto__left-image picture > *,
.hot-manifesto__left-image picture > *,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__left-image picture > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image picture > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image picture > *,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__left-image picture > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image picture > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

/* line 101, resources/assets/styles/modules/_manifesto.scss */

.et-db #et-boc .et-l .hot-manifesto__left-image .hot-svg,
#et-boc .et-l .hot-manifesto__left-image .hot-svg,
.hot-manifesto__left-image .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__left-image .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__left-image .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image .hot-svg {
  bottom: 0;
  height: auto;
  margin: 0 auto 0.8125rem calc((-1rem + -35.45817% + -3.375rem));
  position: absolute;
  width: calc(100% - 0.25rem);
}

@media (min-width: 48em) {
  /* line 101, resources/assets/styles/modules/_manifesto.scss */

  .et-db #et-boc .et-l .hot-manifesto__left-image .hot-svg,
  #et-boc .et-l .hot-manifesto__left-image .hot-svg,
  .hot-manifesto__left-image .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__left-image .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__left-image .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image .hot-svg {
    margin: 0 auto -5.25rem -2.3125rem;
    width: calc(100% - 0.1875rem);
  }
}

@media (min-width: 85.375em) {
  /* line 101, resources/assets/styles/modules/_manifesto.scss */

  .et-db #et-boc .et-l .hot-manifesto__left-image .hot-svg,
  #et-boc .et-l .hot-manifesto__left-image .hot-svg,
  .hot-manifesto__left-image .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__left-image .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__left-image .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image .hot-svg {
    margin: 0 auto -15.625rem calc((4.0625rem + 6.75rem) * (-1));
    width: calc(100% + 0.5625rem);
  }
}

/* line 119, resources/assets/styles/modules/_manifesto.scss */

.branddetail .et-db #et-boc .et-l .hot-manifesto__left-image .hot-svg,
.branddetail #et-boc .et-l .hot-manifesto__left-image .hot-svg,
.branddetail .hot-manifesto__left-image .hot-svg,
.branddetail .et-db #et-boc .et-l .et_pb_module .hot-manifesto__left-image .hot-svg,
.branddetail .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image .hot-svg,
.branddetail .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image .hot-svg,
.branddetail .et-db #et-boc .et-l .et_pb_module .hot-manifesto__left-image .hot-svg,
.branddetail .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image .hot-svg {
  display: none;
}

/* line 123, resources/assets/styles/modules/_manifesto.scss */

.brand-template-default .et-db #et-boc .et-l .hot-manifesto__left-image .hot-svg,
.brand-template-default #et-boc .et-l .hot-manifesto__left-image .hot-svg,
.brand-template-default .hot-manifesto__left-image .hot-svg,
.brand-template-default .et-db #et-boc .et-l .et_pb_module .hot-manifesto__left-image .hot-svg,
.brand-template-default .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image .hot-svg,
.brand-template-default .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image .hot-svg,
.brand-template-default .et-db #et-boc .et-l .et_pb_module .hot-manifesto__left-image .hot-svg,
.brand-template-default .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__left-image .hot-svg {
  display: none;
}

@media (min-width: 48em) and (max-width: 85.3125em) {
  /* line 128, resources/assets/styles/modules/_manifesto.scss */

  .et-db #et-boc .et-l .hot-manifesto__paragraph,
  #et-boc .et-l .hot-manifesto__paragraph,
  .hot-manifesto__paragraph,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__paragraph,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__paragraph,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__paragraph,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__paragraph,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__paragraph {
    position: relative;
    top: -0.46875rem;
  }
}

/* line 135, resources/assets/styles/modules/_manifesto.scss */

.et-db #et-boc .et-l .hot-manifesto__right-image,
#et-boc .et-l .hot-manifesto__right-image,
.hot-manifesto__right-image,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__right-image,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__right-image,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image {
  grid-column: 2 / span 3;
  margin: -5rem -1rem 0 0;
  padding-left: 4.5625rem;
}

@media (min-width: 48em) {
  /* line 135, resources/assets/styles/modules/_manifesto.scss */

  .et-db #et-boc .et-l .hot-manifesto__right-image,
  #et-boc .et-l .hot-manifesto__right-image,
  .hot-manifesto__right-image,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__right-image,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__right-image,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image {
    grid-column: 9 / span 4;
    position: relative;
    right: -30px;
    width: 100%;
    padding-left: 0.625rem;
  }
}

@media (min-width: 85.375em) {
  /* line 135, resources/assets/styles/modules/_manifesto.scss */

  .et-db #et-boc .et-l .hot-manifesto__right-image,
  #et-boc .et-l .hot-manifesto__right-image,
  .hot-manifesto__right-image,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__right-image,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__right-image,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image {
    right: -65px;
    padding-left: 0;
  }
}

/* line 153, resources/assets/styles/modules/_manifesto.scss */

.et-db #et-boc .et-l .hot-manifesto__right-image picture,
#et-boc .et-l .hot-manifesto__right-image picture,
.hot-manifesto__right-image picture,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__right-image picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image picture,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__right-image picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image picture {
  position: relative;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-manifesto__right-image picture::before,
#et-boc .et-l .hot-manifesto__right-image picture::before,
.hot-manifesto__right-image picture::before,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__right-image picture::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image picture::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image picture::before,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__right-image picture::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image picture::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 101.35747%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-manifesto__right-image picture > *,
#et-boc .et-l .hot-manifesto__right-image picture > *,
.hot-manifesto__right-image picture > *,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__right-image picture > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image picture > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image picture > *,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__right-image picture > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image picture > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

/* line 157, resources/assets/styles/modules/_manifesto.scss */

.et-db #et-boc .et-l .hot-manifesto__right-image img,
#et-boc .et-l .hot-manifesto__right-image img,
.hot-manifesto__right-image img,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__right-image img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image img,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__right-image img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 162, resources/assets/styles/modules/_manifesto.scss */

.brand-template-default .et-db #et-boc .et-l .hot-manifesto__right-image,
.brand-template-default #et-boc .et-l .hot-manifesto__right-image,
.brand-template-default .hot-manifesto__right-image,
.brand-template-default .et-db #et-boc .et-l .et_pb_module .hot-manifesto__right-image,
.brand-template-default .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image,
.brand-template-default .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image,
.brand-template-default .et-db #et-boc .et-l .et_pb_module .hot-manifesto__right-image,
.brand-template-default .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__right-image {
  display: none;
}

/* line 167, resources/assets/styles/modules/_manifesto.scss */

.et-db #et-boc .et-l .hot-manifesto__title,
#et-boc .et-l .hot-manifesto__title,
.hot-manifesto__title,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__title,
.et-db #et-boc .et-l .et_pb_module .hot-manifesto__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__title {
  margin-bottom: -2.5rem;
  text-transform: uppercase;
}

@media (min-width: 48em) and (max-width: 85.3125em) {
  /* line 167, resources/assets/styles/modules/_manifesto.scss */

  .et-db #et-boc .et-l .hot-manifesto__title,
  #et-boc .et-l .hot-manifesto__title,
  .hot-manifesto__title,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__title,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__title {
    bottom: -2.5rem;
    padding: 0 0 0 22.85714%;
  }
}

@media (min-width: 85.375em) {
  /* line 167, resources/assets/styles/modules/_manifesto.scss */

  .et-db #et-boc .et-l .hot-manifesto__title,
  #et-boc .et-l .hot-manifesto__title,
  .hot-manifesto__title,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__title,
  .et-db #et-boc .et-l .et_pb_module .hot-manifesto__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-manifesto__title {
    bottom: -4.6875rem;
  }
}

/* line 3, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery,
#et-boc .et-l .hot-media-gallery,
.hot-media-gallery,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery {
  background-color: #f7f5f2;
  overflow: hidden;
  position: relative;
}

/* line 8, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery::before,
#et-boc .et-l .hot-media-gallery::before,
.hot-media-gallery::before,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery::before,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery::before {
  background-color: #e8e0d6;
  bottom: 0;
  content: "";
  display: block;
  height: calc(100% - 3.8125rem);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

@media (min-width: 48em) {
  /* line 8, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery::before,
  #et-boc .et-l .hot-media-gallery::before,
  .hot-media-gallery::before,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery::before,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery::before {
    height: calc(100% - 6.625rem);
  }
}

@media (min-width: 85.375em) {
  /* line 8, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery::before,
  #et-boc .et-l .hot-media-gallery::before,
  .hot-media-gallery::before,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery::before,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery::before {
    height: calc(100% - 11.875rem);
  }
}

/* line 29, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery > *,
#et-boc .et-l .hot-media-gallery > *,
.hot-media-gallery > *,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery > *,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery > * {
  z-index: 2;
}

/* line 33, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__content,
#et-boc .et-l .hot-media-gallery__content,
.hot-media-gallery__content,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__content,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__content {
  position: relative;
  grid-column-end: span 4;
}

@media (min-width: 48em) {
  /* line 33, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__content,
  #et-boc .et-l .hot-media-gallery__content,
  .hot-media-gallery__content,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__content,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__content {
    grid-column-end: span 12;
  }
}

/* line 43, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__cta,
.et-db #et-boc .et-l .hot-media-gallery__cta:not(.wc-forward),
#et-boc .et-l .hot-media-gallery__cta,
#et-boc .et-l .hot-media-gallery__cta:not(.wc-forward),
.hot-media-gallery__cta,
.hot-media-gallery__cta:not(.wc-forward),
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__cta,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__cta:not(.wc-forward),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__cta:not(.wc-forward),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__cta:not(.wc-forward),
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__cta,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__cta:not(.wc-forward),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__cta:not(.wc-forward) {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.07812rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  text-decoration-line: underline !important;
}

@media (min-width: 85.375em) {
  /* line 43, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__cta,
  .et-db #et-boc .et-l .hot-media-gallery__cta:not(.wc-forward),
  #et-boc .et-l .hot-media-gallery__cta,
  #et-boc .et-l .hot-media-gallery__cta:not(.wc-forward),
  .hot-media-gallery__cta,
  .hot-media-gallery__cta:not(.wc-forward),
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__cta:not(.wc-forward),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__cta:not(.wc-forward),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__cta:not(.wc-forward),
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__cta:not(.wc-forward),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__cta:not(.wc-forward) {
    font-size: 1.1875rem;
    line-height: 1.3125rem;
    letter-spacing: 0.09375rem;
  }
}

/* line 50, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__date,
#et-boc .et-l .hot-media-gallery__date,
.hot-media-gallery__date,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__date,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__date,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__date,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__date,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__date {
  font-family: "BonVivant-Regular", cursive;
  font-style: italic;
  font-weight: normal;
  font-size: 4.25rem;
  line-height: 3.125rem;
  z-index: 2;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  bottom: -1.75rem;
  color: #ddaa3e;
  line-height: 100%;
  overflow: visible;
  position: absolute;
  padding: 0 -2.1875rem 0 0;
  text-align: right;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 100%;
}

@media (min-width: 85.375em) {
  /* line 50, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__date,
  #et-boc .et-l .hot-media-gallery__date,
  .hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__date {
    font-size: 5.625rem;
    line-height: 6.875rem;
  }
}

@media (min-width: 48em) {
  /* line 50, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__date,
  #et-boc .et-l .hot-media-gallery__date,
  .hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__date {
    bottom: -0.9375rem;
    padding: 0 2.125rem 0 0;
  }
}

@media (min-width: 85.375em) {
  /* line 50, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__date,
  #et-boc .et-l .hot-media-gallery__date,
  .hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__date {
    bottom: -4.0625rem;
  }
}

/* line 75, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__description,
#et-boc .et-l .hot-media-gallery__description,
.hot-media-gallery__description,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__description,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__description {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  margin: 0 0 1.25rem;
  width: 78.52941%;
}

@media (min-width: 48em) {
  /* line 75, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__description,
  #et-boc .et-l .hot-media-gallery__description,
  .hot-media-gallery__description,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__description,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__description {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 75, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__description,
  #et-boc .et-l .hot-media-gallery__description,
  .hot-media-gallery__description,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__description,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__description {
    letter-spacing: 0.03125rem;
  }
}

@media (min-width: 48em) {
  /* line 75, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__description,
  #et-boc .et-l .hot-media-gallery__description,
  .hot-media-gallery__description,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__description,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__description {
    width: 88.99614%;
  }
}

@media (min-width: 85.375em) {
  /* line 75, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__description,
  #et-boc .et-l .hot-media-gallery__description,
  .hot-media-gallery__description,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__description,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__description {
    width: 57.33764%;
  }
}

/* line 90, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__eyebrow,
#et-boc .et-l .hot-media-gallery__eyebrow,
.hot-media-gallery__eyebrow,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__eyebrow,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__eyebrow,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__eyebrow,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__eyebrow,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__eyebrow {
  font-family: "MaisonNeueMonoWEB-Bold", monospace;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  width: 73.82353%;
}

@media (min-width: 48em) {
  /* line 90, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__eyebrow,
  #et-boc .et-l .hot-media-gallery__eyebrow,
  .hot-media-gallery__eyebrow,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__eyebrow,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__eyebrow,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__eyebrow,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__eyebrow,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__eyebrow {
    width: 78.57143%;
  }
}

@media (min-width: 85.375em) {
  /* line 90, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__eyebrow,
  #et-boc .et-l .hot-media-gallery__eyebrow,
  .hot-media-gallery__eyebrow,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__eyebrow,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__eyebrow,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__eyebrow,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__eyebrow,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__eyebrow {
    margin: 0 0 1.875rem;
  }
}

@media (min-width: 48em) {
  /* line 105, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__figure,
  #et-boc .et-l .hot-media-gallery__figure,
  .hot-media-gallery__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure {
    position: relative;
    pointer-events: none;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-media-gallery__figure::before,
  #et-boc .et-l .hot-media-gallery__figure::before,
  .hot-media-gallery__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 65.34653%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-media-gallery__figure > *,
  #et-boc .et-l .hot-media-gallery__figure > *,
  .hot-media-gallery__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

@media (min-width: 85.375em) {
  /* line 105, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__figure,
  #et-boc .et-l .hot-media-gallery__figure,
  .hot-media-gallery__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure {
    position: relative;
    margin: 0 0 0 -21.07558%;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-media-gallery__figure::before,
  #et-boc .et-l .hot-media-gallery__figure::before,
  .hot-media-gallery__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 116.34615%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-media-gallery__figure > *,
  #et-boc .et-l .hot-media-gallery__figure > *,
  .hot-media-gallery__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

/* line 118, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__figure video,
.et-db #et-boc .et-l .hot-media-gallery__figure img,
#et-boc .et-l .hot-media-gallery__figure video,
#et-boc .et-l .hot-media-gallery__figure img,
.hot-media-gallery__figure video,
.hot-media-gallery__figure img,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__figure video,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure img,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__figure video,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* line 126, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__group,
#et-boc .et-l .hot-media-gallery__group,
.hot-media-gallery__group,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__group,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__group,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__group,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__group,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__group {
  border-left: 0.0625rem solid #c04635;
  margin: 0 0 0 -1.5rem;
  padding: 0 0 3.75rem 1.5rem;
}

@media (min-width: 48em) {
  /* line 126, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__group,
  #et-boc .et-l .hot-media-gallery__group,
  .hot-media-gallery__group,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__group,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__group,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__group,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__group,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__group {
    margin: 0;
    padding: 0 0 3.375rem 5.71429%;
    width: 57.14286%;
  }
}

@media (min-width: 85.375em) {
  /* line 126, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__group,
  #et-boc .et-l .hot-media-gallery__group,
  .hot-media-gallery__group,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__group,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__group,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__group,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__group,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__group {
    padding: 0 0 6.4375rem 3.61897%;
    width: 66.02907%;
  }
}

/* line 143, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__heading,
#et-boc .et-l .hot-media-gallery__heading,
.hot-media-gallery__heading,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__heading,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__heading {
  width: 100%;
}

@media (min-width: 48em) {
  /* line 143, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__heading,
  #et-boc .et-l .hot-media-gallery__heading,
  .hot-media-gallery__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__heading {
    margin: 0 2.85714% 0 0;
    width: 40%;
  }
}

@media (min-width: 85.375em) {
  /* line 143, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__heading,
  #et-boc .et-l .hot-media-gallery__heading,
  .hot-media-gallery__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__heading {
    margin: 0 1.91278% 0 0;
    width: 31.42857%;
  }
}

/* line 157, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__item,
.et-db #et-boc .et-l .hot-media-gallery__item:not(.wc-forward),
#et-boc .et-l .hot-media-gallery__item,
#et-boc .et-l .hot-media-gallery__item:not(.wc-forward),
.hot-media-gallery__item,
.hot-media-gallery__item:not(.wc-forward),
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item:not(.wc-forward),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward),
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item:not(.wc-forward),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward) {
  color: #c04635;
  display: block;
  padding-bottom: 0 !important;
  position: relative;
}

@media (min-width: 48em) {
  /* line 164, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__item:not(:last-child),
  .et-db #et-boc .et-l .hot-media-gallery__item:not(.wc-forward):not(:last-child),
  #et-boc .et-l .hot-media-gallery__item:not(:last-child),
  #et-boc .et-l .hot-media-gallery__item:not(.wc-forward):not(:last-child),
  .hot-media-gallery__item:not(:last-child),
  .hot-media-gallery__item:not(.wc-forward):not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item:not(.wc-forward):not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward):not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward):not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item:not(.wc-forward):not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward):not(:last-child) {
    margin: 0 0 0.4375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 164, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__item:not(:last-child),
  .et-db #et-boc .et-l .hot-media-gallery__item:not(.wc-forward):not(:last-child),
  #et-boc .et-l .hot-media-gallery__item:not(:last-child),
  #et-boc .et-l .hot-media-gallery__item:not(.wc-forward):not(:last-child),
  .hot-media-gallery__item:not(:last-child),
  .hot-media-gallery__item:not(.wc-forward):not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item:not(.wc-forward):not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward):not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward):not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item:not(.wc-forward):not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward):not(:last-child) {
    margin: 0 0 0.8125rem;
  }
}

/* line 174, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__item::after,
.et-db #et-boc .et-l .hot-media-gallery__item:not(.wc-forward)::after,
#et-boc .et-l .hot-media-gallery__item::after,
#et-boc .et-l .hot-media-gallery__item:not(.wc-forward)::after,
.hot-media-gallery__item::after,
.hot-media-gallery__item:not(.wc-forward)::after,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item::after,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item:not(.wc-forward)::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward)::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward)::after,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item::after,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item:not(.wc-forward)::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward)::after {
  background-color: #c04635;
  content: "";
  height: 100%;
  left: 0;
  margin: 0 0 0 -20%;
  mix-blend-mode: multiply;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.3s ease opacity;
  -o-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
  top: 0;
  width: calc(100% + 20%);
}

@media (min-width: 85.375em) {
  /* line 174, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__item::after,
  .et-db #et-boc .et-l .hot-media-gallery__item:not(.wc-forward)::after,
  #et-boc .et-l .hot-media-gallery__item::after,
  #et-boc .et-l .hot-media-gallery__item:not(.wc-forward)::after,
  .hot-media-gallery__item::after,
  .hot-media-gallery__item:not(.wc-forward)::after,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item::after,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item:not(.wc-forward)::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward)::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward)::after,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item::after,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item:not(.wc-forward)::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward)::after {
    margin: 0 0 0 -39.06977%;
    width: calc(100% + 39.06977%);
  }
}

/* line 194, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__item.active::after,
.et-db #et-boc .et-l .hot-media-gallery__item:not(.wc-forward).active::after,
#et-boc .et-l .hot-media-gallery__item.active::after,
#et-boc .et-l .hot-media-gallery__item:not(.wc-forward).active::after,
.hot-media-gallery__item.active::after,
.hot-media-gallery__item:not(.wc-forward).active::after,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item.active::after,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item:not(.wc-forward).active::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item.active::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward).active::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item.active::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward).active::after,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item.active::after,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item:not(.wc-forward).active::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item.active::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward).active::after {
  opacity: 1;
}

/* line 199, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__item .hot-media-gallery__date,
.et-db #et-boc .et-l .hot-media-gallery__item:not(.wc-forward) .hot-media-gallery__date,
#et-boc .et-l .hot-media-gallery__item .hot-media-gallery__date,
#et-boc .et-l .hot-media-gallery__item:not(.wc-forward) .hot-media-gallery__date,
.hot-media-gallery__item .hot-media-gallery__date,
.hot-media-gallery__item:not(.wc-forward) .hot-media-gallery__date,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item .hot-media-gallery__date,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item:not(.wc-forward) .hot-media-gallery__date,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item .hot-media-gallery__date,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward) .hot-media-gallery__date,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item .hot-media-gallery__date,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward) .hot-media-gallery__date,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item .hot-media-gallery__date,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item:not(.wc-forward) .hot-media-gallery__date,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item .hot-media-gallery__date,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward) .hot-media-gallery__date {
  display: block;
}

@media (min-width: 48em) {
  /* line 199, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__item .hot-media-gallery__date,
  .et-db #et-boc .et-l .hot-media-gallery__item:not(.wc-forward) .hot-media-gallery__date,
  #et-boc .et-l .hot-media-gallery__item .hot-media-gallery__date,
  #et-boc .et-l .hot-media-gallery__item:not(.wc-forward) .hot-media-gallery__date,
  .hot-media-gallery__item .hot-media-gallery__date,
  .hot-media-gallery__item:not(.wc-forward) .hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item .hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item:not(.wc-forward) .hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item .hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward) .hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item .hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward) .hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item .hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item:not(.wc-forward) .hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item .hot-media-gallery__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item:not(.wc-forward) .hot-media-gallery__date {
    display: none;
  }
}

/* line 208, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__item-details,
#et-boc .et-l .hot-media-gallery__item-details,
.hot-media-gallery__item-details,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item-details,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item-details,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item-details,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item-details,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item-details {
  padding: 0 0 0 1.5rem;
  -webkit-transition: 0.5s linear opacity;
  -o-transition: 0.5s linear opacity;
  transition: 0.5s linear opacity;
}

@media (min-width: 48em) {
  /* line 208, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__item-details,
  #et-boc .et-l .hot-media-gallery__item-details,
  .hot-media-gallery__item-details,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item-details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item-details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item-details,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item-details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}

/* line 217, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__item-details:not(.active),
#et-boc .et-l .hot-media-gallery__item-details:not(.active),
.hot-media-gallery__item-details:not(.active),
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item-details:not(.active),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item-details:not(.active),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item-details:not(.active),
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item-details:not(.active),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item-details:not(.active) {
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
}

/* line 226, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__item-details.active,
#et-boc .et-l .hot-media-gallery__item-details.active,
.hot-media-gallery__item-details.active,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item-details.active,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item-details.active,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item-details.active,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__item-details.active,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__item-details.active {
  z-index: 2;
  opacity: 1;
  position: relative;
  visibility: visible;
}

/* line 235, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__preview,
#et-boc .et-l .hot-media-gallery__preview,
.hot-media-gallery__preview,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview {
  grid-column-end: span 4;
  cursor: pointer;
  margin: 0 0 3.0625rem;
  width: 100%;
}

@media (min-width: 48em) {
  /* line 235, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__preview,
  #et-boc .et-l .hot-media-gallery__preview,
  .hot-media-gallery__preview,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview {
    grid-column-end: span 10;
    cursor: default;
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 0 3.125rem;
    position: relative;
  }
}

@media (min-width: 85.375em) {
  /* line 235, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__preview,
  #et-boc .et-l .hot-media-gallery__preview,
  .hot-media-gallery__preview,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview {
    grid-column-end: span 11;
    margin: 0 0 8.375rem;
    width: calc(100% - 0.71906%);
  }
}

/* line 259, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__preview.grabbing,
#et-boc .et-l .hot-media-gallery__preview.grabbing,
.hot-media-gallery__preview.grabbing,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview.grabbing,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview.grabbing,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview.grabbing,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview.grabbing,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview.grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

@media (min-width: 48em) {
  /* line 259, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__preview.grabbing,
  #et-boc .et-l .hot-media-gallery__preview.grabbing,
  .hot-media-gallery__preview.grabbing,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview.grabbing,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview.grabbing,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview.grabbing,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview.grabbing,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview.grabbing {
    cursor: pointer;
  }
}

/* line 267, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__preview figure,
#et-boc .et-l .hot-media-gallery__preview figure,
.hot-media-gallery__preview figure,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure {
  position: relative;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-media-gallery__preview figure::before,
#et-boc .et-l .hot-media-gallery__preview figure::before,
.hot-media-gallery__preview figure::before,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure::before,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60.92715%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-media-gallery__preview figure > *,
#et-boc .et-l .hot-media-gallery__preview figure > *,
.hot-media-gallery__preview figure > *,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure > *,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

@media (min-width: 48em) {
  /* line 267, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__preview figure,
  #et-boc .et-l .hot-media-gallery__preview figure,
  .hot-media-gallery__preview figure,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure {
    position: relative;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-media-gallery__preview figure::before,
  #et-boc .et-l .hot-media-gallery__preview figure::before,
  .hot-media-gallery__preview figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60.81772%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-media-gallery__preview figure > *,
  #et-boc .et-l .hot-media-gallery__preview figure > *,
  .hot-media-gallery__preview figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

@media (min-width: 85.375em) {
  /* line 267, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__preview figure,
  #et-boc .et-l .hot-media-gallery__preview figure,
  .hot-media-gallery__preview figure,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure {
    position: relative;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-media-gallery__preview figure::before,
  #et-boc .et-l .hot-media-gallery__preview figure::before,
  .hot-media-gallery__preview figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60.92437%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-media-gallery__preview figure > *,
  #et-boc .et-l .hot-media-gallery__preview figure > *,
  .hot-media-gallery__preview figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

/* line 278, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__preview figure img,
.et-db #et-boc .et-l .hot-media-gallery__preview figure video,
#et-boc .et-l .hot-media-gallery__preview figure img,
#et-boc .et-l .hot-media-gallery__preview figure video,
.hot-media-gallery__preview figure img,
.hot-media-gallery__preview figure video,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview figure img,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview figure video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure video,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview figure img,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview figure video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview figure video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* line 287, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__preview-item,
#et-boc .et-l .hot-media-gallery__preview-item,
.hot-media-gallery__preview-item,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item {
  display: block;
  height: 100%;
  min-width: 88.19118%;
  pointer-events: none;
  position: relative;
  width: 100%;
}

@media (min-width: 48em) {
  /* line 287, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__preview-item,
  #et-boc .et-l .hot-media-gallery__preview-item,
  .hot-media-gallery__preview-item,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item {
    pointer-events: unset;
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
}

/* line 302, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__preview-item.active,
#et-boc .et-l .hot-media-gallery__preview-item.active,
.hot-media-gallery__preview-item.active,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item.active,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item.active,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item.active,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item.active,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item.active {
  z-index: 2;
  -webkit-transition: 0.5s ease opacity;
  -o-transition: 0.5s ease opacity;
  transition: 0.5s ease opacity;
}

@media (min-width: 48em) {
  /* line 302, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__preview-item.active,
  #et-boc .et-l .hot-media-gallery__preview-item.active,
  .hot-media-gallery__preview-item.active,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item.active,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item.active,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item.active,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item.active,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item.active {
    opacity: 1;
    position: relative;
    visibility: visible;
  }
}

/* line 314, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__preview-item:not(:last-child),
#et-boc .et-l .hot-media-gallery__preview-item:not(:last-child),
.hot-media-gallery__preview-item:not(:last-child),
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item:not(:last-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item:not(:last-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item:not(:last-child),
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item:not(:last-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item:not(:last-child) {
  margin: 0 0.625rem 0 0;
}

@media (min-width: 48em) {
  /* line 314, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__preview-item:not(:last-child),
  #et-boc .et-l .hot-media-gallery__preview-item:not(:last-child),
  .hot-media-gallery__preview-item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item:not(:last-child) {
    margin: 0 0 0.4375rem;
  }
}

/* line 322, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__preview-item video,
.et-db #et-boc .et-l .hot-media-gallery__preview-item .hot-yt-player,
.et-db #et-boc .et-l .hot-media-gallery__preview-item .hot-vimeo-player iframe,
#et-boc .et-l .hot-media-gallery__preview-item video,
#et-boc .et-l .hot-media-gallery__preview-item .hot-yt-player,
#et-boc .et-l .hot-media-gallery__preview-item .hot-vimeo-player iframe,
.hot-media-gallery__preview-item video,
.hot-media-gallery__preview-item .hot-yt-player,
.hot-media-gallery__preview-item .hot-vimeo-player iframe,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item video,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-vimeo-player iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-vimeo-player iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-vimeo-player iframe,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item video,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-vimeo-player iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-vimeo-player iframe {
  cursor: pointer;
}

/* line 328, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__preview-item .hot-yt-player,
.et-db #et-boc .et-l .hot-media-gallery__preview-item .hot-vimeo-player iframe,
#et-boc .et-l .hot-media-gallery__preview-item .hot-yt-player,
#et-boc .et-l .hot-media-gallery__preview-item .hot-vimeo-player iframe,
.hot-media-gallery__preview-item .hot-yt-player,
.hot-media-gallery__preview-item .hot-vimeo-player iframe,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-vimeo-player iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-vimeo-player iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-vimeo-player iframe,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-vimeo-player iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-yt-player,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-vimeo-player iframe {
  pointer-events: none;
}

@media (min-width: 48em) {
  /* line 328, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__preview-item .hot-yt-player,
  .et-db #et-boc .et-l .hot-media-gallery__preview-item .hot-vimeo-player iframe,
  #et-boc .et-l .hot-media-gallery__preview-item .hot-yt-player,
  #et-boc .et-l .hot-media-gallery__preview-item .hot-vimeo-player iframe,
  .hot-media-gallery__preview-item .hot-yt-player,
  .hot-media-gallery__preview-item .hot-vimeo-player iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-yt-player,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-vimeo-player iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-yt-player,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-vimeo-player iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-yt-player,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-vimeo-player iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-yt-player,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-vimeo-player iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-yt-player,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-vimeo-player iframe {
    pointer-events: unset;
  }
}

/* line 337, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__preview-item .hot-play-icon,
.et-db #et-boc .et-l .hot-media-gallery__preview-item video + picture,
.et-db #et-boc .et-l .hot-media-gallery__preview-item .hot-vimeo-player + picture,
.et-db #et-boc .et-l .hot-media-gallery__preview-item .hot-yt-player + picture,
#et-boc .et-l .hot-media-gallery__preview-item .hot-play-icon,
#et-boc .et-l .hot-media-gallery__preview-item video + picture,
#et-boc .et-l .hot-media-gallery__preview-item .hot-vimeo-player + picture,
#et-boc .et-l .hot-media-gallery__preview-item .hot-yt-player + picture,
.hot-media-gallery__preview-item .hot-play-icon,
.hot-media-gallery__preview-item video + picture,
.hot-media-gallery__preview-item .hot-vimeo-player + picture,
.hot-media-gallery__preview-item .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item video + picture,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item video + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item video + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item video + picture,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item video + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-yt-player + picture {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media (min-width: 48em) {
  /* line 337, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__preview-item .hot-play-icon,
  .et-db #et-boc .et-l .hot-media-gallery__preview-item video + picture,
  .et-db #et-boc .et-l .hot-media-gallery__preview-item .hot-vimeo-player + picture,
  .et-db #et-boc .et-l .hot-media-gallery__preview-item .hot-yt-player + picture,
  #et-boc .et-l .hot-media-gallery__preview-item .hot-play-icon,
  #et-boc .et-l .hot-media-gallery__preview-item video + picture,
  #et-boc .et-l .hot-media-gallery__preview-item .hot-vimeo-player + picture,
  #et-boc .et-l .hot-media-gallery__preview-item .hot-yt-player + picture,
  .hot-media-gallery__preview-item .hot-play-icon,
  .hot-media-gallery__preview-item video + picture,
  .hot-media-gallery__preview-item .hot-vimeo-player + picture,
  .hot-media-gallery__preview-item .hot-yt-player + picture,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-play-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item video + picture,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-vimeo-player + picture,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-yt-player + picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-play-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item video + picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-vimeo-player + picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-yt-player + picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-play-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item video + picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-vimeo-player + picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-yt-player + picture,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-play-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item video + picture,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-vimeo-player + picture,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item .hot-yt-player + picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-play-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item video + picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-vimeo-player + picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item .hot-yt-player + picture {
    pointer-events: unset;
  }
}

/* line 351, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__preview-item.paused .hot-play-icon,
.et-db #et-boc .et-l .hot-media-gallery__preview-item.paused video + picture,
.et-db #et-boc .et-l .hot-media-gallery__preview-item.paused .hot-vimeo-player + picture,
.et-db #et-boc .et-l .hot-media-gallery__preview-item.paused .hot-yt-player + picture,
#et-boc .et-l .hot-media-gallery__preview-item.paused .hot-play-icon,
#et-boc .et-l .hot-media-gallery__preview-item.paused video + picture,
#et-boc .et-l .hot-media-gallery__preview-item.paused .hot-vimeo-player + picture,
#et-boc .et-l .hot-media-gallery__preview-item.paused .hot-yt-player + picture,
.hot-media-gallery__preview-item.paused .hot-play-icon,
.hot-media-gallery__preview-item.paused video + picture,
.hot-media-gallery__preview-item.paused .hot-vimeo-player + picture,
.hot-media-gallery__preview-item.paused .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item.paused .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item.paused video + picture,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item.paused .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item.paused .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item.paused .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item.paused video + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item.paused .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item.paused .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item.paused .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item.paused video + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item.paused .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item.paused .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item.paused .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item.paused video + picture,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item.paused .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__preview-item.paused .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item.paused .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item.paused video + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item.paused .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__preview-item.paused .hot-yt-player + picture {
  opacity: 1;
  visibility: visible;
}

/* line 360, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__slider-wrapper,
#et-boc .et-l .hot-media-gallery__slider-wrapper,
.hot-media-gallery__slider-wrapper,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__slider-wrapper,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__slider-wrapper,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__slider-wrapper,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__slider-wrapper,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__slider-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  white-space: nowrap;
  width: 100%;
}

@media (min-width: 48em) {
  /* line 360, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__slider-wrapper,
  #et-boc .et-l .hot-media-gallery__slider-wrapper,
  .hot-media-gallery__slider-wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__slider-wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__slider-wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__slider-wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__slider-wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__slider-wrapper {
    background-color: #000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 373, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__slider-wrapper.sliding,
#et-boc .et-l .hot-media-gallery__slider-wrapper.sliding,
.hot-media-gallery__slider-wrapper.sliding,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__slider-wrapper.sliding,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__slider-wrapper.sliding,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__slider-wrapper.sliding,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__slider-wrapper.sliding,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__slider-wrapper.sliding {
  -webkit-transition: 0.3s ease left;
  -o-transition: 0.3s ease left;
  transition: 0.3s ease left;
}

/* line 378, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__thumbnails,
#et-boc .et-l .hot-media-gallery__thumbnails,
.hot-media-gallery__thumbnails,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__thumbnails,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__thumbnails,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__thumbnails,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__thumbnails,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__thumbnails {
  display: none;
}

@media (min-width: 48em) {
  /* line 378, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__thumbnails,
  #et-boc .et-l .hot-media-gallery__thumbnails,
  .hot-media-gallery__thumbnails,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__thumbnails,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__thumbnails,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__thumbnails,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__thumbnails,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__thumbnails {
    grid-column-end: span 2;
    cursor: unset;
    display: block;
    margin: 0 0 3.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 378, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__thumbnails,
  #et-boc .et-l .hot-media-gallery__thumbnails,
  .hot-media-gallery__thumbnails,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__thumbnails,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__thumbnails,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__thumbnails,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__thumbnails,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__thumbnails {
    grid-column-end: span 1;
    margin: 0 0 8.375rem;
  }
}

/* line 396, resources/assets/styles/modules/_media-gallery.scss */

.et-db #et-boc .et-l .hot-media-gallery__title,
#et-boc .et-l .hot-media-gallery__title,
.hot-media-gallery__title,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__title,
.et-db #et-boc .et-l .et_pb_module .hot-media-gallery__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__title {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  width: 100%;
}

@media (min-width: 48em) {
  /* line 396, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__title,
  #et-boc .et-l .hot-media-gallery__title,
  .hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__title {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 396, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__title,
  #et-boc .et-l .hot-media-gallery__title,
  .hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 48em) {
  /* line 396, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__title,
  #et-boc .et-l .hot-media-gallery__title,
  .hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__title {
    font-family: "GT-Pressura-Bold", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 3.75rem;
    letter-spacing: 0.09375rem;
    text-transform: uppercase;
  }
}

@media (min-width: 48em) and (min-width: 48em) {
  /* line 396, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__title,
  #et-boc .et-l .hot-media-gallery__title,
  .hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__title {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    letter-spacing: 0.0625rem;
  }
}

@media (min-width: 48em) and (min-width: 85.375em) {
  /* line 396, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__title,
  #et-boc .et-l .hot-media-gallery__title,
  .hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__title {
    font-size: 2.5rem;
    line-height: 2.75rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 396, resources/assets/styles/modules/_media-gallery.scss */

  .et-db #et-boc .et-l .hot-media-gallery__title,
  #et-boc .et-l .hot-media-gallery__title,
  .hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module .hot-media-gallery__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-media-gallery__title {
    width: 85.82339%;
  }
}

/* line 3, resources/assets/styles/modules/_brand-portfolio.scss */

.et-db #et-boc .et-l .hot-brand-portfolio,
#et-boc .et-l .hot-brand-portfolio,
.hot-brand-portfolio,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio {
  overflow: hidden;
}

/* line 6, resources/assets/styles/modules/_brand-portfolio.scss */

.et-db #et-boc .et-l .hot-brand-portfolio__wrapper,
#et-boc .et-l .hot-brand-portfolio__wrapper,
.hot-brand-portfolio__wrapper,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__wrapper,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__wrapper,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__wrapper,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__wrapper,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__wrapper {
  position: relative;
  background-color: #c04635;
}

@media (min-width: 0) {
  /* line 6, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__wrapper,
  #et-boc .et-l .hot-brand-portfolio__wrapper,
  .hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__wrapper {
    margin-top: 4.625rem;
    margin-right: 2.30357rem;
  }
}

@media (min-width: 48rem) {
  /* line 6, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__wrapper,
  #et-boc .et-l .hot-brand-portfolio__wrapper,
  .hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__wrapper {
    margin-top: 7.375rem;
    margin-bottom: 4.3125rem;
    margin-right: 9.375rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 6, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__wrapper,
  #et-boc .et-l .hot-brand-portfolio__wrapper,
  .hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__wrapper {
    margin-top: 12.5rem;
    margin-right: 8.5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 6, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__wrapper,
  #et-boc .et-l .hot-brand-portfolio__wrapper,
  .hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__wrapper {
    min-height: 34.25rem;
  }
}

@media (min-width: 90em) {
  /* line 6, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__wrapper,
  #et-boc .et-l .hot-brand-portfolio__wrapper,
  .hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__wrapper {
    margin-right: 12.77375rem;
  }
}

/* line 29, resources/assets/styles/modules/_brand-portfolio.scss */

.et-db #et-boc .et-l .hot-brand-portfolio__container,
#et-boc .et-l .hot-brand-portfolio__container,
.hot-brand-portfolio__container,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__container,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__container {
  padding: 0.625rem 0 2.5rem;
  margin-right: -1.30357rem;
  grid-template-rows: auto 1fr auto;
}

@media (min-width: 48em) {
  /* line 29, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__container,
  #et-boc .et-l .hot-brand-portfolio__container,
  .hot-brand-portfolio__container,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__container,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__container {
    padding: 0 0 3.125rem;
    margin-right: -6.42857rem;
  }
}

@media (min-width: 85.375em) {
  /* line 29, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__container,
  #et-boc .et-l .hot-brand-portfolio__container,
  .hot-brand-portfolio__container,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__container,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__container {
    grid-column-gap: 2.44141%;
    -ms-grid-column-gap: 2.44141%;
  }
}

@media (min-width: 90em) {
  /* line 29, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__container,
  #et-boc .et-l .hot-brand-portfolio__container,
  .hot-brand-portfolio__container,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__container,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__container {
    padding: 0 0 4.0625rem;
    margin-right: -8.71125rem;
  }
}

/* line 50, resources/assets/styles/modules/_brand-portfolio.scss */

.et-db #et-boc .et-l .hot-brand-portfolio__heading,
#et-boc .et-l .hot-brand-portfolio__heading,
.hot-brand-portfolio__heading,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading {
  grid-column: 1 / span 4;
  grid-row: 1 / span 1;
  z-index: 1;
  margin: 0 0 1.875rem 0.3125rem;
}

@media (min-width: 48em) {
  /* line 50, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__heading,
  #et-boc .et-l .hot-brand-portfolio__heading,
  .hot-brand-portfolio__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading {
    grid-column: 1 / span 6;
    margin: 0 0 1.25rem 2.5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 50, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__heading,
  #et-boc .et-l .hot-brand-portfolio__heading,
  .hot-brand-portfolio__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading {
    grid-column: 1 / span 6;
    margin: 0.5625rem 0 3.125rem 2.6875rem;
  }
}

/* line 70, resources/assets/styles/modules/_brand-portfolio.scss */

.et-db #et-boc .et-l .hot-brand-portfolio__heading h2:first-child,
#et-boc .et-l .hot-brand-portfolio__heading h2:first-child,
.hot-brand-portfolio__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:first-child {
  font-family: "BonVivant-Regular", cursive;
  font-style: italic;
  font-weight: normal;
  font-size: 6rem;
  line-height: 6rem;
  z-index: -1;
  position: relative;
  color: #ddaa3e;
  mix-blend-mode: normal;
  -webkit-transform: rotate(-7.01deg);
       -o-transform: rotate(-7.01deg);
          transform: rotate(-7.01deg);
}

@media (min-width: 48em) {
  /* line 70, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__heading h2:first-child,
  #et-boc .et-l .hot-brand-portfolio__heading h2:first-child,
  .hot-brand-portfolio__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:first-child {
    font-size: 7.25rem;
    line-height: 7.25rem;
  }
}

@media (min-width: 85.375em) {
  /* line 70, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__heading h2:first-child,
  #et-boc .et-l .hot-brand-portfolio__heading h2:first-child,
  .hot-brand-portfolio__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:first-child {
    font-size: 11rem;
    line-height: 11rem;
  }
}

@media (min-width: 85.375em) {
  /* line 70, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__heading h2:first-child,
  #et-boc .et-l .hot-brand-portfolio__heading h2:first-child,
  .hot-brand-portfolio__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:first-child {
    margin-left: -1.875rem;
  }
}

@media (min-width: 90em) {
  /* line 70, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__heading h2:first-child,
  #et-boc .et-l .hot-brand-portfolio__heading h2:first-child,
  .hot-brand-portfolio__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:first-child {
    margin-left: 0;
  }
}

/* line 88, resources/assets/styles/modules/_brand-portfolio.scss */

.et-db #et-boc .et-l .hot-brand-portfolio__heading h2:last-child,
#et-boc .et-l .hot-brand-portfolio__heading h2:last-child,
.hot-brand-portfolio__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:last-child {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.75rem;
  line-height: 3.25rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  z-index: 2;
  color: #fff;
  text-align: center;
}

@media (min-width: 48em) {
  /* line 88, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__heading h2:last-child,
  #et-boc .et-l .hot-brand-portfolio__heading h2:last-child,
  .hot-brand-portfolio__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:last-child {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 88, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__heading h2:last-child,
  #et-boc .et-l .hot-brand-portfolio__heading h2:last-child,
  .hot-brand-portfolio__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:last-child {
    font-size: 8.75rem;
    line-height: 7.875rem;
  }
}

@media (min-width: 48em) {
  /* line 88, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__heading h2:last-child,
  #et-boc .et-l .hot-brand-portfolio__heading h2:last-child,
  .hot-brand-portfolio__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:last-child {
    text-align: left;
    margin-left: 6.25rem;
  }
}

@media (min-width: 85.375em) {
  /* line 88, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__heading h2:last-child,
  #et-boc .et-l .hot-brand-portfolio__heading h2:last-child,
  .hot-brand-portfolio__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__heading h2:last-child {
    margin-top: -0.625rem;
    margin-left: 9.625rem;
  }
}

/* line 108, resources/assets/styles/modules/_brand-portfolio.scss */

.et-db #et-boc .et-l .hot-brand-portfolio__details,
#et-boc .et-l .hot-brand-portfolio__details,
.hot-brand-portfolio__details,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details {
  grid-column: 1 / span 4;
  grid-row: 3 / span 1;
  margin: 1.25rem 0 0 1.52083rem;
}

@media (min-width: 48em) {
  /* line 108, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__details,
  #et-boc .et-l .hot-brand-portfolio__details,
  .hot-brand-portfolio__details,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details {
    grid-column: 1 / span 6;
    grid-row: 2 / span 1;
    margin: 0 0 0 2.5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 108, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__details,
  #et-boc .et-l .hot-brand-portfolio__details,
  .hot-brand-portfolio__details,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details {
    grid-column: 3 / span 5;
    margin: 0 0 0 -2.5rem;
  }
}

@media (min-width: 90em) {
  /* line 108, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__details,
  #et-boc .et-l .hot-brand-portfolio__details,
  .hot-brand-portfolio__details,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details {
    grid-column: 2 / span 6;
    margin: 0 0 0 5.375rem;
  }
}

/* line 133, resources/assets/styles/modules/_brand-portfolio.scss */

.et-db #et-boc .et-l .hot-brand-portfolio__details p,
#et-boc .et-l .hot-brand-portfolio__details p,
.hot-brand-portfolio__details p,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details p,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details p {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.03125rem;
  color: #fff !important;
  max-width: 90%;
  margin-bottom: 1.5rem;
}

@media (min-width: 48em) {
  /* line 133, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__details p,
  #et-boc .et-l .hot-brand-portfolio__details p,
  .hot-brand-portfolio__details p,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details p,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details p {
    max-width: 95%;
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 133, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__details p,
  #et-boc .et-l .hot-brand-portfolio__details p,
  .hot-brand-portfolio__details p,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details p,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details p {
    font-family: "MaisonNeueWEB-Book", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: 0.04688rem;
    max-width: 85%;
    margin-bottom: 2.8125rem;
  }
}

@media (min-width: 85.375em) and (min-width: 48em) {
  /* line 133, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__details p,
  #et-boc .et-l .hot-brand-portfolio__details p,
  .hot-brand-portfolio__details p,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details p,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details p {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) and (min-width: 85.375em) {
  /* line 133, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__details p,
  #et-boc .et-l .hot-brand-portfolio__details p,
  .hot-brand-portfolio__details p,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details p,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details p {
    letter-spacing: 0.03125rem;
  }
}

/* line 154, resources/assets/styles/modules/_brand-portfolio.scss */

.et-db #et-boc .et-l .hot-brand-portfolio__details--download span,
#et-boc .et-l .hot-brand-portfolio__details--download span,
.hot-brand-portfolio__details--download span,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details--download span,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details--download span,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details--download span,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details--download span,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details--download span {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.07812rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #fff;
}

@media (min-width: 85.375em) {
  /* line 154, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__details--download span,
  #et-boc .et-l .hot-brand-portfolio__details--download span,
  .hot-brand-portfolio__details--download span,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details--download span,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details--download span,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details--download span,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details--download span,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details--download span {
    font-size: 1.1875rem;
    line-height: 1.3125rem;
    letter-spacing: 0.09375rem;
  }
}

/* line 160, resources/assets/styles/modules/_brand-portfolio.scss */

.et-db #et-boc .et-l .hot-brand-portfolio__details--download > .hot-svg,
#et-boc .et-l .hot-brand-portfolio__details--download > .hot-svg,
.hot-brand-portfolio__details--download > .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details--download > .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details--download > .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details--download > .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details--download > .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details--download > .hot-svg {
  width: 0.9375rem;
  height: 1.25rem;
  margin-right: 0.9375rem;
  vertical-align: middle;
}

@media (min-width: 85.375em) {
  /* line 160, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__details--download > .hot-svg,
  #et-boc .et-l .hot-brand-portfolio__details--download > .hot-svg,
  .hot-brand-portfolio__details--download > .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details--download > .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details--download > .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details--download > .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__details--download > .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__details--download > .hot-svg {
    width: 1.375rem;
    height: 1.875rem;
    margin-right: 1.25rem;
  }
}

/* line 175, resources/assets/styles/modules/_brand-portfolio.scss */

.et-db #et-boc .et-l .hot-brand-portfolio__media,
#et-boc .et-l .hot-brand-portfolio__media,
.hot-brand-portfolio__media,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media {
  grid-column: 1 / span 4;
  grid-row: 2 / span 1;
  position: relative;
  margin: 0 -1rem 0 1.52083rem;
  width: 100%;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-brand-portfolio__media::before,
#et-boc .et-l .hot-brand-portfolio__media::before,
.hot-brand-portfolio__media::before,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media::before,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-brand-portfolio__media > *,
#et-boc .et-l .hot-brand-portfolio__media > *,
.hot-brand-portfolio__media > *,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media > *,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

@media (min-width: 48em) {
  /* line 175, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__media,
  #et-boc .et-l .hot-brand-portfolio__media,
  .hot-brand-portfolio__media,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media {
    grid-column: 7 / span 6;
    grid-row: 1 / span 3;
    position: absolute;
    min-width: 20.9375rem;
    margin: 5rem 0 0 0;
  }
}

@media (min-width: 85.375em) {
  /* line 175, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__media,
  #et-boc .et-l .hot-brand-portfolio__media,
  .hot-brand-portfolio__media,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media {
    grid-column: 8 / span 5;
    min-width: 22.375rem;
    margin: 5.625rem 0 0;
  }
}

@media (min-width: 90em) {
  /* line 175, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__media,
  #et-boc .et-l .hot-brand-portfolio__media,
  .hot-brand-portfolio__media,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media {
    min-width: 33.125rem;
    margin: 5.625rem 0 0 0.5375rem;
  }
}

/* line 204, resources/assets/styles/modules/_brand-portfolio.scss */

.et-db #et-boc .et-l .hot-brand-portfolio__media img,
#et-boc .et-l .hot-brand-portfolio__media img,
.hot-brand-portfolio__media img,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media img,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 210, resources/assets/styles/modules/_brand-portfolio.scss */

.et-db #et-boc .et-l .hot-brand-portfolio__media + .hot-svg,
#et-boc .et-l .hot-brand-portfolio__media + .hot-svg,
.hot-brand-portfolio__media + .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__media + .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media + .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media + .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__media + .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media + .hot-svg {
  width: 9.0625rem;
  position: absolute;
  top: -4.625rem;
  left: 76%;
  stroke: #ddaa3e;
}

@media (min-width: 48em) {
  /* line 210, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__media + .hot-svg,
  #et-boc .et-l .hot-brand-portfolio__media + .hot-svg,
  .hot-brand-portfolio__media + .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__media + .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media + .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media + .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__media + .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media + .hot-svg {
    width: 15.5625rem;
    top: -7.0625rem;
    left: 80%;
  }
}

@media (min-width: 85.375em) {
  /* line 210, resources/assets/styles/modules/_brand-portfolio.scss */

  .et-db #et-boc .et-l .hot-brand-portfolio__media + .hot-svg,
  #et-boc .et-l .hot-brand-portfolio__media + .hot-svg,
  .hot-brand-portfolio__media + .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__media + .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media + .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media + .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-portfolio__media + .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-portfolio__media + .hot-svg {
    width: 22.625rem;
    top: -27%;
    left: 79%;
  }
}

/* line 3, resources/assets/styles/modules/_inline-newsletter.scss */

.et-db #et-boc .et-l .hot-inline-newsletter,
#et-boc .et-l .hot-inline-newsletter,
.hot-inline-newsletter,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter {
  overflow: hidden;
  /**
  * GRAVITY FORMS MODULE-SPECIFIC STYLES
  **/
}

/* line 6, resources/assets/styles/modules/_inline-newsletter.scss */

.et-db #et-boc .et-l .hot-inline-newsletter__wrapper,
#et-boc .et-l .hot-inline-newsletter__wrapper,
.hot-inline-newsletter__wrapper,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__wrapper,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__wrapper,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__wrapper,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__wrapper,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__wrapper {
  background-color: #fff;
}

@media (min-width: 0) {
  /* line 6, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter__wrapper,
  #et-boc .et-l .hot-inline-newsletter__wrapper,
  .hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__wrapper {
    margin-top: 3.9375rem;
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 48rem) {
  /* line 6, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter__wrapper,
  #et-boc .et-l .hot-inline-newsletter__wrapper,
  .hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__wrapper {
    margin-top: 4.1875rem;
    margin-bottom: 5.625rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 6, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter__wrapper,
  #et-boc .et-l .hot-inline-newsletter__wrapper,
  .hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__wrapper {
    margin-top: 5rem;
    margin-bottom: 10.875rem;
  }
}

@media (min-width: 48em) {
  /* line 6, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter__wrapper,
  #et-boc .et-l .hot-inline-newsletter__wrapper,
  .hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__wrapper {
    margin-left: 4.375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 6, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter__wrapper,
  #et-boc .et-l .hot-inline-newsletter__wrapper,
  .hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__wrapper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__wrapper {
    margin-left: calc(11rem);
    margin-right: 4.0625rem;
  }
}

/* line 24, resources/assets/styles/modules/_inline-newsletter.scss */

.et-db #et-boc .et-l .hot-inline-newsletter__container,
#et-boc .et-l .hot-inline-newsletter__container,
.hot-inline-newsletter__container,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__container,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__container {
  padding: 0 0 2.5rem 0;
}

@media (min-width: 48em) {
  /* line 24, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter__container,
  #et-boc .et-l .hot-inline-newsletter__container,
  .hot-inline-newsletter__container,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__container,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__container {
    padding: 3.125rem 0 2.5rem 0;
    margin-left: -2.5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 24, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter__container,
  #et-boc .et-l .hot-inline-newsletter__container,
  .hot-inline-newsletter__container,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__container,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__container {
    padding: 5.625rem 0 2.5rem 0;
    margin-left: -6.9375rem;
  }
}

/* line 38, resources/assets/styles/modules/_inline-newsletter.scss */

.et-db #et-boc .et-l .hot-inline-newsletter__media,
#et-boc .et-l .hot-inline-newsletter__media,
.hot-inline-newsletter__media,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media {
  grid-column: 1 / span 4;
  position: relative;
  margin: -3.9375rem 1.52083rem 1.5625rem -1rem;
}

@media (min-width: 48em) {
  /* line 38, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter__media,
  #et-boc .et-l .hot-inline-newsletter__media,
  .hot-inline-newsletter__media,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media {
    grid-column: 1 / span 6;
    min-width: 22.5rem;
    margin: 0;
  }
}

@media (min-width: 85.375em) {
  /* line 38, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter__media,
  #et-boc .et-l .hot-inline-newsletter__media,
  .hot-inline-newsletter__media,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media {
    grid-column: 1 / span 5;
    margin: 0 0 -4.625rem 0;
  }
}

@media (min-width: 90em) {
  /* line 38, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter__media,
  #et-boc .et-l .hot-inline-newsletter__media,
  .hot-inline-newsletter__media,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media {
    min-width: 33.1875rem;
  }
}

/* line 61, resources/assets/styles/modules/_inline-newsletter.scss */

.et-db #et-boc .et-l .hot-inline-newsletter__media figure,
#et-boc .et-l .hot-inline-newsletter__media figure,
.hot-inline-newsletter__media figure,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__media figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media figure,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__media figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media figure {
  position: relative;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-inline-newsletter__media figure::before,
#et-boc .et-l .hot-inline-newsletter__media figure::before,
.hot-inline-newsletter__media figure::before,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__media figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media figure::before,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__media figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media figure::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-inline-newsletter__media figure > *,
#et-boc .et-l .hot-inline-newsletter__media figure > *,
.hot-inline-newsletter__media figure > *,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__media figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media figure > *,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__media figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media figure > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

/* line 65, resources/assets/styles/modules/_inline-newsletter.scss */

.et-db #et-boc .et-l .hot-inline-newsletter__media img:not(.hot-svg),
#et-boc .et-l .hot-inline-newsletter__media img:not(.hot-svg),
.hot-inline-newsletter__media img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__media img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__media img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media img:not(.hot-svg) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 71, resources/assets/styles/modules/_inline-newsletter.scss */

.et-db #et-boc .et-l .hot-inline-newsletter__media .hot-svg,
#et-boc .et-l .hot-inline-newsletter__media .hot-svg,
.hot-inline-newsletter__media .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__media .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__media .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media .hot-svg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 13.8125rem;
  stroke: #ddaa3e;
}

@media (min-width: 48em) {
  /* line 71, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter__media .hot-svg,
  #et-boc .et-l .hot-inline-newsletter__media .hot-svg,
  .hot-inline-newsletter__media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media .hot-svg {
    width: 15.5625rem;
    left: 40%;
    top: -95%;
  }
}

@media (min-width: 85.375em) {
  /* line 71, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter__media .hot-svg,
  #et-boc .et-l .hot-inline-newsletter__media .hot-svg,
  .hot-inline-newsletter__media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__media .hot-svg {
    width: 22.625rem;
    left: 196%;
  }
}

/* line 91, resources/assets/styles/modules/_inline-newsletter.scss */

.et-db #et-boc .et-l .hot-inline-newsletter__form,
#et-boc .et-l .hot-inline-newsletter__form,
.hot-inline-newsletter__form,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form {
  grid-column: 1 / span 4;
  margin-left: 1.52083rem;
}

@media (min-width: 48em) {
  /* line 91, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter__form,
  #et-boc .et-l .hot-inline-newsletter__form,
  .hot-inline-newsletter__form,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form {
    grid-column: 7 / span 6;
    margin-left: 2.5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 91, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter__form,
  #et-boc .et-l .hot-inline-newsletter__form,
  .hot-inline-newsletter__form,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form {
    grid-column: 6 / span 4;
    margin-left: 2.6875rem;
    width: calc(100% - 1.075rem);
  }
}

/* line 109, resources/assets/styles/modules/_inline-newsletter.scss */

.et-db #et-boc .et-l .hot-inline-newsletter__form label,
#et-boc .et-l .hot-inline-newsletter__form label,
.hot-inline-newsletter__form label,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form label,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form label,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form label,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form label,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form label {
  display: none;
}

/* line 113, resources/assets/styles/modules/_inline-newsletter.scss */

.et-db #et-boc .et-l .hot-inline-newsletter__form-input,
#et-boc .et-l .hot-inline-newsletter__form-input,
.hot-inline-newsletter__form-input,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form-input,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-input,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-input,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form-input,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
}

/* line 119, resources/assets/styles/modules/_inline-newsletter.scss */

.et-db #et-boc .et-l .hot-inline-newsletter__form-title,
#et-boc .et-l .hot-inline-newsletter__form-title,
.hot-inline-newsletter__form-title,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-title,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-title {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #c04635;
}

@media (min-width: 48em) {
  /* line 119, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter__form-title,
  #et-boc .et-l .hot-inline-newsletter__form-title,
  .hot-inline-newsletter__form-title,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-title,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-title {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 119, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter__form-title,
  #et-boc .et-l .hot-inline-newsletter__form-title,
  .hot-inline-newsletter__form-title,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-title,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 85.375em) {
  /* line 119, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter__form-title,
  #et-boc .et-l .hot-inline-newsletter__form-title,
  .hot-inline-newsletter__form-title,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-title,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-title {
    width: calc(100% + 1.5625rem);
  }
}

/* line 129, resources/assets/styles/modules/_inline-newsletter.scss */

.et-db #et-boc .et-l .hot-inline-newsletter__form-subtitle,
#et-boc .et-l .hot-inline-newsletter__form-subtitle,
.hot-inline-newsletter__form-subtitle,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form-subtitle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-subtitle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-subtitle,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form-subtitle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-subtitle {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.03125rem;
  margin: 1.875rem 0 1.5625rem;
}

/* line 135, resources/assets/styles/modules/_inline-newsletter.scss */

.et-db #et-boc .et-l .hot-inline-newsletter__form-submit,
#et-boc .et-l .hot-inline-newsletter__form-submit,
.hot-inline-newsletter__form-submit,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form-submit,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-submit,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-submit,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form-submit,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-submit {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  color: #c04635;
  background: none;
  border: none;
  padding: 0;
}

@media (min-width: 85.375em) {
  /* line 135, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter__form-submit,
  #et-boc .et-l .hot-inline-newsletter__form-submit,
  .hot-inline-newsletter__form-submit,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-submit,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-submit {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

@media (min-width: 0) {
  /* line 135, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter__form-submit,
  #et-boc .et-l .hot-inline-newsletter__form-submit,
  .hot-inline-newsletter__form-submit,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-submit,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-submit {
    margin-right: 1.0625rem;
  }
}

@media (min-width: 48rem) {
  /* line 135, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter__form-submit,
  #et-boc .et-l .hot-inline-newsletter__form-submit,
  .hot-inline-newsletter__form-submit,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-submit,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-submit {
    margin-right: 0.875rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 135, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter__form-submit,
  #et-boc .et-l .hot-inline-newsletter__form-submit,
  .hot-inline-newsletter__form-submit,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-submit,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter__form-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter__form-submit {
    margin-right: 1.25rem;
  }
}

@media (min-width: 0) {
  /* line 155, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter .gform_body > ul li:not(:last-child),
  #et-boc .et-l .hot-inline-newsletter .gform_body > ul li:not(:last-child),
  .hot-inline-newsletter .gform_body > ul li:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .gform_body > ul li:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_body > ul li:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_body > ul li:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .gform_body > ul li:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_body > ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
}

@media (min-width: 48rem) {
  /* line 155, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter .gform_body > ul li:not(:last-child),
  #et-boc .et-l .hot-inline-newsletter .gform_body > ul li:not(:last-child),
  .hot-inline-newsletter .gform_body > ul li:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .gform_body > ul li:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_body > ul li:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_body > ul li:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .gform_body > ul li:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_body > ul li:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 23.4375em) and (max-width: 47.99em) {
  /* line 163, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter .ginput_container_email,
  .et-db #et-boc .et-l .hot-inline-newsletter .ginput_container_select,
  #et-boc .et-l .hot-inline-newsletter .ginput_container_email,
  #et-boc .et-l .hot-inline-newsletter .ginput_container_select,
  .hot-inline-newsletter .ginput_container_email,
  .hot-inline-newsletter .ginput_container_select,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .ginput_container_email,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .ginput_container_select,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .ginput_container_email,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .ginput_container_select,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .ginput_container_email,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .ginput_container_select,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .ginput_container_email,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .ginput_container_select,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .ginput_container_email,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .ginput_container_select {
    width: calc(78.52941% + 1.52083rem) !important;
  }
}

/* line 170, resources/assets/styles/modules/_inline-newsletter.scss */

.et-db #et-boc .et-l .hot-inline-newsletter .ginput_container_select,
#et-boc .et-l .hot-inline-newsletter .ginput_container_select,
.hot-inline-newsletter .ginput_container_select,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .ginput_container_select,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .ginput_container_select,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .ginput_container_select,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .ginput_container_select,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .ginput_container_select {
  position: relative;
}

/* line 173, resources/assets/styles/modules/_inline-newsletter.scss */

.et-db #et-boc .et-l .hot-inline-newsletter .ginput_container_select::after,
#et-boc .et-l .hot-inline-newsletter .ginput_container_select::after,
.hot-inline-newsletter .ginput_container_select::after,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .ginput_container_select::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .ginput_container_select::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .ginput_container_select::after,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .ginput_container_select::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .ginput_container_select::after {
  color: #c04635;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE1IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNCAxTDcuNSA3TDEgMC45OTk5OTkiIHN0cm9rZT0iI0MwNDYzNSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  position: absolute;
  height: 0.5625rem;
  width: 0.9375rem;
  right: 0.625rem;
  top: 55%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 48em) {
  /* line 173, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter .ginput_container_select::after,
  #et-boc .et-l .hot-inline-newsletter .ginput_container_select::after,
  .hot-inline-newsletter .ginput_container_select::after,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .ginput_container_select::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .ginput_container_select::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .ginput_container_select::after,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .ginput_container_select::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .ginput_container_select::after {
    top: 50%;
  }
}

/* line 191, resources/assets/styles/modules/_inline-newsletter.scss */

.et-db #et-boc .et-l .hot-inline-newsletter .gform_footer,
#et-boc .et-l .hot-inline-newsletter .gform_footer,
.hot-inline-newsletter .gform_footer,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .gform_footer,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_footer,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_footer,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .gform_footer,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_footer {
  position: relative;
}

@media (min-width: 0) {
  /* line 191, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter .gform_footer,
  #et-boc .et-l .hot-inline-newsletter .gform_footer,
  .hot-inline-newsletter .gform_footer,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .gform_footer,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_footer,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_footer,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .gform_footer,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_footer {
    margin-top: 2.5rem;
  }
}

@media (min-width: 48rem) {
  /* line 191, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter .gform_footer,
  #et-boc .et-l .hot-inline-newsletter .gform_footer,
  .hot-inline-newsletter .gform_footer,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .gform_footer,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_footer,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_footer,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .gform_footer,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_footer {
    margin-top: 1.875rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 191, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter .gform_footer,
  #et-boc .et-l .hot-inline-newsletter .gform_footer,
  .hot-inline-newsletter .gform_footer,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .gform_footer,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_footer,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_footer,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .gform_footer,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_footer {
    margin-top: 2.75rem;
  }
}

/* line 198, resources/assets/styles/modules/_inline-newsletter.scss */

.et-db #et-boc .et-l .hot-inline-newsletter .gform_footer::after,
#et-boc .et-l .hot-inline-newsletter .gform_footer::after,
.hot-inline-newsletter .gform_footer::after,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .gform_footer::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_footer::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_footer::after,
.et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .gform_footer::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_footer::after {
  content: "";
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCA0MSAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI4LjU3NTggMTdDMjguNzMxMSAxNC4yMTA5IDI5LjM1MjMgMTEuNTI4MSAzMS41MjY1IDkuMzVDMzEuNDk1NSA5LjI5Njg4IDMxLjQ2NDQgOS4yNDM3NSAzMS40MzMzIDkuMjQzNzVDMjguNjM3OSA5LjI3MDMxIDI1Ljg3MzUgOS4yMTcxOSAyMy4wNzggOS4zNUMxOS41MzcxIDkuNTA5MzggMTcuNTE4MiAxMS4zNjg3IDE2LjI3NTggMTMuOTk4NEMxNS45MzQxIDE0Ljc0MjIgMTUuNjg1NiAxNS41MzkxIDE1LjM3NSAxNi4zNjI1QzEwLjM0MzIgMTYuMzYyNSA1LjIxODE4IDE2LjM2MjUgMCAxNi4zNjI1QzAuNTU5MDkxIDEyLjc3NjYgMi40ODQ4NSAxMC4wNjcyIDYuNTIyNzMgOC41QzIuNTc4MDMgNi45NTkzNyAwLjY4MzMzMyA0LjE5Njg4IDAuMDMxMDYwNiAwLjYzNzVDNS4yMTgxOCAwLjYzNzUgMTAuMzEyMSAwLjYzNzUgMTUuNDY4MiAwLjYzNzVDMTUuNzc4OCAyLjMxMDk0IDE2LjQzMTEgMy44NTE1NiAxNy42MTE0IDUuMjA2MjVDMTguODg0OCA2LjY0MDYyIDIwLjU5MzIgNy40OTA2MyAyMi42NDMyIDcuNjIzNDRDMjUuNTkzOSA3LjgwOTM4IDI4LjU0NDcgNy44MDkzOCAzMS43NDM5IDcuODg5MDZDMjkuMzgzMyA1LjQ5ODQ0IDI4LjYzNzkgMi44Njg3NSAyOC41NzU4IDBDMzEuOTMwMyAzLjYxMjUgMzUuODEyOSA2LjYxNDA2IDQxIDguNUMzNS43ODE4IDEwLjM1OTQgMzIuMDU0NSAxMy41NDY5IDI4LjU3NTggMTdaIiBmaWxsPSIjQzA0NjM1Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
}

@media (min-width: 0) {
  /* line 198, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter .gform_footer::after,
  #et-boc .et-l .hot-inline-newsletter .gform_footer::after,
  .hot-inline-newsletter .gform_footer::after,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .gform_footer::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_footer::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_footer::after,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .gform_footer::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_footer::after {
    top: 0.4375rem;
    left: 5.3125rem;
    width: 2.5625rem;
    height: 1.0625rem;
  }
}

@media (min-width: 48rem) {
  /* line 198, resources/assets/styles/modules/_inline-newsletter.scss */

  .et-db #et-boc .et-l .hot-inline-newsletter .gform_footer::after,
  #et-boc .et-l .hot-inline-newsletter .gform_footer::after,
  .hot-inline-newsletter .gform_footer::after,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .gform_footer::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_footer::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_footer::after,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-newsletter .gform_footer::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-newsletter .gform_footer::after {
    top: 0.1875rem;
    left: auto;
    width: 3.4375rem;
    height: 1.4375rem;
  }
}

/*
  search for: 'helper box-guide'
  and uncomment line to display background color for dimension guide
*/

/* line 8, resources/assets/styles/modules/_featured-selection.scss */

.et-db #et-boc .et-l .hot-featured-selection,
#et-boc .et-l .hot-featured-selection,
.hot-featured-selection,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection {
  position: relative;
  overflow: hidden;
  color: #1f1f1f;
}

@media (min-width: 0) {
  /* line 8, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection,
  #et-boc .et-l .hot-featured-selection,
  .hot-featured-selection,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection {
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 48rem) {
  /* line 8, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection,
  #et-boc .et-l .hot-featured-selection,
  .hot-featured-selection,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection {
    margin-bottom: 5.3125rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 8, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection,
  #et-boc .et-l .hot-featured-selection,
  .hot-featured-selection,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection {
    margin-bottom: 6.25rem;
  }
}

/* line 17, resources/assets/styles/modules/_featured-selection.scss */

.et-db #et-boc .et-l .hot-featured-selection__contain,
#et-boc .et-l .hot-featured-selection__contain,
.hot-featured-selection__contain,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__contain,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__contain,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__contain,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__contain,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__contain {
  position: relative;
}

/* line 21, resources/assets/styles/modules/_featured-selection.scss */

.et-db #et-boc .et-l .hot-featured-selection__contain::before,
#et-boc .et-l .hot-featured-selection__contain::before,
.hot-featured-selection__contain::before,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__contain::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__contain::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__contain::before,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__contain::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__contain::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background: #e8e0d6;
  z-index: -1;
}

@media (min-width: 0) {
  /* line 21, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__contain::before,
  #et-boc .et-l .hot-featured-selection__contain::before,
  .hot-featured-selection__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__contain::before {
    width: 77.25948%;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 48rem) {
  /* line 21, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__contain::before,
  #et-boc .et-l .hot-featured-selection__contain::before,
  .hot-featured-selection__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__contain::before {
    width: 74.29379%;
    left: 17.0904%;
    -webkit-transform: unset;
         -o-transform: unset;
            transform: unset;
  }
}

@media (min-width: 85.375rem) {
  /* line 21, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__contain::before,
  #et-boc .et-l .hot-featured-selection__contain::before,
  .hot-featured-selection__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__contain::before {
    width: 73.96947%;
    left: 15.1145%;
  }
}

/* line 39, resources/assets/styles/modules/_featured-selection.scss */

.et-db #et-boc .et-l .hot-featured-selection__heading,
#et-boc .et-l .hot-featured-selection__heading,
.hot-featured-selection__heading,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading {
  grid-column: 1 / span 4;
}

@media (min-width: 48em) {
  /* line 39, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__heading,
  #et-boc .et-l .hot-featured-selection__heading,
  .hot-featured-selection__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading {
    grid-column: 1 / span 12;
  }
}

@media (min-width: 0) {
  /* line 39, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__heading,
  #et-boc .et-l .hot-featured-selection__heading,
  .hot-featured-selection__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading {
    margin-top: 1.875rem;
  }
}

@media (min-width: 48rem) {
  /* line 39, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__heading,
  #et-boc .et-l .hot-featured-selection__heading,
  .hot-featured-selection__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading {
    margin-top: 2.5rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 39, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__heading,
  #et-boc .et-l .hot-featured-selection__heading,
  .hot-featured-selection__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading {
    margin-top: 5rem;
    margin-left: 4.27481%;
  }
}

/* line 47, resources/assets/styles/modules/_featured-selection.scss */

.et-db #et-boc .et-l .hot-featured-selection__heading-subtitle,
#et-boc .et-l .hot-featured-selection__heading-subtitle,
.hot-featured-selection__heading-subtitle,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading-subtitle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-subtitle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-subtitle,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading-subtitle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-subtitle {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #ddaa3e;
}

@media (min-width: 48em) {
  /* line 47, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__heading-subtitle,
  #et-boc .et-l .hot-featured-selection__heading-subtitle,
  .hot-featured-selection__heading-subtitle,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-subtitle,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-subtitle {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 47, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__heading-subtitle,
  #et-boc .et-l .hot-featured-selection__heading-subtitle,
  .hot-featured-selection__heading-subtitle,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-subtitle,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-subtitle {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

@media (max-width: 47.99em) {
  /* line 47, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__heading-subtitle,
  #et-boc .et-l .hot-featured-selection__heading-subtitle,
  .hot-featured-selection__heading-subtitle,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-subtitle,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-subtitle {
    line-height: 3.75rem;
  }
}

/* line 57, resources/assets/styles/modules/_featured-selection.scss */

.et-db #et-boc .et-l .hot-featured-selection__heading-title,
#et-boc .et-l .hot-featured-selection__heading-title,
.hot-featured-selection__heading-title,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-title,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-title {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.75rem;
  line-height: 3.25rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  /* line 57, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__heading-title,
  #et-boc .et-l .hot-featured-selection__heading-title,
  .hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-title {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 57, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__heading-title,
  #et-boc .et-l .hot-featured-selection__heading-title,
  .hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-title {
    font-size: 8.75rem;
    line-height: 7.875rem;
  }
}

@media (min-width: 0) {
  /* line 57, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__heading-title,
  #et-boc .et-l .hot-featured-selection__heading-title,
  .hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-title {
    margin-top: -0.5625rem;
    margin-left: 1.75rem;
    white-space: nowrap;
  }
}

@media (min-width: 48rem) {
  /* line 57, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__heading-title,
  #et-boc .et-l .hot-featured-selection__heading-title,
  .hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-title {
    margin-top: -0.125rem;
    margin-left: 2.5625rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 57, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__heading-title,
  #et-boc .et-l .hot-featured-selection__heading-title,
  .hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__heading-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__heading-title {
    margin-top: 0;
    margin-left: 2.5rem;
    line-height: 8.125rem;
  }
}

/* line 69, resources/assets/styles/modules/_featured-selection.scss */

.et-db #et-boc .et-l .hot-featured-selection__items,
#et-boc .et-l .hot-featured-selection__items,
.hot-featured-selection__items,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__items,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__items,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__items,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__items,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__items {
  grid-column: 1 / span 4;
}

@media (min-width: 48em) {
  /* line 69, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__items,
  #et-boc .et-l .hot-featured-selection__items,
  .hot-featured-selection__items,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__items,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__items {
    grid-column: 1 / span 12;
  }
}

@media (min-width: 0) {
  /* line 69, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__items,
  #et-boc .et-l .hot-featured-selection__items,
  .hot-featured-selection__items,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__items,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__items {
    margin-top: 2.75rem;
  }
}

@media (min-width: 48rem) {
  /* line 69, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__items,
  #et-boc .et-l .hot-featured-selection__items,
  .hot-featured-selection__items,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__items,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__items {
    margin-top: 0.125rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 69, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__items,
  #et-boc .et-l .hot-featured-selection__items,
  .hot-featured-selection__items,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__items,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__items {
    margin-top: -8.625rem;
  }
}

@media (min-width: 0) {
  /* line 77, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item,
  #et-boc .et-l .hot-featured-selection__item,
  .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

@media (min-width: 48rem) {
  /* line 77, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item,
  #et-boc .et-l .hot-featured-selection__item,
  .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 57.20339%;
    min-width: 25.3125rem;
    margin-left: auto;
  }
}

@media (min-width: 85.375rem) {
  /* line 77, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item,
  #et-boc .et-l .hot-featured-selection__item,
  .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item {
    width: 40.53435%;
    min-width: 33.1875rem;
  }
}

@media (min-width: 48rem) {
  /* line 97, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item:nth-child(2),
  #et-boc .et-l .hot-featured-selection__item:nth-child(2),
  .hot-featured-selection__item:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item:nth-child(2) {
    margin-left: 2.82486%;
    margin-top: -2.3125rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 85.375rem) {
  /* line 97, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item:nth-child(2),
  #et-boc .et-l .hot-featured-selection__item:nth-child(2),
  .hot-featured-selection__item:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item:nth-child(2) {
    margin-left: 4.12214%;
    margin-top: -25.4375rem;
  }
}

@media (min-width: 48rem) {
  /* line 106, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item:nth-child(3),
  #et-boc .et-l .hot-featured-selection__item:nth-child(3),
  .hot-featured-selection__item:nth-child(3),
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item:nth-child(3),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item:nth-child(3),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item:nth-child(3),
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item:nth-child(3),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item:nth-child(3) {
    margin-left: 35.02825%;
    margin-top: -1.5rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 106, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item:nth-child(3),
  #et-boc .et-l .hot-featured-selection__item:nth-child(3),
  .hot-featured-selection__item:nth-child(3),
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item:nth-child(3),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item:nth-child(3),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item:nth-child(3),
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item:nth-child(3),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item:nth-child(3) {
    margin-left: 42.44275%;
    margin-top: -9.3125rem;
  }
}

@media (max-width: 47.99em) {
  /* line 114, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item + .et-db #et-boc .et-l .hot-featured-selection__item,
  #et-boc .et-l .hot-featured-selection__item + .et-db #et-boc .et-l .hot-featured-selection__item,
  .hot-featured-selection__item + .et-db #et-boc .et-l .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item + .et-db #et-boc .et-l .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + .et-db #et-boc .et-l .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + .et-db #et-boc .et-l .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item + .et-db #et-boc .et-l .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + .et-db #et-boc .et-l .hot-featured-selection__item,
  .et-db #et-boc .et-l .hot-featured-selection__item + #et-boc .et-l .hot-featured-selection__item,
  #et-boc .et-l .hot-featured-selection__item + #et-boc .et-l .hot-featured-selection__item,
  .hot-featured-selection__item + #et-boc .et-l .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item + #et-boc .et-l .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + #et-boc .et-l .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + #et-boc .et-l .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item + #et-boc .et-l .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + #et-boc .et-l .hot-featured-selection__item,
  .et-db #et-boc .et-l .hot-featured-selection__item + .hot-featured-selection__item,
  #et-boc .et-l .hot-featured-selection__item + .hot-featured-selection__item,
  .hot-featured-selection__item + .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item + .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item + .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + .hot-featured-selection__item,
  .et-db #et-boc .et-l .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item,
  #et-boc .et-l .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item,
  .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item,
  .et-db #et-boc .et-l .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  #et-boc .et-l .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .et-db #et-boc .et-l .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  #et-boc .et-l .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .et-db #et-boc .et-l .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item,
  #et-boc .et-l .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item,
  .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item,
  .et-db #et-boc .et-l .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  #et-boc .et-l .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item {
    margin-top: 5rem;
  }
}

@media (max-width: 47.99em) {
  /* line 120, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-textblock,
  #et-boc .et-l .hot-featured-selection__item-textblock,
  .hot-featured-selection__item-textblock,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-textblock,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-textblock,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-textblock,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-textblock,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-textblock {
    margin-top: 1.875rem;
    padding-left: 1.5rem;
    margin-right: auto;
  }
}

@media (min-width: 0) {
  /* line 120, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-textblock,
  #et-boc .et-l .hot-featured-selection__item-textblock,
  .hot-featured-selection__item-textblock,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-textblock,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-textblock,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-textblock,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-textblock,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-textblock {
    width: 76.0479%;
  }
}

@media (min-width: 48rem) {
  /* line 120, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-textblock,
  #et-boc .et-l .hot-featured-selection__item-textblock,
  .hot-featured-selection__item-textblock,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-textblock,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-textblock,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-textblock,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-textblock,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-textblock {
    width: 56.68317%;
    min-width: 14.3125rem;
    margin-left: 1.25rem;
    margin-right: 0.25rem;
    padding-top: 6rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 120, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-textblock,
  #et-boc .et-l .hot-featured-selection__item-textblock,
  .hot-featured-selection__item-textblock,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-textblock,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-textblock,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-textblock,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-textblock,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-textblock {
    width: 43.3145%;
    min-width: 14.375rem;
    margin-left: 1.5625rem;
    margin-right: 0.3125rem;
    padding-top: 0;
  }
}

/* line 137, resources/assets/styles/modules/_featured-selection.scss */

.et-db #et-boc .et-l .hot-featured-selection__item-eyebrow,
#et-boc .et-l .hot-featured-selection__item-eyebrow,
.hot-featured-selection__item-eyebrow,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-eyebrow,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-eyebrow,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-eyebrow,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-eyebrow,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-eyebrow {
  font-family: "MaisonNeueMonoWEB-Bold", monospace;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

@media (min-width: 85.375em) {
  /* line 137, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-eyebrow,
  #et-boc .et-l .hot-featured-selection__item-eyebrow,
  .hot-featured-selection__item-eyebrow,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-eyebrow,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-eyebrow,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-eyebrow,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-eyebrow,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-eyebrow {
    display: block;
    margin-top: -0.0625rem;
  }
}

@media (min-width: 0) {
  /* line 145, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-eyebrow + h3,
  #et-boc .et-l .hot-featured-selection__item-eyebrow + h3,
  .hot-featured-selection__item-eyebrow + h3,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-eyebrow + h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-eyebrow + h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-eyebrow + h3,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-eyebrow + h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-eyebrow + h3 {
    margin-top: 0.625rem;
  }
}

@media (min-width: 48rem) {
  /* line 145, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-eyebrow + h3,
  #et-boc .et-l .hot-featured-selection__item-eyebrow + h3,
  .hot-featured-selection__item-eyebrow + h3,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-eyebrow + h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-eyebrow + h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-eyebrow + h3,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-eyebrow + h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-eyebrow + h3 {
    margin-top: 0.3125rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 145, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-eyebrow + h3,
  #et-boc .et-l .hot-featured-selection__item-eyebrow + h3,
  .hot-featured-selection__item-eyebrow + h3,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-eyebrow + h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-eyebrow + h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-eyebrow + h3,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-eyebrow + h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-eyebrow + h3 {
    margin-top: 0.625rem;
  }
}

/* line 153, resources/assets/styles/modules/_featured-selection.scss */

.et-db #et-boc .et-l .hot-featured-selection__item-title,
#et-boc .et-l .hot-featured-selection__item-title,
.hot-featured-selection__item-title,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-title,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-title {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.75rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  line-height: 2.8125rem;
  color: #c04635;
}

@media (min-width: 48em) {
  /* line 153, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-title,
  #et-boc .et-l .hot-featured-selection__item-title,
  .hot-featured-selection__item-title,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-title,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-title {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    letter-spacing: 0.0625rem;
  }
}

@media (min-width: 85.375em) {
  /* line 153, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-title,
  #et-boc .et-l .hot-featured-selection__item-title,
  .hot-featured-selection__item-title,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-title,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-title {
    font-size: 2.5rem;
    line-height: 2.75rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 153, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-title,
  #et-boc .et-l .hot-featured-selection__item-title,
  .hot-featured-selection__item-title,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-title,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-title {
    margin-top: 1.875rem;
    width: 115%;
  }
}

/* line 165, resources/assets/styles/modules/_featured-selection.scss */

.et-db #et-boc .et-l .hot-featured-selection__item-description,
#et-boc .et-l .hot-featured-selection__item-description,
.hot-featured-selection__item-description,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-description,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-description {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.03125rem;
}

@media (min-width: 0) {
  /* line 165, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-description,
  #et-boc .et-l .hot-featured-selection__item-description,
  .hot-featured-selection__item-description,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-description,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-description {
    margin-top: 0.5625rem;
  }
}

@media (min-width: 48rem) {
  /* line 165, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-description,
  #et-boc .et-l .hot-featured-selection__item-description,
  .hot-featured-selection__item-description,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-description,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-description {
    margin-top: 0.625rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 165, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-description,
  #et-boc .et-l .hot-featured-selection__item-description,
  .hot-featured-selection__item-description,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-description,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-description {
    margin-top: 1.1875rem;
  }
}

@media (min-width: 0) {
  /* line 173, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-media,
  #et-boc .et-l .hot-featured-selection__item-media,
  .hot-featured-selection__item-media,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media {
    position: relative;
    min-width: 18.3125rem;
    height: 25.5625rem;
  }
}

@media (min-width: 48rem) {
  /* line 173, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-media,
  #et-boc .et-l .hot-featured-selection__item-media,
  .hot-featured-selection__item-media,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media {
    min-width: 9.25rem;
    height: 18.8125rem;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

@media (min-width: 85.375rem) {
  /* line 173, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-media,
  #et-boc .et-l .hot-featured-selection__item-media,
  .hot-featured-selection__item-media,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media {
    min-width: 16.875rem;
    height: 41.5625rem;
    padding-top: 3rem;
  }
}

/* line 183, resources/assets/styles/modules/_featured-selection.scss */

.et-db #et-boc .et-l .hot-featured-selection__item-media figure,
#et-boc .et-l .hot-featured-selection__item-media figure,
.hot-featured-selection__item-media figure,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-media figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media figure,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-media figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 48em) {
  /* line 183, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-media figure,
  #et-boc .et-l .hot-featured-selection__item-media figure,
  .hot-featured-selection__item-media figure,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-media figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media figure,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-media figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media figure {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
  }
}

/* line 194, resources/assets/styles/modules/_featured-selection.scss */

.et-db #et-boc .et-l .hot-featured-selection__item-media img:not(.hot-svg),
#et-boc .et-l .hot-featured-selection__item-media img:not(.hot-svg),
.hot-featured-selection__item-media img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-media img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-media img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media img:not(.hot-svg) {
  width: auto;
  height: auto;
}

@media (min-width: 0) {
  /* line 194, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-media img:not(.hot-svg),
  #et-boc .et-l .hot-featured-selection__item-media img:not(.hot-svg),
  .hot-featured-selection__item-media img:not(.hot-svg),
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-media img:not(.hot-svg),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media img:not(.hot-svg),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media img:not(.hot-svg),
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-media img:not(.hot-svg),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media img:not(.hot-svg) {
    max-width: 15.9375rem;
    max-height: 25.5625rem;
  }
}

@media (min-width: 48rem) {
  /* line 194, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-media img:not(.hot-svg),
  #et-boc .et-l .hot-featured-selection__item-media img:not(.hot-svg),
  .hot-featured-selection__item-media img:not(.hot-svg),
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-media img:not(.hot-svg),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media img:not(.hot-svg),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media img:not(.hot-svg),
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-media img:not(.hot-svg),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media img:not(.hot-svg) {
    max-width: 9.25rem;
    max-height: 18.8125rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 194, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-media img:not(.hot-svg),
  #et-boc .et-l .hot-featured-selection__item-media img:not(.hot-svg),
  .hot-featured-selection__item-media img:not(.hot-svg),
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-media img:not(.hot-svg),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media img:not(.hot-svg),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media img:not(.hot-svg),
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-media img:not(.hot-svg),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-media img:not(.hot-svg) {
    max-width: 15.625rem;
    max-height: 38.4375rem;
  }
}

/* line 206, resources/assets/styles/modules/_featured-selection.scss */

.et-db #et-boc .et-l .hot-featured-selection__item-botanicals,
#et-boc .et-l .hot-featured-selection__item-botanicals,
.hot-featured-selection__item-botanicals,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  /*
        Botanical svg position and dimensions
        */
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-featured-selection__item-botanicals::before,
#et-boc .et-l .hot-featured-selection__item-botanicals::before,
.hot-featured-selection__item-botanicals::before,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals::before,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 106.51042%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-featured-selection__item-botanicals > *,
#et-boc .et-l .hot-featured-selection__item-botanicals > *,
.hot-featured-selection__item-botanicals > *,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals > *,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

@media (min-width: 48em) {
  /* line 206, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals,
  #et-boc .et-l .hot-featured-selection__item-botanicals,
  .hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals {
    position: relative;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals::before,
  #et-boc .et-l .hot-featured-selection__item-botanicals::before,
  .hot-featured-selection__item-botanicals::before,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals::before,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 93.47826%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals > *,
  #et-boc .et-l .hot-featured-selection__item-botanicals > *,
  .hot-featured-selection__item-botanicals > *,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals > *,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

@media (min-width: 85.375em) {
  /* line 206, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals,
  #et-boc .et-l .hot-featured-selection__item-botanicals,
  .hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals {
    position: relative;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals::before,
  #et-boc .et-l .hot-featured-selection__item-botanicals::before,
  .hot-featured-selection__item-botanicals::before,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals::before,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 120.90909%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals > *,
  #et-boc .et-l .hot-featured-selection__item-botanicals > *,
  .hot-featured-selection__item-botanicals > *,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals > *,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

@media (min-width: 0) {
  /* line 206, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals,
  #et-boc .et-l .hot-featured-selection__item-botanicals,
  .hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals {
    width: 24rem;
  }
}

@media (min-width: 48rem) {
  /* line 206, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals,
  #et-boc .et-l .hot-featured-selection__item-botanicals,
  .hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals {
    width: 20.125rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 206, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals,
  #et-boc .et-l .hot-featured-selection__item-botanicals,
  .hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals {
    width: 34.375rem;
  }
}

/* line 230, resources/assets/styles/modules/_featured-selection.scss */

.et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
#et-boc .et-l .hot-featured-selection__item-botanicals-icon,
.hot-featured-selection__item-botanicals-icon,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 235, resources/assets/styles/modules/_featured-selection.scss */

.et-db #et-boc .et-l .hot-featured-selection__item-botanicals .hot-svg,
#et-boc .et-l .hot-featured-selection__item-botanicals .hot-svg,
.hot-featured-selection__item-botanicals .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals .hot-svg {
  height: 100%;
  right: 0 !important;
  margin: unset !important;
  fill: #a8a5a4;
  opacity: 0.2;
}

@media (min-width: 48em) and (max-width: 85.365em) {
  /* line 248, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-wheat #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-wheat #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-wheat #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-wheat #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-wheat #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-wheat .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-wheat .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-wheat .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-wheat .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-wheat .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-wheat .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon {
    padding-right: 3.5rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 255, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-juniper #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-juniper .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon {
    margin-top: 2.3125rem;
    margin-bottom: 0.4375rem;
  }
}

/* line 262, resources/assets/styles/modules/_featured-selection.scss */

.et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon .hot-svg,
#et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon .hot-svg,
.hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper #et-boc .et-l .hot-featured-selection__item-botanicals-icon .hot-svg,
#et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper #et-boc .et-l .hot-featured-selection__item-botanicals-icon .hot-svg,
.hot-featured-selection__item-botanicals.\--botanical-juniper #et-boc .et-l .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper #et-boc .et-l .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper #et-boc .et-l .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper #et-boc .et-l .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper #et-boc .et-l .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper #et-boc .et-l .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .hot-featured-selection__item-botanicals-icon .hot-svg,
#et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .hot-featured-selection__item-botanicals-icon .hot-svg,
.hot-featured-selection__item-botanicals.\--botanical-juniper .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon .hot-svg,
#et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon .hot-svg,
.hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg,
#et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg,
.hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg,
#et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg,
.hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon .hot-svg,
#et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon .hot-svg,
.hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg,
#et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg,
.hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-juniper .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon .hot-svg {
  -webkit-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (min-width: 0) {
  /* line 266, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon {
    margin-top: 2.0625rem;
    margin-bottom: 3.0625rem;
  }
}

@media (min-width: 48rem) {
  /* line 266, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon {
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 266, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-agave .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon {
    margin-top: 9.4375rem;
    margin-bottom: 7.5625rem;
  }
}

@media (min-width: 48rem) {
  /* line 275, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-grapes #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-grapes .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon {
    margin-top: 1.625rem;
    margin-bottom: 1.6875rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 275, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-grapes #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-grapes .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-grapes .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon {
    margin-top: 9.8125rem;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) and (max-width: 85.365em) {
  /* line 284, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-sugarcane #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-sugarcane #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-sugarcane #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-sugarcane #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-sugarcane #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane #et-boc .et-l .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-sugarcane .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-sugarcane .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-sugarcane .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-sugarcane .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-sugarcane .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  #et-boc .et-l .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals.\--botanical-sugarcane .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__item-botanicals-icon {
    padding-right: 2.9375rem;
  }
}

/* line 292, resources/assets/styles/modules/_featured-selection.scss */

.et-db #et-boc .et-l .hot-featured-selection__cta,
#et-boc .et-l .hot-featured-selection__cta,
.hot-featured-selection__cta,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__cta,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__cta {
  grid-column: 1 / span 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 48em) {
  /* line 292, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__cta,
  #et-boc .et-l .hot-featured-selection__cta,
  .hot-featured-selection__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__cta {
    grid-column: 1 / span 12;
  }
}

@media (min-width: 0) {
  /* line 292, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__cta,
  #et-boc .et-l .hot-featured-selection__cta,
  .hot-featured-selection__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__cta {
    margin-top: 4.625rem;
    margin-bottom: 2.0625rem;
    padding-right: 20.99248%;
  }
}

@media (min-width: 48rem) {
  /* line 292, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__cta,
  #et-boc .et-l .hot-featured-selection__cta,
  .hot-featured-selection__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__cta {
    margin-top: 1.1875rem;
    margin-bottom: 2.25rem;
    padding-right: 14.26554%;
  }
}

@media (min-width: 85.375rem) {
  /* line 292, resources/assets/styles/modules/_featured-selection.scss */

  .et-db #et-boc .et-l .hot-featured-selection__cta,
  #et-boc .et-l .hot-featured-selection__cta,
  .hot-featured-selection__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-featured-selection__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__cta {
    margin-top: -3.25rem;
    margin-bottom: 4.3125rem;
  }
}

/* line 306, resources/assets/styles/modules/_featured-selection.scss */

.et-db #et-boc .et-l .hot-featured-selection__cta .hot-btn-arrow span,
#et-boc .et-l .hot-featured-selection__cta .hot-btn-arrow span,
.hot-featured-selection__cta .hot-btn-arrow span,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__cta .hot-btn-arrow span,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__cta .hot-btn-arrow span,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__cta .hot-btn-arrow span,
.et-db #et-boc .et-l .et_pb_module .hot-featured-selection__cta .hot-btn-arrow span,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-featured-selection__cta .hot-btn-arrow span {
  width: 6.25rem !important;
}

/* line 2, resources/assets/styles/modules/_awards.scss */

.et-db #et-boc .et-l .hot-awards__badge,
#et-boc .et-l .hot-awards__badge,
.hot-awards__badge,
.et-db #et-boc .et-l .et_pb_module .hot-awards__badge,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__badge,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__badge,
.et-db #et-boc .et-l .et_pb_module .hot-awards__badge,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__badge {
  position: relative;
  margin: -30.68529% 0 1.25rem;
  width: 30.47059%;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-awards__badge::before,
#et-boc .et-l .hot-awards__badge::before,
.hot-awards__badge::before,
.et-db #et-boc .et-l .et_pb_module .hot-awards__badge::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__badge::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__badge::before,
.et-db #et-boc .et-l .et_pb_module .hot-awards__badge::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__badge::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-awards__badge > *,
#et-boc .et-l .hot-awards__badge > *,
.hot-awards__badge > *,
.et-db #et-boc .et-l .et_pb_module .hot-awards__badge > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__badge > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__badge > *,
.et-db #et-boc .et-l .et_pb_module .hot-awards__badge > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__badge > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

@media (min-width: 48em) {
  /* line 2, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__badge,
  #et-boc .et-l .hot-awards__badge,
  .hot-awards__badge,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__badge,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__badge,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__badge,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__badge,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__badge {
    margin: -32.20779% 0 1.25rem;
    width: 32.20779%;
  }
}

@media (min-width: 85.375em) {
  /* line 2, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__badge,
  #et-boc .et-l .hot-awards__badge,
  .hot-awards__badge,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__badge,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__badge,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__badge,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__badge,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__badge {
    margin: 0 0 1.125rem;
  }
}

/* line 17, resources/assets/styles/modules/_awards.scss */

.et-db #et-boc .et-l .hot-awards__badge img,
#et-boc .et-l .hot-awards__badge img,
.hot-awards__badge img,
.et-db #et-boc .et-l .et_pb_module .hot-awards__badge img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__badge img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__badge img,
.et-db #et-boc .et-l .et_pb_module .hot-awards__badge img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__badge img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* line 23, resources/assets/styles/modules/_awards.scss */

.et-db #et-boc .et-l .hot-awards__bottle,
#et-boc .et-l .hot-awards__bottle,
.hot-awards__bottle,
.et-db #et-boc .et-l .et_pb_module .hot-awards__bottle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle,
.et-db #et-boc .et-l .et_pb_module .hot-awards__bottle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle {
  position: relative;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-awards__bottle::before,
#et-boc .et-l .hot-awards__bottle::before,
.hot-awards__bottle::before,
.et-db #et-boc .et-l .et_pb_module .hot-awards__bottle::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle::before,
.et-db #et-boc .et-l .et_pb_module .hot-awards__bottle::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 178.30882%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-awards__bottle > *,
#et-boc .et-l .hot-awards__bottle > *,
.hot-awards__bottle > *,
.et-db #et-boc .et-l .et_pb_module .hot-awards__bottle > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle > *,
.et-db #et-boc .et-l .et_pb_module .hot-awards__bottle > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

@media (min-width: 48em) {
  /* line 23, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__bottle,
  #et-boc .et-l .hot-awards__bottle,
  .hot-awards__bottle,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle {
    position: relative;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-awards__bottle::before,
  #et-boc .et-l .hot-awards__bottle::before,
  .hot-awards__bottle::before,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle::before,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 171.76471%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-awards__bottle > *,
  #et-boc .et-l .hot-awards__bottle > *,
  .hot-awards__bottle > *,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle > *,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

@media (min-width: 85.375em) {
  /* line 23, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__bottle,
  #et-boc .et-l .hot-awards__bottle,
  .hot-awards__bottle,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle {
    position: relative;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-awards__bottle::before,
  #et-boc .et-l .hot-awards__bottle::before,
  .hot-awards__bottle::before,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle::before,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 178.26087%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-awards__bottle > *,
  #et-boc .et-l .hot-awards__bottle > *,
  .hot-awards__bottle > *,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle > *,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

/* line 34, resources/assets/styles/modules/_awards.scss */

.et-db #et-boc .et-l .hot-awards__bottle picture,
#et-boc .et-l .hot-awards__bottle picture,
.hot-awards__bottle picture,
.et-db #et-boc .et-l .et_pb_module .hot-awards__bottle picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle picture,
.et-db #et-boc .et-l .et_pb_module .hot-awards__bottle picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle picture {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0 auto;
  width: 73.82353%;
}

@media (min-width: 48em) {
  /* line 34, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__bottle picture,
  #et-boc .et-l .hot-awards__bottle picture,
  .hot-awards__bottle picture,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle picture,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle picture {
    width: 66.1157%;
  }
}

@media (min-width: 85.375em) {
  /* line 34, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__bottle picture,
  #et-boc .et-l .hot-awards__bottle picture,
  .hot-awards__bottle picture,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle picture,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle picture {
    margin: 0 auto 0 0;
    width: 66.14965%;
  }
}

/* line 51, resources/assets/styles/modules/_awards.scss */

.et-db #et-boc .et-l .hot-awards__bottle img,
#et-boc .et-l .hot-awards__bottle img,
.hot-awards__bottle img,
.et-db #et-boc .et-l .et_pb_module .hot-awards__bottle img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle img,
.et-db #et-boc .et-l .et_pb_module .hot-awards__bottle img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle img {
  z-index: 2;
  height: 96%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 48em) {
  /* line 51, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__bottle img,
  #et-boc .et-l .hot-awards__bottle img,
  .hot-awards__bottle img,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle img,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle img {
    height: 95%;
  }
}

/* line 63, resources/assets/styles/modules/_awards.scss */

.et-db #et-boc .et-l .hot-awards__bottle-container,
#et-boc .et-l .hot-awards__bottle-container,
.hot-awards__bottle-container,
.et-db #et-boc .et-l .et_pb_module .hot-awards__bottle-container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container,
.et-db #et-boc .et-l .et_pb_module .hot-awards__bottle-container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container {
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 100%;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-awards__bottle-container::before,
#et-boc .et-l .hot-awards__bottle-container::before,
.hot-awards__bottle-container::before,
.et-db #et-boc .et-l .et_pb_module .hot-awards__bottle-container::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container::before,
.et-db #et-boc .et-l .et_pb_module .hot-awards__bottle-container::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 104.70588%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-awards__bottle-container > *,
#et-boc .et-l .hot-awards__bottle-container > *,
.hot-awards__bottle-container > *,
.et-db #et-boc .et-l .et_pb_module .hot-awards__bottle-container > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container > *,
.et-db #et-boc .et-l .et_pb_module .hot-awards__bottle-container > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

@media (min-width: 48em) {
  /* line 63, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__bottle-container,
  #et-boc .et-l .hot-awards__bottle-container,
  .hot-awards__bottle-container,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container {
    position: relative;
    margin: 0 0.5rem 0 auto;
    width: 78.57143%;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-awards__bottle-container::before,
  #et-boc .et-l .hot-awards__bottle-container::before,
  .hot-awards__bottle-container::before,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle-container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container::before,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle-container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 104.91803%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-awards__bottle-container > *,
  #et-boc .et-l .hot-awards__bottle-container > *,
  .hot-awards__bottle-container > *,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle-container > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container > *,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle-container > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

@media (min-width: 85.375em) {
  /* line 63, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__bottle-container,
  #et-boc .et-l .hot-awards__bottle-container,
  .hot-awards__bottle-container,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container {
    position: relative;
    left: 0.4375rem;
    margin: 0 0 0 auto;
    position: absolute;
    top: 0;
    width: 68.23451%;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-awards__bottle-container::before,
  #et-boc .et-l .hot-awards__bottle-container::before,
  .hot-awards__bottle-container::before,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle-container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container::before,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle-container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 103.31858%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-awards__bottle-container > *,
  #et-boc .et-l .hot-awards__bottle-container > *,
  .hot-awards__bottle-container > *,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle-container > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container > *,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__bottle-container > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__bottle-container > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

/* line 93, resources/assets/styles/modules/_awards.scss */

.et-db #et-boc .et-l .hot-awards__circle-bg,
#et-boc .et-l .hot-awards__circle-bg,
.hot-awards__circle-bg,
.et-db #et-boc .et-l .et_pb_module .hot-awards__circle-bg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__circle-bg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__circle-bg,
.et-db #et-boc .et-l .et_pb_module .hot-awards__circle-bg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__circle-bg {
  position: relative;
  z-index: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: calc(100% - 2rem);
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-awards__circle-bg::before,
#et-boc .et-l .hot-awards__circle-bg::before,
.hot-awards__circle-bg::before,
.et-db #et-boc .et-l .et_pb_module .hot-awards__circle-bg::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__circle-bg::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__circle-bg::before,
.et-db #et-boc .et-l .et_pb_module .hot-awards__circle-bg::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__circle-bg::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-awards__circle-bg > *,
#et-boc .et-l .hot-awards__circle-bg > *,
.hot-awards__circle-bg > *,
.et-db #et-boc .et-l .et_pb_module .hot-awards__circle-bg > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__circle-bg > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__circle-bg > *,
.et-db #et-boc .et-l .et_pb_module .hot-awards__circle-bg > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__circle-bg > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

@media (min-width: 48em) {
  /* line 93, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__circle-bg,
  #et-boc .et-l .hot-awards__circle-bg,
  .hot-awards__circle-bg,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__circle-bg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__circle-bg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__circle-bg,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__circle-bg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__circle-bg {
    width: 91.73554%;
  }
}

@media (min-width: 85.375em) {
  /* line 93, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__circle-bg,
  #et-boc .et-l .hot-awards__circle-bg,
  .hot-awards__circle-bg,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__circle-bg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__circle-bg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__circle-bg,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__circle-bg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__circle-bg {
    -webkit-transform: translateX(-0.4375rem);
         -o-transform: translateX(-0.4375rem);
            transform: translateX(-0.4375rem);
    width: 90.20495%;
  }
}

/* line 111, resources/assets/styles/modules/_awards.scss */

.et-db #et-boc .et-l .hot-awards__circle-bg::before,
#et-boc .et-l .hot-awards__circle-bg::before,
.hot-awards__circle-bg::before,
.et-db #et-boc .et-l .et_pb_module .hot-awards__circle-bg::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__circle-bg::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__circle-bg::before,
.et-db #et-boc .et-l .et_pb_module .hot-awards__circle-bg::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__circle-bg::before {
  background-color: #e8e0d6;
  border-radius: 100%;
}

/* line 117, resources/assets/styles/modules/_awards.scss */

.et-db #et-boc .et-l .hot-awards__cite,
#et-boc .et-l .hot-awards__cite,
.hot-awards__cite,
.et-db #et-boc .et-l .et_pb_module .hot-awards__cite,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__cite,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__cite,
.et-db #et-boc .et-l .et_pb_module .hot-awards__cite,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__cite {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.03125rem;
}

/* line 121, resources/assets/styles/modules/_awards.scss */

.et-db #et-boc .et-l .hot-awards__description,
#et-boc .et-l .hot-awards__description,
.hot-awards__description,
.et-db #et-boc .et-l .et_pb_module .hot-awards__description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__description,
.et-db #et-boc .et-l .et_pb_module .hot-awards__description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__description {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4375rem;
  line-height: 1.875rem;
  letter-spacing: 0.1875rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  margin: 0 0 0.625rem;
}

@media (min-width: 48em) {
  /* line 121, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__description,
  #et-boc .et-l .hot-awards__description,
  .hot-awards__description,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__description,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__description {
    font-size: 1.5rem;
    letter-spacing: 0.11em;
  }
}

@media (min-width: 85.375em) {
  /* line 121, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__description,
  #et-boc .et-l .hot-awards__description,
  .hot-awards__description,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__description,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__description {
    font-size: 1.5625rem;
    letter-spacing: 0.15625rem;
  }
}

/* line 126, resources/assets/styles/modules/_awards.scss */

.et-db #et-boc .et-l .hot-awards__description a,
#et-boc .et-l .hot-awards__description a,
.hot-awards__description a,
.et-db #et-boc .et-l .et_pb_module .hot-awards__description a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__description a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__description a,
.et-db #et-boc .et-l .et_pb_module .hot-awards__description a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__description a {
  color: #1f1f1f;
}

/* line 131, resources/assets/styles/modules/_awards.scss */

.et-db #et-boc .et-l .hot-awards__details,
#et-boc .et-l .hot-awards__details,
.hot-awards__details,
.et-db #et-boc .et-l .et_pb_module .hot-awards__details,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__details,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__details,
.et-db #et-boc .et-l .et_pb_module .hot-awards__details,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__details {
  padding: 0 0 0 1rem;
}

@media (min-width: 48em) {
  /* line 131, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__details,
  #et-boc .et-l .hot-awards__details,
  .hot-awards__details,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__details,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__details {
    padding: 0;
  }
}

@media (min-width: 85.375em) {
  /* line 131, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__details,
  #et-boc .et-l .hot-awards__details,
  .hot-awards__details,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__details,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__details {
    z-index: 2;
    padding: 0 0 0 44.82995%;
    position: relative;
  }
}

/* line 146, resources/assets/styles/modules/_awards.scss */

.et-db #et-boc .et-l .hot-awards__heading,
#et-boc .et-l .hot-awards__heading,
.hot-awards__heading,
.et-db #et-boc .et-l .et_pb_module .hot-awards__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading,
.et-db #et-boc .et-l .et_pb_module .hot-awards__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading {
  grid-column-end: span 4;
  margin: 0 0 1.125rem;
  padding: 8.6875rem 0 0 26.17647%;
  width: 100%;
}

@media (min-width: 48em) {
  /* line 146, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__heading,
  #et-boc .et-l .hot-awards__heading,
  .hot-awards__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 157, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__heading:not(:nth-last-child(3)),
  #et-boc .et-l .hot-awards__heading:not(:nth-last-child(3)),
  .hot-awards__heading:not(:nth-last-child(3)),
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading:not(:nth-last-child(3)),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading:not(:nth-last-child(3)),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading:not(:nth-last-child(3)),
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading:not(:nth-last-child(3)),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading:not(:nth-last-child(3)) {
    grid-column-end: span 6;
    padding: 4.375rem 0 0 29.41176%;
  }

  /* line 163, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__heading:nth-last-child(3),
  #et-boc .et-l .hot-awards__heading:nth-last-child(3),
  .hot-awards__heading:nth-last-child(3),
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading:nth-last-child(3),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading:nth-last-child(3),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading:nth-last-child(3),
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading:nth-last-child(3),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading:nth-last-child(3) {
    grid-column-end: span 12;
    margin: 0 0 2.5rem;
    padding: 8.6875rem 0 0 40%;
  }
}

@media (min-width: 85.375em) {
  /* line 172, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__heading:not(:nth-last-child(3)),
  #et-boc .et-l .hot-awards__heading:not(:nth-last-child(3)),
  .hot-awards__heading:not(:nth-last-child(3)),
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading:not(:nth-last-child(3)),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading:not(:nth-last-child(3)),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading:not(:nth-last-child(3)),
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading:not(:nth-last-child(3)),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading:not(:nth-last-child(3)) {
    padding: 4.375rem 0 0 17.64706%;
  }

  /* line 176, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__heading:nth-last-child(3),
  #et-boc .et-l .hot-awards__heading:nth-last-child(3),
  .hot-awards__heading:nth-last-child(3),
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading:nth-last-child(3),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading:nth-last-child(3),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading:nth-last-child(3),
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading:nth-last-child(3),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading:nth-last-child(3) {
    margin: 0 0 4.125rem;
    padding: 6.9375rem 0 0 31.42857%;
  }
}

/* line 182, resources/assets/styles/modules/_awards.scss */

.et-db #et-boc .et-l .hot-awards__heading h2,
#et-boc .et-l .hot-awards__heading h2,
.hot-awards__heading h2,
.et-db #et-boc .et-l .et_pb_module .hot-awards__heading h2,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading h2,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading h2,
.et-db #et-boc .et-l .et_pb_module .hot-awards__heading h2,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading h2 {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.75rem;
  line-height: 3.25rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  position: relative;
  max-width: 100%;
}

@media (min-width: 48em) {
  /* line 182, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__heading h2,
  #et-boc .et-l .hot-awards__heading h2,
  .hot-awards__heading h2,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading h2,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading h2 {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 182, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__heading h2,
  #et-boc .et-l .hot-awards__heading h2,
  .hot-awards__heading h2,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading h2,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading h2 {
    font-size: 8.75rem;
    line-height: 7.875rem;
  }
}

/* line 189, resources/assets/styles/modules/_awards.scss */

.et-db #et-boc .et-l .hot-awards__heading em,
#et-boc .et-l .hot-awards__heading em,
.hot-awards__heading em,
.et-db #et-boc .et-l .et_pb_module .hot-awards__heading em,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading em,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading em,
.et-db #et-boc .et-l .et_pb_module .hot-awards__heading em,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading em {
  font-family: "BonVivant-Regular", cursive;
  font-style: italic;
  font-weight: normal;
  font-size: 6rem;
  line-height: 6rem;
  z-index: -1;
  bottom: 2.03125rem;
  color: #ddaa3e;
  left: -5.3125rem;
  position: absolute;
  text-transform: capitalize;
  -webkit-transform: rotate(-7.01deg);
       -o-transform: rotate(-7.01deg);
          transform: rotate(-7.01deg);
}

@media (min-width: 48em) {
  /* line 189, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__heading em,
  #et-boc .et-l .hot-awards__heading em,
  .hot-awards__heading em,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading em,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading em {
    font-size: 7.25rem;
    line-height: 7.25rem;
  }
}

@media (min-width: 85.375em) {
  /* line 189, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__heading em,
  #et-boc .et-l .hot-awards__heading em,
  .hot-awards__heading em,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading em,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading em {
    font-size: 11rem;
    line-height: 11rem;
  }
}

@media (min-width: 48em) {
  /* line 189, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__heading em,
  #et-boc .et-l .hot-awards__heading em,
  .hot-awards__heading em,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading em,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading em {
    bottom: 4.0625rem;
  }
}

@media (min-width: 85.375em) {
  /* line 189, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__heading em,
  #et-boc .et-l .hot-awards__heading em,
  .hot-awards__heading em,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading em,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading em {
    bottom: 6.5625rem;
    left: -3.75rem;
  }
}

@media (min-width: 85.375em) {
  /* line 210, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__heading span,
  #et-boc .et-l .hot-awards__heading span,
  .hot-awards__heading span,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading span,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading span,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading span,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__heading span,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__heading span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 100%;
    white-space: nowrap;
  }
}

/* line 220, resources/assets/styles/modules/_awards.scss */

.et-db #et-boc .et-l .hot-awards__item,
#et-boc .et-l .hot-awards__item,
.hot-awards__item,
.et-db #et-boc .et-l .et_pb_module .hot-awards__item,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__item,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__item,
.et-db #et-boc .et-l .et_pb_module .hot-awards__item,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__item {
  grid-column-end: span 4;
  margin: 0 0 1.25rem;
  width: 100%;
}

@media (min-width: 48em) {
  /* line 220, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__item,
  #et-boc .et-l .hot-awards__item,
  .hot-awards__item,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__item,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__item {
    grid-column-end: span 6;
    margin: 0 0 1.25rem auto;
    width: 90.58824%;
  }
}

@media (min-width: 85.375em) {
  /* line 220, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__item,
  #et-boc .et-l .hot-awards__item,
  .hot-awards__item,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__item,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__item {
    margin: 0 0 6.25rem -3.0858%;
    padding: 3.25rem 0 5.8125rem 0;
    position: relative;
    width: 103.0858%;
  }
}

/* line 241, resources/assets/styles/modules/_awards.scss */

.et-db #et-boc .et-l .hot-awards__title,
#et-boc .et-l .hot-awards__title,
.hot-awards__title,
.et-db #et-boc .et-l .et_pb_module .hot-awards__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__title,
.et-db #et-boc .et-l .et_pb_module .hot-awards__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__title {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.75rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  line-height: 2.8125rem;
  margin: 0 0 0.625rem;
  color: #c04635;
}

@media (min-width: 48em) {
  /* line 241, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__title,
  #et-boc .et-l .hot-awards__title,
  .hot-awards__title,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__title,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__title {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    letter-spacing: 0.0625rem;
  }
}

@media (min-width: 85.375em) {
  /* line 241, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__title,
  #et-boc .et-l .hot-awards__title,
  .hot-awards__title,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__title,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__title {
    font-size: 2.5rem;
    line-height: 2.75rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 48em) {
  /* line 241, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__title,
  #et-boc .et-l .hot-awards__title,
  .hot-awards__title,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__title,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__title {
    line-height: 2.1875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 241, resources/assets/styles/modules/_awards.scss */

  .et-db #et-boc .et-l .hot-awards__title,
  #et-boc .et-l .hot-awards__title,
  .hot-awards__title,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__title,
  .et-db #et-boc .et-l .et_pb_module .hot-awards__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-awards__title {
    line-height: 2.5rem;
  }
}

/* line 3, resources/assets/styles/modules/_testimonials.scss */

.et-db #et-boc .et-l .hot-testimonials,
#et-boc .et-l .hot-testimonials,
.hot-testimonials,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials {
  position: relative;
  background-size: cover;
}

/* line 7, resources/assets/styles/modules/_testimonials.scss */

.et-db #et-boc .et-l .hot-testimonials__inner,
#et-boc .et-l .hot-testimonials__inner,
.hot-testimonials__inner,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__inner,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__inner {
  display: grid;
  grid-auto-flow: dense;
  grid-column-gap: 4.70588%;
  -ms-grid-column-gap: 4.70588%;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin: 0 16px;
  max-width: 1750px;
}

@media (min-width: 117.5em) {
  /* line 7, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__inner,
  #et-boc .et-l .hot-testimonials__inner,
  .hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__inner {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 7, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__inner,
  #et-boc .et-l .hot-testimonials__inner,
  .hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__inner {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 2.85714%;
    -ms-grid-column-gap: 2.85714%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 30px;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 117.5em) {
  /* line 7, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__inner,
  #et-boc .et-l .hot-testimonials__inner,
  .hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__inner {
    margin: 0 auto;
  }
}

@media (min-width: 85.375em) {
  /* line 7, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__inner,
  #et-boc .et-l .hot-testimonials__inner,
  .hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__inner {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 1.91278%;
    -ms-grid-column-gap: 1.91278%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 65px;
    max-width: 1750px;
  }
}

@media (min-width: 85.375em) and (min-width: 117.5em) {
  /* line 7, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__inner,
  #et-boc .et-l .hot-testimonials__inner,
  .hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__inner {
    margin: 0 auto;
  }
}

/* line 11, resources/assets/styles/modules/_testimonials.scss */

.et-db #et-boc .et-l .hot-testimonials__content,
#et-boc .et-l .hot-testimonials__content,
.hot-testimonials__content,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__content,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__content {
  display: grid;
  grid-auto-flow: dense;
  grid-column-gap: 4.70588%;
  -ms-grid-column-gap: 4.70588%;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin: 0 16px;
  margin: 0;
  max-width: 1750px;
  grid-column: 1 / span 4;
}

@media (min-width: 117.5em) {
  /* line 11, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__content,
  #et-boc .et-l .hot-testimonials__content,
  .hot-testimonials__content,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__content,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__content {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 11, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__content,
  #et-boc .et-l .hot-testimonials__content,
  .hot-testimonials__content,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__content,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__content {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 2.85714%;
    -ms-grid-column-gap: 2.85714%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 30px;
    margin: 0;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 117.5em) {
  /* line 11, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__content,
  #et-boc .et-l .hot-testimonials__content,
  .hot-testimonials__content,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__content,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__content {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 11, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__content,
  #et-boc .et-l .hot-testimonials__content,
  .hot-testimonials__content,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__content,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__content {
    grid-column: 1 / span 12;
  }
}

/* line 16, resources/assets/styles/modules/_testimonials.scss */

.et-db #et-boc .et-l .hot-testimonials__title,
#et-boc .et-l .hot-testimonials__title,
.hot-testimonials__title,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title {
  grid-column: 1 / span 4;
  margin-bottom: 1.875rem;
}

@media (min-width: 48em) {
  /* line 16, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__title,
  #et-boc .et-l .hot-testimonials__title,
  .hot-testimonials__title,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title {
    grid-column: 1 / span 12;
  }
}

@media (min-width: 85.375em) {
  /* line 16, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__title,
  #et-boc .et-l .hot-testimonials__title,
  .hot-testimonials__title,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title {
    margin-bottom: 5rem;
    padding-left: 6.57995%;
  }
}

/* line 27, resources/assets/styles/modules/_testimonials.scss */

.et-db #et-boc .et-l .hot-testimonials__title-top,
#et-boc .et-l .hot-testimonials__title-top,
.hot-testimonials__title-top,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__title-top,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-top,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-top,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__title-top,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-top {
  font-family: "BonVivant-Regular", cursive;
  font-style: italic;
  font-weight: normal;
  font-size: 6rem;
  line-height: 6rem;
  position: relative;
  z-index: -1;
  margin-bottom: 0.625rem;
  display: block;
  color: #ddaa3e;
  -webkit-transform: rotate(-7.01deg);
       -o-transform: rotate(-7.01deg);
          transform: rotate(-7.01deg);
}

@media (min-width: 48em) {
  /* line 27, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__title-top,
  #et-boc .et-l .hot-testimonials__title-top,
  .hot-testimonials__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-top {
    font-size: 7.25rem;
    line-height: 7.25rem;
  }
}

@media (min-width: 85.375em) {
  /* line 27, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__title-top,
  #et-boc .et-l .hot-testimonials__title-top,
  .hot-testimonials__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-top {
    font-size: 11rem;
    line-height: 11rem;
  }
}

@media (min-width: 48em) {
  /* line 27, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__title-top,
  #et-boc .et-l .hot-testimonials__title-top,
  .hot-testimonials__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-top {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 27, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__title-top,
  #et-boc .et-l .hot-testimonials__title-top,
  .hot-testimonials__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-top {
    margin-bottom: -0.625rem;
    -webkit-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
}

/* line 47, resources/assets/styles/modules/_testimonials.scss */

.et-db #et-boc .et-l .hot-testimonials__title-bottom,
#et-boc .et-l .hot-testimonials__title-bottom,
.hot-testimonials__title-bottom,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__title-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-bottom,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__title-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-bottom {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.75rem;
  line-height: 3.25rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  display: block;
}

@media (min-width: 48em) {
  /* line 47, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__title-bottom,
  #et-boc .et-l .hot-testimonials__title-bottom,
  .hot-testimonials__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-bottom {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 47, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__title-bottom,
  #et-boc .et-l .hot-testimonials__title-bottom,
  .hot-testimonials__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-bottom {
    font-size: 8.75rem;
    line-height: 7.875rem;
  }
}

@media (min-width: 48em) {
  /* line 47, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__title-bottom,
  #et-boc .et-l .hot-testimonials__title-bottom,
  .hot-testimonials__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-bottom {
    padding-left: 6.25rem;
  }
}

@media (min-width: 85.375em) {
  /* line 47, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__title-bottom,
  #et-boc .et-l .hot-testimonials__title-bottom,
  .hot-testimonials__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__title-bottom {
    padding-left: 17.12531%;
    width: 100%;
  }
}

/* line 62, resources/assets/styles/modules/_testimonials.scss */

.et-db #et-boc .et-l .hot-testimonials__cards,
#et-boc .et-l .hot-testimonials__cards,
.hot-testimonials__cards,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__cards,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__cards,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards {
  display: grid;
  grid-auto-flow: dense;
  grid-column-gap: 4.70588%;
  -ms-grid-column-gap: 4.70588%;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin: 0 16px;
  margin: 0;
  max-width: 1750px;
  grid-column: 1 / span 4;
}

@media (min-width: 117.5em) {
  /* line 62, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__cards,
  #et-boc .et-l .hot-testimonials__cards,
  .hot-testimonials__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 62, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__cards,
  #et-boc .et-l .hot-testimonials__cards,
  .hot-testimonials__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 2.85714%;
    -ms-grid-column-gap: 2.85714%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 30px;
    margin: 0;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 117.5em) {
  /* line 62, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__cards,
  #et-boc .et-l .hot-testimonials__cards,
  .hot-testimonials__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 62, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__cards,
  #et-boc .et-l .hot-testimonials__cards,
  .hot-testimonials__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards {
    grid-column: 1 / span 12;
  }
}

/* line 66, resources/assets/styles/modules/_testimonials.scss */

.et-db #et-boc .et-l .hot-testimonials__cards li,
#et-boc .et-l .hot-testimonials__cards li,
.hot-testimonials__cards li,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__cards li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards li,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__cards li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards li {
  grid-column: span 4;
}

/* line 69, resources/assets/styles/modules/_testimonials.scss */

.et-db #et-boc .et-l .hot-testimonials__cards li:not(:last-child),
#et-boc .et-l .hot-testimonials__cards li:not(:last-child),
.hot-testimonials__cards li:not(:last-child),
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__cards li:not(:last-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards li:not(:last-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards li:not(:last-child),
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__cards li:not(:last-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards li:not(:last-child) {
  margin-bottom: 3.625rem;
}

@media (min-width: 48em) {
  /* line 75, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__cards li,
  #et-boc .et-l .hot-testimonials__cards li,
  .hot-testimonials__cards li,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__cards li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards li,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__cards li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__cards li {
    grid-column: span 6;
    margin-bottom: 0;
  }
}

/* line 82, resources/assets/styles/modules/_testimonials.scss */

.et-db #et-boc .et-l .hot-testimonials__card,
#et-boc .et-l .hot-testimonials__card,
.hot-testimonials__card,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__card,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__card,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card {
  background-color: #e8e0d6;
  padding: 1.25rem;
  text-align: right;
  padding-bottom: calc(5.59375rem - 0.625rem);
}

@media (min-width: 85.375em) {
  /* line 82, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__card,
  #et-boc .et-l .hot-testimonials__card,
  .hot-testimonials__card,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card {
    padding: 3.75rem 1.9375rem;
    padding-bottom: 7.21875rem;
  }
}

/* line 94, resources/assets/styles/modules/_testimonials.scss */

.et-db #et-boc .et-l .hot-testimonials__card-head,
#et-boc .et-l .hot-testimonials__card-head,
.hot-testimonials__card-head,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__card-head,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-head,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-head,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__card-head,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-head {
  font-family: "MaisonNeueMonoWEB-Bold", monospace;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: solid 0.0625rem #ddaa3e;
}

@media (min-width: 85.375em) {
  /* line 94, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__card-head,
  #et-boc .et-l .hot-testimonials__card-head,
  .hot-testimonials__card-head,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__card-head,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-head,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-head,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__card-head,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-head {
    margin-bottom: 5rem;
    padding-bottom: 1.375rem;
  }
}

/* line 107, resources/assets/styles/modules/_testimonials.scss */

.et-db #et-boc .et-l .hot-testimonials__card-type,
#et-boc .et-l .hot-testimonials__card-type,
.hot-testimonials__card-type,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__card-type,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-type,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-type,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__card-type,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-type {
  display: inline-block;
}

/* line 111, resources/assets/styles/modules/_testimonials.scss */

.et-db #et-boc .et-l .hot-testimonials__card-body,
#et-boc .et-l .hot-testimonials__card-body,
.hot-testimonials__card-body,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__card-body,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-body,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-body,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__card-body,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-body {
  position: relative;
  margin-bottom: 1.25rem;
  border: unset;
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 2.5rem;
  letter-spacing: 0.15625rem;
  text-transform: uppercase;
}

/* line 116, resources/assets/styles/modules/_testimonials.scss */

.et-db #et-boc .et-l .hot-testimonials__card-body::before,
#et-boc .et-l .hot-testimonials__card-body::before,
.hot-testimonials__card-body::before,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__card-body::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-body::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-body::before,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__card-body::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-body::before {
  top: -3.6875rem;
  left: 0;
  content: "";
  position: absolute;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjI3IiBoZWlnaHQ9IjE4NSIgdmlld0JveD0iMCAwIDIyNyAxODUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTptdWx0aXBseSIgb3BhY2l0eT0iMC4zIj4KPHBhdGggZD0iTTgxLjgzOTUgMEg2OC42OTc0QzU2Ljc1IDAgNTEuOTcxMSA2LjU2NDUzIDQ4LjM4NjggMTEuOTM1NUwxMy4xNDIxIDYyLjA2NDVDNS45NzM2OSA3Mi4yMDk3IDAgODcuNzI1OCAwIDEwMy4yNDJWMTczLjA2NEMwIDE3OS42MjkgNS4zNzYzMiAxODUgMTEuOTQ3NCAxODVIODMuNjMxNkM5MC4yMDI2IDE4NSA5NS41Nzg5IDE3OS42MjkgOTUuNTc4OSAxNzMuMDY0VjEwMS40NTJDOTUuNTc4OSA5NC44ODcxIDkwLjIwMjYgODkuNTE2MSA4My42MzE2IDg5LjUxNjFINjkuMjk0N0M2NS43MTA1IDg5LjUxNjEgNjEuNTI5IDg1LjkzNTUgNjMuOTE4NCA4MS43NTgxTDkzLjE4OTUgMjIuNjc3NEM5NC45ODE2IDE5LjY5MzUgOTUuNTc4OSAxNy4zMDY1IDk1LjU3ODkgMTMuNzI1OEM5NS41Nzg5IDYuNTY0NTQgOTAuOCAwIDgxLjgzOTUgMFpNMjEzLjI2MSAwSDIwMC4xMThDMTg4LjE3MSAwIDE4My4zOTIgNi41NjQ1MyAxNzkuODA4IDExLjkzNTVMMTQ0LjU2MyA2Mi4wNjQ1QzEzNy4zOTUgNzIuMjA5NyAxMzEuNDIxIDg3LjcyNTggMTMxLjQyMSAxMDMuMjQyVjE3My4wNjRDMTMxLjQyMSAxNzkuNjI5IDEzNi43OTcgMTg1IDE0My4zNjggMTg1SDIxNS4wNTNDMjIxLjYyNCAxODUgMjI3IDE3OS42MjkgMjI3IDE3My4wNjRWMTAxLjQ1MkMyMjcgOTQuODg3MSAyMjEuNjI0IDg5LjUxNjEgMjE1LjA1MyA4OS41MTYxSDIwMC43MTZDMTk3LjEzMiA4OS41MTYxIDE5Mi45NSA4NS45MzU1IDE5NS4zMzkgODEuNzU4MUwyMjQuNjExIDIyLjY3NzRDMjI2LjQwMyAxOS42OTM1IDIyNyAxNy4zMDY1IDIyNyAxMy43MjU4QzIyNyA2LjU2NDU0IDIyMi4yMjEgMCAyMTMuMjYxIDBaIiBmaWxsPSIjRThFMEQ2Ii8+CjwvZz4KPC9zdmc+Cg==) no-repeat;
  background-size: cover;
  width: 7.375rem;
  height: 6rem;
  display: block;
  mix-blend-mode: multiply;
}

@media (min-width: 85.375em) {
  /* line 116, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__card-body::before,
  #et-boc .et-l .hot-testimonials__card-body::before,
  .hot-testimonials__card-body::before,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__card-body::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-body::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-body::before,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__card-body::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-body::before {
    width: 14.1875rem;
    height: 11.5625rem;
    top: -7.75rem;
  }
}

@media (min-width: 85.375em) {
  /* line 111, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__card-body,
  #et-boc .et-l .hot-testimonials__card-body,
  .hot-testimonials__card-body,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__card-body,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-body,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-body,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__card-body,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-body {
    font-size: 1.875rem;
    line-height: 3.25rem;
    letter-spacing: 0.1875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 111, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__card-body,
  #et-boc .et-l .hot-testimonials__card-body,
  .hot-testimonials__card-body,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__card-body,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-body,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-body,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__card-body,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card-body {
    margin-bottom: 2.5rem;
    padding-left: 2.5rem;
  }
}

/* line 143, resources/assets/styles/modules/_testimonials.scss */

.et-db #et-boc .et-l .hot-testimonials__figure,
#et-boc .et-l .hot-testimonials__figure,
.hot-testimonials__figure,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__figure,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__figure {
  position: relative;
  left: 1.25rem;
  width: 11.25rem;
  z-index: 1;
  float: right;
  position: relative;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-testimonials__figure::before,
#et-boc .et-l .hot-testimonials__figure::before,
.hot-testimonials__figure::before,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__figure::before,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__figure::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-testimonials__figure > *,
#et-boc .et-l .hot-testimonials__figure > *,
.hot-testimonials__figure > *,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__figure > *,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__figure > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

/* line 152, resources/assets/styles/modules/_testimonials.scss */

.et-db #et-boc .et-l .hot-testimonials__figure > picture,
#et-boc .et-l .hot-testimonials__figure > picture,
.hot-testimonials__figure > picture,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__figure > picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__figure > picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__figure > picture,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__figure > picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__figure > picture {
  overflow: visible;
  top: 0;
  bottom: auto;
  height: 100%;
}

/* line 159, resources/assets/styles/modules/_testimonials.scss */

.et-db #et-boc .et-l .hot-testimonials__figure img,
#et-boc .et-l .hot-testimonials__figure img,
.hot-testimonials__figure img,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__figure img,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__figure img {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 85.375em) {
  /* line 143, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__figure,
  #et-boc .et-l .hot-testimonials__figure,
  .hot-testimonials__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__figure {
    left: 1.9375rem;
    width: 14.4375rem;
  }
}

/* line 174, resources/assets/styles/modules/_testimonials.scss */

.et-db #et-boc .et-l .hot-testimonials__card--transparent-img,
#et-boc .et-l .hot-testimonials__card--transparent-img,
.hot-testimonials__card--transparent-img,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__card--transparent-img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card--transparent-img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card--transparent-img,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__card--transparent-img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card--transparent-img {
  padding-bottom: calc(9.0625rem/2 + 1.0625rem/2);
}

@media (min-width: 85.375em) {
  /* line 174, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__card--transparent-img,
  #et-boc .et-l .hot-testimonials__card--transparent-img,
  .hot-testimonials__card--transparent-img,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__card--transparent-img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card--transparent-img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card--transparent-img,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__card--transparent-img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card--transparent-img {
    padding-bottom: calc(5.875rem + 0.53125rem);
  }
}

/* line 181, resources/assets/styles/modules/_testimonials.scss */

.et-db #et-boc .et-l .hot-testimonials__card--transparent-img .hot-testimonials__figure,
#et-boc .et-l .hot-testimonials__card--transparent-img .hot-testimonials__figure,
.hot-testimonials__card--transparent-img .hot-testimonials__figure,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__card--transparent-img .hot-testimonials__figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card--transparent-img .hot-testimonials__figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card--transparent-img .hot-testimonials__figure,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__card--transparent-img .hot-testimonials__figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card--transparent-img .hot-testimonials__figure {
  left: initial;
  margin-top: 1.0625rem;
  border-radius: 50%;
  background-color: #fff;
  width: 9.0625rem;
}

/* line 188, resources/assets/styles/modules/_testimonials.scss */

.et-db #et-boc .et-l .hot-testimonials__card--transparent-img .hot-testimonials__figure > picture,
#et-boc .et-l .hot-testimonials__card--transparent-img .hot-testimonials__figure > picture,
.hot-testimonials__card--transparent-img .hot-testimonials__figure > picture,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__card--transparent-img .hot-testimonials__figure > picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card--transparent-img .hot-testimonials__figure > picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card--transparent-img .hot-testimonials__figure > picture,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__card--transparent-img .hot-testimonials__figure > picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card--transparent-img .hot-testimonials__figure > picture {
  overflow: visible;
  top: 50%;
  right: 50%;
  bottom: auto;
  -webkit-transform: translate(50%, -50%);
       -o-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  height: auto;
}

/* line 197, resources/assets/styles/modules/_testimonials.scss */

.et-db #et-boc .et-l .hot-testimonials__card--transparent-img .hot-testimonials__figure img,
#et-boc .et-l .hot-testimonials__card--transparent-img .hot-testimonials__figure img,
.hot-testimonials__card--transparent-img .hot-testimonials__figure img,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__card--transparent-img .hot-testimonials__figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card--transparent-img .hot-testimonials__figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card--transparent-img .hot-testimonials__figure img,
.et-db #et-boc .et-l .et_pb_module .hot-testimonials__card--transparent-img .hot-testimonials__figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card--transparent-img .hot-testimonials__figure img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 85.375em) {
  /* line 181, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials__card--transparent-img .hot-testimonials__figure,
  #et-boc .et-l .hot-testimonials__card--transparent-img .hot-testimonials__figure,
  .hot-testimonials__card--transparent-img .hot-testimonials__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__card--transparent-img .hot-testimonials__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card--transparent-img .hot-testimonials__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card--transparent-img .hot-testimonials__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials__card--transparent-img .hot-testimonials__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials__card--transparent-img .hot-testimonials__figure {
    width: 11.75rem;
  }
}

@media (min-width: 48em) {
  /* line 211, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials[data-variant="1"] .hot-testimonials__cards li,
  #et-boc .et-l .hot-testimonials[data-variant="1"] .hot-testimonials__cards li,
  .hot-testimonials[data-variant="1"] .hot-testimonials__cards li,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials[data-variant="1"] .hot-testimonials__cards li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials[data-variant="1"] .hot-testimonials__cards li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials[data-variant="1"] .hot-testimonials__cards li,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials[data-variant="1"] .hot-testimonials__cards li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials[data-variant="1"] .hot-testimonials__cards li {
    grid-column: span 12;
  }
}

@media (min-width: 85.375em) {
  /* line 219, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials[data-variant="1"] .hot-testimonials__cards li,
  #et-boc .et-l .hot-testimonials[data-variant="1"] .hot-testimonials__cards li,
  .hot-testimonials[data-variant="1"] .hot-testimonials__cards li,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials[data-variant="1"] .hot-testimonials__cards li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials[data-variant="1"] .hot-testimonials__cards li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials[data-variant="1"] .hot-testimonials__cards li,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials[data-variant="1"] .hot-testimonials__cards li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials[data-variant="1"] .hot-testimonials__cards li {
    grid-column: 3 / span 8;
  }

  /* line 224, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials[data-variant="1"] .hot-testimonials__card,
  #et-boc .et-l .hot-testimonials[data-variant="1"] .hot-testimonials__card,
  .hot-testimonials[data-variant="1"] .hot-testimonials__card,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials[data-variant="1"] .hot-testimonials__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials[data-variant="1"] .hot-testimonials__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials[data-variant="1"] .hot-testimonials__card,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials[data-variant="1"] .hot-testimonials__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials[data-variant="1"] .hot-testimonials__card {
    position: relative;
    padding-bottom: 2.5rem;
    padding-left: 17.0625rem;
  }

  /* line 230, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials[data-variant="1"] .hot-testimonials__figure,
  #et-boc .et-l .hot-testimonials[data-variant="1"] .hot-testimonials__figure,
  .hot-testimonials[data-variant="1"] .hot-testimonials__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials[data-variant="1"] .hot-testimonials__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials[data-variant="1"] .hot-testimonials__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials[data-variant="1"] .hot-testimonials__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials[data-variant="1"] .hot-testimonials__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials[data-variant="1"] .hot-testimonials__figure {
    top: 50%;
    right: calc(100% - 6rem);
    bottom: auto;
    left: auto;
    position: absolute;
    margin: auto;
    width: 65.7277%;
    -webkit-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  /* line 241, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials[data-variant="1"] .hot-testimonials__card-body::before,
  #et-boc .et-l .hot-testimonials[data-variant="1"] .hot-testimonials__card-body::before,
  .hot-testimonials[data-variant="1"] .hot-testimonials__card-body::before,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials[data-variant="1"] .hot-testimonials__card-body::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials[data-variant="1"] .hot-testimonials__card-body::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials[data-variant="1"] .hot-testimonials__card-body::before,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials[data-variant="1"] .hot-testimonials__card-body::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials[data-variant="1"] .hot-testimonials__card-body::before {
    right: 96.02888%;
    left: auto;
  }

  /* line 247, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials[data-variant="1"] .hot-testimonials__card--img,
  #et-boc .et-l .hot-testimonials[data-variant="1"] .hot-testimonials__card--img,
  .hot-testimonials[data-variant="1"] .hot-testimonials__card--img,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials[data-variant="1"] .hot-testimonials__card--img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials[data-variant="1"] .hot-testimonials__card--img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials[data-variant="1"] .hot-testimonials__card--img,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials[data-variant="1"] .hot-testimonials__card--img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials[data-variant="1"] .hot-testimonials__card--img {
    margin-left: auto;
    padding-left: 4.375rem;
    width: 74.65116%;
    min-height: 30.75rem;
  }

  /* line 255, resources/assets/styles/modules/_testimonials.scss */

  .et-db #et-boc .et-l .hot-testimonials[data-variant="1"] .hot-testimonials__card--img .hot-testimonials__card-body::before,
  #et-boc .et-l .hot-testimonials[data-variant="1"] .hot-testimonials__card--img .hot-testimonials__card-body::before,
  .hot-testimonials[data-variant="1"] .hot-testimonials__card--img .hot-testimonials__card-body::before,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials[data-variant="1"] .hot-testimonials__card--img .hot-testimonials__card-body::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials[data-variant="1"] .hot-testimonials__card--img .hot-testimonials__card-body::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials[data-variant="1"] .hot-testimonials__card--img .hot-testimonials__card-body::before,
  .et-db #et-boc .et-l .et_pb_module .hot-testimonials[data-variant="1"] .hot-testimonials__card--img .hot-testimonials__card-body::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-testimonials[data-variant="1"] .hot-testimonials__card--img .hot-testimonials__card-body::before {
    right: auto;
    left: 0;
  }
}

@media (min-width: 48em) {
  /* line 4, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__container,
  #et-boc .et-l .hot-brand-assets__container,
  .hot-brand-assets__container,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__container,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__container {
    grid-template-rows: 1.875rem 1fr 3.25rem minmax(7.5rem, auto);
  }
}

@media (min-width: 85.375em) {
  /* line 4, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__container,
  #et-boc .et-l .hot-brand-assets__container,
  .hot-brand-assets__container,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__container,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__container {
    grid-template-rows: 3.125rem 1fr 6.25rem minmax(12.5rem, auto);
  }
}

/* line 14, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__group,
#et-boc .et-l .hot-brand-assets__group,
.hot-brand-assets__group,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__group,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__group,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__group,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__group,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__group {
  grid-column: 1 / span 4;
  background-color: #e8e0d6;
  margin: 0 -1rem;
  padding: 0 1rem;
}

@media (min-width: 48em) {
  /* line 14, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__group,
  #et-boc .et-l .hot-brand-assets__group,
  .hot-brand-assets__group,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__group,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__group,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__group,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__group,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__group {
    margin: 0;
    padding: 0;
  }
}

/* line 26, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__group-one,
#et-boc .et-l .hot-brand-assets__group-one,
.hot-brand-assets__group-one,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__group-one,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__group-one,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__group-one,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__group-one,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__group-one {
  background-color: rgba(232, 224, 214, 0.3);
  mix-blend-mode: multiply;
}

@media (min-width: 48em) {
  /* line 26, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__group-one,
  #et-boc .et-l .hot-brand-assets__group-one,
  .hot-brand-assets__group-one,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__group-one,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__group-one,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__group-one,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__group-one,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__group-one {
    grid-column: 1 / span 6;
    grid-row: 2 / span 1;
  }
}

/* line 36, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__group-two,
#et-boc .et-l .hot-brand-assets__group-two,
.hot-brand-assets__group-two,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__group-two,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__group-two,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__group-two,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__group-two,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__group-two {
  mix-blend-mode: normal;
  padding: 3.125rem 1rem;
}

@media (min-width: 48em) {
  /* line 36, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__group-two,
  #et-boc .et-l .hot-brand-assets__group-two,
  .hot-brand-assets__group-two,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__group-two,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__group-two,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__group-two,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__group-two,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__group-two {
    grid-column: 7 / span 6;
    grid-row: 1 / span 4;
    padding: 2.5rem 1.25rem;
    margin-left: -1.25rem;
  }
}

@media (min-width: 85.375em) {
  /* line 36, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__group-two,
  #et-boc .et-l .hot-brand-assets__group-two,
  .hot-brand-assets__group-two,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__group-two,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__group-two,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__group-two,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__group-two,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__group-two {
    padding: 5rem 5.59375rem;
    margin-left: -1.5625rem;
  }
}

/* line 56, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__heading,
#et-boc .et-l .hot-brand-assets__heading,
.hot-brand-assets__heading,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.75rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  margin-top: -4.375rem;
}

@media (min-width: 48em) {
  /* line 56, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__heading,
  #et-boc .et-l .hot-brand-assets__heading,
  .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    letter-spacing: 0.0625rem;
  }
}

@media (min-width: 85.375em) {
  /* line 56, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__heading,
  #et-boc .et-l .hot-brand-assets__heading,
  .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading {
    font-size: 2.5rem;
    line-height: 2.75rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 48em) {
  /* line 56, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__heading,
  #et-boc .et-l .hot-brand-assets__heading,
  .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading {
    font-family: "GT-Pressura-Bold", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 2.1875rem;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    margin: -5.625rem 0 0 1.25rem;
  }
}

@media (min-width: 48em) and (min-width: 48em) {
  /* line 56, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__heading,
  #et-boc .et-l .hot-brand-assets__heading,
  .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 48em) and (min-width: 85.375em) {
  /* line 56, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__heading,
  #et-boc .et-l .hot-brand-assets__heading,
  .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 85.375em) {
  /* line 56, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__heading,
  #et-boc .et-l .hot-brand-assets__heading,
  .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading {
    font-family: "GT-Pressura-Bold", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 2.1875rem;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    margin: -5.625rem 0 0 3.07143rem;
  }
}

@media (min-width: 85.375em) and (min-width: 48em) {
  /* line 56, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__heading,
  #et-boc .et-l .hot-brand-assets__heading,
  .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) and (min-width: 85.375em) {
  /* line 56, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__heading,
  #et-boc .et-l .hot-brand-assets__heading,
  .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

/* line 74, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__heading h2:first-child,
#et-boc .et-l .hot-brand-assets__heading h2:first-child,
.hot-brand-assets__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading h2:first-child {
  color: #c04635;
}

/* line 78, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__heading h2:last-child,
#et-boc .et-l .hot-brand-assets__heading h2:last-child,
.hot-brand-assets__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading h2:last-child {
  color: #1f1f1f;
  margin: -1.1875rem 0 0 2.9375rem;
}

@media (min-width: 48em) {
  /* line 78, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__heading h2:last-child,
  #et-boc .et-l .hot-brand-assets__heading h2:last-child,
  .hot-brand-assets__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading h2:last-child {
    margin: 0 0 0 2.5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 78, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__heading h2:last-child,
  #et-boc .et-l .hot-brand-assets__heading h2:last-child,
  .hot-brand-assets__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__heading h2:last-child {
    margin: 0 0 0 4rem;
  }
}

/* line 93, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__package,
#et-boc .et-l .hot-brand-assets__package,
.hot-brand-assets__package,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package {
  margin: 2.125rem 0 3.125rem 1.52083rem;
  width: calc(78.52941% + 1.52083rem);
}

@media (min-width: 48em) {
  /* line 93, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__package,
  #et-boc .et-l .hot-brand-assets__package,
  .hot-brand-assets__package,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package {
    margin: 2.6875rem 0 2.625rem 3.75rem;
    width: 70.58824%;
  }
}

@media (min-width: 85.375em) {
  /* line 93, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__package,
  #et-boc .et-l .hot-brand-assets__package,
  .hot-brand-assets__package,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package {
    margin: 3.75rem 0 3.125rem 6.9375rem;
    width: 69.26677%;
  }
}

/* line 107, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__package > p,
#et-boc .et-l .hot-brand-assets__package > p,
.hot-brand-assets__package > p,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package > p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > p,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package > p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > p {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}

@media (min-width: 85.375em) {
  /* line 107, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__package > p,
  #et-boc .et-l .hot-brand-assets__package > p,
  .hot-brand-assets__package > p,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package > p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > p,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package > p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > p {
    font-size: 1.5625rem;
    line-height: 2.8125rem;
    letter-spacing: 0.15625rem;
  }
}

@media (min-width: 48em) {
  /* line 107, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__package > p,
  #et-boc .et-l .hot-brand-assets__package > p,
  .hot-brand-assets__package > p,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package > p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > p,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package > p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > p {
    margin-bottom: 2.0625rem;
  }
}

/* line 117, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__package > a,
#et-boc .et-l .hot-brand-assets__package > a,
.hot-brand-assets__package > a,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package > a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > a,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package > a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > a {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.07812rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 85.375em) {
  /* line 117, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__package > a,
  #et-boc .et-l .hot-brand-assets__package > a,
  .hot-brand-assets__package > a,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package > a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > a,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package > a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > a {
    font-size: 1.1875rem;
    line-height: 1.3125rem;
    letter-spacing: 0.09375rem;
  }
}

/* line 123, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__package > a .download,
#et-boc .et-l .hot-brand-assets__package > a .download,
.hot-brand-assets__package > a .download,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package > a .download,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > a .download,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > a .download,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package > a .download,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > a .download {
  border-radius: 100%;
  background-color: #fff;
  mix-blend-mode: normal;
  width: 4.4375rem;
  height: 4.4375rem;
  padding: 1.25rem 1.5rem 1.3125rem;
}

@media (min-width: 48em) {
  /* line 123, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__package > a .download,
  #et-boc .et-l .hot-brand-assets__package > a .download,
  .hot-brand-assets__package > a .download,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package > a .download,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > a .download,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > a .download,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package > a .download,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > a .download {
    width: 2.5625rem;
    height: 2.5625rem;
    padding: 0.75rem 0.875rem 0.8125rem;
    margin: 0 1rem 0 0;
  }
}

@media (min-width: 85.375em) {
  /* line 123, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__package > a .download,
  #et-boc .et-l .hot-brand-assets__package > a .download,
  .hot-brand-assets__package > a .download,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package > a .download,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > a .download,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > a .download,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package > a .download,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package > a .download {
    width: 4.4375rem;
    height: 4.4375rem;
    padding: 1.25rem 1.5rem 1.3125rem;
    margin: 0 0 0 1rem;
  }
}

/* line 147, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__package .hot-svg,
#et-boc .et-l .hot-brand-assets__package .hot-svg,
.hot-brand-assets__package .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package .hot-svg {
  width: 1.375rem;
  height: 1.875rem;
}

@media (min-width: 48em) {
  /* line 147, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__package .hot-svg,
  #et-boc .et-l .hot-brand-assets__package .hot-svg,
  .hot-brand-assets__package .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package .hot-svg {
    width: 0.79375rem;
    height: 1.0625rem;
  }
}

@media (min-width: 85.375em) {
  /* line 147, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__package .hot-svg,
  #et-boc .et-l .hot-brand-assets__package .hot-svg,
  .hot-brand-assets__package .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package .hot-svg {
    width: 1.375rem;
    height: 1.875rem;
  }
}

/* line 161, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__package .hot-svg path,
#et-boc .et-l .hot-brand-assets__package .hot-svg path,
.hot-brand-assets__package .hot-svg path,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package .hot-svg path,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package .hot-svg path,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package .hot-svg path,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__package .hot-svg path,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__package .hot-svg path {
  stroke: #c04635;
}

/* line 168, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__cta,
#et-boc .et-l .hot-brand-assets__cta,
.hot-brand-assets__cta,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta {
  grid-column: 1 / span 4;
  margin: 0 -1rem;
  background-color: #c04635;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4.875rem;
}

@media (min-width: 48em) {
  /* line 168, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__cta,
  #et-boc .et-l .hot-brand-assets__cta,
  .hot-brand-assets__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta {
    grid-column: 1 / span 6;
    grid-row: 3 / span 1;
    margin: 0;
    padding: 0;
    height: auto;
  }
}

/* line 187, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__cta > a,
#et-boc .et-l .hot-brand-assets__cta > a,
.hot-brand-assets__cta > a,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__cta > a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta > a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta > a,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__cta > a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta > a {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  color: #fff;
}

@media (min-width: 85.375em) {
  /* line 187, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__cta > a,
  #et-boc .et-l .hot-brand-assets__cta > a,
  .hot-brand-assets__cta > a,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__cta > a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta > a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta > a,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__cta > a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta > a {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

/* line 193, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__cta .hot-svg,
#et-boc .et-l .hot-brand-assets__cta .hot-svg,
.hot-brand-assets__cta .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__cta .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__cta .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta .hot-svg {
  margin-left: 0.25rem;
  vertical-align: top;
}

@media (min-width: 48em) {
  /* line 193, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__cta .hot-svg,
  #et-boc .et-l .hot-brand-assets__cta .hot-svg,
  .hot-brand-assets__cta .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__cta .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__cta .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta .hot-svg {
    margin-left: 0.4375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 193, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__cta .hot-svg,
  #et-boc .et-l .hot-brand-assets__cta .hot-svg,
  .hot-brand-assets__cta .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__cta .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__cta .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta .hot-svg {
    margin-left: 0.5625rem;
    vertical-align: baseline;
  }
}

/* line 206, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__cta .hot-svg path,
#et-boc .et-l .hot-brand-assets__cta .hot-svg path,
.hot-brand-assets__cta .hot-svg path,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__cta .hot-svg path,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta .hot-svg path,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta .hot-svg path,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__cta .hot-svg path,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__cta .hot-svg path {
  stroke: #fff;
}

/* line 213, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__photos,
.et-db #et-boc .et-l .hot-brand-assets__documents,
#et-boc .et-l .hot-brand-assets__photos,
#et-boc .et-l .hot-brand-assets__documents,
.hot-brand-assets__photos,
.hot-brand-assets__documents,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__photos,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__documents,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__photos,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__documents,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents {
  padding-left: 1.52083rem;
}

@media (min-width: 48em) {
  /* line 213, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__photos,
  .et-db #et-boc .et-l .hot-brand-assets__documents,
  #et-boc .et-l .hot-brand-assets__photos,
  #et-boc .et-l .hot-brand-assets__documents,
  .hot-brand-assets__photos,
  .hot-brand-assets__documents,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__photos,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__documents,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__photos,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__documents,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents {
    padding-left: 0.625rem;
  }
}

@media (min-width: 85.375em) {
  /* line 213, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__photos,
  .et-db #et-boc .et-l .hot-brand-assets__documents,
  #et-boc .et-l .hot-brand-assets__photos,
  #et-boc .et-l .hot-brand-assets__documents,
  .hot-brand-assets__photos,
  .hot-brand-assets__documents,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__photos,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__documents,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__photos,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__documents,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents {
    padding-left: 0;
    width: calc(94.36937% - 2.38889rem);
  }
}

/* line 226, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__photos h4,
.et-db #et-boc .et-l .hot-brand-assets__documents h4,
#et-boc .et-l .hot-brand-assets__photos h4,
#et-boc .et-l .hot-brand-assets__documents h4,
.hot-brand-assets__photos h4,
.hot-brand-assets__documents h4,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__photos h4,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__documents h4,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos h4,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents h4,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos h4,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents h4,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__photos h4,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__documents h4,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos h4,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents h4 {
  font-family: "MaisonNeueMonoWEB-Bold", monospace;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}

@media (min-width: 48em) {
  /* line 226, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__photos h4,
  .et-db #et-boc .et-l .hot-brand-assets__documents h4,
  #et-boc .et-l .hot-brand-assets__photos h4,
  #et-boc .et-l .hot-brand-assets__documents h4,
  .hot-brand-assets__photos h4,
  .hot-brand-assets__documents h4,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__photos h4,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__documents h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents h4,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__photos h4,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__documents h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents h4 {
    margin-bottom: 0.9375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 226, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__photos h4,
  .et-db #et-boc .et-l .hot-brand-assets__documents h4,
  #et-boc .et-l .hot-brand-assets__photos h4,
  #et-boc .et-l .hot-brand-assets__documents h4,
  .hot-brand-assets__photos h4,
  .hot-brand-assets__documents h4,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__photos h4,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__documents h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents h4,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__photos h4,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__documents h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents h4 {
    margin-bottom: 1.25rem;
  }
}

/* line 241, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__photos,
#et-boc .et-l .hot-brand-assets__photos,
.hot-brand-assets__photos,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__photos,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__photos,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos {
  margin-bottom: 2.5rem;
}

@media (min-width: 48em) {
  /* line 241, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__photos,
  #et-boc .et-l .hot-brand-assets__photos,
  .hot-brand-assets__photos,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__photos,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__photos,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__photos {
    margin-bottom: 5rem;
  }
}

/* line 249, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__documents,
#et-boc .et-l .hot-brand-assets__documents,
.hot-brand-assets__documents,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__documents,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__documents,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents {
  position: relative;
}

/* line 252, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__documents::after,
#et-boc .et-l .hot-brand-assets__documents::after,
.hot-brand-assets__documents::after,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__documents::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents::after,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__documents::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents::after {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #ddaa3e;
}

@media (min-width: 48em) {
  /* line 252, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__documents::after,
  #et-boc .et-l .hot-brand-assets__documents::after,
  .hot-brand-assets__documents::after,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__documents::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents::after,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__documents::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__documents::after {
    top: -2.5rem;
  }
}

/* line 267, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__assets,
#et-boc .et-l .hot-brand-assets__assets,
.hot-brand-assets__assets,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__assets,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__assets,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 271, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__assets:not(:last-child),
#et-boc .et-l .hot-brand-assets__assets:not(:last-child),
.hot-brand-assets__assets:not(:last-child),
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__assets:not(:last-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets:not(:last-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets:not(:last-child),
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__assets:not(:last-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets:not(:last-child) {
  margin-bottom: 1.875rem;
}

/* line 275, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__assets--media,
#et-boc .et-l .hot-brand-assets__assets--media,
.hot-brand-assets__assets--media,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__assets--media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--media,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__assets--media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--media {
  position: relative;
  min-width: 5.375rem;
  background-color: #f7f5f2;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-brand-assets__assets--media::before,
#et-boc .et-l .hot-brand-assets__assets--media::before,
.hot-brand-assets__assets--media::before,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__assets--media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--media::before,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__assets--media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--media::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-brand-assets__assets--media > *,
#et-boc .et-l .hot-brand-assets__assets--media > *,
.hot-brand-assets__assets--media > *,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__assets--media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--media > *,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__assets--media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--media > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

/* line 282, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__assets--text,
#et-boc .et-l .hot-brand-assets__assets--text,
.hot-brand-assets__assets--text,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__assets--text,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--text,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--text,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__assets--text,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--text {
  margin-left: 1.625rem;
}

/* line 285, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__assets--text p,
#et-boc .et-l .hot-brand-assets__assets--text p,
.hot-brand-assets__assets--text p,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__assets--text p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--text p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--text p,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__assets--text p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--text p {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
}

@media (min-width: 85.375em) {
  /* line 285, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__assets--text p,
  #et-boc .et-l .hot-brand-assets__assets--text p,
  .hot-brand-assets__assets--text p,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__assets--text p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--text p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--text p,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__assets--text p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--text p {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

@media (min-width: 48em) {
  /* line 285, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__assets--text p,
  #et-boc .et-l .hot-brand-assets__assets--text p,
  .hot-brand-assets__assets--text p,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__assets--text p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--text p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--text p,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__assets--text p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--text p {
    margin-bottom: 0.625rem;
  }
}

/* line 295, resources/assets/styles/modules/_brand-assets.scss */

.et-db #et-boc .et-l .hot-brand-assets__assets--text a,
#et-boc .et-l .hot-brand-assets__assets--text a,
.hot-brand-assets__assets--text a,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__assets--text a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--text a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--text a,
.et-db #et-boc .et-l .et_pb_module .hot-brand-assets__assets--text a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--text a {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.07812rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
}

@media (min-width: 85.375em) {
  /* line 295, resources/assets/styles/modules/_brand-assets.scss */

  .et-db #et-boc .et-l .hot-brand-assets__assets--text a,
  #et-boc .et-l .hot-brand-assets__assets--text a,
  .hot-brand-assets__assets--text a,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__assets--text a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--text a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--text a,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-assets__assets--text a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-assets__assets--text a {
    font-size: 1.1875rem;
    line-height: 1.3125rem;
    letter-spacing: 0.09375rem;
  }
}

/* line 1, resources/assets/styles/modules/_product-about.scss */

.et-db #et-boc .et-l .hot-product-about,
#et-boc .et-l .hot-product-about,
.hot-product-about,
.et-db #et-boc .et-l .et_pb_module .hot-product-about,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about,
.et-db #et-boc .et-l .et_pb_module .hot-product-about,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about {
  background-color: #fff;
  margin-top: 3.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 48em) {
  /* line 1, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about,
  #et-boc .et-l .hot-product-about,
  .hot-product-about,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about {
    margin-top: 4.375rem;
    padding-bottom: 2.5rem;
    margin-right: 1.875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 1, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about,
  #et-boc .et-l .hot-product-about,
  .hot-product-about,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about {
    margin-top: 7.875rem;
    padding-bottom: 4.6875rem;
    margin-right: 4.0625rem;
  }
}

@media (min-width: 48em) {
  /* line 18, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__container,
  #et-boc .et-l .hot-product-about__container,
  .hot-product-about__container,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__container,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__container {
    grid-template-rows: 10.625rem auto auto;
    margin-right: 0;
  }
}

@media (min-width: 85.375em) {
  /* line 18, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__container,
  #et-boc .et-l .hot-product-about__container,
  .hot-product-about__container,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__container,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__container {
    grid-template-rows: 8.75rem auto auto;
  }
}

/* line 29, resources/assets/styles/modules/_product-about.scss */

.et-db #et-boc .et-l .hot-product-about__heading,
#et-boc .et-l .hot-product-about__heading,
.hot-product-about__heading,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading {
  grid-column: 1 / span 4;
  margin-top: -2.9375rem;
}

@media (min-width: 48em) {
  /* line 29, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__heading,
  #et-boc .et-l .hot-product-about__heading,
  .hot-product-about__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading {
    grid-column: 2 / span 6;
    grid-row: 1 / span 1;
    margin-top: -3.9375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 29, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__heading,
  #et-boc .et-l .hot-product-about__heading,
  .hot-product-about__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading {
    grid-column: 2 / span 6;
    margin-top: -7rem;
  }
}

/* line 47, resources/assets/styles/modules/_product-about.scss */

.et-db #et-boc .et-l .hot-product-about__heading h2:first-child,
#et-boc .et-l .hot-product-about__heading h2:first-child,
.hot-product-about__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:first-child {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.75rem;
  line-height: 3.25rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  /* line 47, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__heading h2:first-child,
  #et-boc .et-l .hot-product-about__heading h2:first-child,
  .hot-product-about__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:first-child {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 47, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__heading h2:first-child,
  #et-boc .et-l .hot-product-about__heading h2:first-child,
  .hot-product-about__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:first-child {
    font-size: 8.75rem;
    line-height: 7.875rem;
  }
}

/* line 51, resources/assets/styles/modules/_product-about.scss */

.et-db #et-boc .et-l .hot-product-about__heading h2:last-child,
#et-boc .et-l .hot-product-about__heading h2:last-child,
.hot-product-about__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:last-child {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #fcc246;
  margin: 0.3125rem 0 0 2.28125rem;
}

@media (min-width: 48em) {
  /* line 51, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__heading h2:last-child,
  #et-boc .et-l .hot-product-about__heading h2:last-child,
  .hot-product-about__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:last-child {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 51, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__heading h2:last-child,
  #et-boc .et-l .hot-product-about__heading h2:last-child,
  .hot-product-about__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:last-child {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 48em) {
  /* line 51, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__heading h2:last-child,
  #et-boc .et-l .hot-product-about__heading h2:last-child,
  .hot-product-about__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:last-child {
    margin: 1.25rem 0 0 5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 51, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__heading h2:last-child,
  #et-boc .et-l .hot-product-about__heading h2:last-child,
  .hot-product-about__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__heading h2:last-child {
    margin: 1.375rem 0 0 9.375rem;
  }
}

/* line 67, resources/assets/styles/modules/_product-about.scss */

.et-db #et-boc .et-l .hot-product-about__media,
#et-boc .et-l .hot-product-about__media,
.hot-product-about__media,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__media,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__media {
  grid-column: 1 / span 4;
  position: relative;
  margin: 2.5rem -1rem 0;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-product-about__media::before,
#et-boc .et-l .hot-product-about__media::before,
.hot-product-about__media::before,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__media::before,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__media::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__media::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 64.98674%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-product-about__media > *,
#et-boc .et-l .hot-product-about__media > *,
.hot-product-about__media > *,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__media > *,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__media > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__media > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

@media (min-width: 48em) {
  /* line 67, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__media,
  #et-boc .et-l .hot-product-about__media,
  .hot-product-about__media,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__media,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__media {
    grid-column: 1 / span 6;
    grid-row: 2 / span 1;
    margin: 1.5625rem 0 0 -1.875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 67, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__media,
  #et-boc .et-l .hot-product-about__media,
  .hot-product-about__media,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__media,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__media {
    grid-column: 1 / span 3;
    margin: 2.1875rem 0 0 -4.0625rem;
  }
}

/* line 86, resources/assets/styles/modules/_product-about.scss */

.et-db #et-boc .et-l .hot-product-about__media img,
#et-boc .et-l .hot-product-about__media img,
.hot-product-about__media img,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__media img,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__media img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 93, resources/assets/styles/modules/_product-about.scss */

.et-db #et-boc .et-l .hot-product-about__tasting-notes,
#et-boc .et-l .hot-product-about__tasting-notes,
.hot-product-about__tasting-notes,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes {
  grid-column: 1 / span 4;
  margin: 5rem 1.14062rem 0;
}

@media (min-width: 48em) {
  /* line 93, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__tasting-notes,
  #et-boc .et-l .hot-product-about__tasting-notes,
  .hot-product-about__tasting-notes,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes {
    grid-column: 8 / span 5;
    grid-row: 2 / span 1;
    margin: 0 -1.875rem 0 0;
  }
}

@media (min-width: 85.375em) {
  /* line 93, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__tasting-notes,
  #et-boc .et-l .hot-product-about__tasting-notes,
  .hot-product-about__tasting-notes,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes {
    grid-column: 9 / span 4;
    margin: 0 -4.0625rem 0 2.6875rem;
  }
}

/* line 111, resources/assets/styles/modules/_product-about.scss */

.et-db #et-boc .et-l .hot-product-about__tasting-notes--heading,
#et-boc .et-l .hot-product-about__tasting-notes--heading,
.hot-product-about__tasting-notes--heading,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading {
  position: relative;
  margin: 0 0 -1.875rem -1rem;
}

@media (min-width: 48em) {
  /* line 111, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__tasting-notes--heading,
  #et-boc .et-l .hot-product-about__tasting-notes--heading,
  .hot-product-about__tasting-notes--heading,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading {
    margin: 0 0 0 1.875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 111, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__tasting-notes--heading,
  #et-boc .et-l .hot-product-about__tasting-notes--heading,
  .hot-product-about__tasting-notes--heading,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading {
    margin: 0 0 0 -3.4375rem;
  }
}

/* line 123, resources/assets/styles/modules/_product-about.scss */

.et-db #et-boc .et-l .hot-product-about__tasting-notes--heading h3,
#et-boc .et-l .hot-product-about__tasting-notes--heading h3,
.hot-product-about__tasting-notes--heading h3,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--heading h3,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading h3,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading h3,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--heading h3,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading h3 {
  font-family: "BonVivant-Regular", cursive;
  font-style: italic;
  font-weight: normal;
  font-size: 4.25rem;
  line-height: 3.125rem;
  color: #ddaa3e;
  -webkit-transform: rotate(-10.69deg);
       -o-transform: rotate(-10.69deg);
          transform: rotate(-10.69deg);
  display: inline-block;
}

@media (min-width: 85.375em) {
  /* line 123, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__tasting-notes--heading h3,
  #et-boc .et-l .hot-product-about__tasting-notes--heading h3,
  .hot-product-about__tasting-notes--heading h3,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--heading h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading h3,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--heading h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading h3 {
    font-size: 5.625rem;
    line-height: 6.875rem;
  }
}

@media (min-width: 48em) {
  /* line 130, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__tasting-notes--heading h3:first-of-type,
  #et-boc .et-l .hot-product-about__tasting-notes--heading h3:first-of-type,
  .hot-product-about__tasting-notes--heading h3:first-of-type,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--heading h3:first-of-type,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading h3:first-of-type,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading h3:first-of-type,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--heading h3:first-of-type,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading h3:first-of-type {
    position: absolute;
    top: -4.5625rem;
  }
}

@media (min-width: 85.375em) {
  /* line 130, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__tasting-notes--heading h3:first-of-type,
  #et-boc .et-l .hot-product-about__tasting-notes--heading h3:first-of-type,
  .hot-product-about__tasting-notes--heading h3:first-of-type,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--heading h3:first-of-type,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading h3:first-of-type,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading h3:first-of-type,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--heading h3:first-of-type,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading h3:first-of-type {
    top: -2.5rem;
  }
}

/* line 141, resources/assets/styles/modules/_product-about.scss */

.et-db #et-boc .et-l .hot-product-about__tasting-notes--heading h3:last-of-type,
#et-boc .et-l .hot-product-about__tasting-notes--heading h3:last-of-type,
.hot-product-about__tasting-notes--heading h3:last-of-type,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--heading h3:last-of-type,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading h3:last-of-type,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading h3:last-of-type,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--heading h3:last-of-type,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading h3:last-of-type {
  position: absolute;
  left: 10rem;
  top: -1.5625rem;
}

@media (min-width: 48em) {
  /* line 141, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__tasting-notes--heading h3:last-of-type,
  #et-boc .et-l .hot-product-about__tasting-notes--heading h3:last-of-type,
  .hot-product-about__tasting-notes--heading h3:last-of-type,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--heading h3:last-of-type,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading h3:last-of-type,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading h3:last-of-type,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--heading h3:last-of-type,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading h3:last-of-type {
    left: 8.4375rem;
    top: -2.875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 141, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__tasting-notes--heading h3:last-of-type,
  #et-boc .et-l .hot-product-about__tasting-notes--heading h3:last-of-type,
  .hot-product-about__tasting-notes--heading h3:last-of-type,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--heading h3:last-of-type,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading h3:last-of-type,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading h3:last-of-type,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--heading h3:last-of-type,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--heading h3:last-of-type {
    left: 13.4375rem;
    top: -4.375rem;
  }
}

/* line 159, resources/assets/styles/modules/_product-about.scss */

.et-db #et-boc .et-l .hot-product-about__tasting-notes--copy,
#et-boc .et-l .hot-product-about__tasting-notes--copy,
.hot-product-about__tasting-notes--copy,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--copy,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--copy {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.03125rem;
  background-color: #c04635;
  color: #fff;
  padding: 3.75rem 1.875rem 1.875rem;
}

@media (min-width: 48em) {
  /* line 159, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__tasting-notes--copy,
  #et-boc .et-l .hot-product-about__tasting-notes--copy,
  .hot-product-about__tasting-notes--copy,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--copy,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--copy {
    padding: 2.875rem 2.5625rem 4.875rem 1.9375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 159, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__tasting-notes--copy,
  #et-boc .et-l .hot-product-about__tasting-notes--copy,
  .hot-product-about__tasting-notes--copy,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--copy,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes--copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes--copy {
    padding: 4.9375rem 6.875rem 2.8125rem 4.3125rem;
  }
}

/* line 175, resources/assets/styles/modules/_product-about.scss */

.et-db #et-boc .et-l .hot-product-about__tasting-notes a,
#et-boc .et-l .hot-product-about__tasting-notes a,
.hot-product-about__tasting-notes a,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes a,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes a {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.07812rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
  text-transform: uppercase !important;
  text-decoration: underline !important;
}

@media (min-width: 85.375em) {
  /* line 175, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__tasting-notes a,
  #et-boc .et-l .hot-product-about__tasting-notes a,
  .hot-product-about__tasting-notes a,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes a,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes a {
    font-size: 1.1875rem;
    line-height: 1.3125rem;
    letter-spacing: 0.09375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 175, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__tasting-notes a,
  #et-boc .et-l .hot-product-about__tasting-notes a,
  .hot-product-about__tasting-notes a,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes a,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes a {
    margin-left: -3.58333rem;
  }
}

/* line 188, resources/assets/styles/modules/_product-about.scss */

.et-db #et-boc .et-l .hot-product-about__tasting-notes a .hot-svg,
#et-boc .et-l .hot-product-about__tasting-notes a .hot-svg,
.hot-product-about__tasting-notes a .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes a .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes a .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes a .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes a .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes a .hot-svg {
  margin-left: 0.9375rem;
}

/* line 191, resources/assets/styles/modules/_product-about.scss */

.et-db #et-boc .et-l .hot-product-about__tasting-notes a .hot-svg path,
#et-boc .et-l .hot-product-about__tasting-notes a .hot-svg path,
.hot-product-about__tasting-notes a .hot-svg path,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes a .hot-svg path,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes a .hot-svg path,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes a .hot-svg path,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__tasting-notes a .hot-svg path,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__tasting-notes a .hot-svg path {
  stroke: #c04635;
}

/* line 198, resources/assets/styles/modules/_product-about.scss */

.et-db #et-boc .et-l .hot-product-about__description,
#et-boc .et-l .hot-product-about__description,
.hot-product-about__description,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description {
  grid-column: 1 / span 4;
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  margin-top: 2.5rem;
}

@media (min-width: 48em) {
  /* line 198, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__description,
  #et-boc .et-l .hot-product-about__description,
  .hot-product-about__description,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 198, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__description,
  #et-boc .et-l .hot-product-about__description,
  .hot-product-about__description,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description {
    letter-spacing: 0.03125rem;
  }
}

@media (min-width: 48em) {
  /* line 198, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__description,
  #et-boc .et-l .hot-product-about__description,
  .hot-product-about__description,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description {
    grid-column: 3 / span 8;
    grid-row: 3 / span 1;
    margin-top: 3.75rem;
  }
}

@media (min-width: 85.375em) {
  /* line 198, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__description,
  #et-boc .et-l .hot-product-about__description,
  .hot-product-about__description,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description {
    grid-column: 4 / span 5;
    grid-row: 2 / span 2;
    margin-top: 2.1875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 218, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__description p,
  #et-boc .et-l .hot-product-about__description p,
  .hot-product-about__description p,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description p,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description p {
    padding-right: 5.375rem;
  }
}

/* line 226, resources/assets/styles/modules/_product-about.scss */

.et-db #et-boc .et-l .hot-product-about__description h1,
.et-db #et-boc .et-l .hot-product-about__description h2,
.et-db #et-boc .et-l .hot-product-about__description h3,
.et-db #et-boc .et-l .hot-product-about__description h4,
.et-db #et-boc .et-l .hot-product-about__description h5,
.et-db #et-boc .et-l .hot-product-about__description h6,
#et-boc .et-l .hot-product-about__description h1,
#et-boc .et-l .hot-product-about__description h2,
#et-boc .et-l .hot-product-about__description h3,
#et-boc .et-l .hot-product-about__description h4,
#et-boc .et-l .hot-product-about__description h5,
#et-boc .et-l .hot-product-about__description h6,
.hot-product-about__description h1,
.hot-product-about__description h2,
.hot-product-about__description h3,
.hot-product-about__description h4,
.hot-product-about__description h5,
.hot-product-about__description h6,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__description h1,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__description h2,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__description h3,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__description h4,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__description h5,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__description h6,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h1,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h2,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h3,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h4,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h5,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h6,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h1,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h2,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h3,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h4,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h5,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h6,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__description h1,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__description h2,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__description h3,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__description h4,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__description h5,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__description h6,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h1,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h2,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h3,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h4,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h5,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h6 {
  font-family: "MaisonNeueWEB-Bold";
  margin-top: 2.5rem;
}

@media (min-width: 48em) {
  /* line 226, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__description h1,
  .et-db #et-boc .et-l .hot-product-about__description h2,
  .et-db #et-boc .et-l .hot-product-about__description h3,
  .et-db #et-boc .et-l .hot-product-about__description h4,
  .et-db #et-boc .et-l .hot-product-about__description h5,
  .et-db #et-boc .et-l .hot-product-about__description h6,
  #et-boc .et-l .hot-product-about__description h1,
  #et-boc .et-l .hot-product-about__description h2,
  #et-boc .et-l .hot-product-about__description h3,
  #et-boc .et-l .hot-product-about__description h4,
  #et-boc .et-l .hot-product-about__description h5,
  #et-boc .et-l .hot-product-about__description h6,
  .hot-product-about__description h1,
  .hot-product-about__description h2,
  .hot-product-about__description h3,
  .hot-product-about__description h4,
  .hot-product-about__description h5,
  .hot-product-about__description h6,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h1,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h2,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h3,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h4,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h5,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h6,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h1,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h5,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h6,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h1,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h5,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h6,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h1,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h2,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h3,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h4,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h5,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h6,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h1,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h5,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h6 {
    margin-top: 1.875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 226, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__description h1,
  .et-db #et-boc .et-l .hot-product-about__description h2,
  .et-db #et-boc .et-l .hot-product-about__description h3,
  .et-db #et-boc .et-l .hot-product-about__description h4,
  .et-db #et-boc .et-l .hot-product-about__description h5,
  .et-db #et-boc .et-l .hot-product-about__description h6,
  #et-boc .et-l .hot-product-about__description h1,
  #et-boc .et-l .hot-product-about__description h2,
  #et-boc .et-l .hot-product-about__description h3,
  #et-boc .et-l .hot-product-about__description h4,
  #et-boc .et-l .hot-product-about__description h5,
  #et-boc .et-l .hot-product-about__description h6,
  .hot-product-about__description h1,
  .hot-product-about__description h2,
  .hot-product-about__description h3,
  .hot-product-about__description h4,
  .hot-product-about__description h5,
  .hot-product-about__description h6,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h1,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h2,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h3,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h4,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h5,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h6,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h1,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h5,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h6,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h1,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h5,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h6,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h1,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h2,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h3,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h4,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h5,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description h6,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h1,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h5,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description h6 {
    margin-top: 3.125rem;
  }
}

/* line 239, resources/assets/styles/modules/_product-about.scss */

.et-db #et-boc .et-l .hot-product-about__description ul,
#et-boc .et-l .hot-product-about__description ul,
.hot-product-about__description ul,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__description ul,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description ul,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description ul,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__description ul,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description ul {
  list-style-type: none;
  margin-top: 1.25rem;
}

@media (min-width: 85.375em) {
  /* line 239, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__description ul,
  #et-boc .et-l .hot-product-about__description ul,
  .hot-product-about__description ul,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description ul,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description ul,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description ul,
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description ul,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description ul {
    width: calc(100% + 66.02907%);
  }
}

/* line 247, resources/assets/styles/modules/_product-about.scss */

.et-db #et-boc .et-l .hot-product-about__description ul li,
#et-boc .et-l .hot-product-about__description ul li,
.hot-product-about__description ul li,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__description ul li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description ul li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description ul li,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__description ul li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description ul li {
  position: relative;
  padding-left: 2.75rem;
  margin-left: 1.52083rem;
}

/* line 252, resources/assets/styles/modules/_product-about.scss */

.et-db #et-boc .et-l .hot-product-about__description ul li:not(:last-child),
#et-boc .et-l .hot-product-about__description ul li:not(:last-child),
.hot-product-about__description ul li:not(:last-child),
.et-db #et-boc .et-l .et_pb_module .hot-product-about__description ul li:not(:last-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description ul li:not(:last-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description ul li:not(:last-child),
.et-db #et-boc .et-l .et_pb_module .hot-product-about__description ul li:not(:last-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description ul li:not(:last-child) {
  margin-bottom: 2.5rem;
}

@media (min-width: 48em) {
  /* line 252, resources/assets/styles/modules/_product-about.scss */

  .et-db #et-boc .et-l .hot-product-about__description ul li:not(:last-child),
  #et-boc .et-l .hot-product-about__description ul li:not(:last-child),
  .hot-product-about__description ul li:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description ul li:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description ul li:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description ul li:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-product-about__description ul li:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description ul li:not(:last-child) {
    margin-bottom: 2.8125rem;
  }
}

/* line 260, resources/assets/styles/modules/_product-about.scss */

.et-db #et-boc .et-l .hot-product-about__description ul li::before,
#et-boc .et-l .hot-product-about__description ul li::before,
.hot-product-about__description ul li::before,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__description ul li::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description ul li::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description ul li::before,
.et-db #et-boc .et-l .et_pb_module .hot-product-about__description ul li::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-about__description ul li::before {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 0;
  background-image: url(/wp-content/themes/hotaling/dist/images/icons/list-bullet.svg);
  width: 1.8125rem;
  height: 0.9375rem;
}

/* line 7, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid,
#et-boc .et-l .hot-anchor-link-grid,
.hot-anchor-link-grid,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid {
  position: relative;
  background-color: #fff;
  word-break: break-word;
}

@media (min-width: 48em) {
  /* line 7, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid,
  #et-boc .et-l .hot-anchor-link-grid,
  .hot-anchor-link-grid,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid {
    background-color: transparent;
  }
}

/* line 16, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__inner,
#et-boc .et-l .hot-anchor-link-grid__inner,
.hot-anchor-link-grid__inner,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner {
  display: grid;
  grid-auto-flow: dense;
  grid-column-gap: 4.70588%;
  -ms-grid-column-gap: 4.70588%;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin: 0 16px;
  max-width: 1750px;
}

@media (min-width: 117.5em) {
  /* line 16, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__inner,
  #et-boc .et-l .hot-anchor-link-grid__inner,
  .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 16, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__inner,
  #et-boc .et-l .hot-anchor-link-grid__inner,
  .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 2.85714%;
    -ms-grid-column-gap: 2.85714%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 30px;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 117.5em) {
  /* line 16, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__inner,
  #et-boc .et-l .hot-anchor-link-grid__inner,
  .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner {
    margin: 0 auto;
  }
}

@media (min-width: 85.375em) {
  /* line 16, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__inner,
  #et-boc .et-l .hot-anchor-link-grid__inner,
  .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 1.91278%;
    -ms-grid-column-gap: 1.91278%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 65px;
    max-width: 1750px;
  }
}

@media (min-width: 85.375em) and (min-width: 117.5em) {
  /* line 16, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__inner,
  #et-boc .et-l .hot-anchor-link-grid__inner,
  .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 16, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__inner,
  #et-boc .et-l .hot-anchor-link-grid__inner,
  .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 4.70588%;
    -ms-grid-column-gap: 4.70588%;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    margin: 0 16px;
    margin: 0;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 117.5em) {
  /* line 16, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__inner,
  #et-boc .et-l .hot-anchor-link-grid__inner,
  .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner {
    margin: 0 auto;
  }
}

@media (min-width: 48em) and (min-width: 48em) {
  /* line 16, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__inner,
  #et-boc .et-l .hot-anchor-link-grid__inner,
  .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 2.85714%;
    -ms-grid-column-gap: 2.85714%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 30px;
    margin: 0;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 48em) and (min-width: 117.5em) {
  /* line 16, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__inner,
  #et-boc .et-l .hot-anchor-link-grid__inner,
  .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__inner {
    margin: 0 auto;
  }
}

/* line 24, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__content,
#et-boc .et-l .hot-anchor-link-grid__content,
.hot-anchor-link-grid__content,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__content,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__content {
  grid-column: 1 / span 4;
}

@media (min-width: 48em) {
  /* line 24, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__content,
  #et-boc .et-l .hot-anchor-link-grid__content,
  .hot-anchor-link-grid__content,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__content,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__content {
    grid-column: 1 / span 12;
  }
}

/* line 27, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__bg-pattern,
#et-boc .et-l .hot-anchor-link-grid__bg-pattern,
.hot-anchor-link-grid__bg-pattern,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 48em) {
  /* line 27, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__bg-pattern,
  #et-boc .et-l .hot-anchor-link-grid__bg-pattern,
  .hot-anchor-link-grid__bg-pattern,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern {
    display: block;
  }
}

/* line 42, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__bg-pattern-sets,
#et-boc .et-l .hot-anchor-link-grid__bg-pattern-sets,
.hot-anchor-link-grid__bg-pattern-sets,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-sets,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-sets,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-sets,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-sets,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-sets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 48em) {
  /* line 48, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set,
  #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set,
  .hot-anchor-link-grid__bg-pattern-set,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set {
    position: relative;
    width: 53.95339%;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set::before,
  #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set::before,
  .hot-anchor-link-grid__bg-pattern-set::before,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set::before,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 134.94594%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set > *,
  #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set > *,
  .hot-anchor-link-grid__bg-pattern-set > *,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set > *,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }

  /* line 55, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-1,
  .et-db #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-3,
  #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-1,
  #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-3,
  .hot-anchor-link-grid__bg-pattern-set.\--set-1,
  .hot-anchor-link-grid__bg-pattern-set.\--set-3,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-1,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-1,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-1,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-3,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-1,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-1,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-3 {
    margin-left: 76.69492%;
  }

  /* line 59, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-1 svg,
  .et-db #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-3 svg,
  #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-1 svg,
  #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-3 svg,
  .hot-anchor-link-grid__bg-pattern-set.\--set-1 svg,
  .hot-anchor-link-grid__bg-pattern-set.\--set-3 svg,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-1 svg,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-3 svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-1 svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-3 svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-1 svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-3 svg,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-1 svg,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-3 svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-1 svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-3 svg {
    right: auto;
  }

  /* line 62, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-2,
  .et-db #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-4,
  #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-2,
  #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-4,
  .hot-anchor-link-grid__bg-pattern-set.\--set-2,
  .hot-anchor-link-grid__bg-pattern-set.\--set-4,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-2,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-4,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-2,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-4 {
    margin-left: -22.59887%;
  }

  /* line 66, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-2 .hot-svg,
  .et-db #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-4 .hot-svg,
  #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-2 .hot-svg,
  #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-4 .hot-svg,
  .hot-anchor-link-grid__bg-pattern-set.\--set-2 .hot-svg,
  .hot-anchor-link-grid__bg-pattern-set.\--set-4 .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-2 .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-4 .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-2 .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-4 .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-2 .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-4 .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-2 .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-4 .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-2 .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-4 .hot-svg {
    left: auto;
  }

  /* line 69, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set .hot-svg,
  #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set .hot-svg,
  .hot-anchor-link-grid__bg-pattern-set .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set .hot-svg {
    height: 100%;
    max-width: 100%;
    margin: unset !important;
    fill: #a8a5a4;
    opacity: 0.2;
    -webkit-transform: scaleX(-1);
         -o-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}

@media (min-width: 85.375em) {
  /* line 48, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set,
  #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set,
  .hot-anchor-link-grid__bg-pattern-set,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set {
    position: relative;
    width: 71.94072%;
    max-width: 52.8125rem;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set::before,
  #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set::before,
  .hot-anchor-link-grid__bg-pattern-set::before,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set::before,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 141.95755%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set > *,
  #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set > *,
  .hot-anchor-link-grid__bg-pattern-set > *,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set > *,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }

  /* line 85, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-1,
  .et-db #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-3,
  #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-1,
  #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-3,
  .hot-anchor-link-grid__bg-pattern-set.\--set-1,
  .hot-anchor-link-grid__bg-pattern-set.\--set-3,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-1,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-1,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-1,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-3,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-1,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-1,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-3 {
    margin-left: 74.27293%;
  }

  /* line 90, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-2,
  .et-db #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-4,
  #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-2,
  #et-boc .et-l .hot-anchor-link-grid__bg-pattern-set.\--set-4,
  .hot-anchor-link-grid__bg-pattern-set.\--set-2,
  .hot-anchor-link-grid__bg-pattern-set.\--set-4,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-2,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-4,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-2,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__bg-pattern-set.\--set-4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__bg-pattern-set.\--set-4 {
    margin-left: -49.32886%;
  }
}

/* line 99, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__nav,
#et-boc .et-l .hot-anchor-link-grid__nav,
.hot-anchor-link-grid__nav,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav {
  position: sticky;
  z-index: 2;
  top: 0;
  left: 0;
  margin: 0 -16px 3.125rem;
  color: #f7f5f2;
}

@media (min-width: 48em) {
  /* line 99, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__nav,
  #et-boc .et-l .hot-anchor-link-grid__nav,
  .hot-anchor-link-grid__nav,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav {
    position: absolute;
    margin: 0;
    width: 27.60417%;
    height: 100%;
  }
}

@media (min-width: 85.375em) {
  /* line 99, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__nav,
  #et-boc .et-l .hot-anchor-link-grid__nav,
  .hot-anchor-link-grid__nav,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav {
    width: 23.33333%;
  }
}

/* line 119, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__nav-inner,
#et-boc .et-l .hot-anchor-link-grid__nav-inner,
.hot-anchor-link-grid__nav-inner,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-inner,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-inner {
  background-color: #c04635;
}

@media (min-width: 48em) {
  /* line 119, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__nav-inner,
  #et-boc .et-l .hot-anchor-link-grid__nav-inner,
  .hot-anchor-link-grid__nav-inner,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-inner,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-inner {
    position: sticky;
    top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

/* line 129, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__nav-head,
#et-boc .et-l .hot-anchor-link-grid__nav-head,
.hot-anchor-link-grid__nav-head,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-head,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-head,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-head,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-head,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-head {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  padding: 1.3125rem;
  text-align: center;
  border-bottom: solid 0.0625rem #fcc246;
}

@media (min-width: 85.375em) {
  /* line 129, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__nav-head,
  #et-boc .et-l .hot-anchor-link-grid__nav-head,
  .hot-anchor-link-grid__nav-head,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-head,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-head,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-head,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-head,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-head {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

@media (min-width: 48em) {
  /* line 129, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__nav-head,
  #et-boc .et-l .hot-anchor-link-grid__nav-head,
  .hot-anchor-link-grid__nav-head,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-head,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-head,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-head,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-head,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-head {
    padding: 1.5rem 1.9375rem;
    text-align: left;
  }
}

@media (min-width: 85.375em) {
  /* line 129, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__nav-head,
  #et-boc .et-l .hot-anchor-link-grid__nav-head,
  .hot-anchor-link-grid__nav-head,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-head,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-head,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-head,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-head,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-head {
    padding: 2.8125rem 2.5rem 1.25rem;
  }
}

/* line 146, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__nav-body,
#et-boc .et-l .hot-anchor-link-grid__nav-body,
.hot-anchor-link-grid__nav-body,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-body,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-body,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-body,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-body,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-body {
  overflow-y: auto;
  height: auto;
  max-height: 84vh;
}

/* line 152, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__nav-select,
#et-boc .et-l .hot-anchor-link-grid__nav-select,
.hot-anchor-link-grid__nav-select,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-select,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-select,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-select,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-select,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-select {
  display: block;
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.1875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  width: 100%;
  padding: 1.3125rem;
}

@media (min-width: 48em) {
  /* line 152, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__nav-select,
  #et-boc .et-l .hot-anchor-link-grid__nav-select,
  .hot-anchor-link-grid__nav-select,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-select,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-select,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-select,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-select,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-select {
    display: none;
  }
}

/* line 160, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__nav-ul,
#et-boc .et-l .hot-anchor-link-grid__nav-ul,
.hot-anchor-link-grid__nav-ul,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-ul,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-ul,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-ul,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-ul,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-ul {
  display: none;
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.1875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  padding: 1.3125rem 0;
}

@media (min-width: 48em) {
  /* line 160, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__nav-ul,
  #et-boc .et-l .hot-anchor-link-grid__nav-ul,
  .hot-anchor-link-grid__nav-ul,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-ul,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-ul,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-ul,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-ul,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-ul {
    display: block;
  }
}

/* line 166, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__nav-ul a,
#et-boc .et-l .hot-anchor-link-grid__nav-ul a,
.hot-anchor-link-grid__nav-ul a,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-ul a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-ul a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-ul a,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-ul a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-ul a {
  position: relative;
  display: block;
  padding: 0.625rem 1.9375rem;
  color: #f7f5f2;
}

/* line 172, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__nav-ul a.active,
#et-boc .et-l .hot-anchor-link-grid__nav-ul a.active,
.hot-anchor-link-grid__nav-ul a.active,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-ul a.active,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-ul a.active,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-ul a.active,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-ul a.active,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-ul a.active {
  color: #fcc246;
}

/* line 175, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__nav-ul a.active::before,
#et-boc .et-l .hot-anchor-link-grid__nav-ul a.active::before,
.hot-anchor-link-grid__nav-ul a.active::before,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-ul a.active::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-ul a.active::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-ul a.active::before,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-ul a.active::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-ul a.active::before {
  content: "";
  position: absolute;
  background: center/cover no-repeat url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMzEiIHZpZXdCb3g9IjAgMCAyMSAzMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMDAwMjQ0MTQxIDMwLjAwMzJDMC4yNjI3NDQgMjUuMDgxMyAxLjMxMjc0IDIwLjM0NjkgNC45ODc3NCAxNi41MDMyQzUuNjg5NzMgMTUuODM2NSA2Ljg5ODQgMTUuMDAzMiA2Ljg5ODQgMTUuMDAzMkw1LjM1NTI0IDEzLjkyNUMxLjM2NTI0IDkuNzA2MyAwLjEwNTI0NCA1LjA2NTY3IDAuMDAwMjQ0MTQxIDAuMDAzMTczODNDNS42NzAyNSA2LjM3ODE3IDEyLjIzMjcgMTEuNjc1IDIxLjAwMDIgMTUuMDAzMkMxMi4xODAyIDE4LjI4NDQgNS44ODAyNSAyMy45MDk0IDAuMDAwMjQ0MTQxIDMwLjAwMzJaIiBmaWxsPSIjRkNDMjQ2Ii8+Cjwvc3ZnPgo=);
  left: 0.8125rem;
  display: block;
  width: 0.75rem;
  height: 1.125rem;
}

@media (min-width: 85.375em) {
  /* line 166, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__nav-ul a,
  #et-boc .et-l .hot-anchor-link-grid__nav-ul a,
  .hot-anchor-link-grid__nav-ul a,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-ul a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-ul a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-ul a,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__nav-ul a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__nav-ul a {
    padding: 0.75rem 2.5rem;
  }
}

@media (min-width: 48em) {
  /* line 193, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel,
  #et-boc .et-l .hot-anchor-link-grid__panel,
  .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel {
    margin-left: auto;
    width: 80.33854%;
    padding-top: 3.75rem;
    padding-left: 6.3125rem;
    background: #fff;
  }
}

@media (min-width: 85.375em) {
  /* line 193, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel,
  #et-boc .et-l .hot-anchor-link-grid__panel,
  .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel {
    width: 81.73611%;
    padding: 5.6875rem 4.0625rem 2.5rem 9.4375rem;
  }
}

/* line 208, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__panel-title,
#et-boc .et-l .hot-anchor-link-grid__panel-title,
.hot-anchor-link-grid__panel-title,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title {
  margin-bottom: 1.375rem;
}

@media (min-width: 48em) {
  /* line 208, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-title,
  #et-boc .et-l .hot-anchor-link-grid__panel-title,
  .hot-anchor-link-grid__panel-title,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title {
    position: relative;
    margin-bottom: 3.75rem;
    margin-left: -3.75rem;
  }
}

@media (min-width: 85.375em) {
  /* line 208, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-title,
  #et-boc .et-l .hot-anchor-link-grid__panel-title,
  .hot-anchor-link-grid__panel-title,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title {
    margin-bottom: 6.3125rem;
    margin-left: -6.8125rem;
  }
}

/* line 223, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__panel-title-brand,
#et-boc .et-l .hot-anchor-link-grid__panel-title-brand,
.hot-anchor-link-grid__panel-title-brand,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-title-brand,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-brand,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-brand,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-title-brand,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-brand {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  display: block;
  color: #ddaa3e;
}

@media (min-width: 48em) {
  /* line 223, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-title-brand,
  #et-boc .et-l .hot-anchor-link-grid__panel-title-brand,
  .hot-anchor-link-grid__panel-title-brand,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-title-brand,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-brand,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-brand,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-title-brand,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-brand {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 223, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-title-brand,
  #et-boc .et-l .hot-anchor-link-grid__panel-title-brand,
  .hot-anchor-link-grid__panel-title-brand,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-title-brand,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-brand,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-brand,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-title-brand,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-brand {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

/* line 230, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__panel-title-append,
#et-boc .et-l .hot-anchor-link-grid__panel-title-append,
.hot-anchor-link-grid__panel-title-append,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-title-append,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-append,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-append,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-title-append,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-append {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.75rem;
  line-height: 3.25rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  /* line 230, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-title-append,
  #et-boc .et-l .hot-anchor-link-grid__panel-title-append,
  .hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-append {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 230, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-title-append,
  #et-boc .et-l .hot-anchor-link-grid__panel-title-append,
  .hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-append {
    font-size: 8.75rem;
    line-height: 7.875rem;
  }
}

@media (min-width: 48em) {
  /* line 230, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-title-append,
  #et-boc .et-l .hot-anchor-link-grid__panel-title-append,
  .hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-append {
    padding-left: 1.25rem;
  }
}

@media (min-width: 85.375em) {
  /* line 230, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-title-append,
  #et-boc .et-l .hot-anchor-link-grid__panel-title-append,
  .hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-title-append {
    padding-left: 2.5rem;
  }
}

/* line 242, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__panel-category,
#et-boc .et-l .hot-anchor-link-grid__panel-category,
.hot-anchor-link-grid__panel-category,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category {
  position: relative;
  z-index: 1;
  margin-bottom: 3.75rem;
  padding-bottom: 1.875rem;
  border-bottom: solid 0.0625rem #e8e0d6;
  border: 0;
}

/* line 251, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__panel-category::after,
#et-boc .et-l .hot-anchor-link-grid__panel-category::after,
.hot-anchor-link-grid__panel-category::after,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category::after,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  border-bottom: solid 0.0625rem #e8e0d6;
}

@media (min-width: 48em) {
  /* line 242, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category,
  #et-boc .et-l .hot-anchor-link-grid__panel-category,
  .hot-anchor-link-grid__panel-category,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category {
    padding-bottom: 1.875rem;
  }

  /* line 263, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category::after,
  #et-boc .et-l .hot-anchor-link-grid__panel-category::after,
  .hot-anchor-link-grid__panel-category::after,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category::after,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category::after {
    width: calc(100% - 1.875rem);
  }
}

@media (min-width: 85.375em) {
  /* line 242, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category,
  #et-boc .et-l .hot-anchor-link-grid__panel-category,
  .hot-anchor-link-grid__panel-category,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category {
    margin-bottom: 6.25rem;
    padding-bottom: 0;
  }

  /* line 272, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category::after,
  #et-boc .et-l .hot-anchor-link-grid__panel-category::after,
  .hot-anchor-link-grid__panel-category::after,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category::after,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category::after {
    width: 100%;
  }
}

/* line 277, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__panel-category:last-child,
#et-boc .et-l .hot-anchor-link-grid__panel-category:last-child,
.hot-anchor-link-grid__panel-category:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category:last-child {
  margin-bottom: 0;
  padding-bottom: 1.25rem;
}

/* line 281, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__panel-category:last-child::after,
#et-boc .et-l .hot-anchor-link-grid__panel-category:last-child::after,
.hot-anchor-link-grid__panel-category:last-child::after,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category:last-child::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category:last-child::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category:last-child::after,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category:last-child::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category:last-child::after {
  content: initial;
}

@media (min-width: 48em) {
  /* line 277, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category:last-child,
  #et-boc .et-l .hot-anchor-link-grid__panel-category:last-child,
  .hot-anchor-link-grid__panel-category:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category:last-child {
    padding-bottom: 3.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 277, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category:last-child,
  #et-boc .et-l .hot-anchor-link-grid__panel-category:last-child,
  .hot-anchor-link-grid__panel-category:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category:last-child {
    padding-bottom: 0;
  }
}

/* line 295, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-name,
#et-boc .et-l .hot-anchor-link-grid__panel-category-name,
.hot-anchor-link-grid__panel-category-name,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-name,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-name,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-name,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-name,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-name {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}

@media (min-width: 48em) {
  /* line 295, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-name,
  #et-boc .et-l .hot-anchor-link-grid__panel-category-name,
  .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-name {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 295, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-name,
  #et-boc .et-l .hot-anchor-link-grid__panel-category-name,
  .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-name {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 48em) {
  /* line 295, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-name,
  #et-boc .et-l .hot-anchor-link-grid__panel-category-name,
  .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-name {
    font-family: "GT-Pressura-Bold", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 3.75rem;
    letter-spacing: 0.09375rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 48em) and (min-width: 48em) {
  /* line 295, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-name,
  #et-boc .et-l .hot-anchor-link-grid__panel-category-name,
  .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-name {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    letter-spacing: 0.0625rem;
  }
}

@media (min-width: 48em) and (min-width: 85.375em) {
  /* line 295, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-name,
  #et-boc .et-l .hot-anchor-link-grid__panel-category-name,
  .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-name {
    font-size: 2.5rem;
    line-height: 2.75rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 295, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-name,
  #et-boc .et-l .hot-anchor-link-grid__panel-category-name,
  .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-name {
    margin-bottom: 2.5rem;
    padding-right: 0;
  }
}

/* line 313, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-detail,
#et-boc .et-l .hot-anchor-link-grid__panel-category-detail,
.hot-anchor-link-grid__panel-category-detail,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  margin-bottom: 3.125rem;
}

@media (min-width: 48em) {
  /* line 313, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-detail,
  #et-boc .et-l .hot-anchor-link-grid__panel-category-detail,
  .hot-anchor-link-grid__panel-category-detail,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 313, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-detail,
  #et-boc .et-l .hot-anchor-link-grid__panel-category-detail,
  .hot-anchor-link-grid__panel-category-detail,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail {
    letter-spacing: 0.03125rem;
  }
}

@media (min-width: 48em) {
  /* line 313, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-detail,
  #et-boc .et-l .hot-anchor-link-grid__panel-category-detail,
  .hot-anchor-link-grid__panel-category-detail,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail {
    padding-right: 1.875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 313, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-detail,
  #et-boc .et-l .hot-anchor-link-grid__panel-category-detail,
  .hot-anchor-link-grid__panel-category-detail,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail {
    padding-right: 0;
  }
}

/* line 327, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-detail.toggle,
#et-boc .et-l .hot-anchor-link-grid__panel-category-detail.toggle,
.hot-anchor-link-grid__panel-category-detail.toggle,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail.toggle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail.toggle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail.toggle,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail.toggle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail.toggle {
  margin-bottom: 1.25rem;
}

@media (min-width: 48em) {
  /* line 327, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-detail.toggle,
  #et-boc .et-l .hot-anchor-link-grid__panel-category-detail.toggle,
  .hot-anchor-link-grid__panel-category-detail.toggle,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail.toggle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail.toggle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail.toggle,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail.toggle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail.toggle {
    margin-bottom: 1.875rem;
  }
}

/* line 335, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-detail.toggle--close p,
#et-boc .et-l .hot-anchor-link-grid__panel-category-detail.toggle--close p,
.hot-anchor-link-grid__panel-category-detail.toggle--close p,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail.toggle--close p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail.toggle--close p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail.toggle--close p,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail.toggle--close p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail.toggle--close p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

@media (min-width: 48em) {
  /* line 335, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-detail.toggle--close p,
  #et-boc .et-l .hot-anchor-link-grid__panel-category-detail.toggle--close p,
  .hot-anchor-link-grid__panel-category-detail.toggle--close p,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail.toggle--close p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail.toggle--close p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail.toggle--close p,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail.toggle--close p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail.toggle--close p {
    -webkit-line-clamp: 4;
  }
}

@media (min-width: 85.375em) {
  /* line 335, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-detail.toggle--close p,
  #et-boc .et-l .hot-anchor-link-grid__panel-category-detail.toggle--close p,
  .hot-anchor-link-grid__panel-category-detail.toggle--close p,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail.toggle--close p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail.toggle--close p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail.toggle--close p,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail.toggle--close p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail.toggle--close p {
    -webkit-line-clamp: 3;
  }
}

/* line 347, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-detail.toggle--open p,
#et-boc .et-l .hot-anchor-link-grid__panel-category-detail.toggle--open p,
.hot-anchor-link-grid__panel-category-detail.toggle--open p,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail.toggle--open p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail.toggle--open p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail.toggle--open p,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail.toggle--open p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail.toggle--open p {
  -webkit-line-clamp: unset;
}

/* line 351, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-detail-toggle-btn,
#et-boc .et-l .hot-anchor-link-grid__panel-category-detail-toggle-btn,
.hot-anchor-link-grid__panel-category-detail-toggle-btn,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail-toggle-btn,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail-toggle-btn,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.07812rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  display: none;
  width: 100%;
  padding: 1.875rem 3.125rem;
  cursor: pointer;
  color: #c04635;
  background-color: transparent;
  border: 0;
}

@media (min-width: 85.375em) {
  /* line 351, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-detail-toggle-btn,
  #et-boc .et-l .hot-anchor-link-grid__panel-category-detail-toggle-btn,
  .hot-anchor-link-grid__panel-category-detail-toggle-btn,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail-toggle-btn,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail-toggle-btn,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn {
    font-size: 1.1875rem;
    line-height: 1.3125rem;
    letter-spacing: 0.09375rem;
  }
}

/* line 362, resources/assets/styles/modules/_anchor-link-grid.scss */

.toggle .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-detail-toggle-btn,
.toggle #et-boc .et-l .hot-anchor-link-grid__panel-category-detail-toggle-btn,
.toggle .hot-anchor-link-grid__panel-category-detail-toggle-btn,
.toggle .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail-toggle-btn,
.toggle .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn,
.toggle .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn,
.toggle .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail-toggle-btn,
.toggle .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn {
  display: block;
}

/* line 364, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret,
#et-boc .et-l .hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret,
.hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret {
  margin-left: 0.4375rem;
  display: inline-block;
  width: 0.8125rem;
  -webkit-transition: 300ms ease transform;
  -o-transition: 300ms ease transform;
  transition: 300ms ease transform;
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
}

/* line 371, resources/assets/styles/modules/_anchor-link-grid.scss */

.toggle--open .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret,
.toggle--open #et-boc .et-l .hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret,
.toggle--open .hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret,
.toggle--open .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret,
.toggle--open .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret,
.toggle--open .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret,
.toggle--open .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret,
.toggle--open .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 375, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret .hot-svg,
#et-boc .et-l .hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret .hot-svg,
.hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret .hot-svg {
  width: 100%;
}

@media (min-width: 48em) {
  /* line 351, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-detail-toggle-btn,
  #et-boc .et-l .hot-anchor-link-grid__panel-category-detail-toggle-btn,
  .hot-anchor-link-grid__panel-category-detail-toggle-btn,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail-toggle-btn,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail-toggle-btn,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn {
    padding: 1.25rem 3.125rem;
  }

  /* line 381, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret,
  #et-boc .et-l .hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret,
  .hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn .ico-caret {
    margin-left: 1.25rem;
  }
}

@media (min-width: 85.375em) {
  /* line 351, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__panel-category-detail-toggle-btn,
  #et-boc .et-l .hot-anchor-link-grid__panel-category-detail-toggle-btn,
  .hot-anchor-link-grid__panel-category-detail-toggle-btn,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail-toggle-btn,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__panel-category-detail-toggle-btn,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__panel-category-detail-toggle-btn {
    padding: 1.875rem 3.75rem;
  }
}

@media (min-width: 48em) {
  /* line 390, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__cards,
  #et-boc .et-l .hot-anchor-link-grid__cards,
  .hot-anchor-link-grid__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 390, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__cards,
  #et-boc .et-l .hot-anchor-link-grid__cards,
  .hot-anchor-link-grid__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__cards {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2.125rem;
  }
}

/* line 403, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__card,
#et-boc .et-l .hot-anchor-link-grid__card,
.hot-anchor-link-grid__card,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1f1f1f;
  margin-bottom: 1.875rem;
}

@media (min-width: 48em) {
  /* line 403, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__card,
  #et-boc .et-l .hot-anchor-link-grid__card,
  .hot-anchor-link-grid__card,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card {
    margin-bottom: 3.125rem;
    display: block;
  }
}

@media (min-width: 85.375em) {
  /* line 403, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__card,
  #et-boc .et-l .hot-anchor-link-grid__card,
  .hot-anchor-link-grid__card,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card {
    margin-bottom: 6.25rem;
  }
}

/* line 419, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__card-thumb,
#et-boc .et-l .hot-anchor-link-grid__card-thumb,
.hot-anchor-link-grid__card-thumb,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-thumb,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-thumb,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-thumb,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-thumb,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-thumb {
  position: relative;
  margin-right: 1.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35.29412%;
          flex: 0 0 35.29412%;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__card-thumb::before,
#et-boc .et-l .hot-anchor-link-grid__card-thumb::before,
.hot-anchor-link-grid__card-thumb::before,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-thumb::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-thumb::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-thumb::before,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-thumb::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-thumb::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 126.66667%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__card-thumb > *,
#et-boc .et-l .hot-anchor-link-grid__card-thumb > *,
.hot-anchor-link-grid__card-thumb > *,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-thumb > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-thumb > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-thumb > *,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-thumb > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-thumb > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

@media (min-width: 48em) {
  /* line 419, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__card-thumb,
  #et-boc .et-l .hot-anchor-link-grid__card-thumb,
  .hot-anchor-link-grid__card-thumb,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-thumb,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-thumb,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-thumb,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-thumb,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-thumb {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 85.375em) {
  /* line 419, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__card-thumb,
  #et-boc .et-l .hot-anchor-link-grid__card-thumb,
  .hot-anchor-link-grid__card-thumb,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-thumb,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-thumb,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-thumb,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-thumb,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-thumb {
    margin-bottom: 1.5625rem;
  }
}

/* line 434, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__card-thumb img,
#et-boc .et-l .hot-anchor-link-grid__card-thumb img,
.hot-anchor-link-grid__card-thumb img,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-thumb img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-thumb img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-thumb img,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-thumb img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 441, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__card-bottom,
#et-boc .et-l .hot-anchor-link-grid__card-bottom,
.hot-anchor-link-grid__card-bottom,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-bottom,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-bottom {
  z-index: 1;
}

@media (min-width: 48em) {
  /* line 441, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__card-bottom,
  #et-boc .et-l .hot-anchor-link-grid__card-bottom,
  .hot-anchor-link-grid__card-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-bottom {
    padding-right: 1.875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 441, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__card-bottom,
  #et-boc .et-l .hot-anchor-link-grid__card-bottom,
  .hot-anchor-link-grid__card-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-bottom {
    padding-right: 0;
  }
}

/* line 453, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__card-heading,
#et-boc .et-l .hot-anchor-link-grid__card-heading,
.hot-anchor-link-grid__card-heading,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-heading,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-heading {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4375rem;
  line-height: 1.875rem;
  letter-spacing: 0.1875rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}

@media (min-width: 48em) {
  /* line 453, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__card-heading,
  #et-boc .et-l .hot-anchor-link-grid__card-heading,
  .hot-anchor-link-grid__card-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-heading {
    font-size: 1.5rem;
    letter-spacing: 0.11em;
  }
}

@media (min-width: 85.375em) {
  /* line 453, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid__card-heading,
  #et-boc .et-l .hot-anchor-link-grid__card-heading,
  .hot-anchor-link-grid__card-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-heading {
    font-size: 1.5625rem;
    letter-spacing: 0.15625rem;
  }
}

/* line 459, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid__card-subheading,
#et-boc .et-l .hot-anchor-link-grid__card-subheading,
.hot-anchor-link-grid__card-subheading,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-subheading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-subheading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-subheading,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid__card-subheading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid__card-subheading {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.03125rem;
}

/* line 466, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel,
#et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel,
.hot-anchor-link-grid--brand .hot-anchor-link-grid__panel,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__panel,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__panel,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__panel {
  padding-top: 2.6875rem;
}

@media (min-width: 48em) {
  /* line 466, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel,
  #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel,
  .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__panel {
    padding-top: 3.75rem;
  }
}

@media (min-width: 85.375em) {
  /* line 466, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel,
  #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel,
  .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__panel {
    padding-top: 5rem;
  }
}

/* line 478, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append,
#et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append,
.hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append {
  padding-left: 4.375rem;
}

@media (min-width: 48em) {
  /* line 478, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append,
  #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append,
  .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append {
    padding-left: 1.25rem;
  }
}

@media (min-width: 85.375em) {
  /* line 478, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append,
  #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append,
  .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__panel-title-append {
    padding-left: 2.5rem;
  }
}

/* line 490, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb,
#et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb,
.hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.5rem;
          flex: 0 0 6.5rem;
  max-height: 15.625rem;
  margin-left: 1.25rem;
  min-height: 12.3125rem;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before,
#et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before,
.hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 126.90355%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > *,
#et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > *,
.hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > *,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > *,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

/* line 498, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb img,
#et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb img,
.hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb img,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb img,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 48em) {
  /* line 490, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb,
  #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb,
  .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb {
    position: relative;
    margin-left: 0;
    max-height: initial;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before,
  #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before,
  .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 126.33745%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > *,
  #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > *,
  .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > *,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > *,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

@media (min-width: 85.375em) {
  /* line 490, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb,
  #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb,
  .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb {
    position: relative;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before,
  #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before,
  .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 126.66667%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > *,
  #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > *,
  .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > *,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > *,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

/* line 515, resources/assets/styles/modules/_anchor-link-grid.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg,
#et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg,
.hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg {
  position: relative;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  width: 12.3125rem;
  height: 12.3125rem;
  background-color: #f7f5f2;
  border-radius: 50%;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg::before,
#et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg::before,
.hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg::before,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg::before,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg > *,
#et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg > *,
.hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg > *,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg > *,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

@media (min-width: 48em) {
  /* line 515, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg,
  #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg,
  .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg {
    top: auto;
    right: 0;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: initial;
    min-height: auto;
    -webkit-transform: translateY(50%);
         -o-transform: translateY(50%);
            transform: translateY(50%);
  }
}

@media (min-width: 85.375em) {
  /* line 515, resources/assets/styles/modules/_anchor-link-grid.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg,
  #et-boc .et-l .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg,
  .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--brand .hot-anchor-link-grid__card-thumb .hot-anchor-link-grid__card-thumb-bg {
    bottom: 1.25rem;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (min-width: 48em) {
  /* line 4, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel,
  #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel,
  .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel {
    padding-right: 30px;
    padding-bottom: 0.625rem;
  }
}

@media (min-width: 85.375em) {
  /* line 4, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel,
  #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel,
  .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel {
    padding-right: 65px;
    padding-bottom: 2.5rem;
  }
}

/* line 16, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category,
#et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category,
.hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category {
  margin-bottom: 0.625rem;
  padding: 0;
}

@media (min-width: 48em) {
  /* line 16, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category,
  #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category,
  .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category {
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 16, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category,
  #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category,
  .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category {
    margin-bottom: 5.625rem;
  }
}

/* line 24, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category::after,
#et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category::after,
.hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category::after,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category::after,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category::after {
  content: initial;
}

/* line 27, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name,
#et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name,
.hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name {
  margin-top: 3.125rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 48em) {
  /* line 27, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name,
  #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name,
  .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name {
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 85.375em) {
  /* line 27, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name,
  #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name,
  .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__panel-category-name {
    margin-bottom: 1.875rem;
  }
}

/* line 41, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name,
#et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name,
.hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  padding: 0 16px;
}

@media (min-width: 85.375em) {
  /* line 41, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name,
  #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name,
  .hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name {
    font-size: 1.5625rem;
    line-height: 2.8125rem;
    letter-spacing: 0.15625rem;
  }
}

@media (min-width: 48em) {
  /* line 41, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name,
  #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name,
  .hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__prod-name {
    margin-top: 1.25rem;
    padding: 0;
  }
}

/* line 53, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane,
#et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane,
.hot-anchor-link-grid--assets .hot-anchor-link-grid__pane,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__pane,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__pane,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__pane {
  margin: 0 -16px 2.5rem;
}

@media (min-width: 48em) {
  /* line 53, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane,
  #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane,
  .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__pane,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__pane,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__pane {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1.875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 53, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane,
  #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane,
  .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__pane,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__pane,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__pane {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  /* line 66, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-left,
  #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-left,
  .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-left,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-left,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-left,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-left,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-left,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10.75rem;
            flex: 0 0 10.75rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 48em) and (min-width: 85.375em) {
  /* line 66, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-left,
  #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-left,
  .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-left,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-left,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-left,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-left,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-left,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19.375rem;
            flex: 0 0 19.375rem;
  }
}

@media (min-width: 48em) {
  /* line 77, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-right,
  #et-boc .et-l .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-right,
  .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-right,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-right,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-right,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-right,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-right,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets .hot-anchor-link-grid__pane-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}

@media (min-width: 48em) {
  /* line 84, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--assets #assets,
  #et-boc .et-l .hot-anchor-link-grid--assets #assets,
  .hot-anchor-link-grid--assets #assets,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets #assets,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets #assets,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 85.375em) {
  /* line 84, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--assets #assets,
  #et-boc .et-l .hot-anchor-link-grid--assets #assets,
  .hot-anchor-link-grid--assets #assets,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets #assets,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets #assets,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets {
    margin-bottom: 1.25rem;
  }
}

/* line 93, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading,
#et-boc .et-l .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading,
.hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading {
  font-family: "MaisonNeueMonoWEB-Bold", monospace;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  position: relative;
  margin: 2.5rem 0 1.25rem;
}

@media (min-width: 48em) {
  /* line 93, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading,
  #et-boc .et-l .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading,
  .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading {
    margin: 4.5625rem 0 1.875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 93, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading,
  #et-boc .et-l .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading,
  .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading {
    margin: 6.25rem 0 2rem;
  }
}

/* line 107, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading:first-child,
#et-boc .et-l .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading:first-child,
.hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading:first-child,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading:first-child,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading:first-child {
  margin-top: 0;
}

/* line 112, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading::after,
#et-boc .et-l .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading::after,
.hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading::after,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading::after,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  border-bottom: solid 0.0625rem #a8a5a4;
}

/* line 123, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

.et-db #et-boc .et-l .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading span,
#et-boc .et-l .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading span,
.hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading span,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading span,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading span,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading span,
.et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading span,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets .hot-anchor-link-grid__asset-type-heading span {
  background-color: #fff;
  padding-right: 0.9375rem;
}

@media (min-width: 48em) {
  /* line 131, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--assets #assets [role="tabpanel"] .hot-anchor-link-grid__pane:last-child,
  #et-boc .et-l .hot-anchor-link-grid--assets #assets [role="tabpanel"] .hot-anchor-link-grid__pane:last-child,
  .hot-anchor-link-grid--assets #assets [role="tabpanel"] .hot-anchor-link-grid__pane:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets #assets [role="tabpanel"] .hot-anchor-link-grid__pane:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets [role="tabpanel"] .hot-anchor-link-grid__pane:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets [role="tabpanel"] .hot-anchor-link-grid__pane:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets #assets [role="tabpanel"] .hot-anchor-link-grid__pane:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets [role="tabpanel"] .hot-anchor-link-grid__pane:last-child {
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 131, resources/assets/styles/modules/_anchor-link-grid-assets.scss */

  .et-db #et-boc .et-l .hot-anchor-link-grid--assets #assets [role="tabpanel"] .hot-anchor-link-grid__pane:last-child,
  #et-boc .et-l .hot-anchor-link-grid--assets #assets [role="tabpanel"] .hot-anchor-link-grid__pane:last-child,
  .hot-anchor-link-grid--assets #assets [role="tabpanel"] .hot-anchor-link-grid__pane:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets #assets [role="tabpanel"] .hot-anchor-link-grid__pane:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets [role="tabpanel"] .hot-anchor-link-grid__pane:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets [role="tabpanel"] .hot-anchor-link-grid__pane:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-anchor-link-grid--assets #assets [role="tabpanel"] .hot-anchor-link-grid__pane:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-anchor-link-grid--assets #assets [role="tabpanel"] .hot-anchor-link-grid__pane:last-child {
    margin-bottom: 5.625rem;
  }
}

/* line 3, resources/assets/styles/modules/_related-products.scss */

.et-db #et-boc .et-l .hot-related-products,
#et-boc .et-l .hot-related-products,
.hot-related-products,
.et-db #et-boc .et-l .et_pb_module .hot-related-products,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products,
.et-db #et-boc .et-l .et_pb_module .hot-related-products,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products {
  background-color: #fff;
}

@media (min-width: 0) {
  /* line 3, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products,
  #et-boc .et-l .hot-related-products,
  .hot-related-products,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}

@media (min-width: 48rem) {
  /* line 3, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products,
  #et-boc .et-l .hot-related-products,
  .hot-related-products,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products {
    padding-top: 1.875rem;
    padding-bottom: 6.25rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 3, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products,
  #et-boc .et-l .hot-related-products,
  .hot-related-products,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products {
    padding-top: 4.375rem;
  }
}

@media (min-width: 48em) {
  /* line 3, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products,
  #et-boc .et-l .hot-related-products,
  .hot-related-products,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products {
    margin-left: 4.125rem !important;
  }
}

@media (min-width: 85.375em) {
  /* line 3, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products,
  #et-boc .et-l .hot-related-products,
  .hot-related-products,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products {
    margin-left: 15.03125rem !important;
  }
}

@media (min-width: 48rem) {
  /* line 19, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__container,
  #et-boc .et-l .hot-related-products__container,
  .hot-related-products__container,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__container,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__container {
    margin-left: -2.25rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 19, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__container,
  #et-boc .et-l .hot-related-products__container,
  .hot-related-products__container,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__container,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__container {
    margin-left: -10.96875rem;
  }
}

/* line 29, resources/assets/styles/modules/_related-products.scss */

.et-db #et-boc .et-l .hot-related-products__heading,
#et-boc .et-l .hot-related-products__heading,
.hot-related-products__heading,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading {
  grid-column: 1 / span 4;
}

@media (min-width: 48em) {
  /* line 29, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__heading,
  #et-boc .et-l .hot-related-products__heading,
  .hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading {
    grid-column: 2 / span 8;
  }
}

@media (min-width: 85.375em) {
  /* line 29, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__heading,
  #et-boc .et-l .hot-related-products__heading,
  .hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading {
    grid-column: 3 / span 8;
  }
}

@media (min-width: 0) {
  /* line 29, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__heading,
  #et-boc .et-l .hot-related-products__heading,
  .hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading {
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 48rem) {
  /* line 29, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__heading,
  #et-boc .et-l .hot-related-products__heading,
  .hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 29, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__heading,
  #et-boc .et-l .hot-related-products__heading,
  .hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading {
    margin-bottom: 4.375rem;
  }
}

/* line 44, resources/assets/styles/modules/_related-products.scss */

.et-db #et-boc .et-l .hot-related-products__heading h2:first-child,
#et-boc .et-l .hot-related-products__heading h2:first-child,
.hot-related-products__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:first-child {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  /* line 44, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__heading h2:first-child,
  #et-boc .et-l .hot-related-products__heading h2:first-child,
  .hot-related-products__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:first-child {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 44, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__heading h2:first-child,
  #et-boc .et-l .hot-related-products__heading h2:first-child,
  .hot-related-products__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:first-child {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

/* line 48, resources/assets/styles/modules/_related-products.scss */

.et-db #et-boc .et-l .hot-related-products__heading h2:last-child,
#et-boc .et-l .hot-related-products__heading h2:last-child,
.hot-related-products__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:last-child {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.75rem;
  line-height: 3.25rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: #c04635;
}

@media (min-width: 48em) {
  /* line 48, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__heading h2:last-child,
  #et-boc .et-l .hot-related-products__heading h2:last-child,
  .hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:last-child {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 48, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__heading h2:last-child,
  #et-boc .et-l .hot-related-products__heading h2:last-child,
  .hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:last-child {
    font-size: 8.75rem;
    line-height: 7.875rem;
  }
}

@media (min-width: 0) {
  /* line 48, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__heading h2:last-child,
  #et-boc .et-l .hot-related-products__heading h2:last-child,
  .hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:last-child {
    margin-left: 1.375rem;
  }
}

@media (min-width: 48rem) {
  /* line 48, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__heading h2:last-child,
  #et-boc .et-l .hot-related-products__heading h2:last-child,
  .hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:last-child {
    margin-left: 3.75rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 48, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__heading h2:last-child,
  #et-boc .et-l .hot-related-products__heading h2:last-child,
  .hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__heading h2:last-child {
    margin-left: 2.8125rem;
  }
}

/* line 58, resources/assets/styles/modules/_related-products.scss */

.et-db #et-boc .et-l .hot-related-products__row,
#et-boc .et-l .hot-related-products__row,
.hot-related-products__row,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__row,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__row,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row {
  grid-column: 1 / span 4;
}

@media (min-width: 48em) {
  /* line 58, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row,
  #et-boc .et-l .hot-related-products__row,
  .hot-related-products__row,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row {
    grid-column: 4 / span 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 48rem) {
  /* line 70, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--special .hot-related-products__item:first-child,
  .et-db #et-boc .et-l .hot-related-products__row--regular .hot-related-products__item:first-child,
  #et-boc .et-l .hot-related-products__row--special .hot-related-products__item:first-child,
  #et-boc .et-l .hot-related-products__row--regular .hot-related-products__item:first-child,
  .hot-related-products__row--special .hot-related-products__item:first-child,
  .hot-related-products__row--regular .hot-related-products__item:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular .hot-related-products__item:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular .hot-related-products__item:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular .hot-related-products__item:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular .hot-related-products__item:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular .hot-related-products__item:first-child {
    margin-right: 5rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 70, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--special .hot-related-products__item:first-child,
  .et-db #et-boc .et-l .hot-related-products__row--regular .hot-related-products__item:first-child,
  #et-boc .et-l .hot-related-products__row--special .hot-related-products__item:first-child,
  #et-boc .et-l .hot-related-products__row--regular .hot-related-products__item:first-child,
  .hot-related-products__row--special .hot-related-products__item:first-child,
  .hot-related-products__row--regular .hot-related-products__item:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular .hot-related-products__item:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular .hot-related-products__item:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular .hot-related-products__item:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular .hot-related-products__item:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular .hot-related-products__item:first-child {
    margin-right: 0;
  }
}

@media (min-width: 48em) {
  /* line 78, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--special,
  #et-boc .et-l .hot-related-products__row--special,
  .hot-related-products__row--special,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (min-width: 85.375em) {
  /* line 78, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--special,
  #et-boc .et-l .hot-related-products__row--special,
  .hot-related-products__row--special,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special {
    grid-column: 5 / span 7;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 48rem) {
  /* line 90, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--special .hot-related-products__item,
  #et-boc .et-l .hot-related-products__row--special .hot-related-products__item,
  .hot-related-products__row--special .hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item {
    min-width: 13.75rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 90, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--special .hot-related-products__item,
  #et-boc .et-l .hot-related-products__row--special .hot-related-products__item,
  .hot-related-products__row--special .hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item {
    min-width: 18.75rem;
  }
}

@media (min-width: 0) {
  /* line 95, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--special .hot-related-products__item:last-child,
  #et-boc .et-l .hot-related-products__row--special .hot-related-products__item:last-child,
  .hot-related-products__row--special .hot-related-products__item:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item:last-child {
    margin-bottom: 7.625rem;
  }
}

@media (min-width: 48rem) {
  /* line 95, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--special .hot-related-products__item:last-child,
  #et-boc .et-l .hot-related-products__row--special .hot-related-products__item:last-child,
  .hot-related-products__row--special .hot-related-products__item:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 85.375rem) {
  /* line 95, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--special .hot-related-products__item:last-child,
  #et-boc .et-l .hot-related-products__row--special .hot-related-products__item:last-child,
  .hot-related-products__row--special .hot-related-products__item:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item:last-child {
    margin-left: 8.4375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 105, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--special .hot-related-products__item-media img:not(.hot-svg),
  #et-boc .et-l .hot-related-products__row--special .hot-related-products__item-media img:not(.hot-svg),
  .hot-related-products__row--special .hot-related-products__item-media img:not(.hot-svg),
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item-media img:not(.hot-svg),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item-media img:not(.hot-svg),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item-media img:not(.hot-svg),
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item-media img:not(.hot-svg),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item-media img:not(.hot-svg) {
    height: 25.1875rem;
  }
}

@media (min-width: 48em) {
  /* line 110, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--special .hot-related-products__item-media::before,
  #et-boc .et-l .hot-related-products__row--special .hot-related-products__item-media::before,
  .hot-related-products__row--special .hot-related-products__item-media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item-media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item-media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item-media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item-media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item-media::before {
    background-color: #e8e0d6;
  }
}

@media (min-width: 85.375em) {
  /* line 110, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--special .hot-related-products__item-media::before,
  #et-boc .et-l .hot-related-products__row--special .hot-related-products__item-media::before,
  .hot-related-products__row--special .hot-related-products__item-media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item-media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item-media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item-media::before,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item-media::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item-media::before {
    width: 19.25rem;
    height: 19.25rem;
  }
}

@media (min-width: 0) {
  /* line 122, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--special .hot-related-products__item-details,
  #et-boc .et-l .hot-related-products__row--special .hot-related-products__item-details,
  .hot-related-products__row--special .hot-related-products__item-details,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item-details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item-details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item-details,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item-details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item-details {
    margin-top: 6.25rem;
  }
}

@media (min-width: 48rem) {
  /* line 122, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--special .hot-related-products__item-details,
  #et-boc .et-l .hot-related-products__row--special .hot-related-products__item-details,
  .hot-related-products__row--special .hot-related-products__item-details,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item-details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item-details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item-details,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--special .hot-related-products__item-details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--special .hot-related-products__item-details {
    margin-top: 0;
  }
}

/* line 129, resources/assets/styles/modules/_related-products.scss */

.et-db #et-boc .et-l .hot-related-products__row--regular,
#et-boc .et-l .hot-related-products__row--regular,
.hot-related-products__row--regular,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular {
  position: relative;
}

@media (min-width: 0) {
  /* line 129, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--regular,
  #et-boc .et-l .hot-related-products__row--regular,
  .hot-related-products__row--regular,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 48rem) {
  /* line 129, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--regular,
  #et-boc .et-l .hot-related-products__row--regular,
  .hot-related-products__row--regular,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular {
    margin-top: 7.0625rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 129, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--regular,
  #et-boc .et-l .hot-related-products__row--regular,
  .hot-related-products__row--regular,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular {
    margin-top: 12.5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 129, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--regular,
  #et-boc .et-l .hot-related-products__row--regular,
  .hot-related-products__row--regular,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular {
    grid-column: 4 / span 9;
  }
}

/* line 142, resources/assets/styles/modules/_related-products.scss */

.et-db #et-boc .et-l .hot-related-products__row--regular::before,
#et-boc .et-l .hot-related-products__row--regular::before,
.hot-related-products__row--regular::before,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular::before,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular::before {
  content: "";
  position: absolute;
  height: 0.0625rem;
  background-color: #e8e0d6;
}

@media (min-width: 0) {
  /* line 142, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--regular::before,
  #et-boc .et-l .hot-related-products__row--regular::before,
  .hot-related-products__row--regular::before,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular::before,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular::before {
    width: 100%;
    top: -3.75rem;
  }
}

@media (min-width: 48rem) {
  /* line 142, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--regular::before,
  #et-boc .et-l .hot-related-products__row--regular::before,
  .hot-related-products__row--regular::before,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular::before,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular::before {
    width: calc(100% + 1.875rem);
    top: -3.9375rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 142, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--regular::before,
  #et-boc .et-l .hot-related-products__row--regular::before,
  .hot-related-products__row--regular::before,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular::before,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular::before {
    width: calc(100% + 4.0625rem);
    top: -6.25rem;
  }
}

@media (min-width: 48em) {
  /* line 158, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--regular .hot-related-products__item,
  #et-boc .et-l .hot-related-products__row--regular .hot-related-products__item,
  .hot-related-products__row--regular .hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular .hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular .hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular .hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular .hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular .hot-related-products__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
  }
}

@media (min-width: 85.375em) {
  /* line 158, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--regular .hot-related-products__item,
  #et-boc .et-l .hot-related-products__row--regular .hot-related-products__item,
  .hot-related-products__row--regular .hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular .hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular .hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular .hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular .hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular .hot-related-products__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    min-width: 18.75rem;
  }

  /* line 167, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--regular .hot-related-products__item:not(:last-child),
  #et-boc .et-l .hot-related-products__row--regular .hot-related-products__item:not(:last-child),
  .hot-related-products__row--regular .hot-related-products__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular .hot-related-products__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular .hot-related-products__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular .hot-related-products__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular .hot-related-products__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular .hot-related-products__item:not(:last-child) {
    margin-right: 2.1875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 175, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__row--regular .hot-related-products__item-media img,
  #et-boc .et-l .hot-related-products__row--regular .hot-related-products__item-media img,
  .hot-related-products__row--regular .hot-related-products__item-media img,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular .hot-related-products__item-media img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular .hot-related-products__item-media img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular .hot-related-products__item-media img,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__row--regular .hot-related-products__item-media img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__row--regular .hot-related-products__item-media img {
    width: 100%;
    height: 23.75rem;
  }
}

/* line 184, resources/assets/styles/modules/_related-products.scss */

.et-db #et-boc .et-l .hot-related-products__item,
#et-boc .et-l .hot-related-products__item,
.hot-related-products__item,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__item,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__item,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 48em) {
  /* line 184, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__item,
  #et-boc .et-l .hot-related-products__item,
  .hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 0) {
  /* line 192, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__item:not(:last-child),
  #et-boc .et-l .hot-related-products__item:not(:last-child),
  .hot-related-products__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 48rem) {
  /* line 192, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__item:not(:last-child),
  #et-boc .et-l .hot-related-products__item:not(:last-child),
  .hot-related-products__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 192, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__item:not(:last-child),
  #et-boc .et-l .hot-related-products__item:not(:last-child),
  .hot-related-products__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item:not(:last-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item:not(:last-child) {
    margin-bottom: 0;
  }
}

/* line 198, resources/assets/styles/modules/_related-products.scss */

.et-db #et-boc .et-l .hot-related-products__item-media,
#et-boc .et-l .hot-related-products__item-media,
.hot-related-products__item-media,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 1;
}

/* line 207, resources/assets/styles/modules/_related-products.scss */

.et-db #et-boc .et-l .hot-related-products__item-media::after,
#et-boc .et-l .hot-related-products__item-media::after,
.hot-related-products__item-media::after,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media::after,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media::after {
  content: "";
  position: absolute;
  margin: auto;
  width: 10.5625rem;
  height: 10.5625rem;
  border-radius: 100%;
  background-color: #f7f5f2;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 0) {
  /* line 207, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__item-media::after,
  #et-boc .et-l .hot-related-products__item-media::after,
  .hot-related-products__item-media::after,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media::after,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media::after {
    min-width: 12.375rem;
    min-height: 12.375rem;
  }
}

@media (min-width: 48rem) {
  /* line 207, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__item-media::after,
  #et-boc .et-l .hot-related-products__item-media::after,
  .hot-related-products__item-media::after,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media::after,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media::after {
    min-width: 13.75rem;
    min-height: 13.75rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 207, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__item-media::after,
  #et-boc .et-l .hot-related-products__item-media::after,
  .hot-related-products__item-media::after,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media::after,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media::after {
    min-width: 18.75rem;
    min-height: 18.75rem;
  }
}

/* line 225, resources/assets/styles/modules/_related-products.scss */

.et-db #et-boc .et-l .hot-related-products__item-media picture,
.et-db #et-boc .et-l .hot-related-products__item-media img,
#et-boc .et-l .hot-related-products__item-media picture,
#et-boc .et-l .hot-related-products__item-media img,
.hot-related-products__item-media picture,
.hot-related-products__item-media img,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media picture,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media img,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media picture,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media img {
  width: 100%;
  height: 100%;
}

@media (min-width: 0) {
  /* line 225, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__item-media picture,
  .et-db #et-boc .et-l .hot-related-products__item-media img,
  #et-boc .et-l .hot-related-products__item-media picture,
  #et-boc .et-l .hot-related-products__item-media img,
  .hot-related-products__item-media picture,
  .hot-related-products__item-media img,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media picture,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media img,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media picture,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media img {
    max-height: 16.25rem;
  }
}

@media (min-width: 48rem) {
  /* line 225, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__item-media picture,
  .et-db #et-boc .et-l .hot-related-products__item-media img,
  #et-boc .et-l .hot-related-products__item-media picture,
  #et-boc .et-l .hot-related-products__item-media img,
  .hot-related-products__item-media picture,
  .hot-related-products__item-media img,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media picture,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media img,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media picture,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media img {
    max-height: 17.125rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 225, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__item-media picture,
  .et-db #et-boc .et-l .hot-related-products__item-media img,
  #et-boc .et-l .hot-related-products__item-media picture,
  #et-boc .et-l .hot-related-products__item-media img,
  .hot-related-products__item-media picture,
  .hot-related-products__item-media img,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media picture,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media img,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media picture,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media img,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media picture,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media img {
    max-height: 25.1875rem;
  }
}

/* line 235, resources/assets/styles/modules/_related-products.scss */

.et-db #et-boc .et-l .hot-related-products__item-media picture,
#et-boc .et-l .hot-related-products__item-media picture,
.hot-related-products__item-media picture,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media picture,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media picture {
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 239, resources/assets/styles/modules/_related-products.scss */

.et-db #et-boc .et-l .hot-related-products__item-media img,
#et-boc .et-l .hot-related-products__item-media img,
.hot-related-products__item-media img,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media img,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 244, resources/assets/styles/modules/_related-products.scss */

.et-db #et-boc .et-l .hot-related-products__item-media .hot-svg,
#et-boc .et-l .hot-related-products__item-media .hot-svg,
.hot-related-products__item-media .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media .hot-svg {
  position: absolute;
  z-index: 1;
}

@media (min-width: 0) {
  /* line 244, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__item-media .hot-svg,
  #et-boc .et-l .hot-related-products__item-media .hot-svg,
  .hot-related-products__item-media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media .hot-svg {
    left: 7.1875rem;
    min-width: 5rem;
    height: 5rem;
  }
}

@media (min-width: 48rem) {
  /* line 244, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__item-media .hot-svg,
  #et-boc .et-l .hot-related-products__item-media .hot-svg,
  .hot-related-products__item-media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media .hot-svg {
    left: 5rem;
    min-width: 5.9375rem;
    height: 5.9375rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 244, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__item-media .hot-svg,
  #et-boc .et-l .hot-related-products__item-media .hot-svg,
  .hot-related-products__item-media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-media .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-media .hot-svg {
    left: 6.875rem;
    min-width: 9.1875rem;
    height: 9.1875rem;
  }
}

/* line 256, resources/assets/styles/modules/_related-products.scss */

.et-db #et-boc .et-l .hot-related-products__item-details,
#et-boc .et-l .hot-related-products__item-details,
.hot-related-products__item-details,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__item-details,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-details,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-details,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__item-details,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-details {
  z-index: 1;
  width: 100%;
}

@media (min-width: 0) {
  /* line 256, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__item-details,
  #et-boc .et-l .hot-related-products__item-details,
  .hot-related-products__item-details,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-details,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-details {
    margin-left: 1.52083rem;
  }
}

@media (min-width: 48rem) {
  /* line 256, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__item-details,
  #et-boc .et-l .hot-related-products__item-details,
  .hot-related-products__item-details,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-details,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-details {
    margin-left: 0;
    margin-top: 1.3125rem;
  }
}

/* line 265, resources/assets/styles/modules/_related-products.scss */

.et-db #et-boc .et-l .hot-related-products__item-details a,
#et-boc .et-l .hot-related-products__item-details a,
.hot-related-products__item-details a,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__item-details a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-details a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-details a,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__item-details a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-details a {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4375rem;
  line-height: 1.875rem;
  letter-spacing: 0.1875rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #1f1f1f;
  text-decoration: underline !important;
}

@media (min-width: 48em) {
  /* line 265, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__item-details a,
  #et-boc .et-l .hot-related-products__item-details a,
  .hot-related-products__item-details a,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-details a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-details a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-details a,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-details a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-details a {
    font-size: 1.5rem;
    letter-spacing: 0.11em;
  }
}

@media (min-width: 85.375em) {
  /* line 265, resources/assets/styles/modules/_related-products.scss */

  .et-db #et-boc .et-l .hot-related-products__item-details a,
  #et-boc .et-l .hot-related-products__item-details a,
  .hot-related-products__item-details a,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-details a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-details a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-details a,
  .et-db #et-boc .et-l .et_pb_module .hot-related-products__item-details a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-details a {
    font-size: 1.5625rem;
    letter-spacing: 0.15625rem;
  }
}

/* line 272, resources/assets/styles/modules/_related-products.scss */

.et-db #et-boc .et-l .hot-related-products__item-details p,
#et-boc .et-l .hot-related-products__item-details p,
.hot-related-products__item-details p,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__item-details p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-details p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-details p,
.et-db #et-boc .et-l .et_pb_module .hot-related-products__item-details p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-related-products__item-details p {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.03125rem;
  margin-top: 0.625rem;
}

/* line 1, resources/assets/styles/modules/_content-detail-intro.scss */

.et-db #et-boc .et-l .hot-content-detail-intro,
#et-boc .et-l .hot-content-detail-intro,
.hot-content-detail-intro,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro {
  background-color: #fff;
}

@media (min-width: 48em) {
  /* line 1, resources/assets/styles/modules/_content-detail-intro.scss */

  .et-db #et-boc .et-l .hot-content-detail-intro,
  #et-boc .et-l .hot-content-detail-intro,
  .hot-content-detail-intro,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro {
    background-color: unset;
  }
}

/* line 8, resources/assets/styles/modules/_content-detail-intro.scss */

.et-db #et-boc .et-l .hot-content-detail-intro__container,
#et-boc .et-l .hot-content-detail-intro__container,
.hot-content-detail-intro__container,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__container,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__container {
  background-color: #fff;
  padding: 0 0 3.125rem;
}

@media (min-width: 48em) {
  /* line 8, resources/assets/styles/modules/_content-detail-intro.scss */

  .et-db #et-boc .et-l .hot-content-detail-intro__container,
  #et-boc .et-l .hot-content-detail-intro__container,
  .hot-content-detail-intro__container,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__container,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__container {
    padding: 0 0 5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 8, resources/assets/styles/modules/_content-detail-intro.scss */

  .et-db #et-boc .et-l .hot-content-detail-intro__container,
  #et-boc .et-l .hot-content-detail-intro__container,
  .hot-content-detail-intro__container,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__container,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__container {
    padding: 0 0 3.125rem;
  }
}

/* line 21, resources/assets/styles/modules/_content-detail-intro.scss */

.et-db #et-boc .et-l .hot-content-detail-intro__inner,
#et-boc .et-l .hot-content-detail-intro__inner,
.hot-content-detail-intro__inner,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner {
  grid-column-end: span 4;
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  background-color: #f7f5f2;
  margin: 0 auto;
  padding: 1.875rem 1.5rem;
  width: 100%;
}

@media (min-width: 48em) {
  /* line 21, resources/assets/styles/modules/_content-detail-intro.scss */

  .et-db #et-boc .et-l .hot-content-detail-intro__inner,
  #et-boc .et-l .hot-content-detail-intro__inner,
  .hot-content-detail-intro__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 21, resources/assets/styles/modules/_content-detail-intro.scss */

  .et-db #et-boc .et-l .hot-content-detail-intro__inner,
  #et-boc .et-l .hot-content-detail-intro__inner,
  .hot-content-detail-intro__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner {
    letter-spacing: 0.03125rem;
  }
}

@media (min-width: 48em) {
  /* line 21, resources/assets/styles/modules/_content-detail-intro.scss */

  .et-db #et-boc .et-l .hot-content-detail-intro__inner,
  #et-boc .et-l .hot-content-detail-intro__inner,
  .hot-content-detail-intro__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner {
    grid-column: 2 / span 10;
    padding: 1.875rem 6.89655% 2.5rem;
    width: 93.10345%;
  }
}

@media (min-width: 85.375em) {
  /* line 21, resources/assets/styles/modules/_content-detail-intro.scss */

  .et-db #et-boc .et-l .hot-content-detail-intro__inner,
  #et-boc .et-l .hot-content-detail-intro__inner,
  .hot-content-detail-intro__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner {
    padding: 3.25rem 6.26728%;
    width: 91.79631%;
  }
}

/* line 42, resources/assets/styles/modules/_content-detail-intro.scss */

.et-db #et-boc .et-l .hot-content-detail-intro__inner a,
.et-db #et-boc .et-l .hot-content-detail-intro__inner p,
#et-boc .et-l .hot-content-detail-intro__inner a,
#et-boc .et-l .hot-content-detail-intro__inner p,
.hot-content-detail-intro__inner a,
.hot-content-detail-intro__inner p,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner a,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner p,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner a,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner p {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
}

@media (min-width: 48em) {
  /* line 42, resources/assets/styles/modules/_content-detail-intro.scss */

  .et-db #et-boc .et-l .hot-content-detail-intro__inner a,
  .et-db #et-boc .et-l .hot-content-detail-intro__inner p,
  #et-boc .et-l .hot-content-detail-intro__inner a,
  #et-boc .et-l .hot-content-detail-intro__inner p,
  .hot-content-detail-intro__inner a,
  .hot-content-detail-intro__inner p,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner a,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner p,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner a,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner p {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 42, resources/assets/styles/modules/_content-detail-intro.scss */

  .et-db #et-boc .et-l .hot-content-detail-intro__inner a,
  .et-db #et-boc .et-l .hot-content-detail-intro__inner p,
  #et-boc .et-l .hot-content-detail-intro__inner a,
  #et-boc .et-l .hot-content-detail-intro__inner p,
  .hot-content-detail-intro__inner a,
  .hot-content-detail-intro__inner p,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner a,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner p,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner a,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner p,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner a,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner p {
    letter-spacing: 0.03125rem;
  }
}

/* line 47, resources/assets/styles/modules/_content-detail-intro.scss */

.et-db #et-boc .et-l .hot-content-detail-intro__inner a,
#et-boc .et-l .hot-content-detail-intro__inner a,
.hot-content-detail-intro__inner a,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner a,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-intro__inner a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-intro__inner a {
  color: #1f1f1f;
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

/* line 4, resources/assets/styles/modules/_cocktails.scss */

.et-db #et-boc .et-l .hot-cocktails,
#et-boc .et-l .hot-cocktails,
.hot-cocktails,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails {
  background-color: #e8e0d6;
  padding-top: 2.625rem;
}

@media (min-width: 48em) {
  /* line 4, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails,
  #et-boc .et-l .hot-cocktails,
  .hot-cocktails,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails {
    padding-top: 3.375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 4, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails,
  #et-boc .et-l .hot-cocktails,
  .hot-cocktails,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails {
    padding-top: 5rem;
  }
}

/* line 12, resources/assets/styles/modules/_cocktails.scss */

.et-db #et-boc .et-l .hot-cocktails-inner,
#et-boc .et-l .hot-cocktails-inner,
.hot-cocktails-inner,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails-inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails-inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails-inner,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails-inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails-inner {
  grid-column: 1 / span 4;
}

@media (min-width: 48em) {
  /* line 12, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails-inner,
  #et-boc .et-l .hot-cocktails-inner,
  .hot-cocktails-inner,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails-inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails-inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails-inner,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails-inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails-inner {
    grid-column: 1 / span 12;
  }
}

/* line 16, resources/assets/styles/modules/_cocktails.scss */

.et-db #et-boc .et-l .hot-cocktails__title,
#et-boc .et-l .hot-cocktails__title,
.hot-cocktails__title,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title {
  margin-bottom: 3.125rem;
  word-break: break-word;
}

@media (min-width: 48em) {
  /* line 16, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__title,
  #et-boc .et-l .hot-cocktails__title,
  .hot-cocktails__title,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title {
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 85.375em) {
  /* line 16, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__title,
  #et-boc .et-l .hot-cocktails__title,
  .hot-cocktails__title,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title {
    margin-bottom: 3.5625rem;
  }
}

/* line 25, resources/assets/styles/modules/_cocktails.scss */

.et-db #et-boc .et-l .hot-cocktails__title-top,
#et-boc .et-l .hot-cocktails__title-top,
.hot-cocktails__title-top,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__title-top,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-top,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-top,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__title-top,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-top {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  display: block;
}

@media (min-width: 48em) {
  /* line 25, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__title-top,
  #et-boc .et-l .hot-cocktails__title-top,
  .hot-cocktails__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-top {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 25, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__title-top,
  #et-boc .et-l .hot-cocktails__title-top,
  .hot-cocktails__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-top {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 85.375em) {
  /* line 25, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__title-top,
  #et-boc .et-l .hot-cocktails__title-top,
  .hot-cocktails__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-top {
    padding-left: 43px;
  }
}

/* line 35, resources/assets/styles/modules/_cocktails.scss */

.et-db #et-boc .et-l .hot-cocktails__title-bottom,
#et-boc .et-l .hot-cocktails__title-bottom,
.hot-cocktails__title-bottom,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__title-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-bottom,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__title-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-bottom {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.75rem;
  line-height: 3.25rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  padding-left: calc(2.875rem - 16px);
  color: #ddaa3e;
}

@media (min-width: 48em) {
  /* line 35, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__title-bottom,
  #et-boc .et-l .hot-cocktails__title-bottom,
  .hot-cocktails__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-bottom {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 35, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__title-bottom,
  #et-boc .et-l .hot-cocktails__title-bottom,
  .hot-cocktails__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-bottom {
    font-size: 8.75rem;
    line-height: 7.875rem;
  }
}

@media (min-width: 48em) {
  /* line 35, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__title-bottom,
  #et-boc .et-l .hot-cocktails__title-bottom,
  .hot-cocktails__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-bottom {
    padding-left: 40px;
  }
}

@media (min-width: 85.375em) {
  /* line 35, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__title-bottom,
  #et-boc .et-l .hot-cocktails__title-bottom,
  .hot-cocktails__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__title-bottom {
    padding-left: 106px;
  }
}

/* line 46, resources/assets/styles/modules/_cocktails.scss */

.et-db #et-boc .et-l .hot-cocktails__content,
#et-boc .et-l .hot-cocktails__content,
.hot-cocktails__content,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__content,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__content {
  display: grid;
  grid-auto-flow: dense;
  grid-column-gap: 4.70588%;
  -ms-grid-column-gap: 4.70588%;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin: 0 16px;
  margin: 0;
  max-width: 1750px;
}

@media (min-width: 117.5em) {
  /* line 46, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__content,
  #et-boc .et-l .hot-cocktails__content,
  .hot-cocktails__content,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__content,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__content {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 46, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__content,
  #et-boc .et-l .hot-cocktails__content,
  .hot-cocktails__content,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__content,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__content {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 2.85714%;
    -ms-grid-column-gap: 2.85714%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 30px;
    margin: 0;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 117.5em) {
  /* line 46, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__content,
  #et-boc .et-l .hot-cocktails__content,
  .hot-cocktails__content,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__content,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__content {
    margin: 0 auto;
  }
}

/* line 53, resources/assets/styles/modules/_cocktails.scss */

.et-db #et-boc .et-l .hot-cocktails__cards,
#et-boc .et-l .hot-cocktails__cards,
.hot-cocktails__cards,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__cards,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__cards,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__cards,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__cards,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__cards {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  grid-column: span 4;
}

@media (min-width: 48em) {
  /* line 53, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__cards,
  #et-boc .et-l .hot-cocktails__cards,
  .hot-cocktails__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__cards {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 53, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__cards,
  #et-boc .et-l .hot-cocktails__cards,
  .hot-cocktails__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__cards {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 48em) {
  /* line 53, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__cards,
  #et-boc .et-l .hot-cocktails__cards,
  .hot-cocktails__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__cards {
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 20px;
    grid-column: 4 / span 9;
  }
}

@media (min-width: 85.375em) {
  /* line 53, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__cards,
  #et-boc .et-l .hot-cocktails__cards,
  .hot-cocktails__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__cards,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__cards,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__cards {
    grid-column-gap: 25px;
  }
}

@media (min-width: 48em) {
  /* line 71, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__cards li,
  #et-boc .et-l .hot-cocktails__cards li,
  .hot-cocktails__cards li,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__cards li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__cards li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__cards li,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__cards li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__cards li {
    grid-column: span 4;
  }
}

/* line 83, resources/assets/styles/modules/_cocktails.scss */

.et-db #et-boc .et-l .hot-cocktails__card,
#et-boc .et-l .hot-cocktails__card,
.hot-cocktails__card,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__card,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__card,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card {
  margin-bottom: 2.5rem;
  display: block;
  color: #1f1f1f;
}

@media (min-width: 48em) {
  /* line 83, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__card,
  #et-boc .et-l .hot-cocktails__card,
  .hot-cocktails__card,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card {
    margin-bottom: 5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 83, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__card,
  #et-boc .et-l .hot-cocktails__card,
  .hot-cocktails__card,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__card,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card {
    margin-bottom: 6.25rem;
  }
}

/* line 93, resources/assets/styles/modules/_cocktails.scss */

.et-db #et-boc .et-l .hot-cocktails__card-thumb,
#et-boc .et-l .hot-cocktails__card-thumb,
.hot-cocktails__card-thumb,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-thumb,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-thumb,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-thumb,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-thumb,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-thumb {
  position: relative;
  margin-bottom: 1.25rem;
  margin-left: auto;
  width: 73.76093%;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-cocktails__card-thumb::before,
#et-boc .et-l .hot-cocktails__card-thumb::before,
.hot-cocktails__card-thumb::before,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-thumb::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-thumb::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-thumb::before,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-thumb::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-thumb::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-cocktails__card-thumb > *,
#et-boc .et-l .hot-cocktails__card-thumb > *,
.hot-cocktails__card-thumb > *,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-thumb > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-thumb > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-thumb > *,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-thumb > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-thumb > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

@media (min-width: 48em) {
  /* line 93, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__card-thumb,
  #et-boc .et-l .hot-cocktails__card-thumb,
  .hot-cocktails__card-thumb,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-thumb,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-thumb,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-thumb,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-thumb,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-thumb {
    width: auto;
    margin-right: 1.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 93, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__card-thumb,
  #et-boc .et-l .hot-cocktails__card-thumb,
  .hot-cocktails__card-thumb,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-thumb,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-thumb,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-thumb,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-thumb,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-thumb {
    margin-right: 3.625rem;
  }
}

/* line 109, resources/assets/styles/modules/_cocktails.scss */

.et-db #et-boc .et-l .hot-cocktails__card-thumb img,
#et-boc .et-l .hot-cocktails__card-thumb img,
.hot-cocktails__card-thumb img,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-thumb img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-thumb img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-thumb img,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-thumb img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 116, resources/assets/styles/modules/_cocktails.scss */

.et-db #et-boc .et-l .hot-cocktails__card-title,
#et-boc .et-l .hot-cocktails__card-title,
.hot-cocktails__card-title,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-title,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-title {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4375rem;
  line-height: 1.875rem;
  letter-spacing: 0.1875rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  /* line 116, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__card-title,
  #et-boc .et-l .hot-cocktails__card-title,
  .hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-title {
    font-size: 1.5rem;
    letter-spacing: 0.11em;
  }
}

@media (min-width: 85.375em) {
  /* line 116, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__card-title,
  #et-boc .et-l .hot-cocktails__card-title,
  .hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-title {
    font-size: 1.5625rem;
    letter-spacing: 0.15625rem;
  }
}

@media (min-width: 0) {
  /* line 116, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__card-title,
  #et-boc .et-l .hot-cocktails__card-title,
  .hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-title {
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 48rem) {
  /* line 116, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__card-title,
  #et-boc .et-l .hot-cocktails__card-title,
  .hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-title {
    margin-bottom: 0.3125rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 116, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__card-title,
  #et-boc .et-l .hot-cocktails__card-title,
  .hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-title {
    margin-bottom: 0.625rem;
  }
}

/* line 123, resources/assets/styles/modules/_cocktails.scss */

.et-db #et-boc .et-l .hot-cocktails__card-description,
#et-boc .et-l .hot-cocktails__card-description,
.hot-cocktails__card-description,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-description,
.et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-description {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  text-transform: capitalize;
}

@media (min-width: 48em) {
  /* line 123, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__card-description,
  #et-boc .et-l .hot-cocktails__card-description,
  .hot-cocktails__card-description,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-description,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-description {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 123, resources/assets/styles/modules/_cocktails.scss */

  .et-db #et-boc .et-l .hot-cocktails__card-description,
  #et-boc .et-l .hot-cocktails__card-description,
  .hot-cocktails__card-description,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-description,
  .et-db #et-boc .et-l .et_pb_module .hot-cocktails__card-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-cocktails__card-description {
    letter-spacing: 0.03125rem;
  }
}

/*
  search for: 'helper box-guide'
  and uncomment line to display background color for dimension guide
*/

/* line 8, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse,
#et-boc .et-l .hot-content-browse,
.hot-content-browse,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse {
  position: relative;
  overflow: hidden;
  color: #1f1f1f;
  background: #f7f5f2;
}

/* line 14, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__contain,
#et-boc .et-l .hot-content-browse__contain,
.hot-content-browse__contain,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__contain,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__contain,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain {
  position: relative;
}

@media (min-width: 0) {
  /* line 14, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__contain,
  #et-boc .et-l .hot-content-browse__contain,
  .hot-content-browse__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain {
    padding-top: 1.875rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 48rem) {
  /* line 14, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__contain,
  #et-boc .et-l .hot-content-browse__contain,
  .hot-content-browse__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain {
    padding-top: 3.125rem;
    padding-bottom: 3.8125rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 14, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__contain,
  #et-boc .et-l .hot-content-browse__contain,
  .hot-content-browse__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain {
    padding-top: 3.75rem;
    padding-bottom: 3.375rem;
  }
}

/* line 23, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__contain::before,
#et-boc .et-l .hot-content-browse__contain::before,
.hot-content-browse__contain::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__contain::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__contain::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  background: #fff;
  z-index: 0;
}

@media (min-width: 0) {
  /* line 23, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__contain::before,
  #et-boc .et-l .hot-content-browse__contain::before,
  .hot-content-browse__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain::before {
    left: 8.16327%;
  }
}

@media (min-width: 48rem) {
  /* line 23, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__contain::before,
  #et-boc .et-l .hot-content-browse__contain::before,
  .hot-content-browse__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain::before {
    left: 3.10734%;
  }
}

@media (min-width: 85.375rem) {
  /* line 23, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__contain::before,
  #et-boc .et-l .hot-content-browse__contain::before,
  .hot-content-browse__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__contain::before {
    left: 3.05344%;
  }
}

/* line 39, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__items,
#et-boc .et-l .hot-content-browse__items,
.hot-content-browse__items,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__items,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__items,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items {
  grid-column: 1 / span 4;
}

@media (min-width: 48em) {
  /* line 39, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__items,
  #et-boc .et-l .hot-content-browse__items,
  .hot-content-browse__items,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items {
    grid-column: 1 / span 12;
  }
}

@media (min-width: 0) {
  /* line 39, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__items,
  #et-boc .et-l .hot-content-browse__items,
  .hot-content-browse__items,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 49, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__items::after,
#et-boc .et-l .hot-content-browse__items::after,
.hot-content-browse__items::after,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::after,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::after,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::after {
  content: "";
  display: block;
}

@media (min-width: 0) {
  /* line 49, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__items::after,
  #et-boc .et-l .hot-content-browse__items::after,
  .hot-content-browse__items::after,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::after,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::after {
    width: 100%;
  }
}

@media (min-width: 48rem) {
  /* line 49, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__items::after,
  #et-boc .et-l .hot-content-browse__items::after,
  .hot-content-browse__items::after,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::after,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::after {
    width: 31.49718%;
  }
}

@media (min-width: 85.375rem) {
  /* line 49, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__items::after,
  #et-boc .et-l .hot-content-browse__items::after,
  .hot-content-browse__items::after,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::after,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::after {
    width: 32.06107%;
  }
}

/* line 60, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
#et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
.hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
.et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
#et-boc .et-l .hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
.hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
.et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
#et-boc .et-l .hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
.hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
.et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
#et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
.hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
.et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
#et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
.hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
.et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
#et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
.hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
.et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
#et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
.hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
.et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
#et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
.hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before {
  content: "";
  display: block;
  height: 0.0625rem;
  margin-left: auto;
  background: #e8e0d6;
}

@media (min-width: 0) {
  /* line 60, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before {
    width: 78.42566%;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 48rem) {
  /* line 60, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before {
    width: 91.38418%;
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 60, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + #et-boc .et-l .hot-content-browse__items::before,
  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .hot-content-browse__items::before,
  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items::before,
  .et-db #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  #et-boc .et-l .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items::before {
    width: 91.75573%;
  }
}

/* line 75, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__items.\--featured-items img.hot-svg,
#et-boc .et-l .hot-content-browse__items.\--featured-items img.hot-svg,
.hot-content-browse__items.\--featured-items img.hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items img.hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items img.hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items img.hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__items.\--featured-items img.hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__items.\--featured-items img.hot-svg {
  display: block;
}

@media (min-width: 0) {
  /* line 80, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item,
  #et-boc .et-l .hot-content-browse__item,
  .hot-content-browse__item,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 48rem) {
  /* line 80, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item,
  #et-boc .et-l .hot-content-browse__item,
  .hot-content-browse__item,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item {
    width: 31.49718%;
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 80, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item,
  #et-boc .et-l .hot-content-browse__item,
  .hot-content-browse__item,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item {
    width: 32.06107%;
  }
}

@media (min-width: 0) {
  /* line 89, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item.\--type-video,
  #et-boc .et-l .hot-content-browse__item.\--type-video,
  .hot-content-browse__item.\--type-video,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item.\--type-video,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item.\--type-video,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item.\--type-video,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item.\--type-video,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item.\--type-video {
    width: 100%;
  }
}

@media (min-width: 48rem) {
  /* line 89, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item.\--type-video,
  #et-boc .et-l .hot-content-browse__item.\--type-video,
  .hot-content-browse__item.\--type-video,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item.\--type-video,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item.\--type-video,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item.\--type-video,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item.\--type-video,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item.\--type-video {
    width: 65.67797%;
  }
}

@media (min-width: 85.375rem) {
  /* line 89, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item.\--type-video,
  #et-boc .et-l .hot-content-browse__item.\--type-video,
  .hot-content-browse__item.\--type-video,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item.\--type-video,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item.\--type-video,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item.\--type-video,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item.\--type-video,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item.\--type-video {
    width: 65.9542%;
  }
}

@media (min-width: 0) {
  /* line 96, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item-media,
  #et-boc .et-l .hot-content-browse__item-media,
  .hot-content-browse__item-media,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media {
    margin-left: 26.23907%;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 48rem) {
  /* line 96, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item-media,
  #et-boc .et-l .hot-content-browse__item-media,
  .hot-content-browse__item-media,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media {
    margin-left: 0;
  }
}

@media (min-width: 85.375rem) {
  /* line 96, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item-media,
  #et-boc .et-l .hot-content-browse__item-media,
  .hot-content-browse__item-media,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media {
    margin-right: 14.28571%;
  }
}

/* line 104, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__item-media figure,
#et-boc .et-l .hot-content-browse__item-media figure,
.hot-content-browse__item-media figure,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media figure,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media figure {
  position: relative;
  width: 100%;
  position: relative;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-content-browse__item-media figure::before,
#et-boc .et-l .hot-content-browse__item-media figure::before,
.hot-content-browse__item-media figure::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media figure::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media figure::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-content-browse__item-media figure > *,
#et-boc .et-l .hot-content-browse__item-media figure > *,
.hot-content-browse__item-media figure > *,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media figure > *,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media figure > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

/* line 110, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__item-media figure img,
#et-boc .et-l .hot-content-browse__item-media figure img,
.hot-content-browse__item-media figure img,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media figure img,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 117, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__item-media img.hot-svg,
#et-boc .et-l .hot-content-browse__item-media img.hot-svg,
.hot-content-browse__item-media img.hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media img.hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media img.hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media img.hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media img.hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media img.hot-svg {
  position: relative;
  z-index: 1;
  display: none;
}

@media (min-width: 0) {
  /* line 117, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item-media img.hot-svg,
  #et-boc .et-l .hot-content-browse__item-media img.hot-svg,
  .hot-content-browse__item-media img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media img.hot-svg {
    width: 6.875rem;
    margin-left: -3.4375rem;
    margin-bottom: -3.4375rem;
  }
}

@media (min-width: 48rem) {
  /* line 117, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item-media img.hot-svg,
  #et-boc .et-l .hot-content-browse__item-media img.hot-svg,
  .hot-content-browse__item-media img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media img.hot-svg {
    margin-left: calc(100% - 6rem);
  }
}

@media (min-width: 85.375rem) {
  /* line 117, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item-media img.hot-svg,
  #et-boc .et-l .hot-content-browse__item-media img.hot-svg,
  .hot-content-browse__item-media img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media img.hot-svg {
    width: 9.25rem;
    margin-left: calc(100% - 5.5rem);
    margin-bottom: -5.5rem;
  }
}

/* line 130, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__item-media.\--type-video,
#et-boc .et-l .hot-content-browse__item-media.\--type-video,
.hot-content-browse__item-media.\--type-video,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}

/* line 135, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__item-media.\--type-video figure,
#et-boc .et-l .hot-content-browse__item-media.\--type-video figure,
.hot-content-browse__item-media.\--type-video figure,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure {
  position: relative;
  position: relative;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-content-browse__item-media.\--type-video figure::before,
#et-boc .et-l .hot-content-browse__item-media.\--type-video figure::before,
.hot-content-browse__item-media.\--type-video figure::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.08383%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-content-browse__item-media.\--type-video figure > *,
#et-boc .et-l .hot-content-browse__item-media.\--type-video figure > *,
.hot-content-browse__item-media.\--type-video figure > *,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure > *,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

@media (min-width: 48em) {
  /* line 135, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item-media.\--type-video figure,
  #et-boc .et-l .hot-content-browse__item-media.\--type-video figure,
  .hot-content-browse__item-media.\--type-video figure,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure {
    position: relative;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-content-browse__item-media.\--type-video figure::before,
  #et-boc .et-l .hot-content-browse__item-media.\--type-video figure::before,
  .hot-content-browse__item-media.\--type-video figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.12903%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-content-browse__item-media.\--type-video figure > *,
  #et-boc .et-l .hot-content-browse__item-media.\--type-video figure > *,
  .hot-content-browse__item-media.\--type-video figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

@media (min-width: 85.375em) {
  /* line 135, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item-media.\--type-video figure,
  #et-boc .et-l .hot-content-browse__item-media.\--type-video figure,
  .hot-content-browse__item-media.\--type-video figure,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure {
    position: relative;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-content-browse__item-media.\--type-video figure::before,
  #et-boc .et-l .hot-content-browse__item-media.\--type-video figure::before,
  .hot-content-browse__item-media.\--type-video figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.01852%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-content-browse__item-media.\--type-video figure > *,
  #et-boc .et-l .hot-content-browse__item-media.\--type-video figure > *,
  .hot-content-browse__item-media.\--type-video figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

/* line 148, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__item-media.\--type-video figure img,
#et-boc .et-l .hot-content-browse__item-media.\--type-video figure img,
.hot-content-browse__item-media.\--type-video figure img,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure img,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 155, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__item-media.\--type-video .hot-button--play-video,
#et-boc .et-l .hot-content-browse__item-media.\--type-video .hot-button--play-video,
.hot-content-browse__item-media.\--type-video .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video .hot-button--play-video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video .hot-button--play-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 165, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg,
#et-boc .et-l .hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg,
.hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg {
  display: block !important;
  margin: 0;
}

@media (min-width: 0) {
  /* line 165, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg,
  #et-boc .et-l .hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg,
  .hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg {
    width: 3.75rem;
    height: 3.75rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 165, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg,
  #et-boc .et-l .hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg,
  .hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-media.\--type-video .hot-button--play-video img.hot-svg {
    width: 7.5rem;
    height: 7.5rem;
  }
}

/* line 179, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__item-title,
#et-boc .et-l .hot-content-browse__item-title,
.hot-content-browse__item-title,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-title,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-title {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4375rem;
  line-height: 1.875rem;
  letter-spacing: 0.1875rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  /* line 179, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item-title,
  #et-boc .et-l .hot-content-browse__item-title,
  .hot-content-browse__item-title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-title {
    font-size: 1.5rem;
    letter-spacing: 0.11em;
  }
}

@media (min-width: 85.375em) {
  /* line 179, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item-title,
  #et-boc .et-l .hot-content-browse__item-title,
  .hot-content-browse__item-title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-title {
    font-size: 1.5625rem;
    letter-spacing: 0.15625rem;
  }
}

@media (min-width: 0) {
  /* line 179, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item-title,
  #et-boc .et-l .hot-content-browse__item-title,
  .hot-content-browse__item-title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-title {
    margin-bottom: 0.3125rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 179, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item-title,
  #et-boc .et-l .hot-content-browse__item-title,
  .hot-content-browse__item-title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-title {
    margin-bottom: 0.625rem;
  }
}

/* line 186, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__item-title a,
#et-boc .et-l .hot-content-browse__item-title a,
.hot-content-browse__item-title a,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-title a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-title a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-title a,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-title a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-title a {
  color: #1f1f1f;
}

/* line 191, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__item-subtitle,
#et-boc .et-l .hot-content-browse__item-subtitle,
.hot-content-browse__item-subtitle,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-subtitle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-subtitle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-subtitle,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-subtitle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-subtitle {
  font-family: "MaisonNeueMonoWEB-Bold", monospace;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

@media (min-width: 0) {
  /* line 191, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item-subtitle,
  #et-boc .et-l .hot-content-browse__item-subtitle,
  .hot-content-browse__item-subtitle,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-subtitle,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-subtitle {
    margin-bottom: 0.3125rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 191, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item-subtitle,
  #et-boc .et-l .hot-content-browse__item-subtitle,
  .hot-content-browse__item-subtitle,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-subtitle,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-subtitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-subtitle {
    margin-bottom: 0.625rem;
  }
}

/* line 199, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__item-description,
#et-boc .et-l .hot-content-browse__item-description,
.hot-content-browse__item-description,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-description,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-description {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
}

@media (min-width: 48em) {
  /* line 199, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item-description,
  #et-boc .et-l .hot-content-browse__item-description,
  .hot-content-browse__item-description,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-description,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-description {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 199, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__item-description,
  #et-boc .et-l .hot-content-browse__item-description,
  .hot-content-browse__item-description,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-description,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__item-description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__item-description {
    letter-spacing: 0.03125rem;
  }
}

/* line 204, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__filter,
#et-boc .et-l .hot-content-browse__filter,
.hot-content-browse__filter,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter {
  grid-column: 1 / span 4;
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
}

@media (min-width: 48em) {
  /* line 204, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__filter,
  #et-boc .et-l .hot-content-browse__filter,
  .hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter {
    grid-column: 1 / span 12;
  }
}

@media (min-width: 48em) {
  /* line 204, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__filter,
  #et-boc .et-l .hot-content-browse__filter,
  .hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 204, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__filter,
  #et-boc .et-l .hot-content-browse__filter,
  .hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter {
    letter-spacing: 0.03125rem;
  }
}

@media (min-width: 0) {
  /* line 204, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__filter,
  #et-boc .et-l .hot-content-browse__filter,
  .hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter {
    position: relative;
    margin-left: 15.16035%;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 48rem) {
  /* line 204, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__filter,
  #et-boc .et-l .hot-content-browse__filter,
  .hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter {
    margin-left: 5.79096%;
    margin-bottom: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 85.375rem) {
  /* line 204, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__filter,
  #et-boc .et-l .hot-content-browse__filter,
  .hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter {
    margin-left: 8.47328%;
    margin-right: 6.87023%;
    margin-bottom: 5rem;
    display: block;
    max-width: 26.25rem;
  }
}

@media (min-width: 0) {
  /* line 218, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__filter-title,
  #et-boc .et-l .hot-content-browse__filter-title,
  .hot-content-browse__filter-title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-title {
    margin-right: 0;
    margin-bottom: 1.25rem;
    width: 100%;
  }
}

@media (min-width: 48rem) {
  /* line 218, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__filter-title,
  #et-boc .et-l .hot-content-browse__filter-title,
  .hot-content-browse__filter-title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-title {
    margin-right: 1.875rem;
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10.75rem;
            flex: 0 0 10.75rem;
    width: initial;
  }
}

@media (min-width: 85.375rem) {
  /* line 218, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__filter-title,
  #et-boc .et-l .hot-content-browse__filter-title,
  .hot-content-browse__filter-title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-title {
    margin-right: 0;
    margin-bottom: 1.25rem;
    width: 100%;
  }
}

@media (max-width: 47.99em) {
  /* line 227, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__filter-or,
  #et-boc .et-l .hot-content-browse__filter-or,
  .hot-content-browse__filter-or,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-or,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-or,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-or,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-or,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-or {
    display: block;
    text-align: center;
    margin-top: 0.9375rem;
    margin-bottom: 0.3125rem;
    width: 100%;
  }
}

/* line 237, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__filter-dropdown-wrap,
#et-boc .et-l .hot-content-browse__filter-dropdown-wrap,
.hot-content-browse__filter-dropdown-wrap,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown-wrap,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown-wrap,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown-wrap,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown-wrap,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown-wrap {
  position: relative;
}

@media (min-width: 0) {
  /* line 237, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__filter-dropdown-wrap,
  #et-boc .et-l .hot-content-browse__filter-dropdown-wrap,
  .hot-content-browse__filter-dropdown-wrap,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown-wrap,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown-wrap,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown-wrap,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown-wrap,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown-wrap {
    margin-bottom: 1.75rem;
    width: 100%;
  }
}

@media (min-width: 48rem) {
  /* line 237, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__filter-dropdown-wrap,
  #et-boc .et-l .hot-content-browse__filter-dropdown-wrap,
  .hot-content-browse__filter-dropdown-wrap,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown-wrap,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown-wrap,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown-wrap,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown-wrap,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown-wrap {
    margin-bottom: 0;
    width: 51.82013%;
  }
}

@media (min-width: 85.375rem) {
  /* line 237, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__filter-dropdown-wrap,
  #et-boc .et-l .hot-content-browse__filter-dropdown-wrap,
  .hot-content-browse__filter-dropdown-wrap,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown-wrap,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown-wrap,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown-wrap,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown-wrap,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown-wrap {
    margin-bottom: 1.75rem;
    width: 100%;
  }
}

/* line 246, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__filter-dropdown,
#et-boc .et-l .hot-content-browse__filter-dropdown,
.hot-content-browse__filter-dropdown,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown {
  position: relative;
  width: 100%;
}

@media (max-width: 47.99em) {
  /* line 250, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__filter-dropdown:nth-of-type(2),
  #et-boc .et-l .hot-content-browse__filter-dropdown:nth-of-type(2),
  .hot-content-browse__filter-dropdown:nth-of-type(2),
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown:nth-of-type(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown:nth-of-type(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown:nth-of-type(2),
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown:nth-of-type(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown:nth-of-type(2) {
    margin-bottom: 1.75rem;
  }
}

/* line 256, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__filter-dropdown input,
#et-boc .et-l .hot-content-browse__filter-dropdown input,
.hot-content-browse__filter-dropdown input,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown input,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown input,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown input,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown input,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown input {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  position: relative;
  pointer-events: none;
  outline: none;
  display: block;
  background: transparent;
  border: 0;
  border-bottom: 0.0625rem solid #c04635;
  width: 100%;
  height: 2.1875rem;
  color: #c04635;
  padding: 0.3125rem 0;
  padding-right: 1.875rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 48em) {
  /* line 256, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__filter-dropdown input,
  #et-boc .et-l .hot-content-browse__filter-dropdown input,
  .hot-content-browse__filter-dropdown input,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown input,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown input {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 256, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__filter-dropdown input,
  #et-boc .et-l .hot-content-browse__filter-dropdown input,
  .hot-content-browse__filter-dropdown input,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown input,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown input {
    letter-spacing: 0.03125rem;
  }
}

/* line 274, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__filter-dropdown input::-webkit-input-placeholder,
#et-boc .et-l .hot-content-browse__filter-dropdown input::-webkit-input-placeholder,
.hot-content-browse__filter-dropdown input::-webkit-input-placeholder,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown input::-webkit-input-placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown input::-webkit-input-placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown input::-webkit-input-placeholder,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown input::-webkit-input-placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown input::-webkit-input-placeholder {
  color: #c04635;
}

.et-db #et-boc .et-l .hot-content-browse__filter-dropdown input::-moz-placeholder,
#et-boc .et-l .hot-content-browse__filter-dropdown input::-moz-placeholder,
.hot-content-browse__filter-dropdown input::-moz-placeholder,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown input::-moz-placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown input::-moz-placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown input::-moz-placeholder,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown input::-moz-placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown input::-moz-placeholder {
  color: #c04635;
}

.et-db #et-boc .et-l .hot-content-browse__filter-dropdown input::-ms-input-placeholder,
#et-boc .et-l .hot-content-browse__filter-dropdown input::-ms-input-placeholder,
.hot-content-browse__filter-dropdown input::-ms-input-placeholder,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown input::-ms-input-placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown input::-ms-input-placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown input::-ms-input-placeholder,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown input::-ms-input-placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown input::-ms-input-placeholder {
  color: #c04635;
}

.et-db #et-boc .et-l .hot-content-browse__filter-dropdown input::placeholder,
#et-boc .et-l .hot-content-browse__filter-dropdown input::placeholder,
.hot-content-browse__filter-dropdown input::placeholder,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown input::placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown input::placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown input::placeholder,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown input::placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown input::placeholder {
  color: #c04635;
}

/* line 279, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__filter-dropdown select,
#et-boc .et-l .hot-content-browse__filter-dropdown select,
.hot-content-browse__filter-dropdown select,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown select,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown select,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown select,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown select,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 0;
  background: none;
}

/* line 291, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__filter-dropdown img.hot-svg,
#et-boc .et-l .hot-content-browse__filter-dropdown img.hot-svg,
.hot-content-browse__filter-dropdown img.hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown img.hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown img.hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown img.hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter-dropdown img.hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter-dropdown img.hot-svg {
  position: absolute;
  right: 0.8125rem;
  bottom: 0.8125rem;
  width: 0.8125rem;
  height: 0.375rem;
}

/* line 300, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__filter form,
#et-boc .et-l .hot-content-browse__filter form,
.hot-content-browse__filter form,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter form,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter form,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter form,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter form,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

/* line 308, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__filter .clear-selection,
#et-boc .et-l .hot-content-browse__filter .clear-selection,
.hot-content-browse__filter .clear-selection,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter .clear-selection,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter .clear-selection,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter .clear-selection,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter .clear-selection,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter .clear-selection {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.03125rem;
  top: 100%;
  right: 0;
  position: absolute;
  border: 0;
  padding: 0;
  background: none;
  color: #a8a5a4;
}

@media (min-width: 0) {
  /* line 308, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__filter .clear-selection,
  #et-boc .et-l .hot-content-browse__filter .clear-selection,
  .hot-content-browse__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter .clear-selection {
    margin-top: 1.75rem;
  }
}

@media (min-width: 48rem) {
  /* line 308, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__filter .clear-selection,
  #et-boc .et-l .hot-content-browse__filter .clear-selection,
  .hot-content-browse__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter .clear-selection {
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100;
    margin-top: 0.5rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 308, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__filter .clear-selection,
  #et-boc .et-l .hot-content-browse__filter .clear-selection,
  .hot-content-browse__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__filter .clear-selection {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0.625rem;
            order: 0.625rem;
    margin-top: 1.75rem;
  }
}

/* line 326, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__pagination,
#et-boc .et-l .hot-content-browse__pagination,
.hot-content-browse__pagination,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination {
  grid-column: 1 / span 4;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 48em) {
  /* line 326, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__pagination,
  #et-boc .et-l .hot-content-browse__pagination,
  .hot-content-browse__pagination,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination {
    grid-column: 1 / span 12;
  }
}

@media (min-width: 0) {
  /* line 326, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__pagination,
  #et-boc .et-l .hot-content-browse__pagination,
  .hot-content-browse__pagination,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination {
    margin-top: 3.125rem;
  }
}

@media (min-width: 48rem) {
  /* line 326, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__pagination,
  #et-boc .et-l .hot-content-browse__pagination,
  .hot-content-browse__pagination,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination {
    margin-top: 2.9375rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 326, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__pagination,
  #et-boc .et-l .hot-content-browse__pagination,
  .hot-content-browse__pagination,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination {
    margin-top: 5.4375rem;
  }
}

/* line 336, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__pagination ul,
#et-boc .et-l .hot-content-browse__pagination ul,
.hot-content-browse__pagination ul,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination ul,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination ul,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination ul,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination ul,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 47.99em) {
  /* line 336, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__pagination ul,
  #et-boc .et-l .hot-content-browse__pagination ul,
  .hot-content-browse__pagination ul,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination ul,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination ul,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination ul,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination ul,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 343, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__pagination ul::before,
  #et-boc .et-l .hot-content-browse__pagination ul::before,
  .hot-content-browse__pagination ul::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination ul::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination ul::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination ul::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination ul::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination ul::before {
    content: "";
    display: block;
    -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
            order: 999;
    width: 100%;
    height: 2.5rem;
  }
}

/* line 353, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__pagination li,
#et-boc .et-l .hot-content-browse__pagination li,
.hot-content-browse__pagination li,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
}

@media (min-width: 85.375em) {
  /* line 353, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__pagination li,
  #et-boc .et-l .hot-content-browse__pagination li,
  .hot-content-browse__pagination li,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

@media (min-width: 0) {
  /* line 353, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__pagination li,
  #et-boc .et-l .hot-content-browse__pagination li,
  .hot-content-browse__pagination li,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media (min-width: 48rem) {
  /* line 353, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__pagination li,
  #et-boc .et-l .hot-content-browse__pagination li,
  .hot-content-browse__pagination li,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li {
    margin-right: 1.875rem;
    margin-left: 0;
  }
}

@media (min-width: 85.375rem) {
  /* line 353, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__pagination li,
  #et-boc .et-l .hot-content-browse__pagination li,
  .hot-content-browse__pagination li,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li {
    margin-right: 2.5rem;
  }
}

@media (max-width: 47.99em) {
  /* line 361, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__pagination li:first-child,
  #et-boc .et-l .hot-content-browse__pagination li:first-child,
  .hot-content-browse__pagination li:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li:first-child {
    -webkit-box-ordinal-group: 1001;
        -ms-flex-order: 1000;
            order: 1000;
    margin-right: 2.1875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 361, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__pagination li:first-child,
  #et-boc .et-l .hot-content-browse__pagination li:first-child,
  .hot-content-browse__pagination li:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li:first-child {
    margin-left: 3.625rem;
  }
}

/* line 372, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__pagination li:last-child,
#et-boc .et-l .hot-content-browse__pagination li:last-child,
.hot-content-browse__pagination li:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li:last-child {
  margin-right: 0;
}

@media (max-width: 47.99em) {
  /* line 372, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__pagination li:last-child,
  #et-boc .et-l .hot-content-browse__pagination li:last-child,
  .hot-content-browse__pagination li:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li:last-child {
    -webkit-box-ordinal-group: 1002;
        -ms-flex-order: 1001;
            order: 1001;
  }
}

@media (min-width: 85.375em) {
  /* line 372, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__pagination li:last-child,
  #et-boc .et-l .hot-content-browse__pagination li:last-child,
  .hot-content-browse__pagination li:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li:last-child {
    margin-left: 1.125rem;
  }
}

/* line 384, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__pagination li.disabled,
#et-boc .et-l .hot-content-browse__pagination li.disabled,
.hot-content-browse__pagination li.disabled,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li.disabled,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li.disabled,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li.disabled,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li.disabled,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* line 389, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__pagination li.selected,
#et-boc .et-l .hot-content-browse__pagination li.selected,
.hot-content-browse__pagination li.selected,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li.selected,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li.selected,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li.selected,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li.selected,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li.selected {
  position: relative;
  z-index: 1;
  padding: 0 0.0625rem;
}

@media (min-width: 85.375em) {
  /* line 389, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__pagination li.selected,
  #et-boc .et-l .hot-content-browse__pagination li.selected,
  .hot-content-browse__pagination li.selected,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li.selected,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li.selected,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li.selected,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li.selected,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li.selected {
    padding: 0 0.125rem;
  }
}

/* line 398, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__pagination li.selected::before,
#et-boc .et-l .hot-content-browse__pagination li.selected::before,
.hot-content-browse__pagination li.selected::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li.selected::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li.selected::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li.selected::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li.selected::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li.selected::before {
  content: "";
  width: 2.625rem;
  height: 2.625rem;
  background: #c04635;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50% 50%;
}

@media (min-width: 85.375em) {
  /* line 398, resources/assets/styles/modules/_content-browse.scss */

  .et-db #et-boc .et-l .hot-content-browse__pagination li.selected::before,
  #et-boc .et-l .hot-content-browse__pagination li.selected::before,
  .hot-content-browse__pagination li.selected::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li.selected::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li.selected::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li.selected::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li.selected::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li.selected::before {
    width: 3.375rem;
    height: 3.375rem;
  }
}

/* line 415, resources/assets/styles/modules/_content-browse.scss */

.et-db #et-boc .et-l .hot-content-browse__pagination li.selected a,
#et-boc .et-l .hot-content-browse__pagination li.selected a,
.hot-content-browse__pagination li.selected a,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li.selected a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li.selected a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li.selected a,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse__pagination li.selected a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse__pagination li.selected a {
  color: #fff;
  position: relative;
}

/* line 424, resources/assets/styles/modules/_content-browse.scss */

#et-boc .et-l .hot-content-browse .hot-btn-arrow,
.hot-content-browse .hot-btn-arrow,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse .hot-btn-arrow,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse .hot-btn-arrow,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse a:not(.wc-forward).hot-btn-arrow,
.hot-content-browse.et-db #et-boc .et-l .et_pb_module .hot-btn-arrow,
.hot-content-browse.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow {
  height: 1.4375rem;
  margin: 0;
  border: 0;
  color: #c04635;
  cursor: pointer;
}

@media (min-width: 48em) {
  /* line 424, resources/assets/styles/modules/_content-browse.scss */

  #et-boc .et-l .hot-content-browse .hot-btn-arrow,
  .hot-content-browse .hot-btn-arrow,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse .hot-btn-arrow,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse .hot-btn-arrow,
  .et-db #et-boc .et-l .et_pb_module .hot-content-browse a:not(.wc-forward).hot-btn-arrow,
  .hot-content-browse.et-db #et-boc .et-l .et_pb_module .hot-btn-arrow,
  .hot-content-browse.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow {
    margin-right: 1.4375rem;
  }
}

/* line 435, resources/assets/styles/modules/_content-browse.scss */

#et-boc .et-l .hot-content-browse .hot-btn-arrow span,
.hot-content-browse .hot-btn-arrow span,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse .hot-btn-arrow span,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse .hot-btn-arrow span,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse a:not(.wc-forward).hot-btn-arrow span,
.hot-content-browse.et-db #et-boc .et-l .et_pb_module .hot-btn-arrow span,
.hot-content-browse.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow span {
  width: initial;
}

/* line 439, resources/assets/styles/modules/_content-browse.scss */

#et-boc .et-l .hot-content-browse .hot-btn-arrow[disabled],
.hot-content-browse .hot-btn-arrow[disabled],
.et-db #et-boc .et-l .et_pb_module .hot-content-browse .hot-btn-arrow[disabled],
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse .hot-btn-arrow[disabled],
.et-db #et-boc .et-l .et_pb_module .hot-content-browse a:not(.wc-forward).hot-btn-arrow[disabled],
.hot-content-browse.et-db #et-boc .et-l .et_pb_module .hot-btn-arrow[disabled],
.hot-content-browse.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow[disabled] {
  opacity: 0.2;
  cursor: auto;
}

/* line 444, resources/assets/styles/modules/_content-browse.scss */

#et-boc .et-l .hot-content-browse .hot-btn-arrow svg,
.hot-content-browse .hot-btn-arrow svg,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse .hot-btn-arrow svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-browse .hot-btn-arrow svg,
.et-db #et-boc .et-l .et_pb_module .hot-content-browse a:not(.wc-forward).hot-btn-arrow svg,
.hot-content-browse.et-db #et-boc .et-l .et_pb_module .hot-btn-arrow svg,
.hot-content-browse.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-btn-arrow svg {
  height: auto !important;
  width: auto !important;
  max-height: 1.4375rem;
}

/* Module global styling */

/* line 4, resources/assets/styles/modules/timeline/_timeline.scss */

.et-db #et-boc .et-l .hot-timeline,
#et-boc .et-l .hot-timeline,
.hot-timeline,
.et-db #et-boc .et-l .et_pb_module .hot-timeline,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline,
.et-db #et-boc .et-l .et_pb_module .hot-timeline,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline {
  background-color: #e8e0d6;
  margin: 3.75rem 0 3.75rem;
  overflow: hidden;
  position: relative;
  padding: 1.875rem 0 2.5rem;
}

@media (min-width: 48em) {
  /* line 4, resources/assets/styles/modules/timeline/_timeline.scss */

  .et-db #et-boc .et-l .hot-timeline,
  #et-boc .et-l .hot-timeline,
  .hot-timeline,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline {
    margin: 5rem 0 5rem;
    padding: 5rem 0 6.25rem;
  }
}

@media (min-width: 85.375em) {
  /* line 4, resources/assets/styles/modules/timeline/_timeline.scss */

  .et-db #et-boc .et-l .hot-timeline,
  #et-boc .et-l .hot-timeline,
  .hot-timeline,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline {
    margin: 5rem 0 6.25rem;
    padding: 6.25rem 0 5.0625rem;
  }
}

/* line 21, resources/assets/styles/modules/timeline/_timeline.scss */

.et-db #et-boc .et-l .hot-timeline__content,
#et-boc .et-l .hot-timeline__content,
.hot-timeline__content,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__content,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__content {
  font-family: "MaisonNeueWEB-Demi", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.9375rem;
  letter-spacing: 0.125rem;
  color: #1f1f1f;
}

@media (min-width: 48em) {
  /* line 21, resources/assets/styles/modules/timeline/_timeline.scss */

  .et-db #et-boc .et-l .hot-timeline__content,
  #et-boc .et-l .hot-timeline__content,
  .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__content {
    letter-spacing: 0.08em;
  }
}

@media (min-width: 85.375em) {
  /* line 21, resources/assets/styles/modules/timeline/_timeline.scss */

  .et-db #et-boc .et-l .hot-timeline__content,
  #et-boc .et-l .hot-timeline__content,
  .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__content {
    font-size: 2.0625rem;
    line-height: 2.5625rem;
    letter-spacing: 0.1875rem;
  }
}

/* line 27, resources/assets/styles/modules/timeline/_timeline.scss */

.et-db #et-boc .et-l .hot-timeline__date,
#et-boc .et-l .hot-timeline__date,
.hot-timeline__date,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__date,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__date,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__date,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__date,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__date {
  font-family: "MaisonNeueMonoWEB-Bold", monospace;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c04635;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  width: 100%;
  /* Circle styling */
}

/* line 37, resources/assets/styles/modules/timeline/_timeline.scss */

.et-db #et-boc .et-l .hot-timeline__date::before,
#et-boc .et-l .hot-timeline__date::before,
.hot-timeline__date::before,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__date::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__date::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__date::before,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__date::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__date::before {
  background-color: #c04635;
  border-radius: 100%;
  height: 0.9375rem;
  position: absolute;
  width: 0.9375rem;
}

@media (min-width: 48em) {
  /* line 37, resources/assets/styles/modules/timeline/_timeline.scss */

  .et-db #et-boc .et-l .hot-timeline__date::before,
  #et-boc .et-l .hot-timeline__date::before,
  .hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__date::before {
    height: 1.25rem;
    width: 1.25rem;
  }
}

/* line 51, resources/assets/styles/modules/timeline/_timeline.scss */

.et-db #et-boc .et-l .hot-timeline__details,
#et-boc .et-l .hot-timeline__details,
.hot-timeline__details,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__details,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__details,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__details,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__details,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__details {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 57, resources/assets/styles/modules/timeline/_timeline.scss */

.et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) picture,
#et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) picture,
.hot-timeline__event:not(.hot-timeline__event--full-width) picture,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) picture,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) picture {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 61, resources/assets/styles/modules/timeline/_timeline.scss */

.et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) picture::before,
#et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) picture::before,
.hot-timeline__event:not(.hot-timeline__event--full-width) picture::before,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) picture::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) picture::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) picture::before,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) picture::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) picture::before {
  background-color: #fff;
  bottom: 1.25rem;
  border-radius: 100%;
  content: "";
  height: 77.066%;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (min-width: 85.375em) {
  /* line 61, resources/assets/styles/modules/timeline/_timeline.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) picture::before,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) picture::before,
  .hot-timeline__event:not(.hot-timeline__event--full-width) picture::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) picture::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) picture::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) picture::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) picture::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) picture::before {
    height: 77.251%;
  }
}

/* line 77, resources/assets/styles/modules/timeline/_timeline.scss */

.et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) img,
#et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) img,
.hot-timeline__event:not(.hot-timeline__event--full-width) img,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) img,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) img {
  height: 100%;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  width: auto;
}

/* line 88, resources/assets/styles/modules/timeline/_timeline.scss */

.et-db #et-boc .et-l .hot-timeline__event--full-width img,
#et-boc .et-l .hot-timeline__event--full-width img,
.hot-timeline__event--full-width img,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width img,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* line 97, resources/assets/styles/modules/timeline/_timeline.scss */

.et-db #et-boc .et-l .hot-timeline__figure picture,
#et-boc .et-l .hot-timeline__figure picture,
.hot-timeline__figure picture,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__figure picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__figure picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__figure picture,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__figure picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__figure picture {
  width: 100%;
}

/* line 102, resources/assets/styles/modules/timeline/_timeline.scss */

.et-db #et-boc .et-l .hot-timeline__heading,
#et-boc .et-l .hot-timeline__heading,
.hot-timeline__heading,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__heading,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__heading {
  grid-column-end: span 4;
  margin: 0 0 11rem;
  width: 100%;
}

@media (min-width: 48em) {
  /* line 102, resources/assets/styles/modules/timeline/_timeline.scss */

  .et-db #et-boc .et-l .hot-timeline__heading,
  #et-boc .et-l .hot-timeline__heading,
  .hot-timeline__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__heading {
    grid-column: 3 / span 7;
    margin: 0 0 9.125rem;
    width: 90%;
  }
}

@media (min-width: 85.375em) {
  /* line 102, resources/assets/styles/modules/timeline/_timeline.scss */

  .et-db #et-boc .et-l .hot-timeline__heading,
  #et-boc .et-l .hot-timeline__heading,
  .hot-timeline__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__heading {
    grid-column: 3 / span 7;
    margin: 0 0 10.8125rem;
    width: 100%;
  }
}

/* line 123, resources/assets/styles/modules/timeline/_timeline.scss */

.et-db #et-boc .et-l .hot-timeline__timeline,
#et-boc .et-l .hot-timeline__timeline,
.hot-timeline__timeline,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__timeline,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__timeline,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__timeline,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__timeline,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__timeline {
  grid-column-end: span 4;
}

@media (min-width: 48em) {
  /* line 123, resources/assets/styles/modules/timeline/_timeline.scss */

  .et-db #et-boc .et-l .hot-timeline__timeline,
  #et-boc .et-l .hot-timeline__timeline,
  .hot-timeline__timeline,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__timeline,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__timeline,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__timeline,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__timeline,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__timeline {
    grid-column: 2 / span 10;
  }
}

/* line 131, resources/assets/styles/modules/timeline/_timeline.scss */

.et-db #et-boc .et-l .hot-timeline__title,
#et-boc .et-l .hot-timeline__title,
.hot-timeline__title,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.75rem;
  line-height: 3.25rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  position: relative;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 48em) {
  /* line 131, resources/assets/styles/modules/timeline/_timeline.scss */

  .et-db #et-boc .et-l .hot-timeline__title,
  #et-boc .et-l .hot-timeline__title,
  .hot-timeline__title,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 131, resources/assets/styles/modules/timeline/_timeline.scss */

  .et-db #et-boc .et-l .hot-timeline__title,
  #et-boc .et-l .hot-timeline__title,
  .hot-timeline__title,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title {
    font-size: 8.75rem;
    line-height: 7.875rem;
  }
}

/* line 138, resources/assets/styles/modules/timeline/_timeline.scss */

.et-db #et-boc .et-l .hot-timeline__title em,
#et-boc .et-l .hot-timeline__title em,
.hot-timeline__title em,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__title em,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title em,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title em,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__title em,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title em {
  font-family: "BonVivant-Regular", cursive;
  font-style: italic;
  font-weight: normal;
  font-size: 6rem;
  line-height: 6rem;
  bottom: -4.5rem;
  color: #ddaa3e;
  position: absolute;
  right: -7.125rem;
  text-transform: capitalize;
}

@media (min-width: 48em) {
  /* line 138, resources/assets/styles/modules/timeline/_timeline.scss */

  .et-db #et-boc .et-l .hot-timeline__title em,
  #et-boc .et-l .hot-timeline__title em,
  .hot-timeline__title em,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__title em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title em,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__title em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title em {
    font-size: 7.25rem;
    line-height: 7.25rem;
  }
}

@media (min-width: 85.375em) {
  /* line 138, resources/assets/styles/modules/timeline/_timeline.scss */

  .et-db #et-boc .et-l .hot-timeline__title em,
  #et-boc .et-l .hot-timeline__title em,
  .hot-timeline__title em,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__title em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title em,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__title em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title em {
    font-size: 11rem;
    line-height: 11rem;
  }
}

@media (min-width: 48em) {
  /* line 138, resources/assets/styles/modules/timeline/_timeline.scss */

  .et-db #et-boc .et-l .hot-timeline__title em,
  #et-boc .et-l .hot-timeline__title em,
  .hot-timeline__title em,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__title em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title em,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__title em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title em {
    bottom: -4.4375rem;
    right: -12.5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 138, resources/assets/styles/modules/timeline/_timeline.scss */

  .et-db #et-boc .et-l .hot-timeline__title em,
  #et-boc .et-l .hot-timeline__title em,
  .hot-timeline__title em,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__title em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title em,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__title em,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__title em {
    bottom: -2.1875rem;
    right: -26.25rem;
  }
}

/* line 159, resources/assets/styles/modules/timeline/_timeline.scss */

.et-db #et-boc .et-l .hot-timeline__year,
#et-boc .et-l .hot-timeline__year,
.hot-timeline__year,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__year,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__year,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__year,
.et-db #et-boc .et-l .et_pb_module .hot-timeline__year,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__year {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #c04635;
  margin: 0 1.6875rem 0 0;
}

@media (min-width: 48em) {
  /* line 159, resources/assets/styles/modules/timeline/_timeline.scss */

  .et-db #et-boc .et-l .hot-timeline__year,
  #et-boc .et-l .hot-timeline__year,
  .hot-timeline__year,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__year,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__year,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__year,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__year,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__year {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 159, resources/assets/styles/modules/timeline/_timeline.scss */

  .et-db #et-boc .et-l .hot-timeline__year,
  #et-boc .et-l .hot-timeline__year,
  .hot-timeline__year,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__year,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__year,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__year,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__year,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__year {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 48em) {
  /* line 159, resources/assets/styles/modules/timeline/_timeline.scss */

  .et-db #et-boc .et-l .hot-timeline__year,
  #et-boc .et-l .hot-timeline__year,
  .hot-timeline__year,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__year,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__year,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__year,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__year,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__year {
    margin: 0 0.9375rem 0 0;
  }
}

@media (min-width: 85.375em) {
  /* line 159, resources/assets/styles/modules/timeline/_timeline.scss */

  .et-db #et-boc .et-l .hot-timeline__year,
  #et-boc .et-l .hot-timeline__year,
  .hot-timeline__year,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__year,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__year,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__year,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__year,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__year {
    margin: 0 2rem 0 0;
  }
}

/* All variation styling goes here */

/* PLEASE READ FIRST
 * "event" means .hot-timeline__event
 * "full-width" means .hot-timeline__event--full-width
 */

@media (max-width: 47.9375em) {
  /* line 15, resources/assets/styles/modules/timeline/_timeline-mobile--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event,
  #et-boc .et-l .hot-timeline__event,
  .hot-timeline__event,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event {
    /* All event */
    margin: 0 0 0 1.1875rem;
    width: calc(100% - 1.1875rem);
    /* All event except full-width variant */
    /* All event before event except the first child */
    /* All event except the last child */
    /* Full-width variant that is a last-child only */
    /* All event before event except the full-width variant */
    /* For full-width variant only */
  }

  /* line 21, resources/assets/styles/modules/timeline/_timeline-mobile--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event .hot-timeline__content,
  #et-boc .et-l .hot-timeline__event .hot-timeline__content,
  .hot-timeline__event .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__content {
    padding: 1.25rem 0 0 1.125rem;
  }

  /* line 25, resources/assets/styles/modules/timeline/_timeline-mobile--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event .hot-timeline__date,
  .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date {
    padding: 0 1.1875rem 0.625rem;
    /* Circle position */
  }

  /* line 29, resources/assets/styles/modules/timeline/_timeline-mobile--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event .hot-timeline__date::before,
  #et-boc .et-l .hot-timeline__event .hot-timeline__date::before,
  .hot-timeline__event .hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event .hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event .hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date::before {
    bottom: -0.46875rem;
    content: "";
    left: -0.46875rem;
  }

  /* line 38, resources/assets/styles/modules/timeline/_timeline-mobile--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date,
  .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date {
    border-bottom: 0.0625rem #c04635 solid;
  }

  /* line 42, resources/assets/styles/modules/timeline/_timeline-mobile--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure,
  .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure {
    position: relative;
    margin: 0 0 0 12.88235%;
    width: 78.11765%;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before,
  .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 129.7619%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > *,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > *,
  .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }

  /* line 49, resources/assets/styles/modules/timeline/_timeline-mobile--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media,
  .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media {
    padding: 1.25rem 0 0;
  }

  /* line 56, resources/assets/styles/modules/timeline/_timeline-mobile--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event .hot-timeline__date,
  .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event + #et-boc .et-l .hot-timeline__event .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event + #et-boc .et-l .hot-timeline__event .hot-timeline__date,
  .hot-timeline__event + #et-boc .et-l .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + #et-boc .et-l .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + #et-boc .et-l .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + #et-boc .et-l .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + #et-boc .et-l .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + #et-boc .et-l .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event + .hot-timeline__event .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event + .hot-timeline__event .hot-timeline__date,
  .hot-timeline__event + .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event .hot-timeline__date,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event .hot-timeline__date,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event .hot-timeline__date {
    border-left: 0.0625rem #c04635 solid;
  }

  /* line 63, resources/assets/styles/modules/timeline/_timeline-mobile--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(:last-child) .hot-timeline__content,
  .et-db #et-boc .et-l .hot-timeline__event:not(:last-child) .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event:not(:last-child) .hot-timeline__content,
  #et-boc .et-l .hot-timeline__event:not(:last-child) .hot-timeline__media,
  .hot-timeline__event:not(:last-child) .hot-timeline__content,
  .hot-timeline__event:not(:last-child) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(:last-child) .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(:last-child) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(:last-child) .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(:last-child) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(:last-child) .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(:last-child) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(:last-child) .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(:last-child) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(:last-child) .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(:last-child) .hot-timeline__media {
    border-left: 0.0625rem #c04635 solid;
  }

  /* line 71, resources/assets/styles/modules/timeline/_timeline-mobile--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width:last-child .hot-timeline__content,
  #et-boc .et-l .hot-timeline__event--full-width:last-child .hot-timeline__content,
  .hot-timeline__event--full-width:last-child .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width:last-child .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width:last-child .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width:last-child .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width:last-child .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width:last-child .hot-timeline__content {
    border-left: 0.0625rem #c04635 solid;
  }

  /* line 75, resources/assets/styles/modules/timeline/_timeline-mobile--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width:last-child .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width:last-child .hot-timeline__media,
  .hot-timeline__event--full-width:last-child .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width:last-child .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width:last-child .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width:last-child .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width:last-child .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width:last-child .hot-timeline__media {
    margin: 0 0 -1.875rem;
  }

  /* line 82, resources/assets/styles/modules/timeline/_timeline-mobile--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .hot-timeline__event  .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .hot-timeline__event  .hot-timeline__date,
  .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) + #et-boc .et-l .hot-timeline__event  .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) + #et-boc .et-l .hot-timeline__event  .hot-timeline__date,
  .hot-timeline__event:not(.hot-timeline__event--full-width) + #et-boc .et-l .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) + #et-boc .et-l .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + #et-boc .et-l .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + #et-boc .et-l .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) + #et-boc .et-l .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + #et-boc .et-l .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) + .hot-timeline__event  .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) + .hot-timeline__event  .hot-timeline__date,
  .hot-timeline__event:not(.hot-timeline__event--full-width) + .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) + .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) + .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event  .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event  .hot-timeline__date,
  .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date,
  .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date,
  .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event  .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event  .hot-timeline__date,
  .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date,
  .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event  .hot-timeline__date {
    padding: 3.125rem 1.1875rem 0.625rem;
  }

  /* line 89, resources/assets/styles/modules/timeline/_timeline-mobile--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__content,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__content,
  .hot-timeline__event--full-width .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__content {
    border-bottom: 0.0625rem #c04635 solid;
    border-right: 0.0625rem #c04635 solid;
    border-top: 0.0625rem #c04635 solid;
    margin: 0 0 0 -1.1875rem;
    padding: 1.25rem 0 3.125rem 1.125rem;
    width: calc(100% + 1.1875rem);
  }

  /* line 98, resources/assets/styles/modules/timeline/_timeline-mobile--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__date,
  .hot-timeline__event--full-width .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__date {
    border-bottom: none;
  }

  /* line 102, resources/assets/styles/modules/timeline/_timeline-mobile--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure,
  .hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure {
    position: relative;
    margin: 0 -1rem 0 auto;
    top: -1.875rem;
    width: 69.85147%;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure::before,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure::before,
  .hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.81416%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure > *,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure > *,
  .hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

@media (max-width: 47.9375em) and (min-width: 48em) {
  /* line 102, resources/assets/styles/modules/timeline/_timeline-mobile--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure,
  .hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure {
    position: relative;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure::before,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure::before,
  .hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.77316%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure > *,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure > *,
  .hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

@media (max-width: 47.9375em) and (min-width: 85.375em) {
  /* line 102, resources/assets/styles/modules/timeline/_timeline-mobile--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure,
  .hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure {
    position: relative;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure::before,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure::before,
  .hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.90647%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure > *,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure > *,
  .hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

@media (max-width: 47.9375em) {
  /* line 118, resources/assets/styles/modules/timeline/_timeline-mobile--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__media,
  .hot-timeline__event--full-width .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__media {
    padding: 0 0 1.25rem;
  }
}

/* PLEASE READ FIRST
 * "event" means .hot-timeline__event
 * "full-width" means .hot-timeline__event--full-width
 * "right" means .hot-timeline__event--right
 */

@media (min-width: 48em) {
  /* line 17, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event,
  #et-boc .et-l .hot-timeline__event,
  .hot-timeline__event,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event {
    /* All event */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    position: relative;
    width: 100%;
    /* first-child event except last-child & full-width variant */
    /* last-child event except first-child & full-width variant */
    /* last-child event before full-width variant */
    /* last-child right event except full-width variant before a default event */
    /* All event except full-width variant */
    /* All event except right variant */
    /* All event except right and full-width variant */
    /* All event except first-child, last-child and full-width variant */
    /* All event before full-width variant event */
    /* Right event before full-width variant only */
    /* All event except full-width variant and right variant before full-width variant */
    /* For full-width variant only except first-child */
    /* For full-width variant only */
    /* For right variant only */
  }

  /* line 26, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width),
  #et-boc .et-l .hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width),
  .hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width) {
    /* Vertical divider line */
  }

  /* line 28, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width)::before,
  #et-boc .et-l .hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width)::before,
  .hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width)::before {
    bottom: 0;
    height: calc(100% - 3rem);
  }

  /* line 35, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width),
  #et-boc .et-l .hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width),
  .hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width) {
    /* Vertical divider line */
  }

  /* line 37, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width)::before,
  #et-boc .et-l .hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width)::before,
  .hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width)::before {
    height: 3rem;
    top: 0rem;
  }

  /* line 44, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width) {
    /* Vertical divider line */
  }

  /* line 46, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before {
    height: 10.5rem;
    top: 0rem;
  }

  /* line 53, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child {
    /* Vertical divider line */
  }

  /* line 55, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child::before,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child::before,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child::before,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child::before,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before {
    height: 3rem;
    top: 0rem;
  }

  /* line 62, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width),
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width),
  .hot-timeline__event:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /* Vertical divider line */
  }

  /* line 66, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width)::before,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width)::before,
  .hot-timeline__event:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width)::before {
    background-color: #c04635;
    content: "";
    left: 50%;
    position: absolute;
    width: 0.0625rem;
  }

  /* line 74, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date,
  .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date {
    border-bottom: 0.0625rem #c04635 solid;
    /* Circle position */
  }

  /* line 78, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date::before,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date::before,
  .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__date::before {
    bottom: -0.65625rem;
    content: "";
  }

  /* line 84, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-child(2),
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-last-child(2),
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-child(2),
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-last-child(2),
  .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-child(2),
  .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-last-child(2),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-last-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-last-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-last-child(2),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-last-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-last-child(2) {
    width: calc(50% - 0.03125rem);
  }

  /* line 89, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:not(:nth-child(2)):not(:nth-last-child(2)),
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:not(:nth-child(2)):not(:nth-last-child(2)),
  .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:not(:nth-child(2)):not(:nth-last-child(2)),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:not(:nth-child(2)):not(:nth-last-child(2)),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:not(:nth-child(2)):not(:nth-last-child(2)),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:not(:nth-child(2)):not(:nth-last-child(2)),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:not(:nth-child(2)):not(:nth-last-child(2)),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:not(:nth-child(2)):not(:nth-last-child(2)) {
    width: calc(50% + 0.03125rem);
  }

  /* line 93, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure,
  .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure {
    position: relative;
    width: 75.86207%;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before,
  .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 129.7619%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > *,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > *,
  .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }

  /* line 99, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media,
  .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media {
    padding: 0 0 2.5rem;
    width: calc(50% + 0.03125rem);
  }

  /* line 107, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--right) .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--right) .hot-timeline__date,
  .hot-timeline__event:not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--right) .hot-timeline__date {
    padding: 0 0 0.625rem;
  }

  /* line 114, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__content,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__content,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__content {
    padding: 1.875rem 1.8125rem 2.5rem 1.25rem;
  }

  /* line 118, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date {
    /* Circle position */
  }

  /* line 120, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date::before,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date::before,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date::before {
    right: -0.65625rem;
  }

  /* line 125, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__figure,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__figure,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__figure {
    margin: 0 auto 0 11.72414%;
  }

  /* line 131, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(:first-child):not(:last-child):not(.hot-timeline__event--full-width)::before,
  #et-boc .et-l .hot-timeline__event:not(:first-child):not(:last-child):not(.hot-timeline__event--full-width)::before,
  .hot-timeline__event:not(:first-child):not(:last-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(:first-child):not(:last-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(:first-child):not(:last-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(:first-child):not(:last-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(:first-child):not(:last-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(:first-child):not(:last-child):not(.hot-timeline__event--full-width)::before {
    /* Vertical divider line */
    bottom: 0;
    height: 100%;
  }

  /* line 138, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width,
  .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width,
  #et-boc .et-l .hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width,
  .hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .hot-timeline__event + .hot-timeline__event--full-width,
  #et-boc .et-l .hot-timeline__event + .hot-timeline__event--full-width,
  .hot-timeline__event + .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width {
    margin: 4.375rem 0 0;
  }

  /* line 141, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width::before,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width::before,
  .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width::before,
  #et-boc .et-l .hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width::before,
  .hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .hot-timeline__event + .hot-timeline__event--full-width::before,
  #et-boc .et-l .hot-timeline__event + .hot-timeline__event--full-width::before,
  .hot-timeline__event + .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before {
    background-color: #c04635;
    content: "";
    height: 4.375rem;
    left: 50%;
    position: absolute;
    top: -4.375rem;
    width: 0.0625rem;
  }

  /* line 154, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__date,
  .hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date {
    padding: 7.5rem 0 0.625rem 2rem;
  }

  /* line 158, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__media,
  .hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media {
    padding: 7.5rem 0 2.5rem 2rem;
  }

  /* line 165, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date {
    padding: 7.5rem 0 0.625rem;
  }

  /* line 169, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media {
    padding: 7.5rem 0 2.5rem;
  }

  /* line 176, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width:not(:first-child)::after,
  #et-boc .et-l .hot-timeline__event--full-width:not(:first-child)::after,
  .hot-timeline__event--full-width:not(:first-child)::after,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width:not(:first-child)::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width:not(:first-child)::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width:not(:first-child)::after,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width:not(:first-child)::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width:not(:first-child)::after {
    background-color: #c04635;
    border-radius: 100%;
    content: "";
    height: 1.25rem;
    left: calc(50% - 0.5625rem);
    position: absolute;
    top: -0.5rem;
    width: 1.25rem;
  }

  /* line 189, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width,
  #et-boc .et-l .hot-timeline__event--full-width,
  .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width {
    border: 0.0625rem #c04635 solid;
    padding: 1.875rem 0;
  }

  /* line 193, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width > *,
  #et-boc .et-l .hot-timeline__event--full-width > *,
  .hot-timeline__event--full-width > *,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width > *,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width > * {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
  }

  /* line 200, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__content,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__content,
  .hot-timeline__event--full-width .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__content {
    width: 100%;
  }

  /* line 204, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__date,
  .hot-timeline__event--full-width .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__date {
    margin: 0 0 1.25rem;
  }

  /* line 208, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__details,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__details,
  .hot-timeline__event--full-width .hot-timeline__details,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__details,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__details {
    padding: 0 0 0 6.89655%;
    width: 51.72414%;
  }

  /* line 213, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__media,
  .hot-timeline__event--full-width .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__media {
    bottom: -1.25rem;
    height: 100%;
    margin: auto 0 -3.125rem;
    position: relative;
    right: calc(-10.34483% + -1.875rem);
    width: calc(55.17241% + 1.875rem);
  }

  /* line 222, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure,
  .hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure {
    position: relative;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure::before,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure::before,
  .hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.77316%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure > *,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure > *,
  .hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }

  /* line 229, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__content,
  #et-boc .et-l .hot-timeline__event--right .hot-timeline__content,
  .hot-timeline__event--right .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__content {
    padding: 1.875rem 1.8125rem 2.5rem 2rem;
  }

  /* line 233, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date {
    padding: 0 0 0.625rem 2rem;
    /* Circle position */
  }

  /* line 237, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__date::before,
  #et-boc .et-l .hot-timeline__event--right .hot-timeline__date::before,
  .hot-timeline__event--right .hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date::before {
    left: -0.53125rem;
  }

  /* line 242, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__details,
  #et-boc .et-l .hot-timeline__event--right .hot-timeline__details,
  .hot-timeline__event--right .hot-timeline__details,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__details,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__details {
    margin: 0 0 0 auto;
  }

  /* line 246, resources/assets/styles/modules/timeline/_timeline-tablet--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__figure,
  #et-boc .et-l .hot-timeline__event--right .hot-timeline__figure,
  .hot-timeline__event--right .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__figure {
    margin: 0 11.72414% 0 auto;
  }
}

/* PLEASE READ FIRST
 * Some of the styling is inherited from desktop breakpoint
 * "event" means .hot-timeline__event
 * "full-width" means .hot-timeline__event--full-width
 * "right" means .hot-timeline__event--right
 */

@media (min-width: 85.375em) {
  /* line 18, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event,
  #et-boc .et-l .hot-timeline__event,
  .hot-timeline__event,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event {
    position: relative;
    /* first-child event except last-child & full-width variant */
    /* last-child event except first-child & full-width variant */
    /* last-child event before full-width variant */
    /* last-child right event except full-width variant before a default event */
    /* All event except full-width variant */
    /* All event except right variant */
    /* All event except right and full-width variant */
    /* All event before full-width variant event */
    /* Right event before full-width variant only */
    /* All event except full-width variant and right variant before full-width variant */
    /* For full-width variant only */
    /* For right variant only */
  }

  /* line 23, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width),
  #et-boc .et-l .hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width),
  .hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width) {
    /* Vertical divider line */
  }

  /* line 25, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width)::before,
  #et-boc .et-l .hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width)::before,
  .hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:first-child:not(:last-child):not(.hot-timeline__event--full-width)::before {
    height: calc(100% - 4.4375rem);
  }

  /* line 31, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width),
  #et-boc .et-l .hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width),
  .hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width) {
    /* Vertical divider line */
  }

  /* line 33, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width)::before,
  #et-boc .et-l .hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width)::before,
  .hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(:first-child):not(.hot-timeline__event--full-width)::before {
    height: 4.5rem;
  }

  /* line 39, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width) {
    /* Vertical divider line */
  }

  /* line 41, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:last-child:not(.hot-timeline__event--full-width)::before {
    height: 13.25rem;
  }

  /* line 47, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child {
    /* Vertical divider line */
  }

  /* line 49, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child::before,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child::before,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + #et-boc .et-l .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child::before,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child::before,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right:last-child::before {
    height: 4.5rem;
  }

  /* line 56, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-child(2),
  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-last-child(2),
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-child(2),
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-last-child(2),
  .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-child(2),
  .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-last-child(2),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-last-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-last-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-last-child(2),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-last-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:nth-last-child(2) {
    width: calc(50% - 0.03125rem);
  }

  /* line 61, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:not(:nth-child(2)):not(:nth-last-child(2)),
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:not(:nth-child(2)):not(:nth-last-child(2)),
  .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:not(:nth-child(2)):not(:nth-last-child(2)),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:not(:nth-child(2)):not(:nth-last-child(2)),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:not(:nth-child(2)):not(:nth-last-child(2)),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:not(:nth-child(2)):not(:nth-last-child(2)),
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:not(:nth-child(2)):not(:nth-last-child(2)),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__details:not(:nth-child(2)):not(:nth-last-child(2)) {
    width: calc(50% + 0.03125rem);
  }

  /* line 65, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure,
  .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure {
    position: relative;
    width: 56.77419%;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before,
  .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 129.44984%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > *,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > *,
  .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__figure > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }

  /* line 71, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media,
  .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width) .hot-timeline__media {
    padding: 0 0 6.875rem;
    width: calc(50% + 0.03125rem);
  }

  /* line 79, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--right) .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--right) .hot-timeline__date,
  .hot-timeline__event:not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--right) .hot-timeline__date {
    padding: 0 0 0.625rem;
  }

  /* line 86, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__content,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__content,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__content {
    padding: 3.125rem 3.0625rem 2.5rem 7.92627%;
  }

  /* line 90, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__figure,
  #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__figure,
  .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__figure {
    margin: 0 auto 0 11.81567%;
  }

  /* line 96, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width,
  .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width,
  #et-boc .et-l .hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width,
  .hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .hot-timeline__event + .hot-timeline__event--full-width,
  #et-boc .et-l .hot-timeline__event + .hot-timeline__event--full-width,
  .hot-timeline__event + .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width {
    margin: 6.875rem 0 0;
  }

  /* line 99, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width::before,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width::before,
  .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width::before,
  #et-boc .et-l .hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width::before,
  .hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + #et-boc .et-l .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .hot-timeline__event + .hot-timeline__event--full-width::before,
  #et-boc .et-l .hot-timeline__event + .hot-timeline__event--full-width::before,
  .hot-timeline__event + .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  #et-boc .et-l .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width::before {
    height: 6.875rem;
    top: -6.875rem;
  }

  /* line 107, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__date,
  .hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date {
    padding: 8.8125rem 0 0.625rem 3.5rem;
  }

  /* line 111, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__media,
  .hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__media {
    padding: 8.8125rem 0 6.875rem 3.5rem;
  }

  /* line 118, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__date {
    padding: 8.8125rem 0 0.625rem;
  }

  /* line 122, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + #et-boc .et-l .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module .hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event:not(.hot-timeline__event--full-width):not(.hot-timeline__event--right) .hot-timeline__media {
    padding: 8.8125rem 0 6.875rem;
  }

  /* line 128, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width,
  #et-boc .et-l .hot-timeline__event--full-width,
  .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width {
    padding: 3.125rem 0;
  }

  /* line 131, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__date,
  .hot-timeline__event--full-width .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__date {
    margin: 0 0 2.6875rem;
  }

  /* line 135, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__details,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__details,
  .hot-timeline__event--full-width .hot-timeline__details,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__details,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__details,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__details {
    padding: 0 0 0 3.96313%;
    width: 51.15207%;
  }

  /* line 140, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__media,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__media,
  .hot-timeline__event--full-width .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__media,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__media {
    bottom: 0;
    margin: auto 0 -5.625rem;
    right: -10.23041%;
    width: 53.45622%;
  }

  /* line 147, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure,
  .hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure {
    position: relative;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure::before,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure::before,
  .hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.90647%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure > *,
  #et-boc .et-l .hot-timeline__event--full-width .hot-timeline__figure > *,
  .hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--full-width .hot-timeline__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--full-width .hot-timeline__figure > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }

  /* line 154, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__content,
  #et-boc .et-l .hot-timeline__event--right .hot-timeline__content,
  .hot-timeline__event--right .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__content {
    padding: 3.125rem 5.11521% 2.5rem 3.5rem;
  }

  /* line 158, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  #et-boc .et-l .hot-timeline__event--right .hot-timeline__date,
  .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__date,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__date {
    padding: 0 0 0.625rem 3.5rem;
  }

  /* line 162, resources/assets/styles/modules/timeline/_timeline-desktop--variations.scss */

  .et-db #et-boc .et-l .hot-timeline__event--right .hot-timeline__figure,
  #et-boc .et-l .hot-timeline__event--right .hot-timeline__figure,
  .hot-timeline__event--right .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-timeline__event--right .hot-timeline__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-timeline__event--right .hot-timeline__figure {
    margin: 0 11.81567% 0 auto;
  }
}

/* line 3, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero,
#et-boc .et-l .hot-content-detail-hero,
.hot-content-detail-hero,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero {
  z-index: 3;
  overflow: hidden;
  padding: 6.25rem 0 0 0;
  /* For Cocktail page only */
}

@media (min-width: 48em) {
  /* line 3, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero,
  #et-boc .et-l .hot-content-detail-hero,
  .hot-content-detail-hero,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero {
    padding: 8.5rem 0 3.75rem 0;
  }
}

@media (min-width: 85.375em) {
  /* line 3, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero,
  #et-boc .et-l .hot-content-detail-hero,
  .hot-content-detail-hero,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero {
    padding: 13.6875rem 0 5rem 0;
  }
}

/* line 17, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__container,
#et-boc .et-l .hot-content-detail-hero__container,
.hot-content-detail-hero__container,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__container,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__container {
  z-index: 5;
  grid-column-end: span 4;
  background-color: #000;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
  position: relative;
  width: 90.53529%;
}

@media (min-width: 48em) {
  /* line 17, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__container,
  #et-boc .et-l .hot-content-detail-hero__container,
  .hot-content-detail-hero__container,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__container,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__container {
    grid-column-end: span 6;
    right: 30px;
    margin-bottom: 0;
    width: calc(100% + 1.875rem);
  }
}

@media (min-width: 85.375em) {
  /* line 17, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__container,
  #et-boc .et-l .hot-content-detail-hero__container,
  .hot-content-detail-hero__container,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__container,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__container {
    grid-column-end: span 7;
    right: 65px;
    width: calc(94.51064% + 4.0625rem);
  }
}

/* line 43, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__content,
#et-boc .et-l .hot-content-detail-hero__content,
.hot-content-detail-hero__content,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content {
  grid-column-end: span 4;
  width: 100%;
  /* With Media */
  /* Without Media */
}

/* line 49, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__content:not(:first-child),
#et-boc .et-l .hot-content-detail-hero__content:not(:first-child),
.hot-content-detail-hero__content:not(:first-child),
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child),
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) {
  padding: 1.9375rem 0 1.875rem 0;
}

@media (min-width: 48em) {
  /* line 49, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__content:not(:first-child),
  #et-boc .et-l .hot-content-detail-hero__content:not(:first-child),
  .hot-content-detail-hero__content:not(:first-child),
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child),
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) {
    grid-column: 7 / span 6;
    padding: 4.375rem 0 1.875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 49, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__content:not(:first-child),
  #et-boc .et-l .hot-content-detail-hero__content:not(:first-child),
  .hot-content-detail-hero__content:not(:first-child),
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child),
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) {
    grid-column: 8 / span 5;
    padding: 8.8125rem 0 1.875rem;
  }
}

/* line 64, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom,
#et-boc .et-l .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom,
.hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom {
  position: relative;
}

/* line 68, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
#et-boc .et-l .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
.hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before {
  top: -11.375rem;
  height: calc(100% + 31.25rem);
}

@media (min-width: 48em) {
  /* line 68, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  #et-boc .et-l .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before {
    top: -1.625rem;
    margin: 0 -17.64706% 0 -105.88235%;
  }
}

@media (min-width: 85.375em) {
  /* line 68, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  #et-boc .et-l .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before {
    top: -1.875rem;
    left: 0;
    margin: 0 -20.9434% 0 -146.60377%;
  }
}

@media (min-width: 48em) {
  /* line 85, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__bar-info-dl,
  #et-boc .et-l .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__description,
  #et-boc .et-l .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title,
  #et-boc .et-l .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__bar-info-dl,
  .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__description,
  .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title,
  .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__bar-info-dl,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__bar-info-dl,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__bar-info-dl,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__bar-info-dl,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__bar-info-dl,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__bar-info-dl {
    width: 82.35294%;
  }
}

@media (min-width: 85.375em) {
  /* line 85, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__bar-info-dl,
  #et-boc .et-l .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__description,
  #et-boc .et-l .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title,
  #et-boc .et-l .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__bar-info-dl,
  .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__description,
  .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title,
  .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__bar-info-dl,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__bar-info-dl,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__bar-info-dl,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__bar-info-dl,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__bar-info-dl,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__bar-info-dl {
    width: 83.77358%;
  }
}

/* line 99, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__content:first-child,
#et-boc .et-l .hot-content-detail-hero__content:first-child,
.hot-content-detail-hero__content:first-child,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child {
  padding: 2.5rem 0 1.875rem;
}

@media (min-width: 48em) {
  /* line 99, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__content:first-child,
  #et-boc .et-l .hot-content-detail-hero__content:first-child,
  .hot-content-detail-hero__content:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child {
    grid-column: 2 / span 7;
    margin: 0 0 0 -5%;
    padding-left: 1.875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 99, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__content:first-child,
  #et-boc .et-l .hot-content-detail-hero__content:first-child,
  .hot-content-detail-hero__content:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child {
    grid-column: 3 / span 5;
    margin: 0;
    padding: 4.375rem 0 0;
  }
}

/* line 118, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
#et-boc .et-l .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
.hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before {
  height: calc(100% + 2rem);
  top: 0;
}

@media (min-width: 48em) {
  /* line 118, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  #et-boc .et-l .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before {
    height: calc(100% + 5rem);
    margin: 0;
  }
}

@media (min-width: 85.375em) {
  /* line 118, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  #et-boc .et-l .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before {
    height: calc(100% + 5.375rem);
  }
}

@media (min-width: 48em) {
  /* line 133, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__content:first-child .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .hot-content-detail-hero__content:first-child .hot-content-detail-hero__title,
  #et-boc .et-l .hot-content-detail-hero__content:first-child .hot-content-detail-hero__description,
  #et-boc .et-l .hot-content-detail-hero__content:first-child .hot-content-detail-hero__title,
  .hot-content-detail-hero__content:first-child .hot-content-detail-hero__description,
  .hot-content-detail-hero__content:first-child .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:first-child .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:first-child .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:first-child .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:first-child .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__title {
    width: 105%;
  }
}

@media (min-width: 85.375em) {
  /* line 133, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__content:first-child .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .hot-content-detail-hero__content:first-child .hot-content-detail-hero__title,
  #et-boc .et-l .hot-content-detail-hero__content:first-child .hot-content-detail-hero__description,
  #et-boc .et-l .hot-content-detail-hero__content:first-child .hot-content-detail-hero__title,
  .hot-content-detail-hero__content:first-child .hot-content-detail-hero__description,
  .hot-content-detail-hero__content:first-child .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:first-child .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:first-child .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:first-child .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:first-child .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__title {
    width: 83.77358%;
  }
}

/* line 146, resources/assets/styles/modules/_content-detail-hero.scss */

.hot-content-detail-hero[data-variant="cocktail"] .et-db #et-boc .et-l .hot-content-detail-hero__content:first-child .hot-content-detail-hero__title::before,
.hot-content-detail-hero[data-variant="cocktail"] #et-boc .et-l .hot-content-detail-hero__content:first-child .hot-content-detail-hero__title::before,
.hot-content-detail-hero[data-variant="cocktail"] .hot-content-detail-hero__content:first-child .hot-content-detail-hero__title::before,
.hot-content-detail-hero[data-variant="cocktail"] .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:first-child .hot-content-detail-hero__title::before,
.hot-content-detail-hero[data-variant="cocktail"] .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__title::before,
.hot-content-detail-hero[data-variant="cocktail"] .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__title::before,
.hot-content-detail-hero[data-variant="cocktail"] .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content:first-child .hot-content-detail-hero__title::before,
.hot-content-detail-hero[data-variant="cocktail"] .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content:first-child .hot-content-detail-hero__title::before {
  content: unset;
}

/* line 153, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__content > *,
#et-boc .et-l .hot-content-detail-hero__content > *,
.hot-content-detail-hero__content > *,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content > *,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content > * {
  z-index: 2;
}

/* line 158, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__content-bottom,
#et-boc .et-l .hot-content-detail-hero__content-bottom,
.hot-content-detail-hero__content-bottom,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content-bottom,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content-bottom {
  z-index: 1;
  min-height: 100%;
  width: 100%;
}

@media (min-width: 85.375em) {
  /* line 158, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__content-bottom,
  #et-boc .et-l .hot-content-detail-hero__content-bottom,
  .hot-content-detail-hero__content-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content-bottom {
    padding: 0 0 1.875rem;
  }
}

/* line 169, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__content-bottom::before,
#et-boc .et-l .hot-content-detail-hero__content-bottom::before,
.hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content-bottom::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: -16px;
  width: 100vw;
  max-width: 1750px;
  background-color: #fff;
}

@media (min-width: 48em) {
  /* line 169, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__content-bottom::before,
  #et-boc .et-l .hot-content-detail-hero__content-bottom::before,
  .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content-bottom::before {
    left: 0;
    width: calc(100vw - 60px);
  }
}

@media (min-width: 85.375em) {
  /* line 169, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__content-bottom::before,
  #et-boc .et-l .hot-content-detail-hero__content-bottom::before,
  .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__content-bottom::before {
    left: 0;
    width: calc(100vw - 130px);
  }
}

/* line 191, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__description,
#et-boc .et-l .hot-content-detail-hero__description,
.hot-content-detail-hero__description,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__description,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__description,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__description {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: #1f1f1f;
  margin: 0.9375rem 0 0;
  width: 100%;
}

@media (min-width: 85.375em) {
  /* line 191, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__description,
  #et-boc .et-l .hot-content-detail-hero__description,
  .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__description {
    font-size: 1.5625rem;
    line-height: 2.8125rem;
    letter-spacing: 0.15625rem;
  }
}

@media (min-width: 48em) {
  /* line 191, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__description,
  #et-boc .et-l .hot-content-detail-hero__description,
  .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__description,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__description {
    margin: 1.25rem 0 0;
  }
}

/* line 203, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__figure,
#et-boc .et-l .hot-content-detail-hero__figure,
.hot-content-detail-hero__figure,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure {
  position: relative;
  background-color: #000;
  position: relative;
  width: 100%;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__figure::before,
#et-boc .et-l .hot-content-detail-hero__figure::before,
.hot-content-detail-hero__figure::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure::before,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.77419%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__figure > *,
#et-boc .et-l .hot-content-detail-hero__figure > *,
.hot-content-detail-hero__figure > *,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure > *,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

@media (min-width: 48em) {
  /* line 203, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__figure,
  #et-boc .et-l .hot-content-detail-hero__figure,
  .hot-content-detail-hero__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure {
    position: relative;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__figure::before,
  #et-boc .et-l .hot-content-detail-hero__figure::before,
  .hot-content-detail-hero__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.31016%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__figure > *,
  #et-boc .et-l .hot-content-detail-hero__figure > *,
  .hot-content-detail-hero__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

@media (min-width: 85.375em) {
  /* line 203, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__figure,
  #et-boc .et-l .hot-content-detail-hero__figure,
  .hot-content-detail-hero__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure {
    position: relative;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__figure::before,
  #et-boc .et-l .hot-content-detail-hero__figure::before,
  .hot-content-detail-hero__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.66667%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__figure > *,
  #et-boc .et-l .hot-content-detail-hero__figure > *,
  .hot-content-detail-hero__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure > *,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

/* line 218, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__figure img,
#et-boc .et-l .hot-content-detail-hero__figure img,
.hot-content-detail-hero__figure img,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure img,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* line 224, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__figure picture,
#et-boc .et-l .hot-content-detail-hero__figure picture,
.hot-content-detail-hero__figure picture,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure picture,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure picture {
  width: 100%;
}

/* line 228, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__figure img,
.et-db #et-boc .et-l .hot-content-detail-hero__figure picture,
#et-boc .et-l .hot-content-detail-hero__figure img,
#et-boc .et-l .hot-content-detail-hero__figure picture,
.hot-content-detail-hero__figure img,
.hot-content-detail-hero__figure picture,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure img,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure picture,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure img,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__figure picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure img,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__figure picture {
  pointer-events: none;
}

/* line 234, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__nav,
#et-boc .et-l .hot-content-detail-hero__nav,
.hot-content-detail-hero__nav,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__nav,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__nav,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: none;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
}

@media (min-width: 48em) {
  /* line 234, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__nav,
  #et-boc .et-l .hot-content-detail-hero__nav,
  .hot-content-detail-hero__nav,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__nav,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__nav,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 11.76471%;
  }
}

@media (min-width: 85.375em) {
  /* line 234, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__nav,
  #et-boc .et-l .hot-content-detail-hero__nav,
  .hot-content-detail-hero__nav,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__nav,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__nav,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav {
    width: 11.43617%;
  }
}

/* line 252, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__nav--next,
#et-boc .et-l .hot-content-detail-hero__nav--next,
.hot-content-detail-hero__nav--next,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__nav--next,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav--next,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav--next,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__nav--next,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav--next {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, transparent), to(rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(left, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(left, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(90deg, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
  right: 0;
}

/* line 256, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__nav--next .hot-svg,
#et-boc .et-l .hot-content-detail-hero__nav--next .hot-svg,
.hot-content-detail-hero__nav--next .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__nav--next .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav--next .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav--next .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__nav--next .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav--next .hot-svg {
  margin: auto 1.25rem auto auto;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 85.375em) {
  /* line 256, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__nav--next .hot-svg,
  #et-boc .et-l .hot-content-detail-hero__nav--next .hot-svg,
  .hot-content-detail-hero__nav--next .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__nav--next .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav--next .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav--next .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__nav--next .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav--next .hot-svg {
    margin: auto 2.5rem auto auto;
  }
}

/* line 266, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__nav--prev,
#et-boc .et-l .hot-content-detail-hero__nav--prev,
.hot-content-detail-hero__nav--prev,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__nav--prev,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav--prev,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav--prev,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__nav--prev,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav--prev {
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(20%, transparent), to(rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(right, transparent 0%, transparent 20%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(right, transparent 0%, transparent 20%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(-90deg, transparent 0%, transparent 20%, rgba(0, 0, 0, 0.4) 100%);
  left: 0;
}

/* line 270, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__nav--prev .hot-svg,
#et-boc .et-l .hot-content-detail-hero__nav--prev .hot-svg,
.hot-content-detail-hero__nav--prev .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__nav--prev .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav--prev .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav--prev .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__nav--prev .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav--prev .hot-svg {
  margin: auto auto auto 1.25rem;
}

@media (min-width: 85.375em) {
  /* line 270, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__nav--prev .hot-svg,
  #et-boc .et-l .hot-content-detail-hero__nav--prev .hot-svg,
  .hot-content-detail-hero__nav--prev .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__nav--prev .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav--prev .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav--prev .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__nav--prev .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav--prev .hot-svg {
    margin: auto auto auto 2.5rem;
  }
}

/* line 279, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__nav .hot-svg,
#et-boc .et-l .hot-content-detail-hero__nav .hot-svg,
.hot-content-detail-hero__nav .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__nav .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__nav .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav .hot-svg {
  height: 1.4375rem;
  width: 0.8125rem;
}

@media (min-width: 85.375em) {
  /* line 279, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__nav .hot-svg,
  #et-boc .et-l .hot-content-detail-hero__nav .hot-svg,
  .hot-content-detail-hero__nav .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__nav .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__nav .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__nav .hot-svg {
    height: 1.5625rem;
    width: 3rem;
  }
}

/* line 290, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__page,
#et-boc .et-l .hot-content-detail-hero__page,
.hot-content-detail-hero__page,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__page,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__page,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__page,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__page,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__page {
  font-family: "BonVivant-Regular", cursive;
  font-style: italic;
  font-weight: normal;
  font-size: 4.25rem;
  line-height: 3.125rem;
  z-index: 2;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  bottom: -1.75rem;
  color: #ddaa3e;
  line-height: 100%;
  overflow: visible;
  position: absolute;
  text-align: right;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 100%;
}

@media (min-width: 85.375em) {
  /* line 290, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__page,
  #et-boc .et-l .hot-content-detail-hero__page,
  .hot-content-detail-hero__page,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__page,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__page,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__page,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__page,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__page {
    font-size: 5.625rem;
    line-height: 6.875rem;
  }
}

@media (min-width: 48em) {
  /* line 290, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__page,
  #et-boc .et-l .hot-content-detail-hero__page,
  .hot-content-detail-hero__page,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__page,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__page,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__page,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__page,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__page {
    bottom: -1.375rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 85.375em) {
  /* line 290, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__page,
  #et-boc .et-l .hot-content-detail-hero__page,
  .hot-content-detail-hero__page,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__page,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__page,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__page,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__page,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__page {
    bottom: -1.875rem;
    padding-right: 3.6875rem;
  }
}

/* line 315, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__play-button,
#et-boc .et-l .hot-content-detail-hero__play-button,
.hot-content-detail-hero__play-button,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__play-button,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__play-button,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__play-button,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__play-button,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__play-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 325, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__play-button .hot-svg,
#et-boc .et-l .hot-content-detail-hero__play-button .hot-svg,
.hot-content-detail-hero__play-button .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__play-button .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__play-button .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__play-button .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__play-button .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__play-button .hot-svg {
  height: 3.75rem;
  width: 3.75rem;
}

/* line 331, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__slide,
#et-boc .et-l .hot-content-detail-hero__slide,
.hot-content-detail-hero__slide,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__slide,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__slide,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__slide,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__slide,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100%;
  position: relative;
}

@media (min-width: 48em) {
  /* line 339, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__swiper,
  #et-boc .et-l .hot-content-detail-hero__swiper,
  .hot-content-detail-hero__swiper,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__swiper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__swiper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__swiper,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__swiper,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__swiper {
    overflow: hidden;
  }
}

/* line 346, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero .swiper-button-hidden,
#et-boc .et-l .hot-content-detail-hero .swiper-button-hidden,
.hot-content-detail-hero .swiper-button-hidden,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .swiper-button-hidden,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .swiper-button-hidden,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .swiper-button-hidden,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .swiper-button-hidden,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .swiper-button-hidden {
  display: none;
}

/* line 350, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__title,
#et-boc .et-l .hot-content-detail-hero__title,
.hot-content-detail-hero__title,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__title,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__title {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  z-index: 2;
  color: #c04635;
  position: relative;
  text-transform: uppercase;
  width: 85.82941%;
}

@media (min-width: 48em) {
  /* line 350, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__title,
  #et-boc .et-l .hot-content-detail-hero__title,
  .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__title {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 350, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__title,
  #et-boc .et-l .hot-content-detail-hero__title,
  .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

/* line 360, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__wrapper,
#et-boc .et-l .hot-content-detail-hero__wrapper,
.hot-content-detail-hero__wrapper,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__wrapper,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__wrapper,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__wrapper,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__wrapper,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 365, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__bar-info,
#et-boc .et-l .hot-content-detail-hero__bar-info,
.hot-content-detail-hero__bar-info,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__bar-info,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__bar-info,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  margin: 1.25rem 0 0;
  width: 100%;
  white-space: pre-wrap;
}

@media (min-width: 48em) {
  /* line 365, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__bar-info,
  #et-boc .et-l .hot-content-detail-hero__bar-info,
  .hot-content-detail-hero__bar-info,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__bar-info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__bar-info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 365, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__bar-info,
  #et-boc .et-l .hot-content-detail-hero__bar-info,
  .hot-content-detail-hero__bar-info,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__bar-info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__bar-info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info {
    letter-spacing: 0.03125rem;
  }
}

@media (min-width: 48em) {
  /* line 365, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__bar-info,
  #et-boc .et-l .hot-content-detail-hero__bar-info,
  .hot-content-detail-hero__bar-info,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__bar-info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__bar-info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info {
    width: 90%;
  }
}

@media (min-width: 85.375em) {
  /* line 365, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__bar-info,
  #et-boc .et-l .hot-content-detail-hero__bar-info,
  .hot-content-detail-hero__bar-info,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__bar-info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__bar-info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info {
    margin: 1.875rem 0 0;
    width: 90.26415%;
  }
}

/* line 382, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__bar-info-dl,
#et-boc .et-l .hot-content-detail-hero__bar-info-dl,
.hot-content-detail-hero__bar-info-dl,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__bar-info-dl,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info-dl,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info-dl,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__bar-info-dl,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 386, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__bar-info-dt,
#et-boc .et-l .hot-content-detail-hero__bar-info-dt,
.hot-content-detail-hero__bar-info-dt,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__bar-info-dt,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info-dt,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info-dt,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__bar-info-dt,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info-dt {
  font-family: "MaisonNeueMonoWEB-Regular", monospace;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.9375rem;
          flex: 0 0 6.9375rem;
}

/* line 392, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero__bar-info-dd,
#et-boc .et-l .hot-content-detail-hero__bar-info-dd,
.hot-content-detail-hero__bar-info-dd,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__bar-info-dd,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info-dd,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info-dd,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__bar-info-dd,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info-dd {
  font-family: "MaisonNeueMonoWEB-Bold", monospace;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 0 0.625rem;
}

@media (min-width: 85.375em) {
  /* line 392, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero__bar-info-dd,
  #et-boc .et-l .hot-content-detail-hero__bar-info-dd,
  .hot-content-detail-hero__bar-info-dd,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__bar-info-dd,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info-dd,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info-dd,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero__bar-info-dd,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero__bar-info-dd {
    padding: 0 1.5625rem;
  }
}

/* line 404, resources/assets/styles/modules/_content-detail-hero.scss */

.et-db #et-boc .et-l .hot-content-detail-hero[data-variant="cocktail"] .hot-content-detail-hero__content,
#et-boc .et-l .hot-content-detail-hero[data-variant="cocktail"] .hot-content-detail-hero__content,
.hot-content-detail-hero[data-variant="cocktail"] .hot-content-detail-hero__content,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero[data-variant="cocktail"] .hot-content-detail-hero__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero[data-variant="cocktail"] .hot-content-detail-hero__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero[data-variant="cocktail"] .hot-content-detail-hero__content,
.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero[data-variant="cocktail"] .hot-content-detail-hero__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero[data-variant="cocktail"] .hot-content-detail-hero__content {
  /* With Media */
}

@media (min-width: 85.375em) {
  /* line 408, resources/assets/styles/modules/_content-detail-hero.scss */

  .et-db #et-boc .et-l .hot-content-detail-hero[data-variant="cocktail"] .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title::before,
  #et-boc .et-l .hot-content-detail-hero[data-variant="cocktail"] .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title::before,
  .hot-content-detail-hero[data-variant="cocktail"] .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero[data-variant="cocktail"] .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero[data-variant="cocktail"] .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero[data-variant="cocktail"] .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title::before,
  .et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero[data-variant="cocktail"] .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero[data-variant="cocktail"] .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__title::before {
    z-index: -1;
    background-color: #f7f5f2;
    content: "";
    left: 0;
    height: calc(100% + 3.75rem);
    margin: 0 -19.36937% 0 -175%;
    position: absolute;
    top: -4.375rem;
    width: 294.36937%;
  }
}

/* line 431, resources/assets/styles/modules/_content-detail-hero.scss */

#et-boc .et-l .distributors .hot-content-detail-hero .hot-content-detail-hero__content,
.distributors .hot-content-detail-hero .hot-content-detail-hero__content,
.et-db #et-boc .et-l .et_pb_module .distributors .hot-content-detail-hero .hot-content-detail-hero__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributors .hot-content-detail-hero .hot-content-detail-hero__content,
.et-db #et-boc .et-l .et_pb_module .distributors a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content,
.distributors.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content,
.distributors.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content,
#et-boc .et-l .distributor .hot-content-detail-hero .hot-content-detail-hero__content,
.distributor .hot-content-detail-hero .hot-content-detail-hero__content,
.et-db #et-boc .et-l .et_pb_module .distributor .hot-content-detail-hero .hot-content-detail-hero__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributor .hot-content-detail-hero .hot-content-detail-hero__content,
.et-db #et-boc .et-l .et_pb_module .distributor a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content,
.distributor.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content,
.distributor.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content {
  background-color: #fff;
  margin: -4.625rem -1rem 0;
  padding: calc(4.625rem + 1.875rem) 1rem 3.75rem;
  width: 100vw;
}

@media (min-width: 48em) {
  /* line 431, resources/assets/styles/modules/_content-detail-hero.scss */

  #et-boc .et-l .distributors .hot-content-detail-hero .hot-content-detail-hero__content,
  .distributors .hot-content-detail-hero .hot-content-detail-hero__content,
  .et-db #et-boc .et-l .et_pb_module .distributors .hot-content-detail-hero .hot-content-detail-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributors .hot-content-detail-hero .hot-content-detail-hero__content,
  .et-db #et-boc .et-l .et_pb_module .distributors a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content,
  .distributors.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content,
  .distributors.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content,
  #et-boc .et-l .distributor .hot-content-detail-hero .hot-content-detail-hero__content,
  .distributor .hot-content-detail-hero .hot-content-detail-hero__content,
  .et-db #et-boc .et-l .et_pb_module .distributor .hot-content-detail-hero .hot-content-detail-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributor .hot-content-detail-hero .hot-content-detail-hero__content,
  .et-db #et-boc .et-l .et_pb_module .distributor a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content,
  .distributor.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content,
  .distributor.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content {
    margin: 0;
    padding: 4.375rem 0 0;
    width: initial;
    background-color: transparent;
  }
}

/* line 446, resources/assets/styles/modules/_content-detail-hero.scss */

#et-boc .et-l .distributors .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom,
#et-boc .et-l .distributors .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom,
.distributors .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom,
.distributors .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom,
.et-db #et-boc .et-l .et_pb_module .distributors .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom,
.et-db #et-boc .et-l .et_pb_module .distributors .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributors .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributors .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom,
.et-db #et-boc .et-l .et_pb_module .distributors a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom,
.et-db #et-boc .et-l .et_pb_module .distributors a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom,
.distributors.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom,
.distributors.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom,
.distributors.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom,
.distributors.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom,
#et-boc .et-l .distributor .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom,
#et-boc .et-l .distributor .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom,
.distributor .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom,
.distributor .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom,
.et-db #et-boc .et-l .et_pb_module .distributor .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom,
.et-db #et-boc .et-l .et_pb_module .distributor .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributor .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributor .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom,
.et-db #et-boc .et-l .et_pb_module .distributor a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom,
.et-db #et-boc .et-l .et_pb_module .distributor a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom,
.distributor.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom,
.distributor.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom,
.distributor.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom,
.distributor.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom {
  min-height: initial;
}

/* line 449, resources/assets/styles/modules/_content-detail-hero.scss */

#et-boc .et-l .distributors .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
#et-boc .et-l .distributors .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
.distributors .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
.distributors .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module .distributors .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module .distributors .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributors .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributors .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module .distributors a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module .distributors a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
.distributors.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
.distributors.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
.distributors.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
.distributors.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
#et-boc .et-l .distributor .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
#et-boc .et-l .distributor .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
.distributor .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
.distributor .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module .distributor .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module .distributor .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributor .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributor .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module .distributor a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
.et-db #et-boc .et-l .et_pb_module .distributor a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
.distributor.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
.distributor.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
.distributor.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
.distributor.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before {
  content: initial;
}

@media (min-width: 48em) {
  /* line 449, resources/assets/styles/modules/_content-detail-hero.scss */

  #et-boc .et-l .distributors .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  #et-boc .et-l .distributors .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .distributors .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .distributors .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributors .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributors .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributors .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributors .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributors a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributors a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .distributors.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .distributors.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .distributors.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .distributors.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  #et-boc .et-l .distributor .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  #et-boc .et-l .distributor .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .distributor .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .distributor .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributor .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributor .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributor .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributor .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributor a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributor a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .distributor.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .distributor.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .distributor.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .distributor.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before {
    content: "";
    right: auto;
    left: -30px;
    width: 100vw;
  }
}

@media (min-width: 85.375em) {
  /* line 449, resources/assets/styles/modules/_content-detail-hero.scss */

  #et-boc .et-l .distributors .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  #et-boc .et-l .distributors .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .distributors .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .distributors .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributors .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributors .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributors .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributors .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributors a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributors a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .distributors.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .distributors.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .distributors.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .distributors.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  #et-boc .et-l .distributor .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  #et-boc .et-l .distributor .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .distributor .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .distributor .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributor .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributor .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributor .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributor .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributor a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributor a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .distributor.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .distributor.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .distributor.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .distributor.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before {
    left: -65px;
    width: 100vw;
  }
}

@media (min-width: 117.5em) {
  /* line 449, resources/assets/styles/modules/_content-detail-hero.scss */

  #et-boc .et-l .distributors .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  #et-boc .et-l .distributors .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .distributors .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .distributors .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributors .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributors .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributors .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributors .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributors a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributors a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .distributors.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .distributors.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .distributors.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .distributors.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  #et-boc .et-l .distributor .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  #et-boc .et-l .distributor .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .distributor .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .distributor .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributor .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributor .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributor .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).distributor .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributor a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .et-db #et-boc .et-l .et_pb_module .distributor a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .distributor.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .distributor.et-db #et-boc .et-l .et_pb_module .hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before,
  .distributor.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:not(:first-child) .hot-content-detail-hero__content-bottom::before,
  .distributor.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-content-detail-hero .hot-content-detail-hero__content:first-child .hot-content-detail-hero__content-bottom::before {
    left: 0;
  }
}

/* line 1, resources/assets/styles/modules/_ingredients-list.scss */

.et-db #et-boc .et-l .hot-ingredients-list,
#et-boc .et-l .hot-ingredients-list,
.hot-ingredients-list,
.et-db #et-boc .et-l .et_pb_module .hot-ingredients-list,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list,
.et-db #et-boc .et-l .et_pb_module .hot-ingredients-list,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list {
  overflow: hidden;
}

@media (min-width: 0) {
  /* line 1, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list,
  #et-boc .et-l .hot-ingredients-list,
  .hot-ingredients-list,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list {
    margin: 0 -1rem;
  }
}

@media (min-width: 48rem) {
  /* line 1, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list,
  #et-boc .et-l .hot-ingredients-list,
  .hot-ingredients-list,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list {
    margin: 0;
  }
}

/* line 8, resources/assets/styles/modules/_ingredients-list.scss */

.et-db #et-boc .et-l .hot-ingredients-list h4,
#et-boc .et-l .hot-ingredients-list h4,
.hot-ingredients-list h4,
.et-db #et-boc .et-l .et_pb_module .hot-ingredients-list h4,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list h4,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list h4,
.et-db #et-boc .et-l .et_pb_module .hot-ingredients-list h4,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list h4 {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 2.5rem;
  letter-spacing: 0.15625rem;
  text-transform: uppercase;
}

@media (min-width: 85.375em) {
  /* line 8, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list h4,
  #et-boc .et-l .hot-ingredients-list h4,
  .hot-ingredients-list h4,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list h4,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list h4 {
    font-size: 1.875rem;
    line-height: 3.25rem;
    letter-spacing: 0.1875rem;
  }
}

/* line 12, resources/assets/styles/modules/_ingredients-list.scss */

.et-db #et-boc .et-l .hot-ingredients-list p,
#et-boc .et-l .hot-ingredients-list p,
.hot-ingredients-list p,
.et-db #et-boc .et-l .et_pb_module .hot-ingredients-list p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list p,
.et-db #et-boc .et-l .et_pb_module .hot-ingredients-list p,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list p {
  font-family: "MaisonNeueMonoWEB-Regular", monospace;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

/* line 16, resources/assets/styles/modules/_ingredients-list.scss */

.et-db #et-boc .et-l .hot-ingredients-list__container,
#et-boc .et-l .hot-ingredients-list__container,
.hot-ingredients-list__container,
.et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__container,
.et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__container {
  background-color: #fff;
}

@media (min-width: 0) {
  /* line 16, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__container,
  #et-boc .et-l .hot-ingredients-list__container,
  .hot-ingredients-list__container,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__container,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__container {
    padding: 0 1rem 1.875rem;
  }
}

@media (min-width: 48rem) {
  /* line 16, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__container,
  #et-boc .et-l .hot-ingredients-list__container,
  .hot-ingredients-list__container,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__container,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__container {
    grid-template-rows: 5rem minmax(9.25rem, 1fr) auto;
    padding: 0 0 3.125rem 1.25rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 16, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__container,
  #et-boc .et-l .hot-ingredients-list__container,
  .hot-ingredients-list__container,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__container,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__container {
    grid-template-rows: 7.8125rem minmax(9.5rem, 1fr) auto;
    padding: 0 0 5.75rem 0;
  }
}

@media (max-width: 47.9375em) {
  /* line 16, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__container,
  #et-boc .et-l .hot-ingredients-list__container,
  .hot-ingredients-list__container,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__container,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__container {
    margin-right: 0;
  }
}

/* line 29, resources/assets/styles/modules/_ingredients-list.scss */

.et-db #et-boc .et-l .hot-ingredients-list__heading,
#et-boc .et-l .hot-ingredients-list__heading,
.hot-ingredients-list__heading,
.et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__heading,
.et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__heading {
  grid-column: 1 / span 4;
  font-family: "BonVivant-Regular", cursive;
  font-style: italic;
  font-weight: normal;
  font-size: 4.25rem;
  line-height: 3.125rem;
  color: #ddaa3e;
}

@media (min-width: 85.375em) {
  /* line 29, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__heading,
  #et-boc .et-l .hot-ingredients-list__heading,
  .hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__heading {
    font-size: 5.625rem;
    line-height: 6.875rem;
  }
}

@media (min-width: 48em) {
  /* line 29, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__heading,
  #et-boc .et-l .hot-ingredients-list__heading,
  .hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__heading {
    grid-column: 1 / span 8;
    grid-row: 1 / span 1;
  }
}

@media (min-width: 85.375em) {
  /* line 29, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__heading,
  #et-boc .et-l .hot-ingredients-list__heading,
  .hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__heading {
    grid-column: 3 / span 8;
  }
}

@media (min-width: 0) {
  /* line 29, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__heading,
  #et-boc .et-l .hot-ingredients-list__heading,
  .hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__heading {
    margin-left: 3.42188rem;
    margin-bottom: 1.875rem;
    width: 75%;
  }
}

@media (min-width: 48rem) {
  /* line 29, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__heading,
  #et-boc .et-l .hot-ingredients-list__heading,
  .hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__heading {
    margin-left: 2.375rem;
    margin-bottom: 0;
    width: 100%;
  }
}

@media (min-width: 85.375rem) {
  /* line 29, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__heading,
  #et-boc .et-l .hot-ingredients-list__heading,
  .hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__heading {
    margin-left: 2.6875rem;
  }
}

/* line 55, resources/assets/styles/modules/_ingredients-list.scss */

.et-db #et-boc .et-l .hot-ingredients-list__ingredients,
.et-db #et-boc .et-l .hot-ingredients-list__garnish,
.et-db #et-boc .et-l .hot-ingredients-list__glassware,
#et-boc .et-l .hot-ingredients-list__ingredients,
#et-boc .et-l .hot-ingredients-list__garnish,
#et-boc .et-l .hot-ingredients-list__glassware,
.hot-ingredients-list__ingredients,
.hot-ingredients-list__garnish,
.hot-ingredients-list__glassware,
.et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients,
.et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__garnish,
.et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__glassware,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware,
.et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients,
.et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__garnish,
.et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__glassware,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware {
  grid-column: 1 / span 4;
  border-top: 0.0625rem solid #a8a5a4;
  border-left: 0.0625rem solid #a8a5a4;
}

@media (min-width: 48em) {
  /* line 64, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__ingredients,
  #et-boc .et-l .hot-ingredients-list__ingredients,
  .hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients {
    grid-column: 1 / span 7;
    grid-row: 2 / span 2;
  }
}

@media (min-width: 85.375em) {
  /* line 64, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__ingredients,
  #et-boc .et-l .hot-ingredients-list__ingredients,
  .hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients {
    grid-column: 3 / span 6;
    margin-left: -1.5625rem;
  }
}

@media (min-width: 0) {
  /* line 64, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__ingredients,
  #et-boc .et-l .hot-ingredients-list__ingredients,
  .hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients {
    padding: 1.875rem 0 1.875rem 1.5625rem;
  }
}

@media (min-width: 48rem) {
  /* line 64, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__ingredients,
  #et-boc .et-l .hot-ingredients-list__ingredients,
  .hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients {
    padding: 1.875rem 0 1.875rem 1.375rem;
    margin-right: -0.25rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 64, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__ingredients,
  #et-boc .et-l .hot-ingredients-list__ingredients,
  .hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients {
    padding: 1.25rem 0 1.25rem 1.5625rem;
    margin-right: 0;
  }
}

@media (min-width: 0) {
  /* line 81, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__ingredients h4,
  #et-boc .et-l .hot-ingredients-list__ingredients h4,
  .hot-ingredients-list__ingredients h4,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients h4,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients h4 {
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 48rem) {
  /* line 81, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__ingredients h4,
  #et-boc .et-l .hot-ingredients-list__ingredients h4,
  .hot-ingredients-list__ingredients h4,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients h4,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients h4 {
    margin-bottom: 1.125rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 81, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__ingredients h4,
  #et-boc .et-l .hot-ingredients-list__ingredients h4,
  .hot-ingredients-list__ingredients h4,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients h4,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients h4 {
    margin-bottom: 0.625rem;
  }
}

/* line 88, resources/assets/styles/modules/_ingredients-list.scss */

.et-db #et-boc .et-l .hot-ingredients-list__ingredients table tr td.unit,
#et-boc .et-l .hot-ingredients-list__ingredients table tr td.unit,
.hot-ingredients-list__ingredients table tr td.unit,
.et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients table tr td.unit,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients table tr td.unit,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients table tr td.unit,
.et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients table tr td.unit,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients table tr td.unit {
  font-family: "MaisonNeueMonoWEB-Bold", monospace;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 94, resources/assets/styles/modules/_ingredients-list.scss */

.et-db #et-boc .et-l .hot-ingredients-list__ingredients table tr td.ingredient,
#et-boc .et-l .hot-ingredients-list__ingredients table tr td.ingredient,
.hot-ingredients-list__ingredients table tr td.ingredient,
.et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients table tr td.ingredient,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients table tr td.ingredient,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients table tr td.ingredient,
.et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients table tr td.ingredient,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients table tr td.ingredient {
  font-family: "MaisonNeueMonoWEB-Regular", monospace;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

@media (min-width: 0) {
  /* line 94, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__ingredients table tr td.ingredient,
  #et-boc .et-l .hot-ingredients-list__ingredients table tr td.ingredient,
  .hot-ingredients-list__ingredients table tr td.ingredient,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients table tr td.ingredient,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients table tr td.ingredient,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients table tr td.ingredient,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients table tr td.ingredient,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients table tr td.ingredient {
    padding-left: 1.25rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 94, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__ingredients table tr td.ingredient,
  #et-boc .et-l .hot-ingredients-list__ingredients table tr td.ingredient,
  .hot-ingredients-list__ingredients table tr td.ingredient,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients table tr td.ingredient,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients table tr td.ingredient,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients table tr td.ingredient,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__ingredients table tr td.ingredient,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__ingredients table tr td.ingredient {
    padding-left: 1.875rem;
  }
}

@media (min-width: 48em) {
  /* line 103, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .hot-ingredients-list__glassware,
  #et-boc .et-l .hot-ingredients-list__garnish,
  #et-boc .et-l .hot-ingredients-list__glassware,
  .hot-ingredients-list__garnish,
  .hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware {
    grid-column: 8 / span 5;
  }
}

@media (min-width: 85.375em) {
  /* line 103, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .hot-ingredients-list__glassware,
  #et-boc .et-l .hot-ingredients-list__garnish,
  #et-boc .et-l .hot-ingredients-list__glassware,
  .hot-ingredients-list__garnish,
  .hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware {
    grid-column: 9 / span 3;
  }
}

@media (min-width: 48rem) {
  /* line 103, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .hot-ingredients-list__glassware,
  #et-boc .et-l .hot-ingredients-list__garnish,
  #et-boc .et-l .hot-ingredients-list__glassware,
  .hot-ingredients-list__garnish,
  .hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware {
    margin-right: 1.25rem;
    margin-left: -1.25rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 103, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .hot-ingredients-list__glassware,
  #et-boc .et-l .hot-ingredients-list__garnish,
  #et-boc .et-l .hot-ingredients-list__glassware,
  .hot-ingredients-list__garnish,
  .hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware {
    margin-right: 0;
    margin-left: -1.5625rem;
  }
}

@media (min-width: 0) {
  /* line 118, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__garnish h4,
  .et-db #et-boc .et-l .hot-ingredients-list__glassware h4,
  #et-boc .et-l .hot-ingredients-list__garnish h4,
  #et-boc .et-l .hot-ingredients-list__glassware h4,
  .hot-ingredients-list__garnish h4,
  .hot-ingredients-list__glassware h4,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__garnish h4,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__glassware h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware h4,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__garnish h4,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__glassware h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware h4 {
    margin-bottom: 0;
  }
}

@media (min-width: 48rem) {
  /* line 118, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__garnish h4,
  .et-db #et-boc .et-l .hot-ingredients-list__glassware h4,
  #et-boc .et-l .hot-ingredients-list__garnish h4,
  #et-boc .et-l .hot-ingredients-list__glassware h4,
  .hot-ingredients-list__garnish h4,
  .hot-ingredients-list__glassware h4,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__garnish h4,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__glassware h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware h4,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__garnish h4,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__glassware h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware h4 {
    margin-bottom: 0.25rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 118, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__garnish h4,
  .et-db #et-boc .et-l .hot-ingredients-list__glassware h4,
  #et-boc .et-l .hot-ingredients-list__garnish h4,
  #et-boc .et-l .hot-ingredients-list__glassware h4,
  .hot-ingredients-list__garnish h4,
  .hot-ingredients-list__glassware h4,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__garnish h4,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__glassware h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware h4,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__garnish h4,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__glassware h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish h4,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware h4 {
    margin-bottom: 0.125rem;
  }
}

@media (min-width: 48em) {
  /* line 125, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__garnish,
  #et-boc .et-l .hot-ingredients-list__garnish,
  .hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish {
    grid-row: 2 / span 1;
  }
}

@media (min-width: 0) {
  /* line 125, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__garnish,
  #et-boc .et-l .hot-ingredients-list__garnish,
  .hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish {
    padding: 1.875rem 0 1.875rem 1.5625rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 125, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__garnish,
  #et-boc .et-l .hot-ingredients-list__garnish,
  .hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__garnish,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__garnish {
    padding: 1.25rem 0 1.25rem 1.5625rem;
  }
}

@media (min-width: 48em) {
  /* line 135, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__glassware,
  #et-boc .et-l .hot-ingredients-list__glassware,
  .hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware {
    grid-row: 3 / span 1;
  }
}

@media (min-width: 0) {
  /* line 135, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__glassware,
  #et-boc .et-l .hot-ingredients-list__glassware,
  .hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware {
    padding: 1.875rem 0 1.875rem 1.5625rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 135, resources/assets/styles/modules/_ingredients-list.scss */

  .et-db #et-boc .et-l .hot-ingredients-list__glassware,
  #et-boc .et-l .hot-ingredients-list__glassware,
  .hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module .hot-ingredients-list__glassware,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-ingredients-list__glassware {
    padding: 1.625rem 0 1.625rem 1.5625rem;
  }
}

/*
 * Prepare yourself for the unholy Divi builder styling overrides ❌
 */

/* line 5, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

#et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] > h1,
#et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] div.mce-content-body > h1,
#et-boc .et-l .hot_content_detail_body p,
#et-boc .et-l .hot_content_detail_body ul,
#et-boc .et-l .hot_content_detail_body ol,
#et-boc .et-l .hot_content_detail_body h2,
#et-boc .et-l .hot_content_detail_body h3,
#et-boc .et-l .hot_content_detail_body h4,
#et-boc .et-l .hot_content_detail_body h5,
#et-boc .et-l .hot_content_detail_body h6,
.wrap:not(.et-fb-iframe-ancestor) #et-boc .et-l .hot_content_detail_body h1 {
  font-weight: 700;
  grid-column-end: span 4;
}

@media (min-width: 48em) {
  /* line 5, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  #et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] > h1,
  #et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] div.mce-content-body > h1,
  #et-boc .et-l .hot_content_detail_body p,
  #et-boc .et-l .hot_content_detail_body ul,
  #et-boc .et-l .hot_content_detail_body ol,
  #et-boc .et-l .hot_content_detail_body h2,
  #et-boc .et-l .hot_content_detail_body h3,
  #et-boc .et-l .hot_content_detail_body h4,
  #et-boc .et-l .hot_content_detail_body h5,
  #et-boc .et-l .hot_content_detail_body h6,
  .wrap:not(.et-fb-iframe-ancestor) #et-boc .et-l .hot_content_detail_body h1 {
    grid-column: 3 / span 8;
  }
}

/* line 14, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

#et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] > h1:first-child,
#et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] div.mce-content-body > h1:first-child,
#et-boc .et-l .hot_content_detail_body p:first-child,
#et-boc .et-l .hot_content_detail_body ul:first-child,
#et-boc .et-l .hot_content_detail_body ol:first-child,
#et-boc .et-l .hot_content_detail_body h2:first-child,
#et-boc .et-l .hot_content_detail_body h3:first-child,
#et-boc .et-l .hot_content_detail_body h4:first-child,
#et-boc .et-l .hot_content_detail_body h5:first-child,
#et-boc .et-l .hot_content_detail_body h6:first-child,
.wrap:not(.et-fb-iframe-ancestor) #et-boc .et-l .hot_content_detail_body h1:first-child {
  margin-top: 1.875rem;
}

@media (min-width: 48em) {
  /* line 14, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  #et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] > h1:first-child,
  #et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] div.mce-content-body > h1:first-child,
  #et-boc .et-l .hot_content_detail_body p:first-child,
  #et-boc .et-l .hot_content_detail_body ul:first-child,
  #et-boc .et-l .hot_content_detail_body ol:first-child,
  #et-boc .et-l .hot_content_detail_body h2:first-child,
  #et-boc .et-l .hot_content_detail_body h3:first-child,
  #et-boc .et-l .hot_content_detail_body h4:first-child,
  #et-boc .et-l .hot_content_detail_body h5:first-child,
  #et-boc .et-l .hot_content_detail_body h6:first-child,
  .wrap:not(.et-fb-iframe-ancestor) #et-boc .et-l .hot_content_detail_body h1:first-child {
    margin-top: 5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 14, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  #et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] > h1:first-child,
  #et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] div.mce-content-body > h1:first-child,
  #et-boc .et-l .hot_content_detail_body p:first-child,
  #et-boc .et-l .hot_content_detail_body ul:first-child,
  #et-boc .et-l .hot_content_detail_body ol:first-child,
  #et-boc .et-l .hot_content_detail_body h2:first-child,
  #et-boc .et-l .hot_content_detail_body h3:first-child,
  #et-boc .et-l .hot_content_detail_body h4:first-child,
  #et-boc .et-l .hot_content_detail_body h5:first-child,
  #et-boc .et-l .hot_content_detail_body h6:first-child,
  .wrap:not(.et-fb-iframe-ancestor) #et-boc .et-l .hot_content_detail_body h1:first-child {
    margin-top: 6.25rem;
  }
}

/* line 28, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

.hot_content_detail_body + .hot_content_detail_body h1:first-child,
.hot_content_detail_body + .hot_content_detail_body p:first-child,
.hot_content_detail_body + .hot_content_detail_body ul:first-child,
.hot_content_detail_body + .hot_content_detail_body ol:first-child,
.hot_content_detail_body + .hot_content_detail_body h2:first-child,
.hot_content_detail_body + .hot_content_detail_body h3:first-child,
.hot_content_detail_body + .hot_content_detail_body h4:first-child,
.hot_content_detail_body + .hot_content_detail_body h5:first-child,
.hot_content_detail_body + .hot_content_detail_body h6:first-child,
.hot_inline_video + .hot_content_detail_body h1:first-child,
.hot_inline_video + .hot_content_detail_body p:first-child,
.hot_inline_video + .hot_content_detail_body ul:first-child,
.hot_inline_video + .hot_content_detail_body ol:first-child,
.hot_inline_video + .hot_content_detail_body h2:first-child,
.hot_inline_video + .hot_content_detail_body h3:first-child,
.hot_inline_video + .hot_content_detail_body h4:first-child,
.hot_inline_video + .hot_content_detail_body h5:first-child,
.hot_inline_video + .hot_content_detail_body h6:first-child,
.hot_ingredients_list + .hot_content_detail_body h1:first-child,
.hot_ingredients_list + .hot_content_detail_body p:first-child,
.hot_ingredients_list + .hot_content_detail_body ul:first-child,
.hot_ingredients_list + .hot_content_detail_body ol:first-child,
.hot_ingredients_list + .hot_content_detail_body h2:first-child,
.hot_ingredients_list + .hot_content_detail_body h3:first-child,
.hot_ingredients_list + .hot_content_detail_body h4:first-child,
.hot_ingredients_list + .hot_content_detail_body h5:first-child,
.hot_ingredients_list + .hot_content_detail_body h6:first-child,
.hot_content_detail_intro + .hot_content_detail_body h1:first-child,
.hot_content_detail_intro + .hot_content_detail_body p:first-child,
.hot_content_detail_intro + .hot_content_detail_body ul:first-child,
.hot_content_detail_intro + .hot_content_detail_body ol:first-child,
.hot_content_detail_intro + .hot_content_detail_body h2:first-child,
.hot_content_detail_intro + .hot_content_detail_body h3:first-child,
.hot_content_detail_intro + .hot_content_detail_body h4:first-child,
.hot_content_detail_intro + .hot_content_detail_body h5:first-child,
.hot_content_detail_intro + .hot_content_detail_body h6:first-child,
.hot_content_detail_body + .hot_content_detail_body div[data-quickaccess-editable] > h1:first-child,
.hot_content_detail_body + .hot_content_detail_body div[data-quickaccess-editable] div.mce-content-body > h1:first-child,
.hot_inline_video + .hot_content_detail_body div[data-quickaccess-editable] > h1:first-child,
.hot_inline_video + .hot_content_detail_body div[data-quickaccess-editable] div.mce-content-body > h1:first-child,
.hot_ingredients_list + .hot_content_detail_body div[data-quickaccess-editable] > h1:first-child,
.hot_ingredients_list + .hot_content_detail_body div[data-quickaccess-editable] div.mce-content-body > h1:first-child,
.hot_content_detail_intro + .hot_content_detail_body div[data-quickaccess-editable] > h1:first-child,
.hot_content_detail_intro + .hot_content_detail_body div[data-quickaccess-editable] div.mce-content-body > h1:first-child {
  margin-top: 0rem !important;
}

@media (min-width: 85.375em) {
  /* line 35, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  .hot_brand_detail_hero + .hot_content_detail_body h1:first-child,
  .hot_brand_detail_hero + .hot_content_detail_body p:first-child,
  .hot_brand_detail_hero + .hot_content_detail_body ul:first-child,
  .hot_brand_detail_hero + .hot_content_detail_body ol:first-child,
  .hot_brand_detail_hero + .hot_content_detail_body h2:first-child,
  .hot_brand_detail_hero + .hot_content_detail_body h3:first-child,
  .hot_brand_detail_hero + .hot_content_detail_body h4:first-child,
  .hot_brand_detail_hero + .hot_content_detail_body h5:first-child,
  .hot_brand_detail_hero + .hot_content_detail_body h6:first-child {
    margin-top: 11.5rem !important;
  }
}

/* line 43, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

#et-boc .et-l .hot_content_detail_body {
  margin-top: 0 !important;
  margin-bottom: 3.75rem;
}

@media (min-width: 48em) {
  /* line 43, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  #et-boc .et-l .hot_content_detail_body {
    margin-bottom: 6.25rem;
  }
}

/* line 52, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

#et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] {
  display: grid;
  grid-auto-flow: dense;
  grid-column-gap: 4.70588%;
  -ms-grid-column-gap: 4.70588%;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin: 0 16px;
  max-width: 1750px;
  padding: 0 0 3.75rem;
}

@media (min-width: 117.5em) {
  /* line 52, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  #et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 52, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  #et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 2.85714%;
    -ms-grid-column-gap: 2.85714%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 30px;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 117.5em) {
  /* line 52, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  #et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] {
    margin: 0 auto;
  }
}

@media (min-width: 85.375em) {
  /* line 52, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  #et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 1.91278%;
    -ms-grid-column-gap: 1.91278%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 65px;
    max-width: 1750px;
  }
}

@media (min-width: 85.375em) and (min-width: 117.5em) {
  /* line 52, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  #et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 52, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  #et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] {
    padding: 0 0 5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 52, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  #et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] {
    padding: 0 0 6.25rem;
  }
}

/* line 356, resources/assets/styles/abstracts/_mixins.scss */

#et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable]::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: 0 -1rem;
  position: absolute;
  width: 100vw;
}

@media (min-width: 48em) {
  /* line 356, resources/assets/styles/abstracts/_mixins.scss */

  #et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable]::before {
    margin: 0;
    width: 100%;
  }
}

/* line 372, resources/assets/styles/abstracts/_mixins.scss */

#et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] > * {
  z-index: 2;
}

/* line 56, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

#et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] > div:not(.mce-content-body):not(.et-boc) {
  grid-column-end: span 4;
}

@media (min-width: 48em) {
  /* line 56, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  #et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] > div:not(.mce-content-body):not(.et-boc) {
    grid-column: 3 / span 8;
  }
}

/* line 64, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

#et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] > div.et-boc {
  grid-column-end: span 4;
}

@media (min-width: 48em) {
  /* line 64, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  #et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] > div.et-boc {
    grid-column-end: span 12;
  }
}

/* line 76, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

#et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] div.mce-content-body {
  display: grid;
  grid-auto-flow: dense;
  grid-column-gap: 4.70588%;
  -ms-grid-column-gap: 4.70588%;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin: 0 16px;
  max-width: 1750px;
  grid-column-end: span 4;
  width: 100%;
}

@media (min-width: 117.5em) {
  /* line 76, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  #et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] div.mce-content-body {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 76, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  #et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] div.mce-content-body {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 2.85714%;
    -ms-grid-column-gap: 2.85714%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 30px;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 117.5em) {
  /* line 76, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  #et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] div.mce-content-body {
    margin: 0 auto;
  }
}

@media (min-width: 85.375em) {
  /* line 76, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  #et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] div.mce-content-body {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 1.91278%;
    -ms-grid-column-gap: 1.91278%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 65px;
    max-width: 1750px;
  }
}

@media (min-width: 85.375em) and (min-width: 117.5em) {
  /* line 76, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  #et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] div.mce-content-body {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 76, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  #et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] div.mce-content-body {
    grid-column-end: span 12;
  }
}

/* line 90, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

#et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] div.mce-content-body > div.et-boc {
  grid-column-end: span 4;
}

@media (min-width: 48em) {
  /* line 90, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  #et-boc .et-l .hot_content_detail_body div[data-quickaccess-editable] div.mce-content-body > div.et-boc {
    grid-column-end: span 12;
  }
}

/* line 100, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

#et-boc .et-l .hot_content_detail_body p,
#et-boc .et-l .hot_content_detail_body ul,
#et-boc .et-l .hot_content_detail_body ol,
#et-boc .et-l .hot_content_detail_body h2,
#et-boc .et-l .hot_content_detail_body h3,
#et-boc .et-l .hot_content_detail_body h4,
#et-boc .et-l .hot_content_detail_body h5,
#et-boc .et-l .hot_content_detail_body h6 {
  z-index: 2;
  width: 100%;
}

/* line 110, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

#et-boc .et-l .hot_content_detail_body p a,
#et-boc .et-l .hot_content_detail_body ul a,
#et-boc .et-l .hot_content_detail_body ol a,
#et-boc .et-l .hot_content_detail_body h2 a,
#et-boc .et-l .hot_content_detail_body h3 a,
#et-boc .et-l .hot_content_detail_body h4 a,
#et-boc .et-l .hot_content_detail_body h5 a,
#et-boc .et-l .hot_content_detail_body h6 a {
  text-decoration: underline !important;
  color: #1f1f1f !important;
}

/* line 117, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

#et-boc .et-l .hot_content_detail_body .et_pb_module_inner,
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content,
.et-db #et-boc .et-l .hot_content_detail_body,
div[data-quickaccess-editable] {
  /* Global styles */
  position: relative;
  /* styling per element */
  /* Headings */
  /* Paragraph */
  /* Unordered List */
  /* Ordered List */
  /* Inline Photo */
  /* Photo with caption */
  /* Photo without caption */
}

/* line 124, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

#et-boc .et-l .hot_content_detail_body .et_pb_module_inner > *,
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content > *,
.et-db #et-boc .et-l .hot_content_detail_body > *,
div[data-quickaccess-editable] > * {
  z-index: 1;
}

/* line 2, resources/assets/styles/modules/content-detail-body/sub-modules/_heading.scss */

#et-boc .et-l .hot_content_detail_body .et_pb_module_inner h1,
#et-boc .et-l .hot_content_detail_body .et_pb_module_inner h2,
#et-boc .et-l .hot_content_detail_body .et_pb_module_inner h3,
#et-boc .et-l .hot_content_detail_body .et_pb_module_inner h4,
#et-boc .et-l .hot_content_detail_body .et_pb_module_inner h5,
#et-boc .et-l .hot_content_detail_body .et_pb_module_inner h6,
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content h1,
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content h2,
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content h3,
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content h4,
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content h5,
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content h6,
.et-db #et-boc .et-l .hot_content_detail_body h1,
.et-db #et-boc .et-l .hot_content_detail_body h2,
.et-db #et-boc .et-l .hot_content_detail_body h3,
.et-db #et-boc .et-l .hot_content_detail_body h4,
.et-db #et-boc .et-l .hot_content_detail_body h5,
.et-db #et-boc .et-l .hot_content_detail_body h6,
div[data-quickaccess-editable] h1,
div[data-quickaccess-editable] h2,
div[data-quickaccess-editable] h3,
div[data-quickaccess-editable] h4,
div[data-quickaccess-editable] h5,
div[data-quickaccess-editable] h6 {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  font-weight: 700;
}

@media (min-width: 48em) {
  /* line 2, resources/assets/styles/modules/content-detail-body/sub-modules/_heading.scss */

  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner h1,
  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner h2,
  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner h3,
  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner h4,
  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner h5,
  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner h6,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content h1,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content h2,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content h3,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content h4,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content h5,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content h6,
  .et-db #et-boc .et-l .hot_content_detail_body h1,
  .et-db #et-boc .et-l .hot_content_detail_body h2,
  .et-db #et-boc .et-l .hot_content_detail_body h3,
  .et-db #et-boc .et-l .hot_content_detail_body h4,
  .et-db #et-boc .et-l .hot_content_detail_body h5,
  .et-db #et-boc .et-l .hot_content_detail_body h6,
  div[data-quickaccess-editable] h1,
  div[data-quickaccess-editable] h2,
  div[data-quickaccess-editable] h3,
  div[data-quickaccess-editable] h4,
  div[data-quickaccess-editable] h5,
  div[data-quickaccess-editable] h6 {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 2, resources/assets/styles/modules/content-detail-body/sub-modules/_heading.scss */

  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner h1,
  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner h2,
  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner h3,
  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner h4,
  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner h5,
  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner h6,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content h1,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content h2,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content h3,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content h4,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content h5,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content h6,
  .et-db #et-boc .et-l .hot_content_detail_body h1,
  .et-db #et-boc .et-l .hot_content_detail_body h2,
  .et-db #et-boc .et-l .hot_content_detail_body h3,
  .et-db #et-boc .et-l .hot_content_detail_body h4,
  .et-db #et-boc .et-l .hot_content_detail_body h5,
  .et-db #et-boc .et-l .hot_content_detail_body h6,
  div[data-quickaccess-editable] h1,
  div[data-quickaccess-editable] h2,
  div[data-quickaccess-editable] h3,
  div[data-quickaccess-editable] h4,
  div[data-quickaccess-editable] h5,
  div[data-quickaccess-editable] h6 {
    letter-spacing: 0.03125rem;
  }
}

@media (min-width: 48em) {
  /* line 2, resources/assets/styles/modules/content-detail-body/sub-modules/_heading.scss */

  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner h1,
  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner h2,
  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner h3,
  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner h4,
  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner h5,
  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner h6,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content h1,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content h2,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content h3,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content h4,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content h5,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content h6,
  .et-db #et-boc .et-l .hot_content_detail_body h1,
  .et-db #et-boc .et-l .hot_content_detail_body h2,
  .et-db #et-boc .et-l .hot_content_detail_body h3,
  .et-db #et-boc .et-l .hot_content_detail_body h4,
  .et-db #et-boc .et-l .hot_content_detail_body h5,
  .et-db #et-boc .et-l .hot_content_detail_body h6,
  div[data-quickaccess-editable] h1,
  div[data-quickaccess-editable] h2,
  div[data-quickaccess-editable] h3,
  div[data-quickaccess-editable] h4,
  div[data-quickaccess-editable] h5,
  div[data-quickaccess-editable] h6 {
    margin-left: 0;
  }
}

/* line 2, resources/assets/styles/modules/content-detail-body/sub-modules/_paragraph.scss */

#et-boc .et-l .hot_content_detail_body .et_pb_module_inner p,
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content p,
.et-db #et-boc .et-l .hot_content_detail_body p,
div[data-quickaccess-editable] p {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  padding-bottom: 0;
}

@media (min-width: 48em) {
  /* line 2, resources/assets/styles/modules/content-detail-body/sub-modules/_paragraph.scss */

  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner p,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content p,
  .et-db #et-boc .et-l .hot_content_detail_body p,
  div[data-quickaccess-editable] p {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 2, resources/assets/styles/modules/content-detail-body/sub-modules/_paragraph.scss */

  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner p,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content p,
  .et-db #et-boc .et-l .hot_content_detail_body p,
  div[data-quickaccess-editable] p {
    letter-spacing: 0.03125rem;
  }
}

@media (min-width: 0) {
  /* line 7, resources/assets/styles/modules/content-detail-body/sub-modules/_paragraph.scss */

  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner p:not(:first-child),
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content p:not(:first-child),
  .et-db #et-boc .et-l .hot_content_detail_body p:not(:first-child),
  div[data-quickaccess-editable] p:not(:first-child) {
    margin-top: 0.625rem;
  }
}

@media (min-width: 48rem) {
  /* line 7, resources/assets/styles/modules/content-detail-body/sub-modules/_paragraph.scss */

  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner p:not(:first-child),
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content p:not(:first-child),
  .et-db #et-boc .et-l .hot_content_detail_body p:not(:first-child),
  div[data-quickaccess-editable] p:not(:first-child) {
    margin-top: 2.5rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 7, resources/assets/styles/modules/content-detail-body/sub-modules/_paragraph.scss */

  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner p:not(:first-child),
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content p:not(:first-child),
  .et-db #et-boc .et-l .hot_content_detail_body p:not(:first-child),
  div[data-quickaccess-editable] p:not(:first-child) {
    margin-top: 1.25rem;
  }
}

/* line 1, resources/assets/styles/modules/content-detail-body/sub-modules/_list.scss */

#et-boc .et-l .hot_content_detail_body .et_pb_module_inner ul,
#et-boc .et-l .hot_content_detail_body .et_pb_module_inner ol,
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content ul,
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content ol,
.et-db #et-boc .et-l .hot_content_detail_body ul,
.et-db #et-boc .et-l .hot_content_detail_body ol,
div[data-quickaccess-editable] ul,
div[data-quickaccess-editable] ol {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  margin-top: 1.3125rem;
}

@media (min-width: 48em) {
  /* line 1, resources/assets/styles/modules/content-detail-body/sub-modules/_list.scss */

  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner ul,
  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner ol,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content ul,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content ol,
  .et-db #et-boc .et-l .hot_content_detail_body ul,
  .et-db #et-boc .et-l .hot_content_detail_body ol,
  div[data-quickaccess-editable] ul,
  div[data-quickaccess-editable] ol {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 1, resources/assets/styles/modules/content-detail-body/sub-modules/_list.scss */

  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner ul,
  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner ol,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content ul,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content ol,
  .et-db #et-boc .et-l .hot_content_detail_body ul,
  .et-db #et-boc .et-l .hot_content_detail_body ol,
  div[data-quickaccess-editable] ul,
  div[data-quickaccess-editable] ol {
    letter-spacing: 0.03125rem;
  }
}

@media (min-width: 0) {
  /* line 1, resources/assets/styles/modules/content-detail-body/sub-modules/_list.scss */

  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner ul,
  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner ol,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content ul,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content ol,
  .et-db #et-boc .et-l .hot_content_detail_body ul,
  .et-db #et-boc .et-l .hot_content_detail_body ol,
  div[data-quickaccess-editable] ul,
  div[data-quickaccess-editable] ol {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 48rem) {
  /* line 1, resources/assets/styles/modules/content-detail-body/sub-modules/_list.scss */

  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner ul,
  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner ol,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content ul,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content ol,
  .et-db #et-boc .et-l .hot_content_detail_body ul,
  .et-db #et-boc .et-l .hot_content_detail_body ol,
  div[data-quickaccess-editable] ul,
  div[data-quickaccess-editable] ol {
    margin-bottom: 3.125rem;
  }
}

/* line 12, resources/assets/styles/modules/content-detail-body/sub-modules/_list.scss */

#et-boc .et-l .hot_content_detail_body .et_pb_module_inner ul,
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content ul,
.et-db #et-boc .et-l .hot_content_detail_body ul,
div[data-quickaccess-editable] ul {
  list-style-type: none;
}

/* line 15, resources/assets/styles/modules/content-detail-body/sub-modules/_list.scss */

#et-boc .et-l .hot_content_detail_body .et_pb_module_inner ul li,
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content ul li,
.et-db #et-boc .et-l .hot_content_detail_body ul li,
div[data-quickaccess-editable] ul li {
  position: relative;
  padding-left: 2.75rem;
  margin-left: 1.52083rem;
}

/* line 20, resources/assets/styles/modules/content-detail-body/sub-modules/_list.scss */

#et-boc .et-l .hot_content_detail_body .et_pb_module_inner ul li:not(:last-child),
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content ul li:not(:last-child),
.et-db #et-boc .et-l .hot_content_detail_body ul li:not(:last-child),
div[data-quickaccess-editable] ul li:not(:last-child) {
  margin-bottom: 2.1875rem;
}

@media (min-width: 85.375em) {
  /* line 20, resources/assets/styles/modules/content-detail-body/sub-modules/_list.scss */

  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner ul li:not(:last-child),
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content ul li:not(:last-child),
  .et-db #et-boc .et-l .hot_content_detail_body ul li:not(:last-child),
  div[data-quickaccess-editable] ul li:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

/* line 28, resources/assets/styles/modules/content-detail-body/sub-modules/_list.scss */

#et-boc .et-l .hot_content_detail_body .et_pb_module_inner ul li::before,
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content ul li::before,
.et-db #et-boc .et-l .hot_content_detail_body ul li::before,
div[data-quickaccess-editable] ul li::before {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 0;
  background-image: url(/wp-content/themes/hotaling/dist/images/icons/list-bullet.svg);
  width: 1.8125rem;
  height: 0.9375rem;
}

/* line 41, resources/assets/styles/modules/content-detail-body/sub-modules/_list.scss */

#et-boc .et-l .hot_content_detail_body .et_pb_module_inner ol,
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content ol,
.et-db #et-boc .et-l .hot_content_detail_body ol,
div[data-quickaccess-editable] ol {
  counter-reset: custom-counter;
  /* stylelint-disable no-descending-specificity */
}

/* line 45, resources/assets/styles/modules/content-detail-body/sub-modules/_list.scss */

#et-boc .et-l .hot_content_detail_body .et_pb_module_inner ol li,
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content ol li,
.et-db #et-boc .et-l .hot_content_detail_body ol li,
div[data-quickaccess-editable] ol li {
  position: relative;
  counter-increment: custom-counter;
  margin-left: 1.52083rem;
  padding-left: 2.75rem;
}

@media (min-width: 48em) {
  /* line 45, resources/assets/styles/modules/content-detail-body/sub-modules/_list.scss */

  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner ol li,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content ol li,
  .et-db #et-boc .et-l .hot_content_detail_body ol li,
  div[data-quickaccess-editable] ol li {
    margin-left: 0;
    padding-left: 4rem;
  }
}

/* line 56, resources/assets/styles/modules/content-detail-body/sub-modules/_list.scss */

#et-boc .et-l .hot_content_detail_body .et_pb_module_inner ol li:not(:last-child),
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content ol li:not(:last-child),
.et-db #et-boc .et-l .hot_content_detail_body ol li:not(:last-child),
div[data-quickaccess-editable] ol li:not(:last-child) {
  margin-bottom: 1.25rem;
}

/* line 60, resources/assets/styles/modules/content-detail-body/sub-modules/_list.scss */

#et-boc .et-l .hot_content_detail_body .et_pb_module_inner ol li::before,
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content ol li::before,
.et-db #et-boc .et-l .hot_content_detail_body ol li::before,
div[data-quickaccess-editable] ol li::before {
  font-family: "MaisonNeueMonoWEB-Bold", monospace;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  content: counter(custom-counter) ". ";
  position: absolute;
  left: 0;
  color: #ddaa3e;
}

@media (min-width: 48em) {
  /* line 60, resources/assets/styles/modules/content-detail-body/sub-modules/_list.scss */

  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner ol li::before,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content ol li::before,
  .et-db #et-boc .et-l .hot_content_detail_body ol li::before,
  div[data-quickaccess-editable] ol li::before {
    left: 1.625rem;
  }
}

/* line 4, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-photo.scss */

#et-boc .et-l .hot_content_detail_body .et_pb_module_inner figure,
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content figure,
.et-db #et-boc .et-l .hot_content_detail_body figure,
div[data-quickaccess-editable] figure {
  grid-column-end: span 4;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 0.875rem;
  width: 100% !important;
}

@media (min-width: 48em) {
  /* line 4, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-photo.scss */

  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner figure,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content figure,
  .et-db #et-boc .et-l .hot_content_detail_body figure,
  div[data-quickaccess-editable] figure {
    grid-column-end: span 12;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 0 5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 4, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-photo.scss */

  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner figure,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content figure,
  .et-db #et-boc .et-l .hot_content_detail_body figure,
  div[data-quickaccess-editable] figure {
    margin: 0 0 6.25rem;
  }
}

/* line 25, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-photo.scss */

#et-boc .et-l .hot_content_detail_body .et_pb_module_inner figure img,
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content figure img,
.et-db #et-boc .et-l .hot_content_detail_body figure img,
div[data-quickaccess-editable] figure img {
  margin: 0 0 1.875rem;
  width: 100%;
}

@media (min-width: 48em) {
  /* line 25, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-photo.scss */

  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner figure img,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content figure img,
  .et-db #et-boc .et-l .hot_content_detail_body figure img,
  div[data-quickaccess-editable] figure img {
    margin: 0;
    width: 60%;
  }
}

@media (min-width: 48em) {
  /* line 25, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-photo.scss */

  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner figure img,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content figure img,
  .et-db #et-boc .et-l .hot_content_detail_body figure img,
  div[data-quickaccess-editable] figure img {
    width: 59.44912%;
  }
}

/* line 39, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-photo.scss */

#et-boc .et-l .hot_content_detail_body .et_pb_module_inner figure figcaption,
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content figure figcaption,
.et-db #et-boc .et-l .hot_content_detail_body figure figcaption,
div[data-quickaccess-editable] figure figcaption {
  font-family: "MaisonNeueMonoWEB-Regular", monospace;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin: 0 0 0 11.80882%;
  padding: 0.625rem 0 0;
  position: relative;
  width: 62.01471%;
}

@media (min-width: 48em) {
  /* line 39, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-photo.scss */

  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner figure figcaption,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content figure figcaption,
  .et-db #et-boc .et-l .hot_content_detail_body figure figcaption,
  div[data-quickaccess-editable] figure figcaption {
    margin: auto 0 2.5rem 2.85714%;
    padding: 1.25rem 0 0;
    width: 22.85714%;
  }
}

@media (min-width: 85.375em) {
  /* line 39, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-photo.scss */

  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner figure figcaption,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content figure figcaption,
  .et-db #et-boc .et-l .hot_content_detail_body figure figcaption,
  div[data-quickaccess-editable] figure figcaption {
    margin: auto 0 6.5625rem 3.28998%;
    width: 23.56542%;
  }
}

/* line 58, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-photo.scss */

#et-boc .et-l .hot_content_detail_body .et_pb_module_inner figure figcaption::before,
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content figure figcaption::before,
.et-db #et-boc .et-l .hot_content_detail_body figure figcaption::before,
div[data-quickaccess-editable] figure figcaption::before {
  background-color: #ddaa3e;
  content: "";
  height: 0.25rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.875rem;
}

/* line 72, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-photo.scss */

#et-boc .et-l .hot_content_detail_body .et_pb_module_inner p img,
#et-boc .et-l .hot_content_detail_body .et_builder_inner_content p img,
.et-db #et-boc .et-l .hot_content_detail_body p img,
div[data-quickaccess-editable] p img {
  width: 100%;
}

@media (min-width: 48em) {
  /* line 72, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-photo.scss */

  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner p img,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content p img,
  .et-db #et-boc .et-l .hot_content_detail_body p img,
  div[data-quickaccess-editable] p img {
    margin: 0 0 0 -26.08696%;
    width: 91.30435%;
  }
}

@media (min-width: 85.375em) {
  /* line 72, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-photo.scss */

  #et-boc .et-l .hot_content_detail_body .et_pb_module_inner p img,
  #et-boc .et-l .hot_content_detail_body .et_builder_inner_content p img,
  .et-db #et-boc .et-l .hot_content_detail_body p img,
  div[data-quickaccess-editable] p img {
    margin: 0 0 0 -25.72422%;
    width: 90.03476%;
  }
}

/* FE only */

/* line 141, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

.wrap:not(.et-fb-iframe-ancestor) #et-boc .et-l .hot_content_detail_body .et_pb_module_inner,
.wrap:not(.et-fb-iframe-ancestor) #et-boc .et-l .hot_content_detail_body .et_builder_inner_content {
  padding: 0 0 3.75rem;
}

@media (min-width: 48em) {
  /* line 141, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  .wrap:not(.et-fb-iframe-ancestor) #et-boc .et-l .hot_content_detail_body .et_pb_module_inner,
  .wrap:not(.et-fb-iframe-ancestor) #et-boc .et-l .hot_content_detail_body .et_builder_inner_content {
    padding: 0 0 5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 141, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  .wrap:not(.et-fb-iframe-ancestor) #et-boc .et-l .hot_content_detail_body .et_pb_module_inner,
  .wrap:not(.et-fb-iframe-ancestor) #et-boc .et-l .hot_content_detail_body .et_builder_inner_content {
    padding: 0 0 6.25rem;
  }
}

/* line 356, resources/assets/styles/abstracts/_mixins.scss */

.wrap:not(.et-fb-iframe-ancestor) #et-boc .et-l .hot_content_detail_body .et_pb_module_inner::before,
.wrap:not(.et-fb-iframe-ancestor) #et-boc .et-l .hot_content_detail_body .et_builder_inner_content::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: 0 -1rem;
  position: absolute;
  width: 100vw;
}

@media (min-width: 48em) {
  /* line 356, resources/assets/styles/abstracts/_mixins.scss */

  .wrap:not(.et-fb-iframe-ancestor) #et-boc .et-l .hot_content_detail_body .et_pb_module_inner::before,
  .wrap:not(.et-fb-iframe-ancestor) #et-boc .et-l .hot_content_detail_body .et_builder_inner_content::before {
    margin: 0;
    width: 100%;
  }
}

/* line 372, resources/assets/styles/abstracts/_mixins.scss */

.wrap:not(.et-fb-iframe-ancestor) #et-boc .et-l .hot_content_detail_body .et_pb_module_inner > *,
.wrap:not(.et-fb-iframe-ancestor) #et-boc .et-l .hot_content_detail_body .et_builder_inner_content > * {
  z-index: 2;
}

/* Last child module */

/* line 148, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

.et-db #et-boc .et-l .et_pb_section:last-child .et_pb_row:last-child .et_pb_column:last-child .et_pb_module:last-child,
.et-db #et-boc .et-l .et_pb_section:last-child .et_pb_row.et-last-child .et_pb_column.et-last-child .et_pb_module.et-last-child {
  margin: 0 0 3.75rem;
}

@media (min-width: 48em) {
  /* line 148, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  .et-db #et-boc .et-l .et_pb_section:last-child .et_pb_row:last-child .et_pb_column:last-child .et_pb_module:last-child,
  .et-db #et-boc .et-l .et_pb_section:last-child .et_pb_row.et-last-child .et_pb_column.et-last-child .et_pb_module.et-last-child {
    margin: 0 0 6.25rem;
  }
}

/* line 155, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

.et-db #et-boc .et-l .et_pb_section:last-child .et_pb_row:last-child .et_pb_column:last-child .et_pb_module:last-child section.hot-module,
.et-db #et-boc .et-l .et_pb_section:last-child .et_pb_row.et-last-child .et_pb_column.et-last-child .et_pb_module.et-last-child section.hot-module {
  margin: 0;
}

/* Content Detail Body right after Brand Detail Hero */

@media (min-width: 0) {
  /* line 161, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  .hot_brand_detail_hero + .hot_content_detail_body {
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 48rem) {
  /* line 161, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  .hot_brand_detail_hero + .hot_content_detail_body {
    margin-bottom: 6.25rem !important;
  }
}

@media (min-width: 85.375em) {
  /* line 161, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  .hot_brand_detail_hero + .hot_content_detail_body {
    margin-top: -13.125rem !important;
  }
}

/* Content Detail Body next to module with white background */

/* Content Detail Body next to another Content Detail Body */

/* line 202, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

.hot_content_detail_body + .hot_inline_video .hot-inline-video__inner {
  margin: -1.875rem 0 0 !important;
  padding: 0 !important;
}

@media (min-width: 48em) {
  /* line 202, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  .hot_content_detail_body + .hot_inline_video .hot-inline-video__inner {
    margin: -3.125rem 0 0 !important;
  }
}

@media (min-width: 85.375em) {
  /* line 202, resources/assets/styles/modules/content-detail-body/_content-detail-body.scss */

  .hot_content_detail_body + .hot_inline_video .hot-inline-video__inner {
    margin: -4.375rem 0 0 !important;
  }
}

/* Styles per element for custom module */

/* Inline Video */

/* line 5, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

.et-db #et-boc .et-l .hot-inline-video__figcaption,
#et-boc .et-l .hot-inline-video__figcaption,
.hot-inline-video__figcaption,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figcaption,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figcaption,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figcaption,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figcaption,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figcaption {
  font-family: "MaisonNeueMonoWEB-Regular", monospace;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  display: block;
  padding: 0.625rem 0 3.75rem 2.625rem;
  position: relative;
  width: calc(60.94118% + 2.625rem);
}

@media (min-width: 48em) {
  /* line 5, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

  .et-db #et-boc .et-l .hot-inline-video__figcaption,
  #et-boc .et-l .hot-inline-video__figcaption,
  .hot-inline-video__figcaption,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-video__figcaption,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figcaption,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figcaption,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-video__figcaption,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figcaption {
    padding: 1.25rem 0 5rem;
    width: 100%;
  }
}

@media (min-width: 85.375em) {
  /* line 5, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

  .et-db #et-boc .et-l .hot-inline-video__figcaption,
  #et-boc .et-l .hot-inline-video__figcaption,
  .hot-inline-video__figcaption,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-video__figcaption,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figcaption,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figcaption,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-video__figcaption,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figcaption {
    padding: 1.25rem 0 6.25rem;
  }
}

/* line 22, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

.et-db #et-boc .et-l .hot-inline-video__figcaption::before,
#et-boc .et-l .hot-inline-video__figcaption::before,
.hot-inline-video__figcaption::before,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figcaption::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figcaption::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figcaption::before,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figcaption::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figcaption::before {
  background-color: #ddaa3e;
  content: "";
  height: 0.25rem;
  left: 2.625rem;
  position: absolute;
  top: 0;
  width: 1.875rem;
}

@media (min-width: 48em) {
  /* line 22, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

  .et-db #et-boc .et-l .hot-inline-video__figcaption::before,
  #et-boc .et-l .hot-inline-video__figcaption::before,
  .hot-inline-video__figcaption::before,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-video__figcaption::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figcaption::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figcaption::before,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-video__figcaption::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figcaption::before {
    left: 0;
  }
}

/* line 37, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

.et-db #et-boc .et-l .hot-inline-video__figure,
#et-boc .et-l .hot-inline-video__figure,
.hot-inline-video__figure,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure {
  position: relative;
  width: 100%;
  /* With caption */
  /* Without caption */
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-inline-video__figure::before,
#et-boc .et-l .hot-inline-video__figure::before,
.hot-inline-video__figure::before,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure::before,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 61.30435%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-inline-video__figure > *,
#et-boc .et-l .hot-inline-video__figure > *,
.hot-inline-video__figure > *,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure > *,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

@media (min-width: 48em) {
  /* line 37, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

  .et-db #et-boc .et-l .hot-inline-video__figure,
  #et-boc .et-l .hot-inline-video__figure,
  .hot-inline-video__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure {
    width: calc(100% + 8.69565%);
  }
}

@media (min-width: 85.375em) {
  /* line 37, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

  .et-db #et-boc .et-l .hot-inline-video__figure,
  #et-boc .et-l .hot-inline-video__figure,
  .hot-inline-video__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure {
    width: calc(100% + 5.79374%);
  }
}

/* line 51, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

.et-db #et-boc .et-l .hot-inline-video__figure:nth-last-child(2),
#et-boc .et-l .hot-inline-video__figure:nth-last-child(2),
.hot-inline-video__figure:nth-last-child(2),
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure:nth-last-child(2),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure:nth-last-child(2),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure:nth-last-child(2),
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure:nth-last-child(2),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure:nth-last-child(2) {
  margin: 0 0 1.875rem;
}

@media (min-width: 48em) {
  /* line 51, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

  .et-db #et-boc .et-l .hot-inline-video__figure:nth-last-child(2),
  #et-boc .et-l .hot-inline-video__figure:nth-last-child(2),
  .hot-inline-video__figure:nth-last-child(2),
  .et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure:nth-last-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure:nth-last-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure:nth-last-child(2),
  .et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure:nth-last-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure:nth-last-child(2) {
    margin: 0 -4.34783% 1.25rem;
  }
}

@media (min-width: 85.375em) {
  /* line 51, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

  .et-db #et-boc .et-l .hot-inline-video__figure:nth-last-child(2),
  #et-boc .et-l .hot-inline-video__figure:nth-last-child(2),
  .hot-inline-video__figure:nth-last-child(2),
  .et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure:nth-last-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure:nth-last-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure:nth-last-child(2),
  .et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure:nth-last-child(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure:nth-last-child(2) {
    margin: 0 -2.89687% 1.875rem;
  }
}

/* line 64, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

.et-db #et-boc .et-l .hot-inline-video__figure:not(:nth-last-child(2)),
#et-boc .et-l .hot-inline-video__figure:not(:nth-last-child(2)),
.hot-inline-video__figure:not(:nth-last-child(2)),
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure:not(:nth-last-child(2)),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure:not(:nth-last-child(2)),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure:not(:nth-last-child(2)),
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure:not(:nth-last-child(2)),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure:not(:nth-last-child(2)) {
  margin: 0 0 3.75rem;
}

@media (min-width: 48em) {
  /* line 64, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

  .et-db #et-boc .et-l .hot-inline-video__figure:not(:nth-last-child(2)),
  #et-boc .et-l .hot-inline-video__figure:not(:nth-last-child(2)),
  .hot-inline-video__figure:not(:nth-last-child(2)),
  .et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure:not(:nth-last-child(2)),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure:not(:nth-last-child(2)),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure:not(:nth-last-child(2)),
  .et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure:not(:nth-last-child(2)),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure:not(:nth-last-child(2)) {
    margin: 0 -4.34783% 5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 64, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

  .et-db #et-boc .et-l .hot-inline-video__figure:not(:nth-last-child(2)),
  #et-boc .et-l .hot-inline-video__figure:not(:nth-last-child(2)),
  .hot-inline-video__figure:not(:nth-last-child(2)),
  .et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure:not(:nth-last-child(2)),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure:not(:nth-last-child(2)),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure:not(:nth-last-child(2)),
  .et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure:not(:nth-last-child(2)),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure:not(:nth-last-child(2)) {
    margin: 0 -2.89687% 6.25rem;
  }
}

/* line 76, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

.et-db #et-boc .et-l .hot-inline-video__figure picture,
#et-boc .et-l .hot-inline-video__figure picture,
.hot-inline-video__figure picture,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure picture,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure picture {
  z-index: 2;
}

/* line 80, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

.et-db #et-boc .et-l .hot-inline-video__figure iframe,
.et-db #et-boc .et-l .hot-inline-video__figure img:not(.hot-svg),
.et-db #et-boc .et-l .hot-inline-video__figure picture,
.et-db #et-boc .et-l .hot-inline-video__figure video,
#et-boc .et-l .hot-inline-video__figure iframe,
#et-boc .et-l .hot-inline-video__figure img:not(.hot-svg),
#et-boc .et-l .hot-inline-video__figure picture,
#et-boc .et-l .hot-inline-video__figure video,
.hot-inline-video__figure iframe,
.hot-inline-video__figure img:not(.hot-svg),
.hot-inline-video__figure picture,
.hot-inline-video__figure video,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure iframe,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure picture,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure video,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure iframe,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure picture,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure video,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure img:not(.hot-svg),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* line 89, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

.et-db #et-boc .et-l .hot-inline-video__figure .hot-play-icon,
.et-db #et-boc .et-l .hot-inline-video__figure video + picture,
.et-db #et-boc .et-l .hot-inline-video__figure .hot-vimeo-player + picture,
.et-db #et-boc .et-l .hot-inline-video__figure .hot-yt-player + picture,
#et-boc .et-l .hot-inline-video__figure .hot-play-icon,
#et-boc .et-l .hot-inline-video__figure video + picture,
#et-boc .et-l .hot-inline-video__figure .hot-vimeo-player + picture,
#et-boc .et-l .hot-inline-video__figure .hot-yt-player + picture,
.hot-inline-video__figure .hot-play-icon,
.hot-inline-video__figure video + picture,
.hot-inline-video__figure .hot-vimeo-player + picture,
.hot-inline-video__figure .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure video + picture,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure video + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure video + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure video + picture,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure video + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure .hot-yt-player + picture {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* line 98, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

.et-db #et-boc .et-l .hot-inline-video__figure.paused .hot-play-icon,
.et-db #et-boc .et-l .hot-inline-video__figure.paused video + picture,
.et-db #et-boc .et-l .hot-inline-video__figure.paused .hot-vimeo-player + picture,
.et-db #et-boc .et-l .hot-inline-video__figure.paused .hot-yt-player + picture,
#et-boc .et-l .hot-inline-video__figure.paused .hot-play-icon,
#et-boc .et-l .hot-inline-video__figure.paused video + picture,
#et-boc .et-l .hot-inline-video__figure.paused .hot-vimeo-player + picture,
#et-boc .et-l .hot-inline-video__figure.paused .hot-yt-player + picture,
.hot-inline-video__figure.paused .hot-play-icon,
.hot-inline-video__figure.paused video + picture,
.hot-inline-video__figure.paused .hot-vimeo-player + picture,
.hot-inline-video__figure.paused .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure.paused .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure.paused video + picture,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure.paused .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure.paused .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure.paused .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure.paused video + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure.paused .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure.paused .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure.paused .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure.paused video + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure.paused .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure.paused .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure.paused .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure.paused video + picture,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure.paused .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__figure.paused .hot-yt-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure.paused .hot-play-icon,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure.paused video + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure.paused .hot-vimeo-player + picture,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__figure.paused .hot-yt-player + picture {
  opacity: 1;
  visibility: visible;
}

/* line 107, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

.et-db #et-boc .et-l .hot-inline-video__inner,
#et-boc .et-l .hot-inline-video__inner,
.hot-inline-video__inner,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__inner,
.et-db #et-boc .et-l .et_pb_module .hot-inline-video__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__inner {
  grid-column-end: span 4;
  padding: 1.875rem 0 0;
}

@media (min-width: 48em) {
  /* line 107, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

  .et-db #et-boc .et-l .hot-inline-video__inner,
  #et-boc .et-l .hot-inline-video__inner,
  .hot-inline-video__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-video__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-video__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__inner {
    grid-column: 3 / span 8;
    padding: 4.875rem 0 0;
  }
}

@media (min-width: 85.375em) {
  /* line 107, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

  .et-db #et-boc .et-l .hot-inline-video__inner,
  #et-boc .et-l .hot-inline-video__inner,
  .hot-inline-video__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-video__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-inline-video__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-inline-video__inner {
    padding: 6rem 0 0;
  }
}

/* line 126, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

.our-story .hot-inline-video {
  margin-top: -3.75rem;
}

@media (min-width: 48em) {
  /* line 126, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

  .our-story .hot-inline-video {
    margin-top: -6.25rem;
  }
}

/* line 133, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

.our-story .hot-inline-video .hot-inline-video__inner {
  margin-top: 0 !important;
}

/* line 139, resources/assets/styles/modules/content-detail-body/sub-modules/_inline-video.scss */

.our-story .hot_content_detail_body + .hot_inline_video .hot-inline-video {
  margin-top: 0;
}

/* line 1, resources/assets/styles/modules/content-detail-body/sub-modules/_pull-quote.scss */

.et-db #et-boc .et-l .hot-pull-quote,
#et-boc .et-l .hot-pull-quote,
.hot-pull-quote,
.et-db #et-boc .et-l .et_pb_module .hot-pull-quote,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote,
.et-db #et-boc .et-l .et_pb_module .hot-pull-quote,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote {
  width: 100%;
}

/* line 4, resources/assets/styles/modules/content-detail-body/sub-modules/_pull-quote.scss */

.et-db #et-boc .et-l .hot-pull-quote__block-quote,
#et-boc .et-l .hot-pull-quote__block-quote,
.hot-pull-quote__block-quote,
.et-db #et-boc .et-l .et_pb_module .hot-pull-quote__block-quote,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__block-quote,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__block-quote,
.et-db #et-boc .et-l .et_pb_module .hot-pull-quote__block-quote,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__block-quote {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 2.5rem;
  letter-spacing: 0.15625rem;
  text-transform: uppercase;
  border: none;
  margin: 0 0 1.0625rem auto;
  padding: 2.5rem 1rem 2.5625rem;
  position: relative;
  text-align: right;
  width: 100%;
}

@media (min-width: 85.375em) {
  /* line 4, resources/assets/styles/modules/content-detail-body/sub-modules/_pull-quote.scss */

  .et-db #et-boc .et-l .hot-pull-quote__block-quote,
  #et-boc .et-l .hot-pull-quote__block-quote,
  .hot-pull-quote__block-quote,
  .et-db #et-boc .et-l .et_pb_module .hot-pull-quote__block-quote,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__block-quote,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__block-quote,
  .et-db #et-boc .et-l .et_pb_module .hot-pull-quote__block-quote,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__block-quote {
    font-size: 1.875rem;
    line-height: 3.25rem;
    letter-spacing: 0.1875rem;
  }
}

@media (min-width: 48em) {
  /* line 4, resources/assets/styles/modules/content-detail-body/sub-modules/_pull-quote.scss */

  .et-db #et-boc .et-l .hot-pull-quote__block-quote,
  #et-boc .et-l .hot-pull-quote__block-quote,
  .hot-pull-quote__block-quote,
  .et-db #et-boc .et-l .et_pb_module .hot-pull-quote__block-quote,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__block-quote,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__block-quote,
  .et-db #et-boc .et-l .et_pb_module .hot-pull-quote__block-quote,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__block-quote {
    margin: 0 0 0.625rem auto;
    padding: 1.875rem 13.04348% 1.9375rem 0;
    width: 73.91304%;
  }
}

@media (min-width: 85.375em) {
  /* line 4, resources/assets/styles/modules/content-detail-body/sub-modules/_pull-quote.scss */

  .et-db #et-boc .et-l .hot-pull-quote__block-quote,
  #et-boc .et-l .hot-pull-quote__block-quote,
  .hot-pull-quote__block-quote,
  .et-db #et-boc .et-l .et_pb_module .hot-pull-quote__block-quote,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__block-quote,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__block-quote,
  .et-db #et-boc .et-l .et_pb_module .hot-pull-quote__block-quote,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__block-quote {
    margin: 0 0 1.1875rem auto;
    padding: 1.875rem 12.86211% 1.9375rem 0;
    width: 75.40556%;
  }
}

/* line 26, resources/assets/styles/modules/content-detail-body/sub-modules/_pull-quote.scss */

.et-db #et-boc .et-l .hot-pull-quote__block-quote::before,
#et-boc .et-l .hot-pull-quote__block-quote::before,
.hot-pull-quote__block-quote::before,
.et-db #et-boc .et-l .et_pb_module .hot-pull-quote__block-quote::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__block-quote::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__block-quote::before,
.et-db #et-boc .et-l .et_pb_module .hot-pull-quote__block-quote::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__block-quote::before {
  z-index: -1;
  background-color: #e8e0d6;
  content: "";
  height: 100%;
  margin: 0 0 0 -1rem;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(21.47059% + 1rem);
}

/* line 40, resources/assets/styles/modules/content-detail-body/sub-modules/_pull-quote.scss */

.et-db #et-boc .et-l .hot-pull-quote__cite,
#et-boc .et-l .hot-pull-quote__cite,
.hot-pull-quote__cite,
.et-db #et-boc .et-l .et_pb_module .hot-pull-quote__cite,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__cite,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__cite,
.et-db #et-boc .et-l .et_pb_module .hot-pull-quote__cite,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__cite {
  font-family: "MaisonNeueMonoWEB-Bold", monospace;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

/* line 44, resources/assets/styles/modules/content-detail-body/sub-modules/_pull-quote.scss */

.et-db #et-boc .et-l .hot-pull-quote__footer,
#et-boc .et-l .hot-pull-quote__footer,
.hot-pull-quote__footer,
.et-db #et-boc .et-l .et_pb_module .hot-pull-quote__footer,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__footer,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__footer,
.et-db #et-boc .et-l .et_pb_module .hot-pull-quote__footer,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__footer {
  padding: 0 0 0.625rem;
  position: relative;
  width: 73.82353%;
}

@media (min-width: 48em) {
  /* line 44, resources/assets/styles/modules/content-detail-body/sub-modules/_pull-quote.scss */

  .et-db #et-boc .et-l .hot-pull-quote__footer,
  #et-boc .et-l .hot-pull-quote__footer,
  .hot-pull-quote__footer,
  .et-db #et-boc .et-l .et_pb_module .hot-pull-quote__footer,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__footer,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__footer,
  .et-db #et-boc .et-l .et_pb_module .hot-pull-quote__footer,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__footer {
    margin: 0 0 0 13.04348%;
    width: 52.17391%;
  }
}

@media (min-width: 85.375em) {
  /* line 44, resources/assets/styles/modules/content-detail-body/sub-modules/_pull-quote.scss */

  .et-db #et-boc .et-l .hot-pull-quote__footer,
  #et-boc .et-l .hot-pull-quote__footer,
  .hot-pull-quote__footer,
  .et-db #et-boc .et-l .et_pb_module .hot-pull-quote__footer,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__footer,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__footer,
  .et-db #et-boc .et-l .et_pb_module .hot-pull-quote__footer,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__footer {
    margin: 0 0 0 12.86211%;
    width: 51.44844%;
  }
}

/* line 59, resources/assets/styles/modules/content-detail-body/sub-modules/_pull-quote.scss */

.et-db #et-boc .et-l .hot-pull-quote__footer::before,
#et-boc .et-l .hot-pull-quote__footer::before,
.hot-pull-quote__footer::before,
.et-db #et-boc .et-l .et_pb_module .hot-pull-quote__footer::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__footer::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__footer::before,
.et-db #et-boc .et-l .et_pb_module .hot-pull-quote__footer::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__footer::before {
  background-color: #ddaa3e;
  bottom: 0;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 100%;
}

/* line 69, resources/assets/styles/modules/content-detail-body/sub-modules/_pull-quote.scss */

.et-db #et-boc .et-l .hot-pull-quote__footer .hot-svg,
#et-boc .et-l .hot-pull-quote__footer .hot-svg,
.hot-pull-quote__footer .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-pull-quote__footer .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__footer .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__footer .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-pull-quote__footer .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__footer .hot-svg {
  bottom: -1.25rem;
  height: 10rem;
  left: -1rem;
  position: absolute;
  width: 12.25rem;
}

@media (min-width: 48em) {
  /* line 69, resources/assets/styles/modules/content-detail-body/sub-modules/_pull-quote.scss */

  .et-db #et-boc .et-l .hot-pull-quote__footer .hot-svg,
  #et-boc .et-l .hot-pull-quote__footer .hot-svg,
  .hot-pull-quote__footer .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-pull-quote__footer .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__footer .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__footer .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-pull-quote__footer .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__footer .hot-svg {
    bottom: -1.1875rem;
    height: 6.25rem;
    left: -25%;
    width: 7.625rem;
  }
}

@media (min-width: 85.375em) {
  /* line 69, resources/assets/styles/modules/content-detail-body/sub-modules/_pull-quote.scss */

  .et-db #et-boc .et-l .hot-pull-quote__footer .hot-svg,
  #et-boc .et-l .hot-pull-quote__footer .hot-svg,
  .hot-pull-quote__footer .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-pull-quote__footer .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__footer .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__footer .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-pull-quote__footer .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__footer .hot-svg {
    bottom: -1.5625rem;
    height: 11.375rem;
    left: -25%;
    width: 13.875rem;
  }
}

/* line 92, resources/assets/styles/modules/content-detail-body/sub-modules/_pull-quote.scss */

.et-db #et-boc .et-l .hot-pull-quote__inner,
#et-boc .et-l .hot-pull-quote__inner,
.hot-pull-quote__inner,
.et-db #et-boc .et-l .et_pb_module .hot-pull-quote__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__inner,
.et-db #et-boc .et-l .et_pb_module .hot-pull-quote__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__inner {
  grid-column-end: span 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 5rem;
  width: calc(100% + 1rem);
}

@media (min-width: 48em) {
  /* line 92, resources/assets/styles/modules/content-detail-body/sub-modules/_pull-quote.scss */

  .et-db #et-boc .et-l .hot-pull-quote__inner,
  #et-boc .et-l .hot-pull-quote__inner,
  .hot-pull-quote__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-pull-quote__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-pull-quote__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__inner {
    grid-column: 3 / span 8;
    padding: 0 0 6.1875rem;
    width: 100%;
  }
}

@media (min-width: 85.375em) {
  /* line 92, resources/assets/styles/modules/content-detail-body/sub-modules/_pull-quote.scss */

  .et-db #et-boc .et-l .hot-pull-quote__inner,
  #et-boc .et-l .hot-pull-quote__inner,
  .hot-pull-quote__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-pull-quote__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-pull-quote__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-pull-quote__inner {
    padding: 0 0 7.8125rem;
  }
}

/* line 1, resources/assets/styles/modules/_about-us-hero.scss */

.et-db #et-boc .et-l .hot-about-us-hero,
#et-boc .et-l .hot-about-us-hero,
.hot-about-us-hero,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  background: 36%/cover no-repeat url(/wp-content/themes/hotaling/dist/images/common/about-us-hero-bg-768.jpg), #e8e0d6;
  word-break: break-word;
}

@media (min-width: 48em) {
  /* line 1, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero,
  #et-boc .et-l .hot-about-us-hero,
  .hot-about-us-hero,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero {
    background: center/cover no-repeat url(/wp-content/themes/hotaling/dist/images/common/about-us-hero-bg-1440.jpg);
  }
}

/* line 12, resources/assets/styles/modules/_about-us-hero.scss */

.et-db #et-boc .et-l .hot-about-us-hero__inner,
#et-boc .et-l .hot-about-us-hero__inner,
.hot-about-us-hero__inner,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner {
  display: grid;
  grid-auto-flow: dense;
  grid-column-gap: 4.70588%;
  -ms-grid-column-gap: 4.70588%;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin: 0 16px;
  max-width: 1750px;
  min-height: 31.25rem;
  padding: 1.25rem 0;
}

@media (min-width: 117.5em) {
  /* line 12, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__inner,
  #et-boc .et-l .hot-about-us-hero__inner,
  .hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 12, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__inner,
  #et-boc .et-l .hot-about-us-hero__inner,
  .hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 2.85714%;
    -ms-grid-column-gap: 2.85714%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 30px;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 117.5em) {
  /* line 12, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__inner,
  #et-boc .et-l .hot-about-us-hero__inner,
  .hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner {
    margin: 0 auto;
  }
}

@media (min-width: 85.375em) {
  /* line 12, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__inner,
  #et-boc .et-l .hot-about-us-hero__inner,
  .hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 1.91278%;
    -ms-grid-column-gap: 1.91278%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 65px;
    max-width: 1750px;
  }
}

@media (min-width: 85.375em) and (min-width: 117.5em) {
  /* line 12, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__inner,
  #et-boc .et-l .hot-about-us-hero__inner,
  .hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 12, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__inner,
  #et-boc .et-l .hot-about-us-hero__inner,
  .hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner {
    min-height: 26.875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 12, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__inner,
  #et-boc .et-l .hot-about-us-hero__inner,
  .hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner {
    min-height: 48.5rem;
  }
}

/* line 27, resources/assets/styles/modules/_about-us-hero.scss */

.et-db #et-boc .et-l .hot-about-us-hero__content,
#et-boc .et-l .hot-about-us-hero__content,
.hot-about-us-hero__content,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content {
  grid-column: 1 / span 4;
  padding-right: 57px;
  padding-left: 1.5rem;
}

@media (min-width: 48em) {
  /* line 27, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__content,
  #et-boc .et-l .hot-about-us-hero__content,
  .hot-about-us-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content {
    grid-column: 1 / span 12;
  }
}

@media (min-width: 48em) {
  /* line 27, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__content,
  #et-boc .et-l .hot-about-us-hero__content,
  .hot-about-us-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content {
    grid-column: 2 / span 9;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 85.375em) {
  /* line 27, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__content,
  #et-boc .et-l .hot-about-us-hero__content,
  .hot-about-us-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content {
    grid-column: 2 / span 10;
  }
}

/* line 44, resources/assets/styles/modules/_about-us-hero.scss */

.et-db #et-boc .et-l .hot-about-us-hero__content::before,
#et-boc .et-l .hot-about-us-hero__content::before,
.hot-about-us-hero__content::before,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__content::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content::before,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__content::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #f7f5f2;
}

@media (min-width: 48em) {
  /* line 44, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__content::before,
  #et-boc .et-l .hot-about-us-hero__content::before,
  .hot-about-us-hero__content::before,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__content::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content::before,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__content::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content::before {
    content: initial;
  }
}

@media (min-width: 85.375em) {
  /* line 44, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__content::before,
  #et-boc .et-l .hot-about-us-hero__content::before,
  .hot-about-us-hero__content::before,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__content::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content::before,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__content::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content::before {
    content: "";
  }
}

/* line 63, resources/assets/styles/modules/_about-us-hero.scss */

.et-db #et-boc .et-l .hot-about-us-hero__seal,
#et-boc .et-l .hot-about-us-hero__seal,
.hot-about-us-hero__seal,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__seal,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__seal,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal {
  position: relative;
  position: absolute;
  top: 6rem;
  right: -2.5rem;
  display: block;
  width: 9.0625rem;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-about-us-hero__seal::before,
#et-boc .et-l .hot-about-us-hero__seal::before,
.hot-about-us-hero__seal::before,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__seal::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal::before,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__seal::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-about-us-hero__seal > *,
#et-boc .et-l .hot-about-us-hero__seal > *,
.hot-about-us-hero__seal > *,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__seal > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal > *,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__seal > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

/* line 72, resources/assets/styles/modules/_about-us-hero.scss */

.et-db #et-boc .et-l .hot-about-us-hero__seal .circular-text,
.et-db #et-boc .et-l .hot-about-us-hero__seal .hot-svg,
#et-boc .et-l .hot-about-us-hero__seal .circular-text,
#et-boc .et-l .hot-about-us-hero__seal .hot-svg,
.hot-about-us-hero__seal .circular-text,
.hot-about-us-hero__seal .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__seal .circular-text,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__seal .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal .circular-text,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal .circular-text,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__seal .circular-text,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__seal .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal .circular-text,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal .hot-svg {
  width: 100%;
}

/* line 76, resources/assets/styles/modules/_about-us-hero.scss */

.et-db #et-boc .et-l .hot-about-us-hero__seal .circular-text path,
.et-db #et-boc .et-l .hot-about-us-hero__seal .hot-svg path,
#et-boc .et-l .hot-about-us-hero__seal .circular-text path,
#et-boc .et-l .hot-about-us-hero__seal .hot-svg path,
.hot-about-us-hero__seal .circular-text path,
.hot-about-us-hero__seal .hot-svg path,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__seal .circular-text path,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__seal .hot-svg path,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal .circular-text path,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal .hot-svg path,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal .circular-text path,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal .hot-svg path,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__seal .circular-text path,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__seal .hot-svg path,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal .circular-text path,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal .hot-svg path {
  fill: #fcc246;
}

@media (min-width: 48em) {
  /* line 63, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__seal,
  #et-boc .et-l .hot-about-us-hero__seal,
  .hot-about-us-hero__seal,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__seal,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__seal,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal {
    top: 5.125rem;
    right: -1.625rem;
    width: 15.5625rem;
  }
}

@media (min-width: 85.375em) {
  /* line 63, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__seal,
  #et-boc .et-l .hot-about-us-hero__seal,
  .hot-about-us-hero__seal,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__seal,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__seal,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__seal {
    top: 11.5rem;
    right: 4.375rem;
    width: 19.5rem;
  }
}

/* line 94, resources/assets/styles/modules/_about-us-hero.scss */

.et-db #et-boc .et-l .hot-about-us-hero__title,
#et-boc .et-l .hot-about-us-hero__title,
.hot-about-us-hero__title,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title {
  margin-top: 12.0625rem;
}

@media (min-width: 48em) {
  /* line 94, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__title,
  #et-boc .et-l .hot-about-us-hero__title,
  .hot-about-us-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title {
    margin-top: 7.6875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 94, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__title,
  #et-boc .et-l .hot-about-us-hero__title,
  .hot-about-us-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title {
    margin-top: 17.6875rem;
  }
}

/* line 106, resources/assets/styles/modules/_about-us-hero.scss */

.et-db #et-boc .et-l .hot-about-us-hero__title-top,
#et-boc .et-l .hot-about-us-hero__title-top,
.hot-about-us-hero__title-top,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title-top,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-top,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-top,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title-top,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-top {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  display: block;
  overflow-wrap: break-word;
}

@media (min-width: 48em) {
  /* line 106, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__title-top,
  #et-boc .et-l .hot-about-us-hero__title-top,
  .hot-about-us-hero__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-top {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 106, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__title-top,
  #et-boc .et-l .hot-about-us-hero__title-top,
  .hot-about-us-hero__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-top {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 48em) {
  /* line 106, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__title-top,
  #et-boc .et-l .hot-about-us-hero__title-top,
  .hot-about-us-hero__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-top {
    margin-bottom: 1.25rem;
  }
}

/* line 118, resources/assets/styles/modules/_about-us-hero.scss */

.et-db #et-boc .et-l .hot-about-us-hero__title-bottom,
#et-boc .et-l .hot-about-us-hero__title-bottom,
.hot-about-us-hero__title-bottom,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-bottom,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-bottom {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.75rem;
  line-height: 3.25rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  display: block;
  color: #c04635;
}

@media (min-width: 48em) {
  /* line 118, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__title-bottom,
  #et-boc .et-l .hot-about-us-hero__title-bottom,
  .hot-about-us-hero__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-bottom {
    font-size: 5rem;
    line-height: 5rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 118, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__title-bottom,
  #et-boc .et-l .hot-about-us-hero__title-bottom,
  .hot-about-us-hero__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-bottom {
    font-size: 10rem;
    line-height: 9.0625rem;
    letter-spacing: 0.3125rem;
  }
}

@media (min-width: 48em) {
  /* line 118, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__title-bottom,
  #et-boc .et-l .hot-about-us-hero__title-bottom,
  .hot-about-us-hero__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-bottom {
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 85.375em) {
  /* line 118, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__title-bottom,
  #et-boc .et-l .hot-about-us-hero__title-bottom,
  .hot-about-us-hero__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__title-bottom {
    margin-bottom: 1.875rem;
  }
}

/* line 134, resources/assets/styles/modules/_about-us-hero.scss */

.et-db #et-boc .et-l .hot-about-us-hero__copy,
#et-boc .et-l .hot-about-us-hero__copy,
.hot-about-us-hero__copy,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__copy,
.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__copy,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__copy {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  width: 92.8%;
}

@media (min-width: 85.375em) {
  /* line 134, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__copy,
  #et-boc .et-l .hot-about-us-hero__copy,
  .hot-about-us-hero__copy,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__copy,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__copy {
    font-size: 1.5625rem;
    line-height: 2.8125rem;
    letter-spacing: 0.15625rem;
  }
}

@media (min-width: 48em) {
  /* line 134, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__copy,
  #et-boc .et-l .hot-about-us-hero__copy,
  .hot-about-us-hero__copy,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__copy,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__copy {
    width: 71.04762%;
  }
}

@media (min-width: 85.375em) {
  /* line 134, resources/assets/styles/modules/_about-us-hero.scss */

  .et-db #et-boc .et-l .hot-about-us-hero__copy,
  #et-boc .et-l .hot-about-us-hero__copy,
  .hot-about-us-hero__copy,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__copy,
  .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__copy,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__copy {
    width: 51.19485%;
  }
}

/* line 147, resources/assets/styles/modules/_about-us-hero.scss */

body.error404 .et-db #et-boc .et-l .hot-about-us-hero,
body.error404 #et-boc .et-l .hot-about-us-hero,
body.error404 .hot-about-us-hero,
body.error404 .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero,
body.error404 .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero,
body.error404 .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero,
body.error404 .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero,
body.error404 .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero {
  /* Modern iPad portrait view */
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 154, resources/assets/styles/modules/_about-us-hero.scss */

  body.error404 .et-db #et-boc .et-l .hot-about-us-hero__inner,
  body.error404 #et-boc .et-l .hot-about-us-hero__inner,
  body.error404 .hot-about-us-hero__inner,
  body.error404 .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__inner,
  body.error404 .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner,
  body.error404 .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner,
  body.error404 .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__inner,
  body.error404 .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__inner {
    min-height: 55vh;
  }

  /* line 158, resources/assets/styles/modules/_about-us-hero.scss */

  body.error404 .et-db #et-boc .et-l .hot-about-us-hero__content,
  body.error404 #et-boc .et-l .hot-about-us-hero__content,
  body.error404 .hot-about-us-hero__content,
  body.error404 .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__content,
  body.error404 .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content,
  body.error404 .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content,
  body.error404 .et-db #et-boc .et-l .et_pb_module .hot-about-us-hero__content,
  body.error404 .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 168, resources/assets/styles/modules/_about-us-hero.scss */

#et-boc .et-l .careers .hot-about-us-hero,
.careers .hot-about-us-hero,
.et-db #et-boc .et-l .et_pb_module .careers .hot-about-us-hero,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).careers .hot-about-us-hero,
.et-db #et-boc .et-l .et_pb_module .careers a:not(.wc-forward).hot-about-us-hero,
.careers.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero,
.careers.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero {
  margin-bottom: 60px;
}

@media (min-width: 48em) {
  /* line 168, resources/assets/styles/modules/_about-us-hero.scss */

  #et-boc .et-l .careers .hot-about-us-hero,
  .careers .hot-about-us-hero,
  .et-db #et-boc .et-l .et_pb_module .careers .hot-about-us-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).careers .hot-about-us-hero,
  .et-db #et-boc .et-l .et_pb_module .careers a:not(.wc-forward).hot-about-us-hero,
  .careers.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero,
  .careers.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero {
    margin-bottom: 80px;
  }
}

@media (min-width: 85.375em) {
  /* line 168, resources/assets/styles/modules/_about-us-hero.scss */

  #et-boc .et-l .careers .hot-about-us-hero,
  .careers .hot-about-us-hero,
  .et-db #et-boc .et-l .et_pb_module .careers .hot-about-us-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).careers .hot-about-us-hero,
  .et-db #et-boc .et-l .et_pb_module .careers a:not(.wc-forward).hot-about-us-hero,
  .careers.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero,
  .careers.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero {
    margin-bottom: 100px;
  }
}

/* line 176, resources/assets/styles/modules/_about-us-hero.scss */

#et-boc .et-l .contact-us .hot-about-us-hero,
.contact-us .hot-about-us-hero,
.et-db #et-boc .et-l .et_pb_module .contact-us .hot-about-us-hero,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).contact-us .hot-about-us-hero,
.et-db #et-boc .et-l .et_pb_module .contact-us a:not(.wc-forward).hot-about-us-hero,
.contact-us.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero,
.contact-us.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero {
  margin-bottom: 60px;
}

@media (min-width: 85.375em) {
  /* line 176, resources/assets/styles/modules/_about-us-hero.scss */

  #et-boc .et-l .contact-us .hot-about-us-hero,
  .contact-us .hot-about-us-hero,
  .et-db #et-boc .et-l .et_pb_module .contact-us .hot-about-us-hero,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).contact-us .hot-about-us-hero,
  .et-db #et-boc .et-l .et_pb_module .contact-us a:not(.wc-forward).hot-about-us-hero,
  .contact-us.et-db #et-boc .et-l .et_pb_module .hot-about-us-hero,
  .contact-us.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-about-us-hero {
    margin-bottom: 100px;
  }
}

/*
  search for: 'helper box-guide'
  and uncomment line to display background color for dimension guide
*/

@media (min-width: 0) {
  /* line 9, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__contain,
  #et-boc .et-l .hot-social-media__contain,
  .hot-social-media__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__contain {
    padding-top: 3.75rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 48rem) {
  /* line 9, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__contain,
  #et-boc .et-l .hot-social-media__contain,
  .hot-social-media__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__contain {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 9, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__contain,
  #et-boc .et-l .hot-social-media__contain,
  .hot-social-media__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__contain {
    padding-top: 6.25rem;
    padding-bottom: 1.25rem;
  }
}

/* line 16, resources/assets/styles/modules/_social-media.scss */

.et-db #et-boc .et-l .hot-social-media__contain::before,
#et-boc .et-l .hot-social-media__contain::before,
.hot-social-media__contain::before,
.et-db #et-boc .et-l .et_pb_module .hot-social-media__contain::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__contain::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__contain::before,
.et-db #et-boc .et-l .et_pb_module .hot-social-media__contain::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__contain::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
  background: #e3dbd1;
  opacity: 0.76;
}

@media (min-width: 0) {
  /* line 16, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__contain::before,
  #et-boc .et-l .hot-social-media__contain::before,
  .hot-social-media__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__contain::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}

@media (min-width: 48rem) {
  /* line 16, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__contain::before,
  #et-boc .et-l .hot-social-media__contain::before,
  .hot-social-media__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__contain::before {
    width: 88.41808%;
    left: 5.9322%;
  }
}

@media (min-width: 85.375rem) {
  /* line 16, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__contain::before,
  #et-boc .et-l .hot-social-media__contain::before,
  .hot-social-media__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__contain::before {
    width: 83.12977%;
    left: 8.54962%;
  }
}

/* line 33, resources/assets/styles/modules/_social-media.scss */

.et-db #et-boc .et-l .hot-social-media__heading,
#et-boc .et-l .hot-social-media__heading,
.hot-social-media__heading,
.et-db #et-boc .et-l .et_pb_module .hot-social-media__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading,
.et-db #et-boc .et-l .et_pb_module .hot-social-media__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading {
  grid-column: 1 / span 4;
}

@media (min-width: 48em) {
  /* line 33, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__heading,
  #et-boc .et-l .hot-social-media__heading,
  .hot-social-media__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading {
    grid-column: 1 / span 12;
  }
}

@media (min-width: 0) {
  /* line 33, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__heading,
  #et-boc .et-l .hot-social-media__heading,
  .hot-social-media__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 48rem) {
  /* line 33, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__heading,
  #et-boc .et-l .hot-social-media__heading,
  .hot-social-media__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading {
    margin-left: 8.61582%;
  }
}

@media (min-width: 85.375rem) {
  /* line 33, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__heading,
  #et-boc .et-l .hot-social-media__heading,
  .hot-social-media__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading {
    margin-bottom: 3.125rem;
    margin-left: 10%;
  }
}

/* line 41, resources/assets/styles/modules/_social-media.scss */

.et-db #et-boc .et-l .hot-social-media__heading h3,
#et-boc .et-l .hot-social-media__heading h3,
.hot-social-media__heading h3,
.et-db #et-boc .et-l .et_pb_module .hot-social-media__heading h3,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h3,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h3,
.et-db #et-boc .et-l .et_pb_module .hot-social-media__heading h3,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h3 {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #c04635;
}

@media (min-width: 48em) {
  /* line 41, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__heading h3,
  #et-boc .et-l .hot-social-media__heading h3,
  .hot-social-media__heading h3,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__heading h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h3,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__heading h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h3 {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 41, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__heading h3,
  #et-boc .et-l .hot-social-media__heading h3,
  .hot-social-media__heading h3,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__heading h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h3,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__heading h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h3 {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

/* line 47, resources/assets/styles/modules/_social-media.scss */

.et-db #et-boc .et-l .hot-social-media__heading h2,
#et-boc .et-l .hot-social-media__heading h2,
.hot-social-media__heading h2,
.et-db #et-boc .et-l .et_pb_module .hot-social-media__heading h2,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h2,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h2,
.et-db #et-boc .et-l .et_pb_module .hot-social-media__heading h2,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h2 {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.75rem;
  line-height: 3.25rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  word-break: break-word;
}

@media (min-width: 48em) {
  /* line 47, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__heading h2,
  #et-boc .et-l .hot-social-media__heading h2,
  .hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h2 {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 47, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__heading h2,
  #et-boc .et-l .hot-social-media__heading h2,
  .hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h2 {
    font-size: 8.75rem;
    line-height: 7.875rem;
  }
}

@media (min-width: 0) {
  /* line 47, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__heading h2,
  #et-boc .et-l .hot-social-media__heading h2,
  .hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h2 {
    margin-left: 1.5rem;
  }
}

@media (min-width: 48rem) {
  /* line 47, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__heading h2,
  #et-boc .et-l .hot-social-media__heading h2,
  .hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h2 {
    margin-left: 2.5rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 47, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__heading h2,
  #et-boc .et-l .hot-social-media__heading h2,
  .hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__heading h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__heading h2 {
    margin-left: 3.875rem;
  }
}

/* line 58, resources/assets/styles/modules/_social-media.scss */

.et-db #et-boc .et-l .hot-social-media__items,
#et-boc .et-l .hot-social-media__items,
.hot-social-media__items,
.et-db #et-boc .et-l .et_pb_module .hot-social-media__items,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items,
.et-db #et-boc .et-l .et_pb_module .hot-social-media__items,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items {
  grid-column: 1 / span 4;
}

@media (min-width: 48em) {
  /* line 58, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__items,
  #et-boc .et-l .hot-social-media__items,
  .hot-social-media__items,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items {
    grid-column: 1 / span 12;
  }
}

@media (min-width: 48em) {
  /* line 58, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__items,
  #et-boc .et-l .hot-social-media__items,
  .hot-social-media__items,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 85.375em) {
  /* line 58, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__items,
  #et-boc .et-l .hot-social-media__items,
  .hot-social-media__items,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items {
    width: 96.18321%;
    margin: 0 auto;
  }

  /* line 71, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__items::after,
  #et-boc .et-l .hot-social-media__items::after,
  .hot-social-media__items::after,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items::after,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items::after,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items::after {
    content: "";
    display: block;
    width: 26.19048%;
  }
}

@media (min-width: 48em) {
  /* line 78, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__items #sb_instagram,
  #et-boc .et-l .hot-social-media__items #sb_instagram,
  .hot-social-media__items #sb_instagram,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items #sb_instagram,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items #sb_instagram,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items #sb_instagram,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items #sb_instagram,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items #sb_instagram {
    min-width: 102.82486%;
  }
}

@media (min-width: 85.375em) {
  /* line 78, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__items #sb_instagram,
  #et-boc .et-l .hot-social-media__items #sb_instagram,
  .hot-social-media__items #sb_instagram,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items #sb_instagram,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items #sb_instagram,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items #sb_instagram,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items #sb_instagram,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items #sb_instagram {
    min-width: 100%;
  }
}

/* line 88, resources/assets/styles/modules/_social-media.scss */

.et-db #et-boc .et-l .hot-social-media__items #sb_instagram #sbi_images,
#et-boc .et-l .hot-social-media__items #sb_instagram #sbi_images,
.hot-social-media__items #sb_instagram #sbi_images,
.et-db #et-boc .et-l .et_pb_module .hot-social-media__items #sb_instagram #sbi_images,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items #sb_instagram #sbi_images,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items #sb_instagram #sbi_images,
.et-db #et-boc .et-l .et_pb_module .hot-social-media__items #sb_instagram #sbi_images,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items #sb_instagram #sbi_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  float: unset;
}

@media (min-width: 48em) {
  /* line 94, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__items #sb_instagram .sbi_item,
  #et-boc .et-l .hot-social-media__items #sb_instagram .sbi_item,
  .hot-social-media__items #sb_instagram .sbi_item,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items #sb_instagram .sbi_item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items #sb_instagram .sbi_item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items #sb_instagram .sbi_item,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items #sb_instagram .sbi_item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items #sb_instagram .sbi_item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 48em) {
  /* line 102, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__items .sbi_item > div,
  #et-boc .et-l .hot-social-media__items .sbi_item > div,
  .hot-social-media__items .sbi_item > div,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items .sbi_item > div,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items .sbi_item > div,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items .sbi_item > div,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items .sbi_item > div,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items .sbi_item > div {
    width: 91.95876%;
  }
}

@media (min-width: 85.375em) {
  /* line 102, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__items .sbi_item > div,
  #et-boc .et-l .hot-social-media__items .sbi_item > div,
  .hot-social-media__items .sbi_item > div,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items .sbi_item > div,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items .sbi_item > div,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items .sbi_item > div,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items .sbi_item > div,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items .sbi_item > div {
    width: 78.57143%;
  }
}

/* line 112, resources/assets/styles/modules/_social-media.scss */

.et-db #et-boc .et-l .hot-social-media__items .sbi_info,
#et-boc .et-l .hot-social-media__items .sbi_info,
.hot-social-media__items .sbi_info,
.et-db #et-boc .et-l .et_pb_module .hot-social-media__items .sbi_info,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items .sbi_info,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items .sbi_info,
.et-db #et-boc .et-l .et_pb_module .hot-social-media__items .sbi_info,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items .sbi_info {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.03125rem;
  color: #1f1f1f !important;
}

@media (min-width: 0) {
  /* line 112, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__items .sbi_info,
  #et-boc .et-l .hot-social-media__items .sbi_info,
  .hot-social-media__items .sbi_info,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items .sbi_info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items .sbi_info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items .sbi_info,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items .sbi_info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items .sbi_info {
    padding-top: 0.625rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 48rem) {
  /* line 112, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__items .sbi_info,
  #et-boc .et-l .hot-social-media__items .sbi_info,
  .hot-social-media__items .sbi_info,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items .sbi_info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items .sbi_info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items .sbi_info,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items .sbi_info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items .sbi_info {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 112, resources/assets/styles/modules/_social-media.scss */

  .et-db #et-boc .et-l .hot-social-media__items .sbi_info,
  #et-boc .et-l .hot-social-media__items .sbi_info,
  .hot-social-media__items .sbi_info,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items .sbi_info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items .sbi_info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items .sbi_info,
  .et-db #et-boc .et-l .et_pb_module .hot-social-media__items .sbi_info,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items .sbi_info {
    padding-bottom: 3.125rem;
  }
}

/* line 122, resources/assets/styles/modules/_social-media.scss */

.et-db #et-boc .et-l .hot-social-media__items .sbi_info .sbi_more,
#et-boc .et-l .hot-social-media__items .sbi_info .sbi_more,
.hot-social-media__items .sbi_info .sbi_more,
.et-db #et-boc .et-l .et_pb_module .hot-social-media__items .sbi_info .sbi_more,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items .sbi_info .sbi_more,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items .sbi_info .sbi_more,
.et-db #et-boc .et-l .et_pb_module .hot-social-media__items .sbi_info .sbi_more,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-social-media__items .sbi_info .sbi_more {
  color: #1f1f1f !important;
}

/* line 130, resources/assets/styles/modules/_social-media.scss */

.sbi_lightbox {
  left: 50% !important;
  width: auto;
  -webkit-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/* line 3, resources/assets/styles/modules/_contact-information.scss */

.et-db #et-boc .et-l .hot-contact-information,
#et-boc .et-l .hot-contact-information,
.hot-contact-information,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information {
  overflow: hidden;
  padding-top: 5rem;
  margin-top: -5rem !important;
}

@media (min-width: 48em) and (max-width: 85.3125em) {
  /* line 3, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information,
  #et-boc .et-l .hot-contact-information,
  .hot-contact-information,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 0) {
  /* line 15, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__container,
  #et-boc .et-l .hot-contact-information__container,
  .hot-contact-information__container,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__container,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__container {
    width: initial;
  }
}

@media (min-width: 48rem) {
  /* line 15, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__container,
  #et-boc .et-l .hot-contact-information__container,
  .hot-contact-information__container,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__container,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__container {
    grid-template-rows: 9.375rem 1fr;
    width: 100%;
    min-height: 32.4375rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 15, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__container,
  #et-boc .et-l .hot-contact-information__container,
  .hot-contact-information__container,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__container,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__container {
    grid-template-rows: 9.375rem 1fr;
    width: initial;
  }
}

/* line 23, resources/assets/styles/modules/_contact-information.scss */

.et-db #et-boc .et-l .hot-contact-information__heading,
#et-boc .et-l .hot-contact-information__heading,
.hot-contact-information__heading,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading {
  grid-column: 1 / span 4;
  z-index: 2;
  margin-bottom: -1.5625rem;
}

@media (min-width: 48em) {
  /* line 23, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__heading,
  #et-boc .et-l .hot-contact-information__heading,
  .hot-contact-information__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading {
    grid-column: 1 / span 7;
    grid-row: 1 / span 1;
    margin-left: 2rem;
  }
}

@media (min-width: 85.375em) {
  /* line 23, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__heading,
  #et-boc .et-l .hot-contact-information__heading,
  .hot-contact-information__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading {
    grid-column: 3 / span 9;
    margin-left: 0;
    position: relative;
    top: -3.125rem;
  }
}

/* line 44, resources/assets/styles/modules/_contact-information.scss */

.et-db #et-boc .et-l .hot-contact-information__heading h2:first-child,
#et-boc .et-l .hot-contact-information__heading h2:first-child,
.hot-contact-information__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__heading h2:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:first-child {
  font-family: "BonVivant-Regular", cursive;
  font-style: italic;
  font-weight: normal;
  font-size: 6rem;
  line-height: 6rem;
  z-index: 2;
  color: #ddaa3e;
}

@media (min-width: 48em) {
  /* line 44, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__heading h2:first-child,
  #et-boc .et-l .hot-contact-information__heading h2:first-child,
  .hot-contact-information__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:first-child {
    font-size: 7.25rem;
    line-height: 7.25rem;
  }
}

@media (min-width: 85.375em) {
  /* line 44, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__heading h2:first-child,
  #et-boc .et-l .hot-contact-information__heading h2:first-child,
  .hot-contact-information__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:first-child {
    font-size: 11rem;
    line-height: 11rem;
  }
}

@media (min-width: 85.375em) {
  /* line 44, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__heading h2:first-child,
  #et-boc .et-l .hot-contact-information__heading h2:first-child,
  .hot-contact-information__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__heading h2:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:first-child {
    bottom: -3.125rem;
    height: calc(100% + 3.125rem);
    left: -1.5625rem;
    padding-bottom: 3.125rem;
    padding-left: 1.5625rem;
    position: relative;
    width: calc(100% + 1.5625rem);
  }
}

/* line 61, resources/assets/styles/modules/_contact-information.scss */

.et-db #et-boc .et-l .hot-contact-information__heading h2:last-child,
#et-boc .et-l .hot-contact-information__heading h2:last-child,
.hot-contact-information__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__heading h2:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:last-child {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.75rem;
  line-height: 3.25rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  white-space: nowrap;
}

@media (min-width: 48em) {
  /* line 61, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__heading h2:last-child,
  #et-boc .et-l .hot-contact-information__heading h2:last-child,
  .hot-contact-information__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:last-child {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 61, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__heading h2:last-child,
  #et-boc .et-l .hot-contact-information__heading h2:last-child,
  .hot-contact-information__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:last-child {
    font-size: 8.75rem;
    line-height: 7.875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 61, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__heading h2:last-child,
  #et-boc .et-l .hot-contact-information__heading h2:last-child,
  .hot-contact-information__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__heading h2:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__heading h2:last-child {
    margin-left: 11.2375rem;
  }
}

/* line 75, resources/assets/styles/modules/_contact-information.scss */

.et-db #et-boc .et-l .hot-contact-information__list-container,
#et-boc .et-l .hot-contact-information__list-container,
.hot-contact-information__list-container,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container {
  grid-column: 1 / span 4;
  position: relative;
  -webkit-transition: min-height 0.3s ease;
  -o-transition: min-height 0.3s ease;
  transition: min-height 0.3s ease;
  width: 100%;
}

/* line 83, resources/assets/styles/modules/_contact-information.scss */

.et-db #et-boc .et-l .hot-contact-information__list-container::before,
#et-boc .et-l .hot-contact-information__list-container::before,
.hot-contact-information__list-container::before,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-container::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container::before,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-container::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container::before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  -webkit-transition: height ease 0.3s;
  -o-transition: height ease 0.3s;
  transition: height ease 0.3s;
}

@media (min-width: 0) {
  /* line 83, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-container::before,
  #et-boc .et-l .hot-contact-information__list-container::before,
  .hot-contact-information__list-container::before,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container::before,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container::before {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 48rem) {
  /* line 83, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-container::before,
  #et-boc .et-l .hot-contact-information__list-container::before,
  .hot-contact-information__list-container::before,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container::before,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container::before {
    width: 60.1983%;
    height: calc(100% - 2.8125rem);
    min-height: 19.6875rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 83, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-container::before,
  #et-boc .et-l .hot-contact-information__list-container::before,
  .hot-contact-information__list-container::before,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container::before,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container::before {
    width: 46.533%;
    height: calc(100% - 7.3125rem);
    min-height: 37.125rem;
  }
}

@media (min-width: 48em) {
  /* line 75, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-container,
  #et-boc .et-l .hot-contact-information__list-container,
  .hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container {
    grid-column: 1 / span 12;
    grid-row: 2 / span 1;
  }
}

@media (min-width: 85.375em) {
  /* line 75, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-container,
  #et-boc .et-l .hot-contact-information__list-container,
  .hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container {
    grid-column: 2 / span 11;
  }
}

@media (min-width: 0) {
  /* line 75, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-container,
  #et-boc .et-l .hot-contact-information__list-container,
  .hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container {
    padding: 3.875rem 0 3.125rem;
  }
}

@media (min-width: 48rem) {
  /* line 75, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-container,
  #et-boc .et-l .hot-contact-information__list-container,
  .hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container {
    padding: 3.875rem 0 2.8125rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 75, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-container,
  #et-boc .et-l .hot-contact-information__list-container,
  .hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-container {
    padding: 12.0625rem 0 7.3125rem;
  }
}

/* line 112, resources/assets/styles/modules/_contact-information.scss */

.et-db #et-boc .et-l .hot-contact-information__list-item,
#et-boc .et-l .hot-contact-information__list-item,
.hot-contact-information__list-item,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item {
  z-index: -1;
  display: block;
  height: auto;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media (min-width: 0) {
  /* line 112, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-item,
  #et-boc .et-l .hot-contact-information__list-item,
  .hot-contact-information__list-item,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item {
    margin-bottom: 1.875rem;
    width: unset;
  }
}

@media (min-width: 48rem) {
  /* line 112, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-item,
  #et-boc .et-l .hot-contact-information__list-item,
  .hot-contact-information__list-item,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item {
    width: 100%;
  }
}

@media (min-width: 85.375rem) {
  /* line 112, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-item,
  #et-boc .et-l .hot-contact-information__list-item,
  .hot-contact-information__list-item,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item {
    margin-bottom: 2.5rem;
  }
}

/* line 124, resources/assets/styles/modules/_contact-information.scss */

.et-db #et-boc .et-l .hot-contact-information__list-item:last-child,
#et-boc .et-l .hot-contact-information__list-item:last-child,
.hot-contact-information__list-item:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item:last-child {
  margin-bottom: 0;
}

/* line 132, resources/assets/styles/modules/_contact-information.scss */

.et-db #et-boc .et-l .hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
#et-boc .et-l .hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
.hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-header::before {
  background-color: #c04635;
  content: "";
  display: block;
  height: 0.0625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 3;
}

@media (min-width: 0) {
  /* line 132, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
  #et-boc .et-l .hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
  .hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-header::before {
    right: 5rem;
    width: 3.1875rem;
  }
}

@media (min-width: 48rem) {
  /* line 132, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
  #et-boc .et-l .hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
  .hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-header::before {
    right: -40%;
    width: 6.25rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 132, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
  #et-boc .et-l .hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
  .hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item--expanded .hot-contact-information__list-header::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-header::before {
    right: -45%;
    width: 13.6875rem;
  }
}

/* line 150, resources/assets/styles/modules/_contact-information.scss */

.et-db #et-boc .et-l .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
#et-boc .et-l .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
.hot-contact-information__list-item--expanded .hot-contact-information__list-content,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-content,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-content {
  z-index: 2;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

@media (min-width: 48em) {
  /* line 150, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  #et-boc .et-l .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-content {
    right: -1.875rem;
    left: auto;
    height: auto;
  }
}

@media (min-width: 85.375em) {
  /* line 150, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  #et-boc .et-l .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-content {
    right: 0;
  }
}

@media (min-width: 0) {
  /* line 150, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  #et-boc .et-l .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-content {
    padding: 2.5rem 1rem 3.9375rem;
    margin: 1.25rem -1rem 0;
  }
}

@media (min-width: 48rem) {
  /* line 150, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  #et-boc .et-l .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-content {
    padding: 2.5rem;
    margin: 0;
  }
}

@media (min-width: 85.375rem) {
  /* line 150, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  #et-boc .et-l .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item--expanded .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-content {
    padding: 6.125rem 6.9375rem 6.125rem 5.375rem;
  }
}

/* line 177, resources/assets/styles/modules/_contact-information.scss */

.et-db #et-boc .et-l .hot-contact-information__list-item--expanded .hot-contact-information__list-contact-group,
#et-boc .et-l .hot-contact-information__list-item--expanded .hot-contact-information__list-contact-group,
.hot-contact-information__list-item--expanded .hot-contact-information__list-contact-group,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item--expanded .hot-contact-information__list-contact-group,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-contact-group,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-contact-group,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-item--expanded .hot-contact-information__list-contact-group,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-item--expanded .hot-contact-information__list-contact-group {
  opacity: 1;
  visibility: visible;
}

/* line 184, resources/assets/styles/modules/_contact-information.scss */

.et-db #et-boc .et-l .hot-contact-information__list-header,
#et-boc .et-l .hot-contact-information__list-header,
.hot-contact-information__list-header,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-header,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-header,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-header,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-header,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-header {
  font-family: "MaisonNeueWEB-Demi", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.9375rem;
  letter-spacing: 0.125rem;
  position: relative;
  border: none;
  background: none;
  color: #c04635;
  padding: 0;
  text-align: left;
}

@media (min-width: 48em) {
  /* line 184, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-header,
  #et-boc .et-l .hot-contact-information__list-header,
  .hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-header {
    letter-spacing: 0.08em;
  }
}

@media (min-width: 85.375em) {
  /* line 184, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-header,
  #et-boc .et-l .hot-contact-information__list-header,
  .hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-header {
    font-size: 2.0625rem;
    line-height: 2.5625rem;
    letter-spacing: 0.1875rem;
  }
}

@media (min-width: 0) {
  /* line 184, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-header,
  #et-boc .et-l .hot-contact-information__list-header,
  .hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-header {
    padding-left: 1.59687rem;
    padding-right: 9.0625rem;
    width: 100%;
  }
}

@media (min-width: 48rem) {
  /* line 184, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-header,
  #et-boc .et-l .hot-contact-information__list-header,
  .hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-header {
    padding-left: 3.75rem;
    padding-right: 1.25rem;
    width: 38%;
  }
}

@media (min-width: 85.375rem) {
  /* line 184, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-header,
  #et-boc .et-l .hot-contact-information__list-header,
  .hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-header {
    padding-left: 5.375rem;
    padding-right: 3.4375rem;
    width: 33%;
  }
}

/* line 204, resources/assets/styles/modules/_contact-information.scss */

.et-db #et-boc .et-l .hot-contact-information__list-content,
#et-boc .et-l .hot-contact-information__list-content,
.hot-contact-information__list-content,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-content,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-content {
  height: 0;
  background-color: #fcc246;
  opacity: 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 48em) {
  /* line 204, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-content,
  #et-boc .et-l .hot-contact-information__list-content,
  .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-content {
    position: absolute;
    top: 2.9375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 204, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-content,
  #et-boc .et-l .hot-contact-information__list-content,
  .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-content {
    top: 9.9375rem;
    right: 0;
  }
}

@media (min-width: 48rem) {
  /* line 204, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-content,
  #et-boc .et-l .hot-contact-information__list-content,
  .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-content {
    width: 53.11615%;
    left: 22.5rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 204, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-content,
  #et-boc .et-l .hot-contact-information__list-content,
  .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-content {
    width: 55.72264%;
    left: 33.125rem;
  }
}

/* line 235, resources/assets/styles/modules/_contact-information.scss */

.et-db #et-boc .et-l .hot-contact-information__list-content p:first-child,
#et-boc .et-l .hot-contact-information__list-content p:first-child,
.hot-contact-information__list-content p:first-child,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-content p:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-content p:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-content p:first-child,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-content p:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-content p:first-child {
  font-family: "MaisonNeueMonoWEB-Regular", monospace;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

/* line 239, resources/assets/styles/modules/_contact-information.scss */

.et-db #et-boc .et-l .hot-contact-information__list-content p:last-child,
#et-boc .et-l .hot-contact-information__list-content p:last-child,
.hot-contact-information__list-content p:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-content p:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-content p:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-content p:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-content p:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-content p:last-child {
  font-family: "MaisonNeueMonoWEB-Bold", monospace;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

/* line 244, resources/assets/styles/modules/_contact-information.scss */

.et-db #et-boc .et-l .hot-contact-information__list-contact-group,
#et-boc .et-l .hot-contact-information__list-contact-group,
.hot-contact-information__list-contact-group,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-contact-group,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-group,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-group,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-contact-group,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-group {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 600ms ease 300ms, opacity 600ms ease 300ms;
  -o-transition: visibility 600ms ease 300ms, opacity 600ms ease 300ms;
  transition: visibility 600ms ease 300ms, opacity 600ms ease 300ms;
}

@media (min-width: 0) {
  /* line 244, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-contact-group,
  #et-boc .et-l .hot-contact-information__list-contact-group,
  .hot-contact-information__list-contact-group,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-contact-group,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-group,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-group,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-contact-group,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-group {
    margin-left: 1.59687rem;
  }
}

@media (min-width: 48rem) {
  /* line 244, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-contact-group,
  #et-boc .et-l .hot-contact-information__list-contact-group,
  .hot-contact-information__list-contact-group,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-contact-group,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-group,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-group,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-contact-group,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-group {
    margin-left: 0;
  }
}

/* line 255, resources/assets/styles/modules/_contact-information.scss */

.et-db #et-boc .et-l .hot-contact-information__list-contact-detail:not(:last-child),
#et-boc .et-l .hot-contact-information__list-contact-detail:not(:last-child),
.hot-contact-information__list-contact-detail:not(:last-child),
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-contact-detail:not(:last-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-detail:not(:last-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-detail:not(:last-child),
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-contact-detail:not(:last-child),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-detail:not(:last-child) {
  margin-bottom: 1.25rem;
}

/* line 259, resources/assets/styles/modules/_contact-information.scss */

.et-db #et-boc .et-l .hot-contact-information__list-contact-detail p:last-child,
#et-boc .et-l .hot-contact-information__list-contact-detail p:last-child,
.hot-contact-information__list-contact-detail p:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-contact-detail p:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-detail p:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-detail p:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-contact-detail p:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-detail p:last-child {
  white-space: pre-wrap;
}

@media (min-width: 85.375em) {
  /* line 254, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-contact-detail,
  #et-boc .et-l .hot-contact-information__list-contact-detail,
  .hot-contact-information__list-contact-detail,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-contact-detail,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-detail,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-detail,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-contact-detail,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-detail {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }

  /* line 267, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-contact-detail p:first-child,
  #et-boc .et-l .hot-contact-information__list-contact-detail p:first-child,
  .hot-contact-information__list-contact-detail p:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-contact-detail p:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-detail p:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-detail p:first-child,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-contact-detail p:first-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-detail p:first-child {
    grid-column: 1;
  }

  /* line 271, resources/assets/styles/modules/_contact-information.scss */

  .et-db #et-boc .et-l .hot-contact-information__list-contact-detail p:last-child,
  #et-boc .et-l .hot-contact-information__list-contact-detail p:last-child,
  .hot-contact-information__list-contact-detail p:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-contact-detail p:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-detail p:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-detail p:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-contact-information__list-contact-detail p:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-contact-information__list-contact-detail p:last-child {
    grid-column: 2;
  }
}

@media (max-width: 47.99em) {
  /* line 3, resources/assets/styles/modules/_product-finder-body.scss */

  .et-db #et-boc .et-l .hot-product-finder-body,
  #et-boc .et-l .hot-product-finder-body,
  .hot-product-finder-body,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body {
    background: #fff;
  }
}

/* line 8, resources/assets/styles/modules/_product-finder-body.scss */

.et-db #et-boc .et-l .hot-product-finder-body__contain,
#et-boc .et-l .hot-product-finder-body__contain,
.hot-product-finder-body__contain,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__contain,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__contain,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__contain,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__contain,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__contain {
  background: #fff;
}

@media (min-width: 0) {
  /* line 8, resources/assets/styles/modules/_product-finder-body.scss */

  .et-db #et-boc .et-l .hot-product-finder-body__contain,
  #et-boc .et-l .hot-product-finder-body__contain,
  .hot-product-finder-body__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__contain {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 48rem) {
  /* line 8, resources/assets/styles/modules/_product-finder-body.scss */

  .et-db #et-boc .et-l .hot-product-finder-body__contain,
  #et-boc .et-l .hot-product-finder-body__contain,
  .hot-product-finder-body__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__contain {
    padding-bottom: 5rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 8, resources/assets/styles/modules/_product-finder-body.scss */

  .et-db #et-boc .et-l .hot-product-finder-body__contain,
  #et-boc .et-l .hot-product-finder-body__contain,
  .hot-product-finder-body__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__contain {
    padding-bottom: 6.25rem;
  }
}

/* line 16, resources/assets/styles/modules/_product-finder-body.scss */

.et-db #et-boc .et-l .hot-product-finder-body__text-block,
#et-boc .et-l .hot-product-finder-body__text-block,
.hot-product-finder-body__text-block,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__text-block,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__text-block,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__text-block,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__text-block,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__text-block {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
}

@media (min-width: 48em) {
  /* line 16, resources/assets/styles/modules/_product-finder-body.scss */

  .et-db #et-boc .et-l .hot-product-finder-body__text-block,
  #et-boc .et-l .hot-product-finder-body__text-block,
  .hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__text-block {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 16, resources/assets/styles/modules/_product-finder-body.scss */

  .et-db #et-boc .et-l .hot-product-finder-body__text-block,
  #et-boc .et-l .hot-product-finder-body__text-block,
  .hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__text-block {
    letter-spacing: 0.03125rem;
  }
}

@media (min-width: 0) {
  /* line 16, resources/assets/styles/modules/_product-finder-body.scss */

  .et-db #et-boc .et-l .hot-product-finder-body__text-block,
  #et-boc .et-l .hot-product-finder-body__text-block,
  .hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__text-block {
    grid-column-end: span 4;
    margin-top: 1.875rem;
  }
}

@media (min-width: 48rem) {
  /* line 16, resources/assets/styles/modules/_product-finder-body.scss */

  .et-db #et-boc .et-l .hot-product-finder-body__text-block,
  #et-boc .et-l .hot-product-finder-body__text-block,
  .hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__text-block {
    grid-column-start: 3;
    grid-column-end: span 8;
    margin-top: 5rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 16, resources/assets/styles/modules/_product-finder-body.scss */

  .et-db #et-boc .et-l .hot-product-finder-body__text-block,
  #et-boc .et-l .hot-product-finder-body__text-block,
  .hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__text-block,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__text-block {
    margin-top: 6.25rem;
  }
}

/* line 24, resources/assets/styles/modules/_product-finder-body.scss */

.et-db #et-boc .et-l .hot-product-finder-body__text-block h3,
#et-boc .et-l .hot-product-finder-body__text-block h3,
.hot-product-finder-body__text-block h3,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__text-block h3,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__text-block h3,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__text-block h3,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__text-block h3,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__text-block h3 {
  font-weight: bold;
  margin-bottom: 1.25rem;
}

/* line 30, resources/assets/styles/modules/_product-finder-body.scss */

.et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
#et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
.hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
#et-boc .et-l .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
.hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .hot-product-finder-body + .hot-product-finder-body__iframe,
#et-boc .et-l .hot-product-finder-body + .hot-product-finder-body__iframe,
.hot-product-finder-body + .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
#et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
.hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
#et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
.hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
.et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
#et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
.hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
.et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
#et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
.hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
.et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
#et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
.hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe {
  position: relative;
  height: 75vh;
  min-height: 25rem;
  max-height: 50rem;
  width: 100%;
}

/* line 179, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
#et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
.hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
#et-boc .et-l .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
.hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .hot-product-finder-body + .hot-product-finder-body__iframe::before,
#et-boc .et-l .hot-product-finder-body + .hot-product-finder-body__iframe::before,
.hot-product-finder-body + .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
#et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
.hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
#et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
.hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
#et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
.hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
#et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
.hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
#et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
.hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 192.71137%;
}

/* line 186, resources/assets/styles/abstracts/_mixins.scss */

.et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
#et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
.hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
#et-boc .et-l .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
.hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .hot-product-finder-body + .hot-product-finder-body__iframe > *,
#et-boc .et-l .hot-product-finder-body + .hot-product-finder-body__iframe > *,
.hot-product-finder-body + .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
#et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
.hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
#et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
.hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
#et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
.hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
#et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
.hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
#et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
.hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

@media (min-width: 48em) {
  /* line 30, resources/assets/styles/modules/_product-finder-body.scss */

  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
  .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
  #et-boc .et-l .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
  .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .hot-product-finder-body + .hot-product-finder-body__iframe,
  #et-boc .et-l .hot-product-finder-body + .hot-product-finder-body__iframe,
  .hot-product-finder-body + .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe {
    position: relative;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
  .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
  #et-boc .et-l .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
  .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .hot-product-finder-body + .hot-product-finder-body__iframe::before,
  #et-boc .et-l .hot-product-finder-body + .hot-product-finder-body__iframe::before,
  .hot-product-finder-body + .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 67.0904%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
  .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
  #et-boc .et-l .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
  .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .hot-product-finder-body + .hot-product-finder-body__iframe > *,
  #et-boc .et-l .hot-product-finder-body + .hot-product-finder-body__iframe > *,
  .hot-product-finder-body + .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

@media (min-width: 85.375em) {
  /* line 30, resources/assets/styles/modules/_product-finder-body.scss */

  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
  .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
  #et-boc .et-l .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
  .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .hot-product-finder-body + .hot-product-finder-body__iframe,
  #et-boc .et-l .hot-product-finder-body + .hot-product-finder-body__iframe,
  .hot-product-finder-body + .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe {
    position: relative;
  }

  /* line 179, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
  .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
  #et-boc .et-l .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
  .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .hot-product-finder-body + .hot-product-finder-body__iframe::before,
  #et-boc .et-l .hot-product-finder-body + .hot-product-finder-body__iframe::before,
  .hot-product-finder-body + .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 55.46218%;
  }

  /* line 186, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
  .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
  #et-boc .et-l .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
  .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + #et-boc .et-l .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .hot-product-finder-body + .hot-product-finder-body__iframe > *,
  #et-boc .et-l .hot-product-finder-body + .hot-product-finder-body__iframe > *,
  .hot-product-finder-body + .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  #et-boc .et-l .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module .hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > *,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-product-finder-body__iframe > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

/* line 49, resources/assets/styles/modules/_product-finder-body.scss */

.hot_product_finder_body {
  margin-bottom: 1.25rem !important;
}

/* line 3, resources/assets/styles/modules/_careers.scss */

.et-db #et-boc .et-l .hot-careers,
#et-boc .et-l .hot-careers,
.hot-careers,
.et-db #et-boc .et-l .et_pb_module .hot-careers,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers,
.et-db #et-boc .et-l .et_pb_module .hot-careers,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers {
  margin: 3.75rem 0;
}

@media (min-width: 48em) {
  /* line 3, resources/assets/styles/modules/_careers.scss */

  .et-db #et-boc .et-l .hot-careers,
  #et-boc .et-l .hot-careers,
  .hot-careers,
  .et-db #et-boc .et-l .et_pb_module .hot-careers,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers,
  .et-db #et-boc .et-l .et_pb_module .hot-careers,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers {
    margin: 5rem 0;
  }
}

@media (min-width: 85.375em) {
  /* line 3, resources/assets/styles/modules/_careers.scss */

  .et-db #et-boc .et-l .hot-careers,
  #et-boc .et-l .hot-careers,
  .hot-careers,
  .et-db #et-boc .et-l .et_pb_module .hot-careers,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers,
  .et-db #et-boc .et-l .et_pb_module .hot-careers,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers {
    margin: 5.8125rem 0 9.25rem;
  }
}

/* line 14, resources/assets/styles/modules/_careers.scss */

.et-db #et-boc .et-l .hot-careers__title-top,
#et-boc .et-l .hot-careers__title-top,
.hot-careers__title-top,
.et-db #et-boc .et-l .et_pb_module .hot-careers__title-top,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-top,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-top,
.et-db #et-boc .et-l .et_pb_module .hot-careers__title-top,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-top {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.75rem;
  line-height: 3.25rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  grid-column: span 4;
  margin-bottom: -0.375rem;
  display: block;
  color: #c04635;
  word-wrap: break-word;
  word-break: break-all;
  /* Firefox */
}

@media (min-width: 48em) {
  /* line 14, resources/assets/styles/modules/_careers.scss */

  .et-db #et-boc .et-l .hot-careers__title-top,
  #et-boc .et-l .hot-careers__title-top,
  .hot-careers__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-top {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 14, resources/assets/styles/modules/_careers.scss */

  .et-db #et-boc .et-l .hot-careers__title-top,
  #et-boc .et-l .hot-careers__title-top,
  .hot-careers__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-top {
    font-size: 8.75rem;
    line-height: 7.875rem;
  }
}

@media (min-width: 48em) {
  /* line 14, resources/assets/styles/modules/_careers.scss */

  .et-db #et-boc .et-l .hot-careers__title-top,
  #et-boc .et-l .hot-careers__title-top,
  .hot-careers__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-top {
    grid-column: span 12;
    margin-bottom: -0.75rem;
  }
}

@media (min-width: 85.375em) {
  /* line 14, resources/assets/styles/modules/_careers.scss */

  .et-db #et-boc .et-l .hot-careers__title-top,
  #et-boc .et-l .hot-careers__title-top,
  .hot-careers__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-top,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__title-top,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-top {
    margin-bottom: -1rem;
    padding-left: 7rem;
  }
}

/* line 35, resources/assets/styles/modules/_careers.scss */

.et-db #et-boc .et-l .hot-careers__title-bottom,
#et-boc .et-l .hot-careers__title-bottom,
.hot-careers__title-bottom,
.et-db #et-boc .et-l .et_pb_module .hot-careers__title-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-bottom,
.et-db #et-boc .et-l .et_pb_module .hot-careers__title-bottom,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-bottom {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin: 1.25rem 0 1.875rem 4.5625rem;
  display: block;
  padding-left: calc(rem(67) - 16px);
  color: #c04635;
}

@media (min-width: 48em) {
  /* line 35, resources/assets/styles/modules/_careers.scss */

  .et-db #et-boc .et-l .hot-careers__title-bottom,
  #et-boc .et-l .hot-careers__title-bottom,
  .hot-careers__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-bottom {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 35, resources/assets/styles/modules/_careers.scss */

  .et-db #et-boc .et-l .hot-careers__title-bottom,
  #et-boc .et-l .hot-careers__title-bottom,
  .hot-careers__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-bottom {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 48em) {
  /* line 35, resources/assets/styles/modules/_careers.scss */

  .et-db #et-boc .et-l .hot-careers__title-bottom,
  #et-boc .et-l .hot-careers__title-bottom,
  .hot-careers__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-bottom {
    margin: 1.0625rem 0 1.25rem 3.75rem;
    padding-left: calc(rem(91) - 30px);
  }
}

@media (min-width: 85.375em) {
  /* line 35, resources/assets/styles/modules/_careers.scss */

  .et-db #et-boc .et-l .hot-careers__title-bottom,
  #et-boc .et-l .hot-careers__title-bottom,
  .hot-careers__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-bottom,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__title-bottom,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__title-bottom {
    margin: 1.6875rem 0 3rem;
    padding-left: 0;
  }
}

/* line 54, resources/assets/styles/modules/_careers.scss */

.et-db #et-boc .et-l .hot-careers__panel,
#et-boc .et-l .hot-careers__panel,
.hot-careers__panel,
.et-db #et-boc .et-l .et_pb_module .hot-careers__panel,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__panel,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__panel,
.et-db #et-boc .et-l .et_pb_module .hot-careers__panel,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__panel {
  background-color: #e8e0d6;
}

/* line 58, resources/assets/styles/modules/_careers.scss */

.et-db #et-boc .et-l .hot-careers__panel > .hot-container,
#et-boc .et-l .hot-careers__panel > .hot-container,
.hot-careers__panel > .hot-container,
.et-db #et-boc .et-l .et_pb_module .hot-careers__panel > .hot-container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__panel > .hot-container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__panel > .hot-container,
.et-db #et-boc .et-l .et_pb_module .hot-careers__panel > .hot-container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__panel > .hot-container {
  padding-bottom: 2.5rem;
}

@media (min-width: 85.375em) {
  /* line 58, resources/assets/styles/modules/_careers.scss */

  .et-db #et-boc .et-l .hot-careers__panel > .hot-container,
  #et-boc .et-l .hot-careers__panel > .hot-container,
  .hot-careers__panel > .hot-container,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__panel > .hot-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__panel > .hot-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__panel > .hot-container,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__panel > .hot-container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__panel > .hot-container {
    padding-bottom: 4.5625rem;
  }

  /* line 65, resources/assets/styles/modules/_careers.scss */

  .et-db #et-boc .et-l .hot-careers__panel > .hot-container::before,
  #et-boc .et-l .hot-careers__panel > .hot-container::before,
  .hot-careers__panel > .hot-container::before,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__panel > .hot-container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__panel > .hot-container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__panel > .hot-container::before,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__panel > .hot-container::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__panel > .hot-container::before {
    content: "";
    position: absolute;
    right: 100%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f7f5f2;
  }
}

/* line 77, resources/assets/styles/modules/_careers.scss */

.et-db #et-boc .et-l .hot-careers__content,
#et-boc .et-l .hot-careers__content,
.hot-careers__content,
.et-db #et-boc .et-l .et_pb_module .hot-careers__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__content,
.et-db #et-boc .et-l .et_pb_module .hot-careers__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__content {
  grid-column: span 4;
}

@media (min-width: 48em) {
  /* line 77, resources/assets/styles/modules/_careers.scss */

  .et-db #et-boc .et-l .hot-careers__content,
  #et-boc .et-l .hot-careers__content,
  .hot-careers__content,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__content,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__content {
    grid-column: span 12;
  }
}

@media (min-width: 85.375em) {
  /* line 77, resources/assets/styles/modules/_careers.scss */

  .et-db #et-boc .et-l .hot-careers__content,
  #et-boc .et-l .hot-careers__content,
  .hot-careers__content,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__content,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__content {
    grid-column: 3 / span 9;
  }
}

/* line 89, resources/assets/styles/modules/_careers.scss */

.et-db #et-boc .et-l .hot-careers__table,
#et-boc .et-l .hot-careers__table,
.hot-careers__table,
.et-db #et-boc .et-l .et_pb_module .hot-careers__table,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__table,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__table,
.et-db #et-boc .et-l .et_pb_module .hot-careers__table,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__table {
  overflow-x: auto;
  margin: 0 -1rem;
  padding: 0 1rem;
}

@media (min-width: 48em) {
  /* line 89, resources/assets/styles/modules/_careers.scss */

  .et-db #et-boc .et-l .hot-careers__table,
  #et-boc .et-l .hot-careers__table,
  .hot-careers__table,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__table,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__table,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__table,
  .et-db #et-boc .et-l .et_pb_module .hot-careers__table,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers__table {
    overflow-x: initial;
    margin: 0;
    padding: 0;
  }
}

/* line 102, resources/assets/styles/modules/_careers.scss */

.et-db #et-boc .et-l .hot-careers #smartWidget0,
#et-boc .et-l .hot-careers #smartWidget0,
.hot-careers #smartWidget0,
.et-db #et-boc .et-l .et_pb_module .hot-careers #smartWidget0,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers #smartWidget0,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers #smartWidget0,
.et-db #et-boc .et-l .et_pb_module .hot-careers #smartWidget0,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers #smartWidget0 {
  width: 51.25rem;
  padding: 0.4375rem 1.25rem 0.375rem;
  background-color: #fff;
}

@media (min-width: 48em) {
  /* line 102, resources/assets/styles/modules/_careers.scss */

  .et-db #et-boc .et-l .hot-careers #smartWidget0,
  #et-boc .et-l .hot-careers #smartWidget0,
  .hot-careers #smartWidget0,
  .et-db #et-boc .et-l .et_pb_module .hot-careers #smartWidget0,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers #smartWidget0,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers #smartWidget0,
  .et-db #et-boc .et-l .et_pb_module .hot-careers #smartWidget0,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers #smartWidget0 {
    width: 100%;
  }
}

@media (min-width: 85.375em) {
  /* line 102, resources/assets/styles/modules/_careers.scss */

  .et-db #et-boc .et-l .hot-careers #smartWidget0,
  #et-boc .et-l .hot-careers #smartWidget0,
  .hot-careers #smartWidget0,
  .et-db #et-boc .et-l .et_pb_module .hot-careers #smartWidget0,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers #smartWidget0,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers #smartWidget0,
  .et-db #et-boc .et-l .et_pb_module .hot-careers #smartWidget0,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers #smartWidget0 {
    padding: 0.4375rem 1.875rem 0.375rem;
  }
}

/* line 117, resources/assets/styles/modules/_careers.scss */

.et-db #et-boc .et-l .hot-careers .srJobList,
#et-boc .et-l .hot-careers .srJobList,
.hot-careers .srJobList,
.et-db #et-boc .et-l .et_pb_module .hot-careers .srJobList,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobList,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobList,
.et-db #et-boc .et-l .et_pb_module .hot-careers .srJobList,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobList {
  border-collapse: collapse;
}

/* line 122, resources/assets/styles/modules/_careers.scss */

.et-db #et-boc .et-l .hot-careers tr,
#et-boc .et-l .hot-careers tr,
.hot-careers tr,
.et-db #et-boc .et-l .et_pb_module .hot-careers tr,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers tr,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers tr,
.et-db #et-boc .et-l .et_pb_module .hot-careers tr,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers tr {
  border-bottom: solid 0.0625rem #a8a5a4;
}

/* line 127, resources/assets/styles/modules/_careers.scss */

.et-db #et-boc .et-l .hot-careers .srJobListTitles,
#et-boc .et-l .hot-careers .srJobListTitles,
.hot-careers .srJobListTitles,
.et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListTitles,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListTitles,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListTitles,
.et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListTitles,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListTitles {
  border-bottom: solid 0.125rem #ddaa3e;
}

/* line 132, resources/assets/styles/modules/_careers.scss */

.et-db #et-boc .et-l .hot-careers tr:nth-child(2),
#et-boc .et-l .hot-careers tr:nth-child(2),
.hot-careers tr:nth-child(2),
.et-db #et-boc .et-l .et_pb_module .hot-careers tr:nth-child(2),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers tr:nth-child(2),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers tr:nth-child(2),
.et-db #et-boc .et-l .et_pb_module .hot-careers tr:nth-child(2),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers tr:nth-child(2) {
  padding-top: 0.5625rem;
}

/* line 136, resources/assets/styles/modules/_careers.scss */

.et-db #et-boc .et-l .hot-careers tr:last-child,
#et-boc .et-l .hot-careers tr:last-child,
.hot-careers tr:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-careers tr:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers tr:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers tr:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-careers tr:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers tr:last-child {
  border-bottom: 0;
}

/* line 141, resources/assets/styles/modules/_careers.scss */

.et-db #et-boc .et-l .hot-careers .srJobListJobTitle,
.et-db #et-boc .et-l .hot-careers .srJobListTypeOfEmployment,
.et-db #et-boc .et-l .hot-careers .srJobListLocation,
.et-db #et-boc .et-l .hot-careers .srJobListPublishedSince,
#et-boc .et-l .hot-careers .srJobListJobTitle,
#et-boc .et-l .hot-careers .srJobListTypeOfEmployment,
#et-boc .et-l .hot-careers .srJobListLocation,
#et-boc .et-l .hot-careers .srJobListPublishedSince,
.hot-careers .srJobListJobTitle,
.hot-careers .srJobListTypeOfEmployment,
.hot-careers .srJobListLocation,
.hot-careers .srJobListPublishedSince,
.et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListJobTitle,
.et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListTypeOfEmployment,
.et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListLocation,
.et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListPublishedSince,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListJobTitle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListTypeOfEmployment,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListLocation,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListPublishedSince,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListJobTitle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListTypeOfEmployment,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListLocation,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListPublishedSince,
.et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListJobTitle,
.et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListTypeOfEmployment,
.et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListLocation,
.et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListPublishedSince,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListJobTitle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListTypeOfEmployment,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListLocation,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListPublishedSince {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.03125rem;
  padding: 1.125rem 1.25rem 1.125rem 0;
}

@media (min-width: 48em) {
  /* line 141, resources/assets/styles/modules/_careers.scss */

  .et-db #et-boc .et-l .hot-careers .srJobListJobTitle,
  .et-db #et-boc .et-l .hot-careers .srJobListTypeOfEmployment,
  .et-db #et-boc .et-l .hot-careers .srJobListLocation,
  .et-db #et-boc .et-l .hot-careers .srJobListPublishedSince,
  #et-boc .et-l .hot-careers .srJobListJobTitle,
  #et-boc .et-l .hot-careers .srJobListTypeOfEmployment,
  #et-boc .et-l .hot-careers .srJobListLocation,
  #et-boc .et-l .hot-careers .srJobListPublishedSince,
  .hot-careers .srJobListJobTitle,
  .hot-careers .srJobListTypeOfEmployment,
  .hot-careers .srJobListLocation,
  .hot-careers .srJobListPublishedSince,
  .et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListJobTitle,
  .et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListTypeOfEmployment,
  .et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListLocation,
  .et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListPublishedSince,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListJobTitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListTypeOfEmployment,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListLocation,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListPublishedSince,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListJobTitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListTypeOfEmployment,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListLocation,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListPublishedSince,
  .et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListJobTitle,
  .et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListTypeOfEmployment,
  .et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListLocation,
  .et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListPublishedSince,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListJobTitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListTypeOfEmployment,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListLocation,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListPublishedSince {
    width: 23%;
  }
}

@media (min-width: 48em) {
  /* line 155, resources/assets/styles/modules/_careers.scss */

  .et-db #et-boc .et-l .hot-careers .srJobListJobTitle,
  #et-boc .et-l .hot-careers .srJobListJobTitle,
  .hot-careers .srJobListJobTitle,
  .et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListJobTitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListJobTitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListJobTitle,
  .et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListJobTitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListJobTitle {
    width: 29%;
  }
}

@media (min-width: 85.375em) {
  /* line 155, resources/assets/styles/modules/_careers.scss */

  .et-db #et-boc .et-l .hot-careers .srJobListJobTitle,
  #et-boc .et-l .hot-careers .srJobListJobTitle,
  .hot-careers .srJobListJobTitle,
  .et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListJobTitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListJobTitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListJobTitle,
  .et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListJobTitle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListJobTitle {
    width: 25.9375rem;
  }
}

/* line 165, resources/assets/styles/modules/_careers.scss */

.et-db #et-boc .et-l .hot-careers .srJobListPublishedSince,
#et-boc .et-l .hot-careers .srJobListPublishedSince,
.hot-careers .srJobListPublishedSince,
.et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListPublishedSince,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListPublishedSince,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListPublishedSince,
.et-db #et-boc .et-l .et_pb_module .hot-careers .srJobListPublishedSince,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers .srJobListPublishedSince {
  padding-right: 0;
  text-align: right;
}

/* line 171, resources/assets/styles/modules/_careers.scss */

.et-db #et-boc .et-l .hot-careers th.srJobListJobTitle,
.et-db #et-boc .et-l .hot-careers th.srJobListTypeOfEmployment,
.et-db #et-boc .et-l .hot-careers th.srJobListLocation,
.et-db #et-boc .et-l .hot-careers th.srJobListPublishedSince,
#et-boc .et-l .hot-careers th.srJobListJobTitle,
#et-boc .et-l .hot-careers th.srJobListTypeOfEmployment,
#et-boc .et-l .hot-careers th.srJobListLocation,
#et-boc .et-l .hot-careers th.srJobListPublishedSince,
.hot-careers th.srJobListJobTitle,
.hot-careers th.srJobListTypeOfEmployment,
.hot-careers th.srJobListLocation,
.hot-careers th.srJobListPublishedSince,
.et-db #et-boc .et-l .et_pb_module .hot-careers th.srJobListJobTitle,
.et-db #et-boc .et-l .et_pb_module .hot-careers th.srJobListTypeOfEmployment,
.et-db #et-boc .et-l .et_pb_module .hot-careers th.srJobListLocation,
.et-db #et-boc .et-l .et_pb_module .hot-careers th.srJobListPublishedSince,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers th.srJobListJobTitle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers th.srJobListTypeOfEmployment,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers th.srJobListLocation,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers th.srJobListPublishedSince,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers th.srJobListJobTitle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers th.srJobListTypeOfEmployment,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers th.srJobListLocation,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers th.srJobListPublishedSince,
.et-db #et-boc .et-l .et_pb_module .hot-careers th.srJobListJobTitle,
.et-db #et-boc .et-l .et_pb_module .hot-careers th.srJobListTypeOfEmployment,
.et-db #et-boc .et-l .et_pb_module .hot-careers th.srJobListLocation,
.et-db #et-boc .et-l .et_pb_module .hot-careers th.srJobListPublishedSince,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers th.srJobListJobTitle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers th.srJobListTypeOfEmployment,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers th.srJobListLocation,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers th.srJobListPublishedSince {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.1875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
  text-align: left;
}

/* line 183, resources/assets/styles/modules/_careers.scss */

.et-db #et-boc .et-l .hot-careers th.srJobListPublishedSince,
#et-boc .et-l .hot-careers th.srJobListPublishedSince,
.hot-careers th.srJobListPublishedSince,
.et-db #et-boc .et-l .et_pb_module .hot-careers th.srJobListPublishedSince,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers th.srJobListPublishedSince,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers th.srJobListPublishedSince,
.et-db #et-boc .et-l .et_pb_module .hot-careers th.srJobListPublishedSince,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers th.srJobListPublishedSince {
  text-align: right;
}

/* line 188, resources/assets/styles/modules/_careers.scss */

.et-db #et-boc .et-l .hot-careers td.srJobListJobTitle,
#et-boc .et-l .hot-careers td.srJobListJobTitle,
.hot-careers td.srJobListJobTitle,
.et-db #et-boc .et-l .et_pb_module .hot-careers td.srJobListJobTitle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers td.srJobListJobTitle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers td.srJobListJobTitle,
.et-db #et-boc .et-l .et_pb_module .hot-careers td.srJobListJobTitle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-careers td.srJobListJobTitle {
  color: #c04635;
  cursor: pointer;
}

@media (min-width: 0) {
  /* line 1, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input,
  #et-boc .et-l .hot-search-input,
  .hot-search-input,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input {
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 48rem) {
  /* line 1, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input,
  #et-boc .et-l .hot-search-input,
  .hot-search-input,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 1, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input,
  #et-boc .et-l .hot-search-input,
  .hot-search-input,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input {
    margin-bottom: 3.75rem;
  }
}

/* line 6, resources/assets/styles/modules/_search-input.scss */

.et-db #et-boc .et-l .hot-search-input__search,
#et-boc .et-l .hot-search-input__search,
.hot-search-input__search,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__search,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__search,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search {
  grid-column: 1 / span 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (min-width: 0) {
  /* line 6, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__search,
  #et-boc .et-l .hot-search-input__search,
  .hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search {
    margin-top: 1.875rem;
  }
}

@media (min-width: 48rem) {
  /* line 6, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__search,
  #et-boc .et-l .hot-search-input__search,
  .hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search {
    margin-top: 2.5rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 6, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__search,
  #et-boc .et-l .hot-search-input__search,
  .hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search {
    margin-top: 3.75rem;
    margin-left: -1.5625rem;
    margin-right: 3.58333rem;
  }
}

@media (min-width: 48em) {
  /* line 6, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__search,
  #et-boc .et-l .hot-search-input__search,
  .hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search {
    grid-column: 1 / span 12;
  }
}

@media (min-width: 85.375em) {
  /* line 6, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__search,
  #et-boc .et-l .hot-search-input__search,
  .hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search {
    grid-column: 2 / span 11;
  }
}

/* line 26, resources/assets/styles/modules/_search-input.scss */

.et-db #et-boc .et-l .hot-search-input__search-input,
.et-db #et-boc .et-l .hot-search-input__search > input[type="text"],
#et-boc .et-l .hot-search-input__search-input,
#et-boc .et-l .hot-search-input__search > input[type="text"],
.hot-search-input__search-input,
.hot-search-input__search > input[type="text"],
.et-db #et-boc .et-l .et_pb_module .hot-search-input__search-input,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__search > input[type="text"],
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-input,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search > input[type="text"],
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-input,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search > input[type="text"],
.et-db #et-boc .et-l .et_pb_module .hot-search-input__search-input,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__search > input[type="text"],
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-input,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search > input[type="text"] {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
}

@media (min-width: 85.375em) {
  /* line 26, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__search-input,
  .et-db #et-boc .et-l .hot-search-input__search > input[type="text"],
  #et-boc .et-l .hot-search-input__search-input,
  #et-boc .et-l .hot-search-input__search > input[type="text"],
  .hot-search-input__search-input,
  .hot-search-input__search > input[type="text"],
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search-input,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search > input[type="text"],
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search > input[type="text"],
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search > input[type="text"],
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search-input,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search > input[type="text"],
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search > input[type="text"] {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

@media (min-width: 0) {
  /* line 26, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__search-input,
  .et-db #et-boc .et-l .hot-search-input__search > input[type="text"],
  #et-boc .et-l .hot-search-input__search-input,
  #et-boc .et-l .hot-search-input__search > input[type="text"],
  .hot-search-input__search-input,
  .hot-search-input__search > input[type="text"],
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search-input,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search > input[type="text"],
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search > input[type="text"],
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search > input[type="text"],
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search-input,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search > input[type="text"],
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search > input[type="text"] {
    width: calc(78.52941% + 0.79844rem);
    min-height: 3.875rem;
    color: #c04635;
  }
}

@media (min-width: 48rem) {
  /* line 26, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__search-input,
  .et-db #et-boc .et-l .hot-search-input__search > input[type="text"],
  #et-boc .et-l .hot-search-input__search-input,
  #et-boc .et-l .hot-search-input__search > input[type="text"],
  .hot-search-input__search-input,
  .hot-search-input__search > input[type="text"],
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search-input,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search > input[type="text"],
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search > input[type="text"],
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search > input[type="text"],
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search-input,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search > input[type="text"],
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search > input[type="text"] {
    width: calc(77.14286% + 0.4375rem);
    min-height: 4.0625rem;
  }
}

/* line 39, resources/assets/styles/modules/_search-input.scss */

.et-db #et-boc .et-l .hot-search-input__search-submit,
#et-boc .et-l .hot-search-input__search-submit,
.hot-search-input__search-submit,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__search-submit,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__search-submit,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit {
  background-color: #c04635;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 46, resources/assets/styles/modules/_search-input.scss */

.et-db #et-boc .et-l .hot-search-input__search-submit:not([disabled]),
#et-boc .et-l .hot-search-input__search-submit:not([disabled]),
.hot-search-input__search-submit:not([disabled]),
.et-db #et-boc .et-l .et_pb_module .hot-search-input__search-submit:not([disabled]),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit:not([disabled]),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit:not([disabled]),
.et-db #et-boc .et-l .et_pb_module .hot-search-input__search-submit:not([disabled]),
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit:not([disabled]) {
  cursor: pointer;
}

@media (min-width: 0) {
  /* line 39, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__search-submit,
  #et-boc .et-l .hot-search-input__search-submit,
  .hot-search-input__search-submit,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit {
    min-width: 3.875rem;
    min-height: 3.875rem;
  }
}

@media (min-width: 48rem) {
  /* line 39, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__search-submit,
  #et-boc .et-l .hot-search-input__search-submit,
  .hot-search-input__search-submit,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit {
    min-width: 22%;
    min-height: 4.0625rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 39, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__search-submit,
  #et-boc .et-l .hot-search-input__search-submit,
  .hot-search-input__search-submit,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search-submit,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit {
    min-width: 17.1875rem;
  }
}

/* line 55, resources/assets/styles/modules/_search-input.scss */

.et-db #et-boc .et-l .hot-search-input__search-submit > span,
#et-boc .et-l .hot-search-input__search-submit > span,
.hot-search-input__search-submit > span,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__search-submit > span,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit > span,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit > span,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__search-submit > span,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit > span {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  color: #fff;
  margin-right: 0.5625rem;
}

@media (min-width: 85.375em) {
  /* line 55, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__search-submit > span,
  #et-boc .et-l .hot-search-input__search-submit > span,
  .hot-search-input__search-submit > span,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search-submit > span,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit > span,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit > span,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search-submit > span,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit > span {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

@media (max-width: 47.9375em) {
  /* line 55, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__search-submit > span,
  #et-boc .et-l .hot-search-input__search-submit > span,
  .hot-search-input__search-submit > span,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search-submit > span,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit > span,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit > span,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__search-submit > span,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-submit > span {
    display: none;
  }
}

/* line 67, resources/assets/styles/modules/_search-input.scss */

.et-db #et-boc .et-l .hot-search-input__search-clear,
#et-boc .et-l .hot-search-input__search-clear,
.hot-search-input__search-clear,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__search-clear,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-clear,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-clear,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__search-clear,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-clear {
  display: block;
  position: absolute;
  top: 50%;
  left: 1.5625rem;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

/* line 75, resources/assets/styles/modules/_search-input.scss */

.et-db #et-boc .et-l .hot-search-input__search-clear.hidden,
#et-boc .et-l .hot-search-input__search-clear.hidden,
.hot-search-input__search-clear.hidden,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__search-clear.hidden,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-clear.hidden,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-clear.hidden,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__search-clear.hidden,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__search-clear.hidden {
  display: none;
}

/* line 81, resources/assets/styles/modules/_search-input.scss */

.et-db #et-boc .et-l .hot-search-input__filter,
#et-boc .et-l .hot-search-input__filter,
.hot-search-input__filter,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter {
  grid-column: 1 / span 4;
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
}

@media (min-width: 48em) {
  /* line 81, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__filter,
  #et-boc .et-l .hot-search-input__filter,
  .hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter {
    grid-column: 1 / span 12;
  }
}

@media (min-width: 48em) {
  /* line 81, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__filter,
  #et-boc .et-l .hot-search-input__filter,
  .hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 81, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__filter,
  #et-boc .et-l .hot-search-input__filter,
  .hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter {
    letter-spacing: 0.03125rem;
  }
}

@media (min-width: 0) {
  /* line 81, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__filter,
  #et-boc .et-l .hot-search-input__filter,
  .hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter {
    position: relative;
    margin-left: 0;
    margin-top: 1.875rem;
  }
}

@media (min-width: 48rem) {
  /* line 81, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__filter,
  #et-boc .et-l .hot-search-input__filter,
  .hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter {
    margin-top: 2.5rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 81, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__filter,
  #et-boc .et-l .hot-search-input__filter,
  .hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter {
    margin-left: 7.8626%;
    margin-right: 6.87023%;
    margin-top: 3.75rem;
  }
}

/* line 93, resources/assets/styles/modules/_search-input.scss */

.et-db #et-boc .et-l .hot-search-input__filter.hidden,
#et-boc .et-l .hot-search-input__filter.hidden,
.hot-search-input__filter.hidden,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter.hidden,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter.hidden,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter.hidden,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter.hidden,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter.hidden {
  display: none;
}

/* line 97, resources/assets/styles/modules/_search-input.scss */

.et-db #et-boc .et-l .hot-search-input__filter-title,
#et-boc .et-l .hot-search-input__filter-title,
.hot-search-input__filter-title,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-title,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-title {
  width: 100%;
  margin-bottom: 1.25rem;
}

@media (max-width: 47.99em) {
  /* line 102, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__filter-or,
  #et-boc .et-l .hot-search-input__filter-or,
  .hot-search-input__filter-or,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-or,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-or,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-or,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-or,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-or {
    display: block;
    margin-top: 0.9375rem;
    margin-bottom: 0.3125rem;
    width: 100%;
  }
}

/* line 111, resources/assets/styles/modules/_search-input.scss */

.et-db #et-boc .et-l .hot-search-input__filter-dropdown,
#et-boc .et-l .hot-search-input__filter-dropdown,
.hot-search-input__filter-dropdown,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown {
  position: relative;
}

@media (min-width: 0) {
  /* line 111, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__filter-dropdown,
  #et-boc .et-l .hot-search-input__filter-dropdown,
  .hot-search-input__filter-dropdown,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown {
    width: 100%;
  }
}

@media (min-width: 48rem) {
  /* line 111, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__filter-dropdown,
  #et-boc .et-l .hot-search-input__filter-dropdown,
  .hot-search-input__filter-dropdown,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown {
    width: 36.28186%;
  }
}

@media (min-width: 85.375rem) {
  /* line 111, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__filter-dropdown,
  #et-boc .et-l .hot-search-input__filter-dropdown,
  .hot-search-input__filter-dropdown,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown {
    width: 35.70784%;
  }
}

@media (max-width: 47.99em) {
  /* line 119, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__filter-dropdown:nth-of-type(2),
  #et-boc .et-l .hot-search-input__filter-dropdown:nth-of-type(2),
  .hot-search-input__filter-dropdown:nth-of-type(2),
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown:nth-of-type(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown:nth-of-type(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown:nth-of-type(2),
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown:nth-of-type(2),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown:nth-of-type(2) {
    margin-bottom: 1.75rem;
  }
}

/* line 125, resources/assets/styles/modules/_search-input.scss */

.et-db #et-boc .et-l .hot-search-input__filter-dropdown input,
#et-boc .et-l .hot-search-input__filter-dropdown input,
.hot-search-input__filter-dropdown input,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown input,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown input,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown input,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown input,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown input {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  position: relative;
  pointer-events: none;
  outline: none;
  display: block;
  background: transparent;
  border: 0;
  border-bottom: 0.0625rem solid #c04635;
  width: 100%;
  height: 2.1875rem;
  color: #c04635;
}

@media (min-width: 48em) {
  /* line 125, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__filter-dropdown input,
  #et-boc .et-l .hot-search-input__filter-dropdown input,
  .hot-search-input__filter-dropdown input,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown input,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown input {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 125, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__filter-dropdown input,
  #et-boc .et-l .hot-search-input__filter-dropdown input,
  .hot-search-input__filter-dropdown input,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown input,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown input {
    letter-spacing: 0.03125rem;
  }
}

/* line 139, resources/assets/styles/modules/_search-input.scss */

.et-db #et-boc .et-l .hot-search-input__filter-dropdown input::-webkit-input-placeholder,
#et-boc .et-l .hot-search-input__filter-dropdown input::-webkit-input-placeholder,
.hot-search-input__filter-dropdown input::-webkit-input-placeholder,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown input::-webkit-input-placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown input::-webkit-input-placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown input::-webkit-input-placeholder,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown input::-webkit-input-placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown input::-webkit-input-placeholder {
  color: #c04635;
}

.et-db #et-boc .et-l .hot-search-input__filter-dropdown input::-moz-placeholder,
#et-boc .et-l .hot-search-input__filter-dropdown input::-moz-placeholder,
.hot-search-input__filter-dropdown input::-moz-placeholder,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown input::-moz-placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown input::-moz-placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown input::-moz-placeholder,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown input::-moz-placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown input::-moz-placeholder {
  color: #c04635;
}

.et-db #et-boc .et-l .hot-search-input__filter-dropdown input::-ms-input-placeholder,
#et-boc .et-l .hot-search-input__filter-dropdown input::-ms-input-placeholder,
.hot-search-input__filter-dropdown input::-ms-input-placeholder,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown input::-ms-input-placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown input::-ms-input-placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown input::-ms-input-placeholder,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown input::-ms-input-placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown input::-ms-input-placeholder {
  color: #c04635;
}

.et-db #et-boc .et-l .hot-search-input__filter-dropdown input::placeholder,
#et-boc .et-l .hot-search-input__filter-dropdown input::placeholder,
.hot-search-input__filter-dropdown input::placeholder,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown input::placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown input::placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown input::placeholder,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown input::placeholder,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown input::placeholder {
  color: #c04635;
}

/* line 144, resources/assets/styles/modules/_search-input.scss */

.et-db #et-boc .et-l .hot-search-input__filter-dropdown select,
#et-boc .et-l .hot-search-input__filter-dropdown select,
.hot-search-input__filter-dropdown select,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown select,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown select,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown select,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown select,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown select {
  color: #c04635;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 152, resources/assets/styles/modules/_search-input.scss */

.et-db #et-boc .et-l .hot-search-input__filter-dropdown select option.hidden,
#et-boc .et-l .hot-search-input__filter-dropdown select option.hidden,
.hot-search-input__filter-dropdown select option.hidden,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown select option.hidden,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown select option.hidden,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown select option.hidden,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown select option.hidden,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown select option.hidden {
  display: none;
}

/* line 157, resources/assets/styles/modules/_search-input.scss */

.et-db #et-boc .et-l .hot-search-input__filter-dropdown .hot-svg,
#et-boc .et-l .hot-search-input__filter-dropdown .hot-svg,
.hot-search-input__filter-dropdown .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter-dropdown .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter-dropdown .hot-svg {
  position: absolute;
  right: 0.8125rem;
  bottom: 1.3125rem;
  width: 0.8125rem;
  height: 0.375rem;
}

/* line 166, resources/assets/styles/modules/_search-input.scss */

.et-db #et-boc .et-l .hot-search-input__filter form,
#et-boc .et-l .hot-search-input__filter form,
.hot-search-input__filter form,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter form,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter form,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter form,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter form,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 173, resources/assets/styles/modules/_search-input.scss */

.et-db #et-boc .et-l .hot-search-input__filter .clear-selection,
#et-boc .et-l .hot-search-input__filter .clear-selection,
.hot-search-input__filter .clear-selection,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter .clear-selection,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .clear-selection,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .clear-selection,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter .clear-selection,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .clear-selection {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.03125rem;
  display: block;
  text-align: left;
  border: 0;
  padding: 0;
  background: none;
  color: #1f1f1f;
  cursor: pointer;
}

@media (min-width: 0) {
  /* line 173, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__filter .clear-selection,
  #et-boc .et-l .hot-search-input__filter .clear-selection,
  .hot-search-input__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .clear-selection {
    margin-top: 0;
  }
}

@media (min-width: 48rem) {
  /* line 173, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__filter .clear-selection,
  #et-boc .et-l .hot-search-input__filter .clear-selection,
  .hot-search-input__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .clear-selection {
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100;
    margin-top: 1.25rem;
    -ms-flex-preferred-size: 17%;
        flex-basis: 17%;
  }
}

@media (min-width: 85.375rem) {
  /* line 173, resources/assets/styles/modules/_search-input.scss */

  .et-db #et-boc .et-l .hot-search-input__filter .clear-selection,
  #et-boc .et-l .hot-search-input__filter .clear-selection,
  .hot-search-input__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module .hot-search-input__filter .clear-selection,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .clear-selection {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0.625rem;
            order: 0.625rem;
    margin-right: 31.25rem;
  }
}

/* line 192, resources/assets/styles/modules/_search-input.scss */

.et-db #et-boc .et-l .hot-search-input__filter .clear-selection.hidden,
#et-boc .et-l .hot-search-input__filter .clear-selection.hidden,
.hot-search-input__filter .clear-selection.hidden,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter .clear-selection.hidden,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .clear-selection.hidden,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .clear-selection.hidden,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter .clear-selection.hidden,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .clear-selection.hidden {
  display: none;
}

/* line 197, resources/assets/styles/modules/_search-input.scss */

.et-db #et-boc .et-l .hot-search-input__filter .hot-btn-arrow,
#et-boc .et-l .hot-search-input__filter .hot-btn-arrow,
.hot-search-input__filter .hot-btn-arrow,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter .hot-btn-arrow,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .hot-btn-arrow,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .hot-btn-arrow,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter .hot-btn-arrow,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .hot-btn-arrow {
  height: 1.4375rem;
  margin: 0;
  border: 0;
  color: #c04635;
  visibility: visible;
  pointer-events: all;
  cursor: pointer;
}

/* line 206, resources/assets/styles/modules/_search-input.scss */

.et-db #et-boc .et-l .hot-search-input__filter .hot-btn-arrow.fade,
#et-boc .et-l .hot-search-input__filter .hot-btn-arrow.fade,
.hot-search-input__filter .hot-btn-arrow.fade,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter .hot-btn-arrow.fade,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .hot-btn-arrow.fade,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .hot-btn-arrow.fade,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter .hot-btn-arrow.fade,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .hot-btn-arrow.fade {
  cursor: initial;
  opacity: 0.5;
  pointer-events: none;
}

/* line 212, resources/assets/styles/modules/_search-input.scss */

.et-db #et-boc .et-l .hot-search-input__filter .hot-btn-arrow .hot-svg,
#et-boc .et-l .hot-search-input__filter .hot-btn-arrow .hot-svg,
.hot-search-input__filter .hot-btn-arrow .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter .hot-btn-arrow .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .hot-btn-arrow .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .hot-btn-arrow .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter .hot-btn-arrow .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .hot-btn-arrow .hot-svg {
  height: auto !important;
  width: auto !important;
  max-height: 1.4375rem;
}

/* line 218, resources/assets/styles/modules/_search-input.scss */

.et-db #et-boc .et-l .hot-search-input__filter .hot-btn-arrow.hidden,
#et-boc .et-l .hot-search-input__filter .hot-btn-arrow.hidden,
.hot-search-input__filter .hot-btn-arrow.hidden,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter .hot-btn-arrow.hidden,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .hot-btn-arrow.hidden,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .hot-btn-arrow.hidden,
.et-db #et-boc .et-l .et_pb_module .hot-search-input__filter .hot-btn-arrow.hidden,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-input__filter .hot-btn-arrow.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* line 1, resources/assets/styles/modules/_no-results.scss */

.et-db #et-boc .et-l .hot-no-results,
#et-boc .et-l .hot-no-results,
.hot-no-results,
.et-db #et-boc .et-l .et_pb_module .hot-no-results,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results,
.et-db #et-boc .et-l .et_pb_module .hot-no-results,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results {
  width: 100%;
}

@media (min-width: 48em) {
  /* line 4, resources/assets/styles/modules/_no-results.scss */

  .et-db #et-boc .et-l .hot-no-results__container,
  #et-boc .et-l .hot-no-results__container,
  .hot-no-results__container,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__container,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__container,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__container {
    margin: 0;
  }
}

/* line 10, resources/assets/styles/modules/_no-results.scss */

.et-db #et-boc .et-l .hot-no-results__inner,
#et-boc .et-l .hot-no-results__inner,
.hot-no-results__inner,
.et-db #et-boc .et-l .et_pb_module .hot-no-results__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__inner,
.et-db #et-boc .et-l .et_pb_module .hot-no-results__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__inner {
  grid-column: 1 / span 4;
  background-color: #fff;
}

@media (min-width: 0) {
  /* line 10, resources/assets/styles/modules/_no-results.scss */

  .et-db #et-boc .et-l .hot-no-results__inner,
  #et-boc .et-l .hot-no-results__inner,
  .hot-no-results__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__inner {
    margin: 0 -1rem;
    padding: 2.5rem 1rem 10.625rem;
  }
}

@media (min-width: 48rem) {
  /* line 10, resources/assets/styles/modules/_no-results.scss */

  .et-db #et-boc .et-l .hot-no-results__inner,
  #et-boc .et-l .hot-no-results__inner,
  .hot-no-results__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__inner {
    margin: 0 -1.875rem 0 0;
    padding: 3.125rem 0 10.3125rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 10, resources/assets/styles/modules/_no-results.scss */

  .et-db #et-boc .et-l .hot-no-results__inner,
  #et-boc .et-l .hot-no-results__inner,
  .hot-no-results__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__inner {
    margin: 0 -4.0625rem 0 -2.34375rem;
    padding: 5.125rem 0 19.375rem;
  }
}

@media (min-width: 48em) {
  /* line 10, resources/assets/styles/modules/_no-results.scss */

  .et-db #et-boc .et-l .hot-no-results__inner,
  #et-boc .et-l .hot-no-results__inner,
  .hot-no-results__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__inner {
    grid-column: 3 / span 10;
  }
}

/* line 29, resources/assets/styles/modules/_no-results.scss */

.et-db #et-boc .et-l .hot-no-results__search-term,
#et-boc .et-l .hot-no-results__search-term,
.hot-no-results__search-term,
.et-db #et-boc .et-l .et_pb_module .hot-no-results__search-term,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__search-term,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__search-term,
.et-db #et-boc .et-l .et_pb_module .hot-no-results__search-term,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__search-term {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  color: #a8a5a4;
}

@media (min-width: 85.375em) {
  /* line 29, resources/assets/styles/modules/_no-results.scss */

  .et-db #et-boc .et-l .hot-no-results__search-term,
  #et-boc .et-l .hot-no-results__search-term,
  .hot-no-results__search-term,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__search-term,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__search-term,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__search-term,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__search-term,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__search-term {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

@media (min-width: 0) {
  /* line 29, resources/assets/styles/modules/_no-results.scss */

  .et-db #et-boc .et-l .hot-no-results__search-term,
  #et-boc .et-l .hot-no-results__search-term,
  .hot-no-results__search-term,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__search-term,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__search-term,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__search-term,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__search-term,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__search-term {
    margin-bottom: 5.625rem;
  }
}

@media (min-width: 48rem) {
  /* line 29, resources/assets/styles/modules/_no-results.scss */

  .et-db #et-boc .et-l .hot-no-results__search-term,
  #et-boc .et-l .hot-no-results__search-term,
  .hot-no-results__search-term,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__search-term,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__search-term,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__search-term,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__search-term,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__search-term {
    margin-left: 2.5rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 29, resources/assets/styles/modules/_no-results.scss */

  .et-db #et-boc .et-l .hot-no-results__search-term,
  #et-boc .et-l .hot-no-results__search-term,
  .hot-no-results__search-term,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__search-term,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__search-term,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__search-term,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__search-term,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__search-term {
    margin-left: 9.30625rem;
  }
}

@media (min-width: 0) {
  /* line 44, resources/assets/styles/modules/_no-results.scss */

  .et-db #et-boc .et-l .hot-no-results__message,
  #et-boc .et-l .hot-no-results__message,
  .hot-no-results__message,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__message,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__message,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message {
    text-align: center;
  }
}

@media (min-width: 48rem) {
  /* line 44, resources/assets/styles/modules/_no-results.scss */

  .et-db #et-boc .et-l .hot-no-results__message,
  #et-boc .et-l .hot-no-results__message,
  .hot-no-results__message,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__message,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__message,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message {
    margin-left: 7.5rem;
    text-align: left;
  }
}

@media (min-width: 85.375rem) {
  /* line 44, resources/assets/styles/modules/_no-results.scss */

  .et-db #et-boc .et-l .hot-no-results__message,
  #et-boc .et-l .hot-no-results__message,
  .hot-no-results__message,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__message,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__message,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message {
    margin-left: 9.30625rem;
  }
}

/* line 54, resources/assets/styles/modules/_no-results.scss */

.et-db #et-boc .et-l .hot-no-results__message h2,
#et-boc .et-l .hot-no-results__message h2,
.hot-no-results__message h2,
.et-db #et-boc .et-l .et_pb_module .hot-no-results__message h2,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h2,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h2,
.et-db #et-boc .et-l .et_pb_module .hot-no-results__message h2,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h2 {
  font-family: "BonVivant-Regular", cursive;
  font-style: italic;
  font-weight: normal;
  font-size: 6rem;
  line-height: 6rem;
  color: #e8e0d6;
}

@media (min-width: 48em) {
  /* line 54, resources/assets/styles/modules/_no-results.scss */

  .et-db #et-boc .et-l .hot-no-results__message h2,
  #et-boc .et-l .hot-no-results__message h2,
  .hot-no-results__message h2,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__message h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h2,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__message h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h2 {
    font-size: 7.25rem;
    line-height: 7.25rem;
  }
}

@media (min-width: 85.375em) {
  /* line 54, resources/assets/styles/modules/_no-results.scss */

  .et-db #et-boc .et-l .hot-no-results__message h2,
  #et-boc .et-l .hot-no-results__message h2,
  .hot-no-results__message h2,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__message h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h2,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__message h2,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h2 {
    font-size: 11rem;
    line-height: 11rem;
  }
}

/* line 60, resources/assets/styles/modules/_no-results.scss */

.et-db #et-boc .et-l .hot-no-results__message h3,
#et-boc .et-l .hot-no-results__message h3,
.hot-no-results__message h3,
.et-db #et-boc .et-l .et_pb_module .hot-no-results__message h3,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h3,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h3,
.et-db #et-boc .et-l .et_pb_module .hot-no-results__message h3,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h3 {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  color: #a8a5a4;
}

@media (min-width: 85.375em) {
  /* line 60, resources/assets/styles/modules/_no-results.scss */

  .et-db #et-boc .et-l .hot-no-results__message h3,
  #et-boc .et-l .hot-no-results__message h3,
  .hot-no-results__message h3,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__message h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h3,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__message h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h3 {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

@media (min-width: 0) {
  /* line 60, resources/assets/styles/modules/_no-results.scss */

  .et-db #et-boc .et-l .hot-no-results__message h3,
  #et-boc .et-l .hot-no-results__message h3,
  .hot-no-results__message h3,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__message h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h3,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__message h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h3 {
    margin-top: 0.9375rem;
  }
}

@media (min-width: 48rem) {
  /* line 60, resources/assets/styles/modules/_no-results.scss */

  .et-db #et-boc .et-l .hot-no-results__message h3,
  #et-boc .et-l .hot-no-results__message h3,
  .hot-no-results__message h3,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__message h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h3,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__message h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h3 {
    margin-top: 0;
    margin-left: 4.375rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 60, resources/assets/styles/modules/_no-results.scss */

  .et-db #et-boc .et-l .hot-no-results__message h3,
  #et-boc .et-l .hot-no-results__message h3,
  .hot-no-results__message h3,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__message h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h3,
  .et-db #et-boc .et-l .et_pb_module .hot-no-results__message h3,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-no-results__message h3 {
    margin-left: 5.76562rem;
  }
}

/* line 3, resources/assets/styles/modules/_brand-list.scss */

.et-db #et-boc .et-l .hot-brand-list,
#et-boc .et-l .hot-brand-list,
.hot-brand-list,
.et-db #et-boc .et-l .et_pb_module .hot-brand-list,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list,
.et-db #et-boc .et-l .et_pb_module .hot-brand-list,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list {
  padding: 1.625rem 0 0;
  position: relative;
  overflow: hidden;
}

@media (min-width: 48em) {
  /* line 3, resources/assets/styles/modules/_brand-list.scss */

  .et-db #et-boc .et-l .hot-brand-list,
  #et-boc .et-l .hot-brand-list,
  .hot-brand-list,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list {
    padding: 0;
  }
}

/* line 12, resources/assets/styles/modules/_brand-list.scss */

.et-db #et-boc .et-l .hot-brand-list__background,
#et-boc .et-l .hot-brand-list__background,
.hot-brand-list__background,
.et-db #et-boc .et-l .et_pb_module .hot-brand-list__background,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__background,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__background,
.et-db #et-boc .et-l .et_pb_module .hot-brand-list__background,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__background {
  z-index: 2;
}

@media (min-width: 85.375em) {
  /* line 17, resources/assets/styles/modules/_brand-list.scss */

  .et-db #et-boc .et-l .hot-brand-list__background .hot-svg:nth-child(3),
  .et-db #et-boc .et-l .hot-brand-list__background .hot-svg:last-child,
  #et-boc .et-l .hot-brand-list__background .hot-svg:nth-child(3),
  #et-boc .et-l .hot-brand-list__background .hot-svg:last-child,
  .hot-brand-list__background .hot-svg:nth-child(3),
  .hot-brand-list__background .hot-svg:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__background .hot-svg:nth-child(3),
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__background .hot-svg:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__background .hot-svg:nth-child(3),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__background .hot-svg:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__background .hot-svg:nth-child(3),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__background .hot-svg:last-child,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__background .hot-svg:nth-child(3),
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__background .hot-svg:last-child,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__background .hot-svg:nth-child(3),
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__background .hot-svg:last-child {
    display: none;
  }
}

/* line 25, resources/assets/styles/modules/_brand-list.scss */

.et-db #et-boc .et-l .hot-brand-list__container,
#et-boc .et-l .hot-brand-list__container,
.hot-brand-list__container,
.et-db #et-boc .et-l .et_pb_module .hot-brand-list__container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__container,
.et-db #et-boc .et-l .et_pb_module .hot-brand-list__container,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__container {
  z-index: 1;
}

/* line 29, resources/assets/styles/modules/_brand-list.scss */

.et-db #et-boc .et-l .hot-brand-list__inner,
#et-boc .et-l .hot-brand-list__inner,
.hot-brand-list__inner,
.et-db #et-boc .et-l .et_pb_module .hot-brand-list__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__inner,
.et-db #et-boc .et-l .et_pb_module .hot-brand-list__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__inner {
  grid-column-end: span 4;
  background-color: #f7f5f2;
  margin: 0 -1rem;
  padding: 0 1rem 3.125rem;
  width: 100vw;
}

@media (min-width: 48em) {
  /* line 29, resources/assets/styles/modules/_brand-list.scss */

  .et-db #et-boc .et-l .hot-brand-list__inner,
  #et-boc .et-l .hot-brand-list__inner,
  .hot-brand-list__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__inner {
    grid-column: 3 / span 10;
    margin: 0 -1.875rem 0 -3.44828%;
    padding: 2.5rem 1.875rem 5rem 0;
    width: calc(103.44828% + 30px);
  }
}

@media (min-width: 85.375em) {
  /* line 29, resources/assets/styles/modules/_brand-list.scss */

  .et-db #et-boc .et-l .hot-brand-list__inner,
  #et-boc .et-l .hot-brand-list__inner,
  .hot-brand-list__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__inner {
    margin: 0 -4.0625rem 0 -2.30415%;
    padding: 5rem 4.0625rem 6.25rem 0;
    width: calc(102.30415% + 65px);
  }
}

/* line 52, resources/assets/styles/modules/_brand-list.scss */

.et-db #et-boc .et-l .hot-brand-list__link,
#et-boc .et-l .hot-brand-list__link,
.hot-brand-list__link,
.et-db #et-boc .et-l .et_pb_module .hot-brand-list__link,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__link,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__link,
.et-db #et-boc .et-l .et_pb_module .hot-brand-list__link,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__link {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4375rem;
  line-height: 1.875rem;
  letter-spacing: 0.1875rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #1f1f1f;
  cursor: pointer;
  border-bottom: 0.0625rem solid #a8a5a4;
  display: block;
  line-height: 1.625rem;
  padding: 1.25rem 0;
  text-decoration-line: underline !important;
}

@media (min-width: 48em) {
  /* line 52, resources/assets/styles/modules/_brand-list.scss */

  .et-db #et-boc .et-l .hot-brand-list__link,
  #et-boc .et-l .hot-brand-list__link,
  .hot-brand-list__link,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__link,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__link {
    font-size: 1.5rem;
    letter-spacing: 0.11em;
  }
}

@media (min-width: 85.375em) {
  /* line 52, resources/assets/styles/modules/_brand-list.scss */

  .et-db #et-boc .et-l .hot-brand-list__link,
  #et-boc .et-l .hot-brand-list__link,
  .hot-brand-list__link,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__link,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__link {
    font-size: 1.5625rem;
    letter-spacing: 0.15625rem;
  }
}

@media (min-width: 48em) {
  /* line 52, resources/assets/styles/modules/_brand-list.scss */

  .et-db #et-boc .et-l .hot-brand-list__link,
  #et-boc .et-l .hot-brand-list__link,
  .hot-brand-list__link,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__link,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__link {
    line-height: 1.75rem;
    padding: 1.25rem 0.9375rem 1.375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 52, resources/assets/styles/modules/_brand-list.scss */

  .et-db #et-boc .et-l .hot-brand-list__link,
  #et-boc .et-l .hot-brand-list__link,
  .hot-brand-list__link,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__link,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__link,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__link {
    line-height: 1.875rem;
    padding: 1.25rem 1.75rem;
  }
}

/* line 73, resources/assets/styles/modules/_brand-list.scss */

.hot-brand-list__item:first-child .et-db #et-boc .et-l .hot-brand-list__link,
.hot-brand-list__item:first-child #et-boc .et-l .hot-brand-list__link,
.hot-brand-list__item:first-child .hot-brand-list__link,
.hot-brand-list__item:first-child .et-db #et-boc .et-l .et_pb_module .hot-brand-list__link,
.hot-brand-list__item:first-child .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__link,
.hot-brand-list__item:first-child .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__link,
.hot-brand-list__item:first-child .et-db #et-boc .et-l .et_pb_module .hot-brand-list__link,
.hot-brand-list__item:first-child .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__link {
  border-top: 0.0625rem solid #a8a5a4;
}

@media (pointer: fine) {
  /* line 287, resources/assets/styles/abstracts/_mixins.scss */

  .et-db #et-boc .et-l .hot-brand-list__link:hover,
  #et-boc .et-l .hot-brand-list__link:hover,
  .hot-brand-list__link:hover,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__link:hover,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__link:hover,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__link:hover,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__link:hover,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__link:hover {
    background-color: #c04635;
    color: #f7f5f2;
  }
}

@media (min-width: 48em) {
  /* line 83, resources/assets/styles/modules/_brand-list.scss */

  .et-db #et-boc .et-l .hot-brand-list__list,
  #et-boc .et-l .hot-brand-list__list,
  .hot-brand-list__list,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__list,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__list {
    padding: 0 6.66667% 0 7.58333%;
  }
}

@media (min-width: 85.375em) {
  /* line 83, resources/assets/styles/modules/_brand-list.scss */

  .et-db #et-boc .et-l .hot-brand-list__list,
  #et-boc .et-l .hot-brand-list__list,
  .hot-brand-list__list,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__list,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__list {
    padding: 0 17.74775% 0 10%;
  }
}

/* line 93, resources/assets/styles/modules/_brand-list.scss */

.et-db #et-boc .et-l .hot-brand-list__title,
#et-boc .et-l .hot-brand-list__title,
.hot-brand-list__title,
.et-db #et-boc .et-l .et_pb_module .hot-brand-list__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__title,
.et-db #et-boc .et-l .et_pb_module .hot-brand-list__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__title {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.75rem;
  line-height: 3.25rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: #c04635;
  margin: -1.625rem 0 1.875rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 48em) {
  /* line 93, resources/assets/styles/modules/_brand-list.scss */

  .et-db #et-boc .et-l .hot-brand-list__title,
  #et-boc .et-l .hot-brand-list__title,
  .hot-brand-list__title,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__title,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__title {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }
}

@media (min-width: 85.375em) {
  /* line 93, resources/assets/styles/modules/_brand-list.scss */

  .et-db #et-boc .et-l .hot-brand-list__title,
  #et-boc .et-l .hot-brand-list__title,
  .hot-brand-list__title,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__title,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__title {
    font-size: 8.75rem;
    line-height: 7.875rem;
  }
}

@media (min-width: 48em) {
  /* line 93, resources/assets/styles/modules/_brand-list.scss */

  .et-db #et-boc .et-l .hot-brand-list__title,
  #et-boc .et-l .hot-brand-list__title,
  .hot-brand-list__title,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__title,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__title {
    margin: 0 0 1.625rem -6.89655%;
  }
}

@media (min-width: 85.375em) {
  /* line 93, resources/assets/styles/modules/_brand-list.scss */

  .et-db #et-boc .et-l .hot-brand-list__title,
  #et-boc .et-l .hot-brand-list__title,
  .hot-brand-list__title,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__title,
  .et-db #et-boc .et-l .et_pb_module .hot-brand-list__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-brand-list__title {
    margin: 0 0 2.5rem -7.92627%;
  }
}

/* line 3, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results,
#et-boc .et-l .hot-search-results,
.hot-search-results,
.et-db #et-boc .et-l .et_pb_module .hot-search-results,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results,
.et-db #et-boc .et-l .et_pb_module .hot-search-results,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results {
  background: #e5e5e5;
  overflow: hidden;
}

@media (min-width: 0) {
  /* line 3, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results,
  #et-boc .et-l .hot-search-results,
  .hot-search-results,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results {
    padding-top: 1.875rem;
  }
}

@media (min-width: 48rem) {
  /* line 3, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results,
  #et-boc .et-l .hot-search-results,
  .hot-search-results,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results {
    padding-top: 3.75rem;
  }
}

/* line 11, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__form,
#et-boc .et-l .hot-search-results__form,
.hot-search-results__form,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__form,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__form,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form {
  grid-column: 1 / span 4;
  margin-bottom: 3.75rem;
}

@media (min-width: 48em) {
  /* line 11, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__form,
  #et-boc .et-l .hot-search-results__form,
  .hot-search-results__form,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__form,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__form,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form {
    grid-column: 1 / span 12;
  }
}

/* line 16, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__form form,
#et-boc .et-l .hot-search-results__form form,
.hot-search-results__form form,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__form form,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form form,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form form,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__form form,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 20, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__form input,
#et-boc .et-l .hot-search-results__form input,
.hot-search-results__form input,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__form input,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form input,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form input,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__form input,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form input {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  color: #c04635;
  text-transform: uppercase;
  background: #fff;
  display: block;
  width: calc(100% - 3.875rem);
  height: 3.875rem;
  border-radius: 0;
  border: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 85.375em) {
  /* line 20, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__form input,
  #et-boc .et-l .hot-search-results__form input,
  .hot-search-results__form input,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__form input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form input,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__form input,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form input {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

/* line 35, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__form button,
#et-boc .et-l .hot-search-results__form button,
.hot-search-results__form button,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__form button,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form button,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form button,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__form button,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form button {
  width: 3.875rem;
  height: 3.875rem;
  border-radius: 0;
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 45, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__form button span,
#et-boc .et-l .hot-search-results__form button span,
.hot-search-results__form button span,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__form button span,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form button span,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form button span,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__form button span,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form button span {
  display: none;
}

/* line 49, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__form button .hot-svg,
#et-boc .et-l .hot-search-results__form button .hot-svg,
.hot-search-results__form button .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__form button .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form button .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form button .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__form button .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__form button .hot-svg {
  width: 1.25rem;
  margin: 0;
}

/* line 56, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__contain,
#et-boc .et-l .hot-search-results__contain,
.hot-search-results__contain,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__contain,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__contain,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain {
  position: relative;
  z-index: 1;
}

@media (min-width: 0) {
  /* line 56, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__contain,
  #et-boc .et-l .hot-search-results__contain,
  .hot-search-results__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain {
    padding-top: 2.5rem;
    padding-bottom: 6.25rem;
  }
}

@media (min-width: 48rem) {
  /* line 56, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__contain,
  #et-boc .et-l .hot-search-results__contain,
  .hot-search-results__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain {
    padding-top: 3.125rem;
    padding-bottom: 3.1875rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 56, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__contain,
  #et-boc .et-l .hot-search-results__contain,
  .hot-search-results__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__contain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain {
    padding-top: 5.125rem;
    padding-bottom: 7.125rem;
  }
}

/* line 65, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__contain::before,
#et-boc .et-l .hot-search-results__contain::before,
.hot-search-results__contain::before,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__contain::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain::before,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__contain::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain::before {
  content: "";
  background: #f7f5f2;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}

@media (min-width: 0) {
  /* line 65, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__contain::before,
  #et-boc .et-l .hot-search-results__contain::before,
  .hot-search-results__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain::before {
    left: -1rem;
    width: 100vw;
  }
}

@media (min-width: 48rem) {
  /* line 65, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__contain::before,
  #et-boc .et-l .hot-search-results__contain::before,
  .hot-search-results__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain::before {
    left: 13.13559%;
    width: 91.10169%;
  }
}

@media (min-width: 85.375rem) {
  /* line 65, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__contain::before,
  #et-boc .et-l .hot-search-results__contain::before,
  .hot-search-results__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain::before,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__contain::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__contain::before {
    left: 13.89313%;
    width: 91.0687%;
  }
}

/* line 80, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__body,
#et-boc .et-l .hot-search-results__body,
.hot-search-results__body,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__body,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__body,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__body,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__body,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__body {
  grid-column: 1 / span 4;
}

@media (min-width: 48em) {
  /* line 80, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__body,
  #et-boc .et-l .hot-search-results__body,
  .hot-search-results__body,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__body,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__body,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__body,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__body,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__body {
    grid-column: 1 / span 12;
  }
}

@media (min-width: 0) {
  /* line 84, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__header,
  #et-boc .et-l .hot-search-results__header,
  .hot-search-results__header,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__header,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__header {
    margin-bottom: 3.4375rem;
  }
}

@media (min-width: 48rem) {
  /* line 84, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__header,
  #et-boc .et-l .hot-search-results__header,
  .hot-search-results__header,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__header,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__header {
    margin-left: 22.88136%;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 84, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__header,
  #et-boc .et-l .hot-search-results__header,
  .hot-search-results__header,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__header,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__header,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__header {
    margin-left: 25.49618%;
    margin-bottom: 4.4375rem;
  }
}

/* line 91, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__heading,
#et-boc .et-l .hot-search-results__heading,
.hot-search-results__heading,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__heading,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__heading {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  color: #a8a5a4;
}

@media (min-width: 85.375em) {
  /* line 91, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__heading,
  #et-boc .et-l .hot-search-results__heading,
  .hot-search-results__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__heading {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

/* line 97, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__tags,
#et-boc .et-l .hot-search-results__tags,
.hot-search-results__tags,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__tags,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__tags,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__tags,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__tags,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__tags {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.1875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  color: #a8a5a4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
}

@media (min-width: 0) {
  /* line 97, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__tags,
  #et-boc .et-l .hot-search-results__tags,
  .hot-search-results__tags,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__tags,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__tags,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__tags,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__tags,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__tags {
    width: calc(100% + 1rem);
    margin-top: 2.1875rem;
  }
}

@media (min-width: 48rem) {
  /* line 97, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__tags,
  #et-boc .et-l .hot-search-results__tags,
  .hot-search-results__tags,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__tags,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__tags,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__tags,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__tags,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__tags {
    width: calc(100% + 1.875rem);
    margin-top: 2.5rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 97, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__tags,
  #et-boc .et-l .hot-search-results__tags,
  .hot-search-results__tags,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__tags,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__tags,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__tags,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__tags,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__tags {
    width: calc(100% + 4.0625rem);
    margin-top: 3.25rem;
  }
}

/* line 115, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__tags li,
#et-boc .et-l .hot-search-results__tags li,
.hot-search-results__tags li,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__tags li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__tags li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__tags li,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__tags li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__tags li {
  white-space: nowrap;
}

/* line 119, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__tags li + li,
#et-boc .et-l .hot-search-results__tags li + li,
.hot-search-results__tags li + li,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__tags li + li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__tags li + li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__tags li + li,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__tags li + li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__tags li + li {
  margin-left: 1.25rem;
}

/* line 123, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__tags a.\--is-active,
#et-boc .et-l .hot-search-results__tags a.\--is-active,
.hot-search-results__tags a.\--is-active,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__tags a.\--is-active,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__tags a.\--is-active,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__tags a.\--is-active,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__tags a.\--is-active,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__tags a.\--is-active {
  text-decoration: underline;
}

/* line 128, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__items,
#et-boc .et-l .hot-search-results__items,
.hot-search-results__items,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__items,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__items,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__items,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__items,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__items {
  position: relative;
  padding-top: 0.0625rem;
}

@media (min-width: 48rem) {
  /* line 128, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__items,
  #et-boc .et-l .hot-search-results__items,
  .hot-search-results__items,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__items,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__items {
    margin-left: 22.88136%;
  }
}

@media (min-width: 85.375rem) {
  /* line 128, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__items,
  #et-boc .et-l .hot-search-results__items,
  .hot-search-results__items,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__items,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__items,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__items {
    margin-left: 25.49618%;
  }
}

/* line 136, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__items::before,
#et-boc .et-l .hot-search-results__items::before,
.hot-search-results__items::before,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__items::before,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__items::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__items::before {
  content: "";
  height: 0.0625rem;
  background: #a8a5a4;
  position: absolute;
  top: 0;
}

@media (min-width: 0) {
  /* line 136, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__items::before,
  #et-boc .et-l .hot-search-results__items::before,
  .hot-search-results__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__items::before {
    width: 100%;
    right: 0;
  }
}

@media (min-width: 48rem) {
  /* line 136, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__items::before,
  #et-boc .et-l .hot-search-results__items::before,
  .hot-search-results__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__items::before {
    width: calc(100% + 0.9375rem);
  }
}

@media (min-width: 85.375rem) {
  /* line 136, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__items::before,
  #et-boc .et-l .hot-search-results__items::before,
  .hot-search-results__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__items::before,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__items::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__items::before {
    width: 100%;
    right: 1.5625rem;
  }
}

/* line 150, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__item,
#et-boc .et-l .hot-search-results__item,
.hot-search-results__item,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__item,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__item,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item {
  position: relative;
}

@media (min-width: 0) {
  /* line 150, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__item,
  #et-boc .et-l .hot-search-results__item,
  .hot-search-results__item,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item {
    padding-top: 1.25rem;
    padding-bottom: 1.3125rem;
  }
}

/* line 158, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__item::before,
#et-boc .et-l .hot-search-results__item::before,
.hot-search-results__item::before,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__item::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item::before,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__item::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item::before {
  content: "";
  height: 0.0625rem;
  background: #a8a5a4;
  position: absolute;
  bottom: 0;
}

@media (min-width: 0) {
  /* line 158, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__item::before,
  #et-boc .et-l .hot-search-results__item::before,
  .hot-search-results__item::before,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item::before,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item::before {
    width: 100%;
    right: 0;
  }
}

@media (min-width: 48rem) {
  /* line 158, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__item::before,
  #et-boc .et-l .hot-search-results__item::before,
  .hot-search-results__item::before,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item::before,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item::before {
    width: calc(100% + 0.9375rem);
  }
}

@media (min-width: 85.375rem) {
  /* line 158, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__item::before,
  #et-boc .et-l .hot-search-results__item::before,
  .hot-search-results__item::before,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item::before,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item::before {
    width: 100%;
    right: 1.5625rem;
  }
}

/* line 171, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__item-heading,
#et-boc .et-l .hot-search-results__item-heading,
.hot-search-results__item-heading,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__item-heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__item-heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading {
  font-family: "GT-Pressura-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4375rem;
  line-height: 1.875rem;
  letter-spacing: 0.1875rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #1f1f1f;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  /* line 171, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__item-heading,
  #et-boc .et-l .hot-search-results__item-heading,
  .hot-search-results__item-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading {
    font-size: 1.5rem;
    letter-spacing: 0.11em;
  }
}

@media (min-width: 85.375em) {
  /* line 171, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__item-heading,
  #et-boc .et-l .hot-search-results__item-heading,
  .hot-search-results__item-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading {
    font-size: 1.5625rem;
    letter-spacing: 0.15625rem;
  }
}

/* line 177, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__item-heading a,
#et-boc .et-l .hot-search-results__item-heading a,
.hot-search-results__item-heading a,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__item-heading a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading a,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__item-heading a,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading a {
  color: #1f1f1f;
  text-decoration: underline;
}

/* line 182, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__item-heading.\--has-article,
#et-boc .et-l .hot-search-results__item-heading.\--has-article,
.hot-search-results__item-heading.\--has-article,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__item-heading.\--has-article,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading.\--has-article,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading.\--has-article,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__item-heading.\--has-article,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading.\--has-article {
  text-decoration: none;
}

@media (min-width: 0) {
  /* line 182, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__item-heading.\--has-article,
  #et-boc .et-l .hot-search-results__item-heading.\--has-article,
  .hot-search-results__item-heading.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-heading.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-heading.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading.\--has-article {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0.15625rem;
  }
}

@media (min-width: 48rem) {
  /* line 182, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__item-heading.\--has-article,
  #et-boc .et-l .hot-search-results__item-heading.\--has-article,
  .hot-search-results__item-heading.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-heading.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-heading.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading.\--has-article {
    font-size: 1.25rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 182, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__item-heading.\--has-article,
  #et-boc .et-l .hot-search-results__item-heading.\--has-article,
  .hot-search-results__item-heading.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-heading.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-heading.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading.\--has-article {
    font-size: 1.5625rem;
  }
}

/* line 193, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__item-tag,
#et-boc .et-l .hot-search-results__item-tag,
.hot-search-results__item-tag,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__item-tag,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-tag,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-tag,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__item-tag,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-tag {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.07812rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #c04635;
  text-transform: uppercase;
  text-decoration: none;
}

@media (min-width: 85.375em) {
  /* line 193, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__item-tag,
  #et-boc .et-l .hot-search-results__item-tag,
  .hot-search-results__item-tag,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-tag,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-tag,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-tag,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-tag,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-tag {
    font-size: 1.1875rem;
    line-height: 1.3125rem;
    letter-spacing: 0.09375rem;
  }
}

@media (min-width: 0) {
  /* line 193, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__item-tag,
  #et-boc .et-l .hot-search-results__item-tag,
  .hot-search-results__item-tag,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-tag,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-tag,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-tag,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-tag,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-tag {
    margin-top: 0.3125rem;
  }
}

@media (min-width: 48rem) {
  /* line 193, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__item-tag,
  #et-boc .et-l .hot-search-results__item-tag,
  .hot-search-results__item-tag,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-tag,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-tag,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-tag,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-tag,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-tag {
    margin-top: 0.625rem;
  }
}

/* line 206, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__item.\--has-article,
#et-boc .et-l .hot-search-results__item.\--has-article,
.hot-search-results__item.\--has-article,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article {
  padding: 0;
}

/* line 209, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__item.\--has-article::before,
#et-boc .et-l .hot-search-results__item.\--has-article::before,
.hot-search-results__item.\--has-article::before,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article::before,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article::before {
  content: unset;
}

@media (min-width: 0) {
  /* line 206, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__item.\--has-article,
  #et-boc .et-l .hot-search-results__item.\--has-article,
  .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article {
    margin-top: 3.5625rem;
  }
}

@media (min-width: 48rem) {
  /* line 206, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__item.\--has-article,
  #et-boc .et-l .hot-search-results__item.\--has-article,
  .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article {
    margin-top: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 0) {
  /* line 219, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .hot-search-results__item.\--has-article,
  #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .hot-search-results__item.\--has-article,
  .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .hot-search-results__item.\--has-article + #et-boc .et-l .hot-search-results__item.\--has-article,
  #et-boc .et-l .hot-search-results__item.\--has-article + #et-boc .et-l .hot-search-results__item.\--has-article,
  .hot-search-results__item.\--has-article + #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .hot-search-results__item.\--has-article + .hot-search-results__item.\--has-article,
  #et-boc .et-l .hot-search-results__item.\--has-article + .hot-search-results__item.\--has-article,
  .hot-search-results__item.\--has-article + .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article {
    margin-top: 1.875rem;
  }
}

@media (min-width: 48rem) {
  /* line 219, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .hot-search-results__item.\--has-article,
  #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .hot-search-results__item.\--has-article,
  .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .hot-search-results__item.\--has-article + #et-boc .et-l .hot-search-results__item.\--has-article,
  #et-boc .et-l .hot-search-results__item.\--has-article + #et-boc .et-l .hot-search-results__item.\--has-article,
  .hot-search-results__item.\--has-article + #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + #et-boc .et-l .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .hot-search-results__item.\--has-article + .hot-search-results__item.\--has-article,
  #et-boc .et-l .hot-search-results__item.\--has-article + .hot-search-results__item.\--has-article,
  .hot-search-results__item.\--has-article + .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  #et-boc .et-l .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item.\--has-article {
    margin-top: 0.625rem;
  }
}

@media (min-width: 48rem) {
  /* line 226, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__item-heading-block.\--has-article,
  #et-boc .et-l .hot-search-results__item-heading-block.\--has-article,
  .hot-search-results__item-heading-block.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-heading-block.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading-block.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading-block.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-heading-block.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading-block.\--has-article {
    min-width: 31.31868%;
    padding-top: 1.5625rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 226, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__item-heading-block.\--has-article,
  #et-boc .et-l .hot-search-results__item-heading-block.\--has-article,
  .hot-search-results__item-heading-block.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-heading-block.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading-block.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading-block.\--has-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-heading-block.\--has-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-heading-block.\--has-article {
    min-width: 31.65984%;
    padding-top: 1.5rem;
  }
}

@media (min-width: 0) {
  /* line 234, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__item-article,
  #et-boc .et-l .hot-search-results__item-article,
  .hot-search-results__item-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-article {
    margin-top: 1.25rem;
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }
}

@media (min-width: 48rem) {
  /* line 234, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__item-article,
  #et-boc .et-l .hot-search-results__item-article,
  .hot-search-results__item-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-article,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__item-article,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-article {
    margin-top: 0;
    width: 100%;
    margin-left: 0;
  }
}

/* line 241, resources/assets/styles/modules/_search-results.scss */

.et-db #et-boc .et-l .hot-search-results__item-article > li,
#et-boc .et-l .hot-search-results__item-article > li,
.hot-search-results__item-article > li,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__item-article > li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-article > li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-article > li,
.et-db #et-boc .et-l .et_pb_module .hot-search-results__item-article > li,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__item-article > li {
  margin-bottom: 0;
}

@media (min-width: 0) {
  /* line 247, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__pagination,
  #et-boc .et-l .hot-search-results__pagination,
  .hot-search-results__pagination,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__pagination,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__pagination,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__pagination,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__pagination,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__pagination {
    margin-top: 6.8125rem;
  }
}

@media (min-width: 48rem) {
  /* line 247, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__pagination,
  #et-boc .et-l .hot-search-results__pagination,
  .hot-search-results__pagination,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__pagination,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__pagination,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__pagination,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__pagination,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__pagination {
    margin-top: 3.6875rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 247, resources/assets/styles/modules/_search-results.scss */

  .et-db #et-boc .et-l .hot-search-results__pagination,
  #et-boc .et-l .hot-search-results__pagination,
  .hot-search-results__pagination,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__pagination,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__pagination,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__pagination,
  .et-db #et-boc .et-l .et_pb_module .hot-search-results__pagination,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-search-results__pagination {
    margin-top: 9rem;
  }
}

/* line 3, resources/assets/styles/modules/_distributor-table.scss */

.et-db #et-boc .et-l .hot-distributor-table,
#et-boc .et-l .hot-distributor-table,
.hot-distributor-table,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table {
  word-break: break-word;
}

/* line 6, resources/assets/styles/modules/_distributor-table.scss */

.et-db #et-boc .et-l .hot-distributor-table__inner,
#et-boc .et-l .hot-distributor-table__inner,
.hot-distributor-table__inner,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner {
  display: grid;
  grid-auto-flow: dense;
  grid-column-gap: 4.70588%;
  -ms-grid-column-gap: 4.70588%;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin: 0 16px;
  max-width: 1750px;
  margin-right: 0;
  margin-left: 0;
  background-color: #fff;
  padding: 0 16px;
}

@media (min-width: 117.5em) {
  /* line 6, resources/assets/styles/modules/_distributor-table.scss */

  .et-db #et-boc .et-l .hot-distributor-table__inner,
  #et-boc .et-l .hot-distributor-table__inner,
  .hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 6, resources/assets/styles/modules/_distributor-table.scss */

  .et-db #et-boc .et-l .hot-distributor-table__inner,
  #et-boc .et-l .hot-distributor-table__inner,
  .hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 2.85714%;
    -ms-grid-column-gap: 2.85714%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 30px;
    max-width: 1750px;
  }
}

@media (min-width: 48em) and (min-width: 117.5em) {
  /* line 6, resources/assets/styles/modules/_distributor-table.scss */

  .et-db #et-boc .et-l .hot-distributor-table__inner,
  #et-boc .et-l .hot-distributor-table__inner,
  .hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner {
    margin: 0 auto;
  }
}

@media (min-width: 85.375em) {
  /* line 6, resources/assets/styles/modules/_distributor-table.scss */

  .et-db #et-boc .et-l .hot-distributor-table__inner,
  #et-boc .et-l .hot-distributor-table__inner,
  .hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner {
    display: grid;
    grid-auto-flow: dense;
    grid-column-gap: 1.91278%;
    -ms-grid-column-gap: 1.91278%;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 65px;
    max-width: 1750px;
  }
}

@media (min-width: 85.375em) and (min-width: 117.5em) {
  /* line 6, resources/assets/styles/modules/_distributor-table.scss */

  .et-db #et-boc .et-l .hot-distributor-table__inner,
  #et-boc .et-l .hot-distributor-table__inner,
  .hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner {
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  /* line 6, resources/assets/styles/modules/_distributor-table.scss */

  .et-db #et-boc .et-l .hot-distributor-table__inner,
  #et-boc .et-l .hot-distributor-table__inner,
  .hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner {
    margin-right: 0;
    margin-left: 0;
    padding: 0 16px;
  }
}

@media (min-width: 85.375em) {
  /* line 6, resources/assets/styles/modules/_distributor-table.scss */

  .et-db #et-boc .et-l .hot-distributor-table__inner,
  #et-boc .et-l .hot-distributor-table__inner,
  .hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__inner {
    margin-right: auto;
    margin-left: auto;
    padding: 0 65px;
  }
}

/* line 27, resources/assets/styles/modules/_distributor-table.scss */

.et-db #et-boc .et-l .hot-distributor-table__content,
#et-boc .et-l .hot-distributor-table__content,
.hot-distributor-table__content,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__content,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__content,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__content {
  grid-column: 1 / span 4;
}

@media (min-width: 48em) {
  /* line 27, resources/assets/styles/modules/_distributor-table.scss */

  .et-db #et-boc .et-l .hot-distributor-table__content,
  #et-boc .et-l .hot-distributor-table__content,
  .hot-distributor-table__content,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__content,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__content,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__content {
    grid-column: 1 / span 12;
  }
}

/* line 31, resources/assets/styles/modules/_distributor-table.scss */

.et-db #et-boc .et-l .hot-distributor-table__grid,
#et-boc .et-l .hot-distributor-table__grid,
.hot-distributor-table__grid,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__grid,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__grid,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__grid,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__grid,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__grid {
  grid-column: 1 / span 4;
  padding: 3.75rem 0 0;
}

@media (min-width: 48em) {
  /* line 31, resources/assets/styles/modules/_distributor-table.scss */

  .et-db #et-boc .et-l .hot-distributor-table__grid,
  #et-boc .et-l .hot-distributor-table__grid,
  .hot-distributor-table__grid,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__grid,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__grid,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__grid,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__grid,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__grid {
    grid-column: 1 / span 12;
  }
}

@media (min-width: 48em) {
  /* line 31, resources/assets/styles/modules/_distributor-table.scss */

  .et-db #et-boc .et-l .hot-distributor-table__grid,
  #et-boc .et-l .hot-distributor-table__grid,
  .hot-distributor-table__grid,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__grid,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__grid,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__grid,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__grid,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__grid {
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 85.375em) {
  /* line 31, resources/assets/styles/modules/_distributor-table.scss */

  .et-db #et-boc .et-l .hot-distributor-table__grid,
  #et-boc .et-l .hot-distributor-table__grid,
  .hot-distributor-table__grid,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__grid,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__grid,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__grid,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__grid,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__grid {
    padding: 5rem 0 0.625rem;
  }
}

/* line 41, resources/assets/styles/modules/_distributor-table.scss */

.et-db #et-boc .et-l .hot-distributor-table__grid--suppliers,
#et-boc .et-l .hot-distributor-table__grid--suppliers,
.hot-distributor-table__grid--suppliers,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__grid--suppliers,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__grid--suppliers,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__grid--suppliers,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__grid--suppliers,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__grid--suppliers {
  border-bottom: solid 0.0625rem #a8a5a4;
}

@media (min-width: 85.375em) {
  /* line 41, resources/assets/styles/modules/_distributor-table.scss */

  .et-db #et-boc .et-l .hot-distributor-table__grid--suppliers,
  #et-boc .et-l .hot-distributor-table__grid--suppliers,
  .hot-distributor-table__grid--suppliers,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__grid--suppliers,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__grid--suppliers,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__grid--suppliers,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__grid--suppliers,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__grid--suppliers {
    margin-bottom: 1.25rem;
  }
}

/* line 48, resources/assets/styles/modules/_distributor-table.scss */

.et-db #et-boc .et-l .hot-distributor-table__grid--suppliers:first-child,
#et-boc .et-l .hot-distributor-table__grid--suppliers:first-child,
.hot-distributor-table__grid--suppliers:first-child,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__grid--suppliers:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__grid--suppliers:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__grid--suppliers:first-child,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__grid--suppliers:first-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__grid--suppliers:first-child {
  padding-top: 0;
}

/* line 53, resources/assets/styles/modules/_distributor-table.scss */

.et-db #et-boc .et-l .hot-distributor-table__title,
#et-boc .et-l .hot-distributor-table__title,
.hot-distributor-table__title,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__title,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__title,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__title {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
  color: #a8a5a4;
}

@media (min-width: 48em) {
  /* line 53, resources/assets/styles/modules/_distributor-table.scss */

  .et-db #et-boc .et-l .hot-distributor-table__title,
  #et-boc .et-l .hot-distributor-table__title,
  .hot-distributor-table__title,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__title,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__title {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 85.375em) {
  /* line 53, resources/assets/styles/modules/_distributor-table.scss */

  .et-db #et-boc .et-l .hot-distributor-table__title,
  #et-boc .et-l .hot-distributor-table__title,
  .hot-distributor-table__title,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__title,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 85.375em) {
  /* line 53, resources/assets/styles/modules/_distributor-table.scss */

  .et-db #et-boc .et-l .hot-distributor-table__title,
  #et-boc .et-l .hot-distributor-table__title,
  .hot-distributor-table__title,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__title,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__title,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__title {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 48em) {
  /* line 64, resources/assets/styles/modules/_distributor-table.scss */

  .et-db #et-boc .et-l .hot-distributor-table__cards-list,
  #et-boc .et-l .hot-distributor-table__cards-list,
  .hot-distributor-table__cards-list,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__cards-list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__cards-list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__cards-list,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__cards-list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__cards-list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
}

@media (min-width: 85.375em) {
  /* line 64, resources/assets/styles/modules/_distributor-table.scss */

  .et-db #et-boc .et-l .hot-distributor-table__cards-list,
  #et-boc .et-l .hot-distributor-table__cards-list,
  .hot-distributor-table__cards-list,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__cards-list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__cards-list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__cards-list,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__cards-list,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__cards-list {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}

/* line 76, resources/assets/styles/modules/_distributor-table.scss */

.et-db #et-boc .et-l .hot-distributor-table__card,
#et-boc .et-l .hot-distributor-table__card,
.hot-distributor-table__card,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card {
  margin-bottom: 3.125rem;
  display: inline-block;
}

/* line 81, resources/assets/styles/modules/_distributor-table.scss */

.et-db #et-boc .et-l .hot-distributor-table__card-area,
#et-boc .et-l .hot-distributor-table__card-area,
.hot-distributor-table__card-area,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card-area,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-area,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-area,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card-area,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-area {
  font-family: "MaisonNeueWEB-Bold", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  color: #c04635;
}

/* line 88, resources/assets/styles/modules/_distributor-table.scss */

.et-db #et-boc .et-l .hot-distributor-table__card-shop,
#et-boc .et-l .hot-distributor-table__card-shop,
.hot-distributor-table__card-shop,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card-shop,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-shop,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-shop,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card-shop,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-shop {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 48em) {
  /* line 88, resources/assets/styles/modules/_distributor-table.scss */

  .et-db #et-boc .et-l .hot-distributor-table__card-shop,
  #et-boc .et-l .hot-distributor-table__card-shop,
  .hot-distributor-table__card-shop,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card-shop,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-shop,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-shop,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card-shop,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-shop {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 88, resources/assets/styles/modules/_distributor-table.scss */

  .et-db #et-boc .et-l .hot-distributor-table__card-shop,
  #et-boc .et-l .hot-distributor-table__card-shop,
  .hot-distributor-table__card-shop,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card-shop,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-shop,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-shop,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card-shop,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-shop {
    letter-spacing: 0.03125rem;
  }
}

/* line 93, resources/assets/styles/modules/_distributor-table.scss */

.et-db #et-boc .et-l .hot-distributor-table__card-shop:last-child,
#et-boc .et-l .hot-distributor-table__card-shop:last-child,
.hot-distributor-table__card-shop:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card-shop:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-shop:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-shop:last-child,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card-shop:last-child,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-shop:last-child {
  margin-bottom: 0;
}

/* line 98, resources/assets/styles/modules/_distributor-table.scss */

.et-db #et-boc .et-l .hot-distributor-table__card-shop-name,
#et-boc .et-l .hot-distributor-table__card-shop-name,
.hot-distributor-table__card-shop-name,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card-shop-name,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-shop-name,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-shop-name,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card-shop-name,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-shop-name {
  font-family: "MaisonNeueWEB-Bold";
}

/* line 102, resources/assets/styles/modules/_distributor-table.scss */

.et-db #et-boc .et-l .hot-distributor-table__card-address,
#et-boc .et-l .hot-distributor-table__card-address,
.hot-distributor-table__card-address,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card-address,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-address,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-address,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card-address,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-address {
  display: block;
  color: #1f1f1f;
  text-decoration: underline;
}

/* line 108, resources/assets/styles/modules/_distributor-table.scss */

.et-db #et-boc .et-l .hot-distributor-table__card-email,
#et-boc .et-l .hot-distributor-table__card-email,
.hot-distributor-table__card-email,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card-email,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-email,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-email,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card-email,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-email {
  display: block;
  text-decoration: underline;
  color: #1f1f1f;
}

/* line 114, resources/assets/styles/modules/_distributor-table.scss */

.et-db #et-boc .et-l .hot-distributor-table__card-phone,
#et-boc .et-l .hot-distributor-table__card-phone,
.hot-distributor-table__card-phone,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card-phone,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-phone,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-phone,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card-phone,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-phone {
  display: block;
  color: #1f1f1f;
}

@media (min-width: 85.375em) {
  /* line 114, resources/assets/styles/modules/_distributor-table.scss */

  .et-db #et-boc .et-l .hot-distributor-table__card-phone,
  #et-boc .et-l .hot-distributor-table__card-phone,
  .hot-distributor-table__card-phone,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card-phone,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-phone,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-phone,
  .et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card-phone,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-phone {
    pointer-events: none;
  }
}

/* line 123, resources/assets/styles/modules/_distributor-table.scss */

.et-db #et-boc .et-l .hot-distributor-table__card-brands,
#et-boc .et-l .hot-distributor-table__card-brands,
.hot-distributor-table__card-brands,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card-brands,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-brands,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-brands,
.et-db #et-boc .et-l .et_pb_module .hot-distributor-table__card-brands,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-distributor-table__card-brands {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.03125rem;
  color: #a8a5a4;
}

/* line 3, resources/assets/styles/modules/_legal-drinking-age.scss */

.et-db #et-boc .et-l .hot-legal-drinking-age,
#et-boc .et-l .hot-legal-drinking-age,
.hot-legal-drinking-age,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age {
  position: relative;
  -webkit-transition: ease 0.2s opacity;
  -o-transition: ease 0.2s opacity;
  transition: ease 0.2s opacity;
  opacity: 0;
  display: none;
  z-index: 100;
}

/* line 10, resources/assets/styles/modules/_legal-drinking-age.scss */

.et-db #et-boc .et-l .hot-legal-drinking-age.\--is-block,
#et-boc .et-l .hot-legal-drinking-age.\--is-block,
.hot-legal-drinking-age.\--is-block,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age.\--is-block,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age.\--is-block,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age.\--is-block,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age.\--is-block,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age.\--is-block {
  display: block;
}

/* line 14, resources/assets/styles/modules/_legal-drinking-age.scss */

.et-db #et-boc .et-l .hot-legal-drinking-age.\--is-visible,
#et-boc .et-l .hot-legal-drinking-age.\--is-visible,
.hot-legal-drinking-age.\--is-visible,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age.\--is-visible,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age.\--is-visible,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age.\--is-visible,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age.\--is-visible,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age.\--is-visible {
  opacity: 1;
}

/* line 18, resources/assets/styles/modules/_legal-drinking-age.scss */

.et-db #et-boc .et-l .hot-legal-drinking-age__contain,
#et-boc .et-l .hot-legal-drinking-age__contain,
.hot-legal-drinking-age__contain,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__contain,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__contain,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__contain,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__contain,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__contain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

/* line 27, resources/assets/styles/modules/_legal-drinking-age.scss */

.et-db #et-boc .et-l .hot-legal-drinking-age__contain > div,
#et-boc .et-l .hot-legal-drinking-age__contain > div,
.hot-legal-drinking-age__contain > div,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__contain > div,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__contain > div,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__contain > div,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__contain > div,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__contain > div {
  height: 100%;
}

/* line 32, resources/assets/styles/modules/_legal-drinking-age.scss */

.et-db #et-boc .et-l .hot-legal-drinking-age__inner,
#et-boc .et-l .hot-legal-drinking-age__inner,
.hot-legal-drinking-age__inner,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__inner,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__inner,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 0) {
  /* line 32, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__inner,
  #et-boc .et-l .hot-legal-drinking-age__inner,
  .hot-legal-drinking-age__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__inner {
    grid-column-start: 1;
    grid-column-end: 4 span;
  }
}

@media (min-width: 48rem) {
  /* line 32, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__inner,
  #et-boc .et-l .hot-legal-drinking-age__inner,
  .hot-legal-drinking-age__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__inner,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__inner,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__inner {
    grid-column-start: 4;
    grid-column-end: 6 span;
  }
}

/* line 44, resources/assets/styles/modules/_legal-drinking-age.scss */

.et-db #et-boc .et-l .hot-legal-drinking-age__modal,
#et-boc .et-l .hot-legal-drinking-age__modal,
.hot-legal-drinking-age__modal,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__modal,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__modal,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__modal,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__modal,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__modal {
  position: relative;
  background: #f7f5f2;
  width: 100%;
  min-height: 6.25rem;
  text-align: center;
}

@media (min-width: 0) {
  /* line 44, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__modal,
  #et-boc .et-l .hot-legal-drinking-age__modal,
  .hot-legal-drinking-age__modal,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__modal,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__modal,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__modal,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__modal,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__modal {
    margin-bottom: 3.5625rem;
  }
}

@media (min-width: 48rem) {
  /* line 44, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__modal,
  #et-boc .et-l .hot-legal-drinking-age__modal,
  .hot-legal-drinking-age__modal,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__modal,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__modal,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__modal,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__modal,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__modal {
    margin-bottom: 3.9375rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 44, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__modal,
  #et-boc .et-l .hot-legal-drinking-age__modal,
  .hot-legal-drinking-age__modal,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__modal,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__modal,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__modal,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__modal,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__modal {
    margin-bottom: 4.9375rem;
  }
}

/* line 55, resources/assets/styles/modules/_legal-drinking-age.scss */

.et-db #et-boc .et-l .hot-legal-drinking-age__modal::before,
#et-boc .et-l .hot-legal-drinking-age__modal::before,
.hot-legal-drinking-age__modal::before,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__modal::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__modal::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__modal::before,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__modal::before,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__modal::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 0) {
  /* line 55, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__modal::before,
  #et-boc .et-l .hot-legal-drinking-age__modal::before,
  .hot-legal-drinking-age__modal::before,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__modal::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__modal::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__modal::before,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__modal::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__modal::before {
    height: 3.25rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 55, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__modal::before,
  #et-boc .et-l .hot-legal-drinking-age__modal::before,
  .hot-legal-drinking-age__modal::before,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__modal::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__modal::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__modal::before,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__modal::before,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__modal::before {
    height: 5.375rem;
  }
}

/* line 70, resources/assets/styles/modules/_legal-drinking-age.scss */

.et-db #et-boc .et-l .hot-legal-drinking-age__content.\--first,
#et-boc .et-l .hot-legal-drinking-age__content.\--first,
.hot-legal-drinking-age__content.\--first,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--first,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--first,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first {
  display: block;
}

/* line 74, resources/assets/styles/modules/_legal-drinking-age.scss */

.et-db #et-boc .et-l .hot-legal-drinking-age__content.\--second,
#et-boc .et-l .hot-legal-drinking-age__content.\--second,
.hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second {
  display: none;
}

/* line 78, resources/assets/styles/modules/_legal-drinking-age.scss */

.et-db #et-boc .et-l .hot-legal-drinking-age__content.\--first.\--is-hidden,
#et-boc .et-l .hot-legal-drinking-age__content.\--first.\--is-hidden,
.hot-legal-drinking-age__content.\--first.\--is-hidden,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--first.\--is-hidden,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--first.\--is-hidden,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden {
  display: none;
}

/* line 82, resources/assets/styles/modules/_legal-drinking-age.scss */

.et-db #et-boc .et-l .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .hot-legal-drinking-age__content.\--second,
#et-boc .et-l .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .hot-legal-drinking-age__content.\--second,
.hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .hot-legal-drinking-age__content.\--first.\--is-hidden + #et-boc .et-l .hot-legal-drinking-age__content.\--second,
#et-boc .et-l .hot-legal-drinking-age__content.\--first.\--is-hidden + #et-boc .et-l .hot-legal-drinking-age__content.\--second,
.hot-legal-drinking-age__content.\--first.\--is-hidden + #et-boc .et-l .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--first.\--is-hidden + #et-boc .et-l .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + #et-boc .et-l .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + #et-boc .et-l .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--first.\--is-hidden + #et-boc .et-l .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + #et-boc .et-l .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .hot-legal-drinking-age__content.\--first.\--is-hidden + .hot-legal-drinking-age__content.\--second,
#et-boc .et-l .hot-legal-drinking-age__content.\--first.\--is-hidden + .hot-legal-drinking-age__content.\--second,
.hot-legal-drinking-age__content.\--first.\--is-hidden + .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--first.\--is-hidden + .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--first.\--is-hidden + .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--second,
#et-boc .et-l .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--second,
.hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
#et-boc .et-l .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
.hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
#et-boc .et-l .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
.hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--second,
#et-boc .et-l .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--second,
.hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
#et-boc .et-l .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
.hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--first.\--is-hidden + .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__content.\--second {
  display: block;
}

/* line 87, resources/assets/styles/modules/_legal-drinking-age.scss */

.et-db #et-boc .et-l .hot-legal-drinking-age__logo,
#et-boc .et-l .hot-legal-drinking-age__logo,
.hot-legal-drinking-age__logo,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__logo,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__logo,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__logo,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__logo,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__logo {
  position: relative;
}

@media (min-width: 0) {
  /* line 87, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__logo,
  #et-boc .et-l .hot-legal-drinking-age__logo,
  .hot-legal-drinking-age__logo,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__logo,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__logo,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__logo,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__logo,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__logo {
    margin-top: 2.125rem;
    margin-bottom: 2.6875rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 87, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__logo,
  #et-boc .et-l .hot-legal-drinking-age__logo,
  .hot-legal-drinking-age__logo,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__logo,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__logo,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__logo,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__logo,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__logo {
    margin-top: 3.4375rem;
    margin-bottom: 3.5625rem;
  }
}

/* line 95, resources/assets/styles/modules/_legal-drinking-age.scss */

.et-db #et-boc .et-l .hot-legal-drinking-age__logo .hot-svg,
#et-boc .et-l .hot-legal-drinking-age__logo .hot-svg,
.hot-legal-drinking-age__logo .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__logo .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__logo .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__logo .hot-svg,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__logo .hot-svg,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__logo .hot-svg {
  height: auto !important;
}

@media (min-width: 0) {
  /* line 95, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__logo .hot-svg,
  #et-boc .et-l .hot-legal-drinking-age__logo .hot-svg,
  .hot-legal-drinking-age__logo .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__logo .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__logo .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__logo .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__logo .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__logo .hot-svg {
    width: 8rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 95, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__logo .hot-svg,
  #et-boc .et-l .hot-legal-drinking-age__logo .hot-svg,
  .hot-legal-drinking-age__logo .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__logo .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__logo .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__logo .hot-svg,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__logo .hot-svg,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__logo .hot-svg {
    width: 13rem;
  }
}

/* line 104, resources/assets/styles/modules/_legal-drinking-age.scss */

.et-db #et-boc .et-l .hot-legal-drinking-age__text-block,
#et-boc .et-l .hot-legal-drinking-age__text-block,
.hot-legal-drinking-age__text-block,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__text-block,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__text-block,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__text-block,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__text-block,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 110, resources/assets/styles/modules/_legal-drinking-age.scss */

.et-db #et-boc .et-l .hot-legal-drinking-age__heading,
#et-boc .et-l .hot-legal-drinking-age__heading,
.hot-legal-drinking-age__heading,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__heading,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__heading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__heading {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.75rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  color: #c04635;
}

@media (min-width: 48em) {
  /* line 110, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__heading,
  #et-boc .et-l .hot-legal-drinking-age__heading,
  .hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__heading {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    letter-spacing: 0.0625rem;
  }
}

@media (min-width: 85.375em) {
  /* line 110, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__heading,
  #et-boc .et-l .hot-legal-drinking-age__heading,
  .hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__heading {
    font-size: 2.5rem;
    line-height: 2.75rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 0) {
  /* line 110, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__heading,
  #et-boc .et-l .hot-legal-drinking-age__heading,
  .hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__heading {
    width: 100%;
  }
}

@media (min-width: 48rem) {
  /* line 110, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__heading,
  #et-boc .et-l .hot-legal-drinking-age__heading,
  .hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__heading {
    width: 78.48837%;
  }
}

@media (min-width: 85.375rem) {
  /* line 110, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__heading,
  #et-boc .et-l .hot-legal-drinking-age__heading,
  .hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__heading {
    width: 54.82866%;
  }
}

@media (max-width: 47.99em) {
  /* line 110, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__heading,
  #et-boc .et-l .hot-legal-drinking-age__heading,
  .hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__heading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__heading {
    line-height: 3.125rem;
  }
}

/* line 123, resources/assets/styles/modules/_legal-drinking-age.scss */

.et-db #et-boc .et-l .hot-legal-drinking-age__subheading,
#et-boc .et-l .hot-legal-drinking-age__subheading,
.hot-legal-drinking-age__subheading,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__subheading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__subheading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__subheading,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__subheading,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__subheading {
  font-family: "MaisonNeueWEB-Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04688rem;
}

@media (min-width: 48em) {
  /* line 123, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__subheading,
  #et-boc .et-l .hot-legal-drinking-age__subheading,
  .hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__subheading {
    letter-spacing: 0.01562rem;
  }
}

@media (min-width: 85.375em) {
  /* line 123, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__subheading,
  #et-boc .et-l .hot-legal-drinking-age__subheading,
  .hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__subheading {
    letter-spacing: 0.03125rem;
  }
}

@media (min-width: 0) {
  /* line 123, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__subheading,
  #et-boc .et-l .hot-legal-drinking-age__subheading,
  .hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__subheading {
    width: 78.7172%;
    margin-top: 0.625rem;
  }
}

@media (min-width: 48rem) {
  /* line 123, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__subheading,
  #et-boc .et-l .hot-legal-drinking-age__subheading,
  .hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__subheading {
    width: 78.48837%;
  }
}

@media (min-width: 85.375rem) {
  /* line 123, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__subheading,
  #et-boc .et-l .hot-legal-drinking-age__subheading,
  .hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__subheading,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__subheading {
    width: 54.82866%;
  }
}

/* line 131, resources/assets/styles/modules/_legal-drinking-age.scss */

.et-db #et-boc .et-l .hot-legal-drinking-age__cta,
#et-boc .et-l .hot-legal-drinking-age__cta,
.hot-legal-drinking-age__cta,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 0) {
  /* line 131, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__cta,
  #et-boc .et-l .hot-legal-drinking-age__cta,
  .hot-legal-drinking-age__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta {
    margin-bottom: -3.5625rem;
  }
}

@media (min-width: 48rem) {
  /* line 131, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__cta,
  #et-boc .et-l .hot-legal-drinking-age__cta,
  .hot-legal-drinking-age__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta {
    margin-bottom: -3.9375rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 131, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__cta,
  #et-boc .et-l .hot-legal-drinking-age__cta,
  .hot-legal-drinking-age__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta {
    margin-bottom: -4.9375rem;
  }
}

@media (min-width: 0) {
  /* line 141, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__cta-btn,
  #et-boc .et-l .hot-legal-drinking-age__cta-btn,
  .hot-legal-drinking-age__cta-btn,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta-btn,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta-btn,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn {
    margin-top: 1.875rem;
  }
}

/* line 146, resources/assets/styles/modules/_legal-drinking-age.scss */

.et-db #et-boc .et-l .hot-legal-drinking-age__cta-btn.\--plain,
#et-boc .et-l .hot-legal-drinking-age__cta-btn.\--plain,
.hot-legal-drinking-age__cta-btn.\--plain,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta-btn.\--plain,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn.\--plain,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn.\--plain,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta-btn.\--plain,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn.\--plain {
  font-family: "GT-Pressura-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.07812rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  text-decoration: underline;
  color: #1f1f1f;
}

@media (min-width: 85.375em) {
  /* line 146, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__cta-btn.\--plain,
  #et-boc .et-l .hot-legal-drinking-age__cta-btn.\--plain,
  .hot-legal-drinking-age__cta-btn.\--plain,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta-btn.\--plain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn.\--plain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn.\--plain,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta-btn.\--plain,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn.\--plain {
    font-size: 1.1875rem;
    line-height: 1.3125rem;
    letter-spacing: 0.09375rem;
  }
}

/* line 153, resources/assets/styles/modules/_legal-drinking-age.scss */

.et-db #et-boc .et-l .hot-legal-drinking-age__cta-btn.\--circle,
#et-boc .et-l .hot-legal-drinking-age__cta-btn.\--circle,
.hot-legal-drinking-age__cta-btn.\--circle,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta-btn.\--circle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn.\--circle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn.\--circle,
.et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta-btn.\--circle,
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn.\--circle {
  min-width: unset;
}

@media (min-width: 0) {
  /* line 153, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__cta-btn.\--circle,
  #et-boc .et-l .hot-legal-drinking-age__cta-btn.\--circle,
  .hot-legal-drinking-age__cta-btn.\--circle,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta-btn.\--circle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn.\--circle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn.\--circle,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta-btn.\--circle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn.\--circle {
    width: 8.125rem;
    margin-top: 1.875rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 153, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__cta-btn.\--circle,
  #et-boc .et-l .hot-legal-drinking-age__cta-btn.\--circle,
  .hot-legal-drinking-age__cta-btn.\--circle,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta-btn.\--circle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn.\--circle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn.\--circle,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta-btn.\--circle,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn.\--circle {
    width: 10.625rem;
    margin-top: 2.5rem;
  }
}

@media (min-width: 0) {
  /* line 161, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__cta-btn.\--circle span,
  #et-boc .et-l .hot-legal-drinking-age__cta-btn.\--circle span,
  .hot-legal-drinking-age__cta-btn.\--circle span,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta-btn.\--circle span,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn.\--circle span,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn.\--circle span,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta-btn.\--circle span,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn.\--circle span {
    max-width: 7.5rem;
  }
}

@media (min-width: 85.375rem) {
  /* line 161, resources/assets/styles/modules/_legal-drinking-age.scss */

  .et-db #et-boc .et-l .hot-legal-drinking-age__cta-btn.\--circle span,
  #et-boc .et-l .hot-legal-drinking-age__cta-btn.\--circle span,
  .hot-legal-drinking-age__cta-btn.\--circle span,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta-btn.\--circle span,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn.\--circle span,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn.\--circle span,
  .et-db #et-boc .et-l .et_pb_module .hot-legal-drinking-age__cta-btn.\--circle span,
  .et-db #et-boc .et-l .et_pb_module a:not(.wc-forward).hot-legal-drinking-age__cta-btn.\--circle span {
    max-width: 8.75rem;
  }
}


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