/*
 * Hero Component Standalone Bundle
 * Compiled version for component-specific loading
 * -------------------------------------------------------------------------------------------------------------------------
 */
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 8, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
* {
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* line 12, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 22, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 36, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 70, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 82, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 91, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 102, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 110, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 125, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 * Prevent layout shift and maintain aspect ratio
 */
/* line 152, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
img {
  border: 0;
  width: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

/**
 * Prevent layout shifts for iframes (videos, embeds)
 * Let individual components define their own aspect ratios
 */
/* line 164, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
iframe {
  max-width: 100%;
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 173, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 184, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
figure {
  margin: 0;
  z-index: 2;
}

/**
 * Address differences between Firefox and other browsers.
 */
/**
 * Contain overflow in all browsers.
 */
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 220, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 234, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 245, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 258, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 270, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 279, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 290, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 302, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 314, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 324, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 335, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 344, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 355, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 364, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 373, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 384, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 389, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
td,
th {
  padding: 0;
}

/* Base styles: opinionated defaults
   ========================================================================== */
/* line 397, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
html {
  font-size: 1em;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
/* line 407, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 420, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 430, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/config/_normalize.scss */
textarea {
  resize: vertical;
}

/*
 * Breakpoints & MediaQueries
 * NOTE: When you make a new media query variable, please add it also to "_mq-set.scss"
 * -------------------------------------------------------------------------------------------------------------------------
 */
/*
 * Grid system
 * -------------------------------------------------------------------------------------------------------------------------
 */
/*
 * Color definitions
 * -------------------------------------------------------------------------------------------------------------------------
 */
/*
 * Font definitions and sizes
 * -------------------------------------------------------------------------------------------------------------------------
 */
/*
 * General paddings and margins
 * -------------------------------------------------------------------------------------------------------------------------
 */
/*
* Default animation setups
* -------------------------------------------------------------------------------------------------------------------------
*/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
These "retina group" variables are mappings for the naming and pairing of normal and retina sprites.

The list formatted variables are intended for mixins like `retina-sprite` and `retina-sprites`.
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `retina-sprite` mixin sets up rules and a media query for a sprite/retina sprite.
  It should be used with a "retina group" variable.

The media query is from CSS Tricks: https://css-tricks.com/snippets/css/retina-display-media-query/

$icon-home-group: ('icon-home', $icon-home, $icon-home-2x, );

.icon-home {
  @include retina-sprite($icon-home-group);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*
The `retina-sprites` mixin generates a CSS rule and media query for retina groups
  This yields the same output as CSS retina template but can be overridden in SCSS

@include retina-sprites($retina-groups);
*/
/*
 * Col-span
 * Calculates and sets the width of a column based on the $cols variable
 * if a $gutter is set (in pixels), it calculates the percentage minus the $gutter
 *
 * Example: @include col-span(3, 20);
 * -------------------------------------------------------------------------------------------------------------------------
 */
/*
 * Grid system
 * Example: @include colcount(2, $grid-base-gutter-width);
 * -------------------------------------------------------------------------------------------------------------------------
 */
/*
 * Breakpoint system
 * Example: @include breakpoint($desktop)
 * or @include breakpoint($tablet-portrait $mobile) 
 * -------------------------------------------------------------------------------------------------------------------------
 */
/*
 * Ratio calculator
 * @include ratio-prop-number (margin-top, 100px 50px);
 * @include ratio-prop-number (height, 100 50);
 * @include ratio-prop-number (padding-bottom, 900px 500px);
 * -------------------------------------------------------------------------------------------------------------------------
 */
/*
 * Clearfix
 * Source: http://nicolasgallagher.com/micro-clearfix-hack/
 * -------------------------------------------------------------------------------------------------------------------------
 */
/*
 * Positioning and aligning
 * Source (vertical-align): http://hackingui.com/front-end/10-best-scss-utilities/
 * -------------------------------------------------------------------------------------------------------------------------
 */
/*
 * Font smoothing
 * -------------------------------------------------------------------------------------------------------------------------
 */
/*
 * Opacity
 * Example: @include opacity(0.5);
 * -------------------------------------------------------------------------------------------------------------------------
 */
/*
 * Rounded corners
 * -------------------------------------------------------------------------------------------------------------------------
 */
/*
 * Gradients
 * Source: http://codeboxers.com/straight-sass-gradient-mixin/
 * -------------------------------------------------------------------------------------------------------------------------
 */
/*
 * Text
 * Source (truncate-text): http://hackingui.com/front-end/10-best-scss-utilities/
 * -------------------------------------------------------------------------------------------------------------------------
 */
/*
 * Triangle
 * Source: http://www.sitepoint.com/sass-mixin-css-triangles/
 *
 * @param [string] $direction: arrow direction
 * @param [list] $position: list of offsets and values
 * @param [color] $color (inherit): arrow color
 * @param [number] $size (1em): arrow size
 * -------------------------------------------------------------------------------------------------------------------------
 */
/*
 * Transforms
 * Source: http://codepen.io/sawmac/pen/qGudy
 * -------------------------------------------------------------------------------------------------------------------------
 */
/*
 * Filter
 * Source: https://gist.github.com/GeneLocklin/2957278
 * 		   https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html
 *
 * grayscale      ex: filter: grayscale(100%);
 * sepia          ex: filter: sepia(100%);
 * saturate       ex: filter: saturate(0%);
 * hue-rotate     ex: filter: hue-rotate(45deg);
 * invert         ex: filter: invert(100%);
 * brightness     ex: filter: brightness(15%);
 * contrast       ex: filter: contrast(200%);
 * blur           ex: filter: blur(2px);
 * -------------------------------------------------------------------------------------------------------------------------
 */
/*
 * Buttons
 * The following class is written here as 'mixin' because a silent class is not extendable from within mediaqueries.
 * In some cases we need no make a normal link look like this button only on mobile, like this;
 * @include small-arrow-button();
 * -------------------------------------------------------------------------------------------------------------------------
 */
/*
 * Font family switcher
 * Initially developed to be able to have another font for different websites
 * @include use-font();
 * -------------------------------------------------------------------------------------------------------------------------
 */
/*
 * Spinner
 * @include loader($color: 'white', $size: 3px, $radius: small, $align: middle, $duration: 1s, $position: relative);
 * -------------------------------------------------------------------------------------------------------------------------
 */
/* Paddings, margins and heights
   ========================================================================== */
/* line 4, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.margin-bottom-10 {
  margin-bottom: 10px !important;
}

/* line 5, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.margin-bottom-20 {
  margin-bottom: 20px !important;
}

/* line 6, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.margin-bottom-30 {
  margin-bottom: 30px !important;
}

/* line 7, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.margin-bottom-50 {
  margin-bottom: 50px !important;
}

/* line 8, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.margin-top-20 {
  margin-top: 20px !important;
}

/* line 9, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.margin-top-25 {
  margin-top: 20px !important;
}

/* line 10, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.margin-top-90 {
  margin-top: 90px !important;
}

/* line 11, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.margin-left-0 {
  margin-left: 0 !important;
}

/* line 12, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.clear {
  clear: both !important;
}

/* line 13, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.padding-top-10 {
  padding-top: 10px !important;
}

/* line 14, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.padding-top-0 {
  padding-top: 0 !important;
}

/* line 16, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.margin-horizontal-60 {
  margin-left: 60px;
  margin-right: 60px;
}

/* line 21, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.margin-horizontal-100 {
  margin-left: 100px;
  margin-right: 100px;
}

/* line 31, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.spacer-bottom {
  margin-bottom: 15px;
}

/* Text
   ========================================================================== */
/* line 50, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.text-centered {
  text-align: center;
}

/* line 51, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.text-header {
  display: block;
}

/* line 52, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Horizontal line
   ========================================================================== */
/* line 57, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* Colors
   ========================================================================== */
/* line 70, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.color-orange {
  color: #ff5a00;
}

/* Image positioning, replacement
   ========================================================================== */
/* line 78, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
img {
  display: block;
  height: auto;
  max-width: 100%;
  aspect-ratio: auto;
}

/* line 84, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
img.inline {
  display: inline-block;
}

/* Hide from both screenreaders and browsers: h5bp.com/u
   ========================================================================== */
/* line 93, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.hidden {
  display: none !important;
}

/* Hide from browsers but not screenreaders
   ========================================================================== */
/* Hide only visually, but have it available for screenreaders: h5bp.com/v
   ========================================================================== */
/* line 170, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
   ========================================================================== */
/* Hide visually and from screenreaders, but maintain layout
   ========================================================================== */
/* line 190, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.invisible {
  visibility: hidden;
}

/* Floats
   ========================================================================== */
/* line 198, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.left {
  float: left;
}

/* line 199, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.right {
  float: right;
}

/* Clearfix solution for clearing floats etc...
   Includes fix for Safari flexbox bug: https://danisadesigner.com/blog/flexbox-clear-fix-pseudo-elements/
   ========================================================================== */
/* line 205, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  flex-basis: 0;
  order: 1;
}

/* line 213, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.clearfix:after {
  clear: both;
}

/* Yellow glow
   ========================================================================== */
/* line 222, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.radial-glow:before {
  top: 50%;
  position: absolute;
  transform: translatey(-50%);
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  border-radius: 10px;
  box-shadow: 0px 0px 190px 70px #fefa41;
  z-index: 1;
}

/* line 233, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.radial-glow img {
  position: relative;
  z-index: 2;
}

/* Print
   ========================================================================== */
/* line 243, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.show-print {
  display: none;
}

/* line 247, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.max-width-initial {
  max-width: initial !important;
}

/* line 251, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.padding-horizontal-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 255, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.padding-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 10px !important;
}

/* line 260, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
.padding-0-10 {
  padding: 0 10px !important;
}

/*
 * Hero elements used on top and bottom on homepage
 * -------------------------------------------------------------------------------------------------------------------------
 */
/* line 6, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.hero_left,
.hero_right,
.hero_single {
  background: #949494;
  box-sizing: content-box;
  height: 0;
  padding-bottom: 32.4%;
  position: relative;
  contain: layout style;
}

/* line 16, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.hero_left .hero__image-square,
.hero_right .hero__image-square,
.hero_single .hero__image-square {
  display: none;
}

/* line 20, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.hero_left span.img,
.hero_left img.img,
.hero_right span.img,
.hero_right img.img,
.hero_single span.img,
.hero_single img.img {
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  background-position: center;
  background-size: 100% 100%;
  display: block;
  height: 100%;
  width: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  max-width: 100%;
}

/* line 35, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.hero_left img.img.hidden,
.hero_left span.img.hidden,
.hero_right img.img.hidden,
.hero_right span.img.hidden,
.hero_single img.img.hidden,
.hero_single span.img.hidden {
  display: none !important;
}

/* line 41, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.hero_left .hero_single span.img,
.hero_left .hero_single img.img,
.hero_right .hero_single span.img,
.hero_right .hero_single img.img,
.hero_single .hero_single span.img,
.hero_single .hero_single img.img {
  background-size: auto 99.9%;
  background-repeat: no-repeat;
  background-position: right top;
}

/* line 64, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.hero_left,
.hero_right {
  float: left;
}

/* line 70, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.hero_left .hero__image-oblong a:after,
.hero_left .hero__image-square a:after,
.hero_right .hero__image-oblong a:after,
.hero_right .hero__image-square a:after {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 29%, rgba(0, 0, 0, 0) 100%);
  content: "";
  height: 100%;
  margin: 0;
  position: absolute;
  width: 100%;
}

/* line 78, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.no-shadow .hero_left .hero__image-oblong a:after, .no-shadow
.hero_left .hero__image-square a:after, .no-shadow
.hero_right .hero__image-oblong a:after, .no-shadow
.hero_right .hero__image-square a:after {
  background-image: none;
}

/* line 80, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
body.rtl .no-shadow .hero_left .hero__image-oblong a:after, body.rtl .no-shadow
.hero_left .hero__image-square a:after, body.rtl .no-shadow
.hero_right .hero__image-oblong a:after, body.rtl .no-shadow
.hero_right .hero__image-square a:after {
  background-image: none;
}

/* line 102, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.hero_left {
  width: calc(66.66667% - 6.66667px);
  margin-right: 20px;
}

/* line 104, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.hero_left .hero__overlay {
  left: 20px;
  margin-left: 0;
  padding-left: 0;
  width: 55%;
}

/* line 120, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.hero_right {
  width: calc(33.33333% - 13.33333px);
  margin-right: 20px;
  margin-right: 0;
  padding-bottom: 32.4%;
}

/* line 155, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.hero_right .hero__overlay {
  width: 350px;
}

/* line 179, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.hero_right .hero__overlay h3 span {
  font-size: 1.875rem;
  line-height: 2.75rem;
}

/* line 194, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.hero_single {
  margin-top: 50px;
  padding-bottom: 37%;
}

/* line 208, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.hero_single span.img {
  background-size: auto 99.9%;
  background-repeat: no-repeat;
  background-position: right top;
}

/* line 216, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.hero_single .hero__image-oblong a:after,
.hero_single .hero__image-square a:after {
  background-image: linear-gradient(to right, black 29%, rgba(0, 0, 0, 0) 55%);
  content: "";
  height: 100%;
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

/* line 231, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.hero_single .hero__overlay {
  transform: translateY(-50%);
  height: auto;
  margin: 0 0 0 20px;
  top: 50%;
  width: 60%;
  z-index: 2;
}

/* line 262, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.hero_single .button.orange {
  background-image: none;
  background-color: transparent;
  border-color: #ffffff;
  border: 2px solid;
  padding: 8px 15px 9px;
}

/* line 268, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.hero_single .button.orange:hover {
  border-color: #EEEFEF;
  color: #EEEFEF;
}

/* line 275, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.hero__overlay {
  top: 0;
  position: absolute;
  margin: 20px;
  padding: 10px;
  overflow: hidden;
}

/* line 293, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.hero__overlay h3 span {
  background-color: #ffffff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  font-size: 2.5rem;
  line-height: 3.5rem;
  padding: 5px;
  text-transform: inherit;
  color: #221D37;
}

/* line 316, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.hero__body {
  margin-bottom: 20px;
}

/* line 323, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.hero__body p {
  background-color: rgba(34, 29, 55, 0.8);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: #ffffff;
  display: inline;
  font-size: 1.125rem;
  line-height: 1.77em;
  padding: 4px 8px;
}

/* line 346, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
.hero-banner-bg {
  max-width: 1265px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  /* line 21, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
  .margin-horizontal-100 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 97, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
  .hide-mobile {
    display: none !important;
  }
  /* line 6, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_left,
  .hero_right,
  .hero_single {
    padding-bottom: 100%;
  }
  /* line 89, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_left .hero__image-oblong,
  .hero_single .hero__image-oblong {
    display: none;
  }
  /* line 95, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_left .hero__image-square,
  .hero_single .hero__image-square {
    display: block;
  }
  /* line 120, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_right {
    padding-bottom: inherit;
    height: auto;
  }
  /* line 135, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_right .hero__image-oblong {
    display: block;
  }
  /* line 145, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_right .hero__image-square {
    display: none;
  }
  /* line 155, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_right .hero__overlay {
    bottom: 0;
    margin: 20px 0 0 30px;
    padding: 10px 0 10px 0;
    top: 0;
    position: relative;
  }
  /* line 179, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_right .hero__overlay h3 span {
    font-size: 1rem;
  }
  /* line 194, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_single {
    margin-top: 35px;
    padding-bottom: inherit;
    height: auto;
  }
  /* line 216, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_single .hero__image-oblong a:after,
  .hero_single .hero__image-square a:after {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.95) 29%, rgba(0, 0, 0, 0) 55%);
  }
  /* line 231, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_single .hero__overlay {
    transform: inherit;
    margin-left: 20px;
    width: calc(100% - 40px);
  }
  /* line 256, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_single .hero__body {
    display: block;
  }
  /* line 275, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero__overlay {
    height: auto;
    pointer-events: auto;
    width: auto;
    position: relative;
  }
  /* line 293, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero__overlay h3 span {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  /* line 323, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero__body p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    padding: 4px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 31, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
  .spacer-bottom {
    margin-bottom: 30px;
  }
  /* line 40, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
  .height-300 {
    height: 300px;
  }
  /* line 103, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
  .hide-tablet {
    display: none !important;
  }
  /* line 139, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
  .hide-above-mobile {
    display: none !important;
  }
  /* line 151, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
  .show-mobile {
    display: none !important;
  }
  /* line 135, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_right .hero__image-oblong {
    display: none;
  }
  /* line 145, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_right .hero__image-square {
    display: block;
  }
  /* line 288, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero__overlay h3 {
    margin-bottom: 20px;
  }
  /* line 339, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero__body p br {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 109, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
  .hide-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  /* line 115, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
  .hide-above-twelfhundred {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 121, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
  .hide-below-desktop {
    display: none !important;
  }
  /* line 104, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_left .hero__overlay {
    left: 30px;
    width: 80%;
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  /* line 155, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_right .hero__overlay {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  /* line 231, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_single .hero__overlay {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  /* line 293, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero__overlay h3 span {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
  /* line 316, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero__body {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 127, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
  .hide-below-twelfhundred {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) {
  /* line 133, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
  .hide-below-tablet {
    display: none !important;
  }
  /* line 6, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_left,
  .hero_right,
  .hero_single {
    float: none;
    margin: 0 0 10px 0;
    width: 100%;
    padding-bottom: inherit;
    height: auto;
  }
  /* line 54, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_left:lang(en-IE),
  .hero_right:lang(en-IE),
  .hero_single:lang(en-IE) {
    min-height: 370px;
  }
  /* line 120, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_right {
    padding-bottom: inherit;
    height: auto;
  }
  /* line 155, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_right .hero__overlay {
    position: relative;
  }
  /* line 179, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_right .hero__overlay h3 span {
    font-size: 1.75rem;
  }
  /* line 194, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_single {
    padding-bottom: inherit;
    height: auto;
  }
  /* line 231, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_single .hero__overlay {
    transform: inherit;
    position: relative;
    top: 0;
  }
}
@media only screen and (min-width: 767px) {
  /* line 145, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
  .hide-above-tablet {
    display: none !important;
  }
}
@media only screen and (min-width: 901px) {
  /* line 157, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/helpers/_helpers.scss */
  .show-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 1280px) {
  /* line 155, src/main/content/jcr_root/etc/clientlibs/ufs-aem/app/sass/patterns/_hero.scss */
  .hero_right .hero__overlay {
    width: auto;
  }
}
