/**
 * Colors
 */
/**
 * Returns a transition duration by name.
 * @function transition-duration
 * @since 1.0.0
 */
/**
 * Returns a transition equation by name.
 * @function transition-equation
 * @since 1.0.0
 */
/**
 * Returns a transition equation by name.
 * @function transition-delay
 * @since 1.0.0
 */
/**
 * @mixin flexible
 * @since 1.0.0
 */
/**
 * @mixin flex-box
 * @since 1.0.0
 */
/**
 * @mixin flex-row
 * @since 1.0.0
 */
/**
 * @mixin flex-col
 * @since 1.0.0
 */
/**
 * @mixin mflex-set
 * @since 1.0.0
 */
/**
 * @mixin flex-ord
 * @since 1.0.0
 */
/**
 * @mixin flex-width
 * @since 1.0.0
 */
/**
 * @mixin last-row
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-up
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-down
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-down
 * @since 1.0.0
 */
/**
 * @function breakpoint-get
 * @since 1.0.0
 * @hidden
 */
/**
 * Converts a value to a relative vw.
 * @function rvw
 * @since 1.0.0
 */
/**
 * Converts a value to a relative vh.
 * @function rvh
 * @since 1.0.0
 */
/**
 * Convenience function to add 2 values.
 * @function calc-add
 * @since 1.0.0
 */
/**
 * Convenience function to substract 2 values.
 * @function calc-sub
 * @since 1.0.0
 */
/**
 * Convenience function to mul 2 values.
 * @function calc-mul
 * @since 1.0.0
 */
/**
 * Returns the negative value of a css variable.
 * @function neg
 * @since 1.0.0
 */
/**
 * @function make-rvw
 * @since 1.0.0
 * @hidden
 */
/**
 * @function make-rvh
 * @since 1.0.0
 * @hidden
 */
/**
 * @function strip-unit
 * @since 1.0.0
 * @hidden
 */
/**
 * Applies preset typeface attributes.
 * @mixin typeface
 * @since 1.0.0
 */
/**
* Sets the text antialias;
* @mixin text-antialias
* @since 1.0.0
*/
/**
* Sets the text adjust.
* @mixin text-adjust
* @since 1.0.0
*/
/**
* Convenience mixin to support special writing direction.
* @function text-dir
* @since 1.0.0
*/
/**
* Convenience mixin.
* @function text-dir-ttb
* @since 1.0.0
*/
/**
* Convenience mixin.
* @function text-dir-btt
* @since 1.0.0
*/
/**
* Convenience mixin.
* @function text-mask
* @since 1.0.0
*/
/**
* Converts tracking to letter-spacing.
* @function tracking
* @since 1.0.0
*/
/**
* @function has-typeface-family
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-weight
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-style
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-size
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-option
* @since 1.0.0
* @hidden
*/
/**
 * The breakpoint keys.
 * @var breakpoints
 * @since 1.0.0
 */
/**
 * The grid breakpoints.
 * @var grid
 * @since 1.0.0
 */
/**
 * Transition speed and curves.
 * @var transitions
 * @since 1.0.0
 */
/**
 * @mixin placeholder
 * @since 1.0.0
 */
/**
 * @mixin selection
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-child
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin with content parameter.
 * @function nth-child
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-of-type
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-last-child
 * @since 1.0.0
 */
/**
 * Convenience nth-last-of-type mixin to improve loop readability.
 * @function nth-last-of-type
 * @since 1.0.0
 */
/**
 * Convenience data-nth-item mixin to improve loop readability.
 * @mixin nth-item
 * @since 1.0.0
 */
/**
 * Convenience nth-item mixin with content parameter.
 * @mixin nth-item
 * @since 1.0.0
 */
/**
 * Convenience data-nth-line mixin to improve loop readability.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Convenience nth-line mixin with content parameter.
 * @mixin nth-line
 * @since 1.0.0
 */
/**
 * Convenience data-nth-word mixin to improve loop readability.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Convenience nth-word mixin with content parameter.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Targets the last row of a sepcified amount of columns.
 * @mixin last-row
 * @since 1.0.0
 */
/**
 * Position an element with absolute type.
 * @mixin absolute
 * @since 1.0.0
 */
/**
 * Position an element with relative type.
 * @mixin relative
 * @since 1.0.0
 */
/**
 * Position an element with sticky type.
 * @mixin sticky
 * @since 1.0.0
 */
/**
 * Position an element with fixed type.
 * @mixin fixed
 * @since 1.0.0
 */
/**
 * Convenience mixin to position a element absolutely.
 * @mixin fill
 * @since 1.0.0
 */
/**
 * Disables br.
 * @function no-br
 * @since 1.0.0
 */
/**
 * Convenience z-index mixin used for easier debugging.
 * @function elevated
 * @since 1.0.0
 */
/**
 * Convenience mixin.
 * @function pushable
 * @since 1.0.0
 */
/**
 * Convenience mixin to reset visibility and transform.
 * @function hidden
 * @since 1.0.0
 */
/**
 * Convenience mixin to reset visibility and transform.
 * @function reveal
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-property
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-duration
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-equation
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-delay
 * @since 1.0.0
 */
/**
 * Convenience before mixin;
 * @function before
 * @since 1.0.0
 */
/**
 * Convenience before mixin;
 * @function before
 * @since 1.0.0
 */
/**
 * Convenience asset path function
 * @function asset
 * @since 1.0.0
 */
/**
 * @mixin position
 * @since 1.0.0
 * @hidden
 */
/**
 * @function is-valid-length
 * @since 1.0.0
 * @hidden
 */
/**
 * @function nth-if
 * @since 1.0.0
 * @hidden
 */
/**
 * Initialize the common styles of a block.
 * @function block
 * @since 1.0.1
 */
.grey-bar:after {
  background-color: #F0F1F2;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc((68.75px + 56.25 * ((100vw - 376px) / 1544)) - 0.1px);
}

.drawer-summary {
  background-color: #234870;
}
.drawer-summary .button {
  border-color: #F0F1F2;
  margin-top: calc((13.75px + 11.25 * ((100vw - 376px) / 1544)) - 0.1px);
}
.drawer-summary .button:hover {
  border-color: #F19B3E;
}
.drawer-summary .drawer-summary-content-wrapper {
  display: flex;
}
@media (max-width: 1200px) {
  .drawer-summary .drawer-summary-content-wrapper {
    flex-direction: column-reverse;
  }
}
.drawer-summary .image-wrapper {
  z-index: 15;
}
@media (max-width: 1200px) {
  .drawer-summary .image-wrapper {
    padding-left: calc((25px + 95 * ((100vw - 376px) / 1544)) - 0.1px);
    padding-right: calc((25px + 95 * ((100vw - 376px) / 1544)) - 0.1px);
    padding-top: 0 !important;
    position: relative;
  }
  .drawer-summary .image-wrapper:before {
    background-color: white;
    content: "";
    display: block;
    height: 400px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.drawer-summary .image-wrapper, .drawer-summary .drawers-wrapper {
  padding-top: calc((82.5px + 67.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
.drawer-summary .drawers-wrapper {
  background-color: white;
  flex: 1 1 auto;
  padding-bottom: calc((71.5px + 58.5 * ((100vw - 376px) / 1544)) - 0.1px);
  position: relative;
}
@media (min-width: 1201px) {
  .drawer-summary .drawers-wrapper {
    align-self: flex-start;
  }
}
.drawer-summary .drawers-wrapper .decorative-image {
  position: absolute;
  height: calc((75.9px + 62.1 * ((100vw - 376px) / 1544)) - 0.1px);
  width: calc((75.9px + 62.1 * ((100vw - 376px) / 1544)) - 0.1px);
  display: none;
  z-index: 12;
}
.drawer-summary .drawers-wrapper .decorative-image svg {
  width: 100%;
  height: auto;
}
.drawer-summary .drawers-wrapper .decorative-image rect {
  fill: white;
}
.drawer-summary .drawers-header h1, .drawer-summary .drawers-header h2, .drawer-summary .drawers-header h3 {
  margin-top: 0;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
}
.drawer-summary .drawers-header h1:after, .drawer-summary .drawers-header h2:after, .drawer-summary .drawers-header h3:after {
  background-color: #F19B3E;
  content: "";
  height: calc((2.2px + 1.8 * ((100vw - 376px) / 1544)) - 0.1px);
  width: calc((39.6px + 32.4 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-top: calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
.drawer-summary .drawers-header .tagline {
  margin-bottom: calc((2.75px + 2.25 * ((100vw - 376px) / 1544)) - 0.1px);
}
.drawer-summary .drawer {
  border-top: 2px solid #F0F1F2;
}
.drawer-summary .drawer:last-child {
  border-bottom: 2px solid #F0F1F2;
}
.drawer-summary .drawer-body {
  padding-bottom: calc((38.5px + 31.5 * ((100vw - 376px) / 1544)) - 0.1px);
  max-width: 700px;
}
.drawer-summary .drawer-body li {
  background: url(./images/list-arrow.svg) no-repeat center left;
  margin-bottom: calc((5.5px + 4.5 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-left: calc((50px + 15 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-left: 0;
}
.drawer-summary .drawer-body li:before {
  display: none;
}

@media (min-width: 1201px) {
  .drawer-summary__orientation-left {
    padding-left: calc((25px + 95 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
.drawer-summary__orientation-left .drawers-header {
  padding-left: calc((154px + 126 * ((100vw - 376px) / 1544)) - 0.1px);
}
.drawer-summary__orientation-left .drawers-wrapper {
  margin-left: calc((-154px + -126 * ((100vw - 376px) / 1544)) - 0.1px);
}
.drawer-summary__orientation-left .drawers-wrapper .decorative-image {
  left: 0;
}
.drawer-summary__orientation-left .drawer {
  padding-left: calc((154px + 126 * ((100vw - 376px) / 1544)) - 0.1px);
}

@media (max-width: 1200px) {
  .drawer-summary__orientation-right .image-wrapper {
    display: none;
  }
}
.drawer-summary__orientation-right .drawers-header {
  padding-right: calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
@media (min-width: 1201px) {
  .drawer-summary__orientation-right .drawers-wrapper {
    margin-right: calc((-77px + -63 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
.drawer-summary__orientation-right .drawers-wrapper .decorative-image {
  right: 0;
}
@media (min-width: 1201px) {
  .drawer-summary__orientation-right .drawer {
    padding-right: calc((50px + 10 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
.drawer-summary__orientation-right .drawer-summary-content-wrapper {
  flex-direction: row-reverse;
}
.drawer-summary__orientation-right .drawer-summary-content-wrapper {
  flex-direction: row-reverse;
}

.drawer-summary__style-vertical .image-wrapper {
  flex: 0 0 30%;
}
.drawer-summary__style-vertical .image-wrapper img {
  width: 100%;
}

.drawer-summary__style-horizontal .image-wrapper {
  flex: 0 0 50%;
}
.drawer-summary__style-horizontal .image-wrapper img {
  width: 100%;
}

.drawer-summary__decoration-top .drawers-wrapper .decorative-image {
  top: 0;
  transform: translate(-50%, -50%);
  display: block;
}
.drawer-summary__decoration-top.drawer-summary__orientation-right .drawers-wrapper .decorative-image {
  transform: translate(50%, -50%);
}

.drawer-summary__decoration-bottom .drawers-wrapper .decorative-image {
  bottom: 0;
  transform: translate(-50%, 50%);
  display: block;
}
.drawer-summary__decoration-bottom.drawer-summary__orientation-right .drawers-wrapper .decorative-image {
  transform: translate(50%, 50%);
}

.drawer-summary-content-wrapper .image-wrapper {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ready .block-on-screen .drawer-summary-content-wrapper .image-wrapper {
  opacity: 1;
}
.drawer-summary-content-wrapper .drawers-header {
  opacity: 0;
  transform: translateY(calc((-13.75px + -11.25 * ((100vw - 376px) / 1544)) - 0.1px));
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 150ms;
}
.ready .block-on-screen .drawer-summary-content-wrapper .drawers-header {
  opacity: 1;
  transform: none;
}
.drawer-summary-content-wrapper .drawer {
  opacity: 0;
  transform: translateY(calc((-13.75px + -11.25 * ((100vw - 376px) / 1544)) - 0.1px));
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.drawer-summary-content-wrapper .drawer:nth-child(1) {
  transition-delay: 300ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(2) {
  transition-delay: 450ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(3) {
  transition-delay: 600ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(4) {
  transition-delay: 750ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(5) {
  transition-delay: 900ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(6) {
  transition-delay: 1050ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(7) {
  transition-delay: 1200ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(8) {
  transition-delay: 1350ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(9) {
  transition-delay: 1500ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(10) {
  transition-delay: 1650ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(11) {
  transition-delay: 1800ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(12) {
  transition-delay: 1950ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(13) {
  transition-delay: 2100ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(14) {
  transition-delay: 2250ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(15) {
  transition-delay: 2400ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(16) {
  transition-delay: 2550ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(17) {
  transition-delay: 2700ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(18) {
  transition-delay: 2850ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(19) {
  transition-delay: 3000ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(20) {
  transition-delay: 3150ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(21) {
  transition-delay: 3300ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(22) {
  transition-delay: 3450ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(23) {
  transition-delay: 3600ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(24) {
  transition-delay: 3750ms;
}
.drawer-summary-content-wrapper .drawer:nth-child(25) {
  transition-delay: 3900ms;
}
.ready .block-on-screen .drawer-summary-content-wrapper .drawer {
  opacity: 1;
  transform: none;
}