/*
**	VERSION: 0.1
**	DATE: 20180404
*/
/* =============================================================================
CONFIG
============================================================================= */
/* =============================================================================
BASE
============================================================================= */
/* =============================================================================
IMPORTS
============================================================================= */
/* =============================================================================
	GRID BREAKPOINTS
	Define the minimum dimensions at which your layout will change,
	adapting to different screen sizes, for use in media queries.
============================================================================= */
/* =============================================================================
	COLORS
============================================================================= */
/* =============================================================================
	VALIDATION COLORS
============================================================================= */
/* =============================================================================
	SOCIAL MEDIA COLORS
============================================================================= */
/* =============================================================================
	FONTS
============================================================================= */
/* =============================================================================
	FILE PATHS
============================================================================= */
/* =============================================================================
	GRID COLUMNS
	Set the number of columns and specify the width of the gutters.
============================================================================= */
/* =============================================================================
	GRID CONTAINERS
	Define the maximum width of `.container` for different screen sizes.
============================================================================= */
/* =============================================================================
	MARGINS
============================================================================= */
/* =============================================================================
	PADDINGS
============================================================================= */
/* =============================================================================
	GSPACING
	Control the default styling of most Bootstrap elements by modifying these
	variables. Mostly focused on spacing.
	You can add more entries to the $spacers map, should you need more variation.
============================================================================= */
/* =============================================================================
	CONFIG
============================================================================= */
/* =============================================================================
	BASE
============================================================================= */
/* =============================================================================
	VALUES FOR THE COLOR LUMINANCE FUNCTION
============================================================================= */
/* =============================================================================
CONFIG
============================================================================= */
/* =============================================================================
BASE
============================================================================= */
/* =============================================================================
IMPORTS
============================================================================= */
/* =============================================================================
MIXIN: CALCULATE FONTSIZE (PX & REM) BASED ON BASESIZE
USEAGE: @include animation(fadeIn ease 300ms);
============================================================================= */
/* =============================================================================
MIXIN: BORDER RADIUS
USEAGE: @include border-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER TOP LEFT RADIUS
USEAGE: @include border-top-left-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER BOTTOM RIGHT RADIUS
USEAGE: @include border-bottom-right-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER BOTTOM LEFT RADIUS
USEAGE: @include border-bottom-left-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER TOP RADIUS
USEAGE: @include border-top-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER RIGHT RADIUS
USEAGE: @include border-right-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER BOTTOM RADIUS
USEAGE: @include border-bottom-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER LEFT RADIUS
USEAGE: @include border-left-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER ALL RADIUS
USEAGE: @include border-left-radius(15px, 0, 15px, 0);
============================================================================= */
/* =============================================================================
MIXIN: BOX SHADOW
USEAGE: @include box-shadow();
============================================================================= */
/* =============================================================================
CONFIG
============================================================================= */
/* =============================================================================
BASE
============================================================================= */
@import url("//hello.myfonts.net/count/3c3300");
@import url("//hello.myfonts.net/count/3c32ff");
.button, .button--xs, .button--xl, input[type='button'],
button, [type='submit'] {
  color: #ffffff;
  display: inline-block;
  margin: 0;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  background-image: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: 0.2s ease;
  border-radius: 0;
  background-clip: padding-box;
}

.button:focus, .button--xs:focus, .button--xl:focus, input:focus[type='button'],
button:focus, :focus[type='submit'] {
  outline-offset: -4px;
}

.button:active, .button--xs:active, .button--xl:active, input:active[type='button'],
button:active, :active[type='submit'] {
  transform: translateY(1px);
  filter: saturate(150%);
}

.button:hover, .button--xs:hover, .button--xl:hover, input:hover[type='button'],
button:hover, :hover[type='submit'] {
  text-decoration: none;
}

.button::-moz-focus-inner, .button--xs::-moz-focus-inner, .button--xl::-moz-focus-inner, input[type='button']::-moz-focus-inner,
button::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  border: none;
}

.button.button--disabled, .button:disabled, input.button--disabled[type='button'], input[type='button']:disabled,
button.button--disabled,
button:disabled, .button--disabled[type='submit'], [type='submit']:disabled {
  cursor: not-allowed;
}

.button.button--disabled i, .button:disabled i, input.button--disabled[type='button'] i, input[type='button']:disabled i, button.button--disabled i, button:disabled i, .button--disabled[type='submit'] i, [type='submit']:disabled i {
  background: rgba(0, 0, 0, 0.05) !important;
}

.button.button--round {
  width: 32px;
  height: 32px;
  line-height: unset;
  position: relative;
  padding: 0;
  background-clip: padding-box;
  font-size: 2.2rem;
  color: #000000;
  text-align: center;
  transition: 0.2s ease;
  border-radius: 50%;
  background-clip: padding-box;
}

.button.button--round:focus, .button.button--round:visited, .button.button--round:hover {
  background-clip: padding-box;
}

/* =============================================================================
MIXIN: CAPTION
USEAGE: @include caption(colorName);
============================================================================= */
/* =============================================================================
MIXIN: CLEARFIX ON ELMENT, ADD BEFORE AND AFTER PSUEDO ELMENTS
USEAGE: @include clearfix();
REFERENCE:
============================================================================= */
/* =============================================================================
GRID SYSTEM
Generate semantic grid columns with these mixins.
============================================================================= */
/* =============================================================================
MIXIN: MAKE CONTAINER
DESCRIPTION: Container default styling
============================================================================= */
/* =============================================================================
MIXIN: MAKE CONTAINER MAX WIDTHS
DESCRIPTION: For each breakpoint, define the maximum width of the container in a media query
============================================================================= */
/* =============================================================================
MIXIN: MAKE ROW
DESCRIPTION: Row default style
============================================================================= */
/* =============================================================================
MIXIN: MAKE COL READY
DESCRIPTION: Column default style
============================================================================= */
/* =============================================================================
MIXIN: MAKE COL
DESCRIPTION: Column flexbox style
============================================================================= */
/* =============================================================================
MIXIN: MAKE COL OFFSET
DESCRIPTION: Column offset style
============================================================================= */
/* =============================================================================
MIXIN: MAKE COL PULL/PUSH
DESCRIPTION: PULL/PUSH A COLUMN
============================================================================= */
/* =============================================================================
CONFIG
============================================================================= */
/* =============================================================================
MIXIN: FRAMEWORK GRID GENERATION
DESCRIPTION: Used only by Bootstrap to generate the correct number of grid classes given
			any value of `$grid-columns`.
============================================================================= */
/* =============================================================================
MIXIN: CALCULATE FONTSIZE (PX & REM) BASED ON BASESIZE
USEAGE: @include placeholder(#ccc);
============================================================================= */
/* =============================================================================
MIXIN: KEYFRAMES
USEAGE: @include keyframes(fadeOut) {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
============================================================================= */
/* =============================================================================
MIXIN: CALCULATE FONTSIZE (PX & REM) BASED ON BASESIZE
USEAGE: @include rem(32);
============================================================================= */
/* =============================================================================
MIXIN: RESET
USEAGE: @include reset();
============================================================================= */
/* =============================================================================
MIXIN: RESPONSIVE PADDING
USEAGE: @include responsive-padding(all);
============================================================================= */
/* =============================================================================
MIXIN: RESPONSIVE MARGIN
USEAGE: @include responsive-margin(all);
============================================================================= */
/* =============================================================================
MIXIN: TRIANGLE
USEAGE: @include triangle(top, 20, 10, #333);
============================================================================= */
/* =============================================================================
MIXIN: VERTICAL ALIGN ANYTHING
USEAGE: @include vertical-align();
============================================================================= */
/* =============================================================================
MIXIN: MAKE RESPONSIVE SPACING
USEAGE: @include make-resp-spacing($spacing-small, 'small');
REFERENCE:

MIXIN: MAKE FIXED SPACING
USEAGE: @include make-resp-spacing($spacing-fixed);
REFERENCE:

MIXIN: MAKE UP AND DOWN SPACING
USEAGE: @include make-up-and-down-spacing($spacing-fixed);
REFERENCE:

MIXIN: MAKE COL SPACING
USEAGE: @include make-col-spacing($spacing-fixed);
REFERENCE:
============================================================================= */
/* =============================================================================
MIXIN: PATTERNS
USEAGE: @include pattern__dot();
============================================================================= */
/* =============================================================================
MIXIN: TRANSITION ANIMATION
USEAGE: @include transition(color, 200ms, ease-in-out);
============================================================================= */
/* =============================================================================
MIXIN: NO SELECTION OF TEXT
USEAGE: @include no-select();
============================================================================= */
/* =============================================================================
MIXIN: BLUR
USEAGE: @include blur();
============================================================================= */
/* =============================================================================
CONFIG
============================================================================= */
/* =============================================================================
BASE
============================================================================= */
/* =============================================================================
IMPORTS
============================================================================= */
/* =============================================================================
FUNCTION: STRIP UNIT TYPES OF VALUE
USEAGE: @include strip-unit(32em); // OUTPUT 32
REFERENCE: https://css-tricks.com/snippets/sass/strip-unit-function/
============================================================================= */
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

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

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

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

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

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

.align-items-start {
  align-items: flex-start !important;
}

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 480px) {
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 769px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* =============================================================================
FUNCTION: CHECKS THE LUMINCANCE OF A COLOR AND CHANGES THE TEXT COLOR DEPENDING ON THE LUMINANCE
USEAGE: $font-color: choose-contrast-color($background-color);
REFERENCE: https://medium.com/dev-channel/using-sass-to-automatically-pick-text-colors-4ba7645d2796
============================================================================= */
/**
   * Calculate the contrast ratio between two colors.
   * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
   */
/**
   * Determine whether to use dark or light text on top of given color.
   * Returns black for dark text and white for light text.
   */
/* =============================================================================
IMPORTS
============================================================================= */
/* =============================================================================
GRID SYSTEM
Utilities for common `display` values
============================================================================= */
/* =============================================================================
FUNCTION: DISPLAY CLASSES FOR BREAKPOINTS
DESCRIPTION: Display classes for each breakpoint
============================================================================= */
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 480px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 769px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

/* =============================================================================
FUNCTION: HIDDEN CLASSES MIN WIDTH BREAKPOINTS
DESCRIPTION: Hidden classes for each breakpoint
============================================================================= */
.hidden-up {
  display: none !important;
}

@media (min-width: 480px) {
  .hidden-xs-up {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

/* =============================================================================
FUNCTION: HIDDEN CLASSES MAX WIDTH BREAKPOINTS
DESCRIPTION: Hidden classes for each breakpoint
============================================================================= */
@media (max-width: 479.99px) {
  .hidden-down {
    display: none !important;
  }
}

@media (max-width: 575.99px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 768.99px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 991.99px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1199.99px) {
  .hidden-lg-down {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

/* =============================================================================
	CONFIG
============================================================================= */
/* =============================================================================
	BASE
============================================================================= */
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

/* =============================================================================
PRINT HELPER CLASSES
Utilities for toggling `display` in print
============================================================================= */
.d-print-block {
  display: none !important;
}

@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}

@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
}

/* =============================================================================
  CONFIG
============================================================================= */
/* =============================================================================
  BASE
============================================================================= */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

/* =============================================================================
IMPORTS
============================================================================= */
.p-xsmall--y {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (min-width: 769px) {
  .p-xsmall--y {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .p-xsmall--y {
    padding-top: 15px;
    padding-top: 15px;
  }
}

.p-xsmall--x {
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 769px) {
  .p-xsmall--x {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .p-xsmall--x {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-xsmall--t {
  padding-top: 8px;
}

@media (min-width: 769px) {
  .p-xsmall--t {
    padding-top: 10px;
  }
}

@media (min-width: 1200px) {
  .p-xsmall--t {
    padding-top: 15px;
  }
}

.p-xsmall--b {
  padding-bottom: 8px;
}

@media (min-width: 769px) {
  .p-xsmall--b {
    padding-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .p-xsmall--b {
    padding-bottom: 15px;
  }
}

.p-xsmall--l {
  padding-left: 8px;
}

@media (min-width: 769px) {
  .p-xsmall--l {
    padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  .p-xsmall--l {
    padding-left: 15px;
  }
}

.p-xsmall--r {
  padding-right: 8px;
}

@media (min-width: 769px) {
  .p-xsmall--r {
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .p-xsmall--r {
    padding-right: 15px;
  }
}

.p-small--y {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 769px) {
  .p-small--y {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .p-small--y {
    padding-top: 30px;
    padding-top: 30px;
  }
}

.p-small--x {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 769px) {
  .p-small--x {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .p-small--x {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.p-small--t {
  padding-top: 15px;
}

@media (min-width: 769px) {
  .p-small--t {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  .p-small--t {
    padding-top: 30px;
  }
}

.p-small--b {
  padding-bottom: 15px;
}

@media (min-width: 769px) {
  .p-small--b {
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .p-small--b {
    padding-bottom: 30px;
  }
}

.p-small--l {
  padding-left: 15px;
}

@media (min-width: 769px) {
  .p-small--l {
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  .p-small--l {
    padding-left: 30px;
  }
}

.p-small--r {
  padding-right: 15px;
}

@media (min-width: 769px) {
  .p-small--r {
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .p-small--r {
    padding-right: 30px;
  }
}

.p-medium--y {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 769px) {
  .p-medium--y {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media (min-width: 1200px) {
  .p-medium--y {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.p-medium--x {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 769px) {
  .p-medium--x {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (min-width: 1200px) {
  .p-medium--x {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.p-medium--t {
  padding-top: 30px;
}

@media (min-width: 769px) {
  .p-medium--t {
    padding-top: 45px;
  }
}

@media (min-width: 1200px) {
  .p-medium--t {
    padding-top: 60px;
  }
}

.p-medium--b {
  padding-bottom: 30px;
}

@media (min-width: 769px) {
  .p-medium--b {
    padding-bottom: 45px;
  }
}

@media (min-width: 1200px) {
  .p-medium--b {
    padding-bottom: 60px;
  }
}

.p-medium--l {
  padding-left: 30px;
}

@media (min-width: 769px) {
  .p-medium--l {
    padding-left: 45px;
  }
}

@media (min-width: 1200px) {
  .p-medium--l {
    padding-left: 60px;
  }
}

.p-medium--r {
  padding-right: 30px;
}

@media (min-width: 769px) {
  .p-medium--r {
    padding-right: 45px;
  }
}

@media (min-width: 1200px) {
  .p-medium--r {
    padding-right: 60px;
  }
}

.p-large--y {
  padding-top: 45px;
  padding-bottom: 45px;
}

@media (min-width: 769px) {
  .p-large--y {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .p-large--y {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media (min-width: 1200px) {
  .p-large--y {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.p-large--x {
  padding-left: 45px;
  padding-right: 45px;
}

@media (min-width: 769px) {
  .p-large--x {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 992px) {
  .p-large--x {
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media (min-width: 1200px) {
  .p-large--x {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.p-large--t {
  padding-top: 45px;
}

@media (min-width: 769px) {
  .p-large--t {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .p-large--t {
    padding-top: 75px;
  }
}

@media (min-width: 1200px) {
  .p-large--t {
    padding-top: 90px;
  }
}

.p-large--b {
  padding-bottom: 45px;
}

@media (min-width: 769px) {
  .p-large--b {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .p-large--b {
    padding-bottom: 75px;
  }
}

@media (min-width: 1200px) {
  .p-large--b {
    padding-bottom: 90px;
  }
}

.p-large--l {
  padding-left: 45px;
}

@media (min-width: 769px) {
  .p-large--l {
    padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .p-large--l {
    padding-left: 75px;
  }
}

@media (min-width: 1200px) {
  .p-large--l {
    padding-left: 90px;
  }
}

.p-large--r {
  padding-right: 45px;
}

@media (min-width: 769px) {
  .p-large--r {
    padding-right: 60px;
  }
}

@media (min-width: 992px) {
  .p-large--r {
    padding-right: 75px;
  }
}

@media (min-width: 1200px) {
  .p-large--r {
    padding-right: 90px;
  }
}

.p-xlarge--y {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 769px) {
  .p-xlarge--y {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .p-xlarge--y {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (min-width: 1200px) {
  .p-xlarge--y {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.p-xlarge--x {
  padding-left: 60px;
  padding-right: 60px;
}

@media (min-width: 769px) {
  .p-xlarge--x {
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media (min-width: 992px) {
  .p-xlarge--x {
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media (min-width: 1200px) {
  .p-xlarge--x {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.p-xlarge--t {
  padding-top: 60px;
}

@media (min-width: 769px) {
  .p-xlarge--t {
    padding-top: 75px;
  }
}

@media (min-width: 992px) {
  .p-xlarge--t {
    padding-top: 90px;
  }
}

@media (min-width: 1200px) {
  .p-xlarge--t {
    padding-top: 120px;
  }
}

.p-xlarge--b {
  padding-bottom: 60px;
}

@media (min-width: 769px) {
  .p-xlarge--b {
    padding-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .p-xlarge--b {
    padding-bottom: 90px;
  }
}

@media (min-width: 1200px) {
  .p-xlarge--b {
    padding-bottom: 120px;
  }
}

.p-xlarge--l {
  padding-left: 60px;
}

@media (min-width: 769px) {
  .p-xlarge--l {
    padding-left: 75px;
  }
}

@media (min-width: 992px) {
  .p-xlarge--l {
    padding-left: 90px;
  }
}

@media (min-width: 1200px) {
  .p-xlarge--l {
    padding-left: 120px;
  }
}

.p-xlarge--r {
  padding-right: 60px;
}

@media (min-width: 769px) {
  .p-xlarge--r {
    padding-right: 75px;
  }
}

@media (min-width: 992px) {
  .p-xlarge--r {
    padding-right: 90px;
  }
}

@media (min-width: 1200px) {
  .p-xlarge--r {
    padding-right: 120px;
  }
}

.m-xsmall--y {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

@media (min-width: 769px) {
  .m-xsmall--y {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

@media (min-width: 1200px) {
  .m-xsmall--y {
    margin-top: 15px !important;
    margin-top: 15px !important;
  }
}

.m-xsmall--x {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

@media (min-width: 769px) {
  .m-xsmall--x {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

@media (min-width: 1200px) {
  .m-xsmall--x {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

.m-xsmall--t {
  margin-top: 8px !important;
}

@media (min-width: 769px) {
  .m-xsmall--t {
    margin-top: 10px !important;
  }
}

@media (min-width: 1200px) {
  .m-xsmall--t {
    margin-top: 15px !important;
  }
}

.m-xsmall--b {
  margin-bottom: 8px !important;
}

@media (min-width: 769px) {
  .m-xsmall--b {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 1200px) {
  .m-xsmall--b {
    margin-bottom: 15px !important;
  }
}

.m-xsmall--l {
  margin-left: 8px !important;
}

@media (min-width: 769px) {
  .m-xsmall--l {
    margin-left: 10px !important;
  }
}

@media (min-width: 1200px) {
  .m-xsmall--l {
    margin-left: 15px !important;
  }
}

.m-xsmall--r {
  margin-right: 8px !important;
}

@media (min-width: 769px) {
  .m-xsmall--r {
    margin-right: 10px !important;
  }
}

@media (min-width: 1200px) {
  .m-xsmall--r {
    margin-right: 15px !important;
  }
}

.m-small--y {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

@media (min-width: 769px) {
  .m-small--y {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

@media (min-width: 992px) {
  .m-small--y {
    margin-top: 30px !important;
    margin-top: 30px !important;
  }
}

.m-small--x {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

@media (min-width: 769px) {
  .m-small--x {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

@media (min-width: 992px) {
  .m-small--x {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

.m-small--t {
  margin-top: 15px !important;
}

@media (min-width: 769px) {
  .m-small--t {
    margin-top: 20px !important;
  }
}

@media (min-width: 992px) {
  .m-small--t {
    margin-top: 30px !important;
  }
}

.m-small--b {
  margin-bottom: 15px !important;
}

@media (min-width: 769px) {
  .m-small--b {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 992px) {
  .m-small--b {
    margin-bottom: 30px !important;
  }
}

.m-small--l {
  margin-left: 15px !important;
}

@media (min-width: 769px) {
  .m-small--l {
    margin-left: 20px !important;
  }
}

@media (min-width: 992px) {
  .m-small--l {
    margin-left: 30px !important;
  }
}

.m-small--r {
  margin-right: 15px !important;
}

@media (min-width: 769px) {
  .m-small--r {
    margin-right: 20px !important;
  }
}

@media (min-width: 992px) {
  .m-small--r {
    margin-right: 30px !important;
  }
}

.m-medium--y {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

@media (min-width: 769px) {
  .m-medium--y {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
}

@media (min-width: 1200px) {
  .m-medium--y {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

.m-medium--x {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

@media (min-width: 769px) {
  .m-medium--x {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
}

@media (min-width: 1200px) {
  .m-medium--x {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

.m-medium--t {
  margin-top: 30px !important;
}

@media (min-width: 769px) {
  .m-medium--t {
    margin-top: 45px !important;
  }
}

@media (min-width: 1200px) {
  .m-medium--t {
    margin-top: 60px !important;
  }
}

.m-medium--b {
  margin-bottom: 30px !important;
}

@media (min-width: 769px) {
  .m-medium--b {
    margin-bottom: 45px !important;
  }
}

@media (min-width: 1200px) {
  .m-medium--b {
    margin-bottom: 60px !important;
  }
}

.m-medium--l {
  margin-left: 30px !important;
}

@media (min-width: 769px) {
  .m-medium--l {
    margin-left: 45px !important;
  }
}

@media (min-width: 1200px) {
  .m-medium--l {
    margin-left: 60px !important;
  }
}

.m-medium--r {
  margin-right: 30px !important;
}

@media (min-width: 769px) {
  .m-medium--r {
    margin-right: 45px !important;
  }
}

@media (min-width: 1200px) {
  .m-medium--r {
    margin-right: 60px  !important;
  }
}

.m-large--y {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

@media (min-width: 769px) {
  .m-large--y {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
  .m-large--y {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
}

@media (min-width: 1200px) {
  .m-large--y {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
}

.m-large--x {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

@media (min-width: 769px) {
  .m-large--x {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media (min-width: 992px) {
  .m-large--x {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
}

@media (min-width: 1200px) {
  .m-large--x {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
}

.m-large--t {
  margin-top: 45px !important;
}

@media (min-width: 769px) {
  .m-large--t {
    margin-top: 60px !important;
  }
}

@media (min-width: 992px) {
  .m-large--t {
    margin-top: 75px !important;
  }
}

@media (min-width: 1200px) {
  .m-large--t {
    margin-top: 90px !important;
  }
}

.m-large--b {
  margin-bottom: 45px !important;
}

@media (min-width: 769px) {
  .m-large--b {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
  .m-large--b {
    margin-bottom: 75px !important;
  }
}

@media (min-width: 1200px) {
  .m-large--b {
    margin-bottom: 90px !important;
  }
}

.m-large--l {
  margin-left: 45px !important;
}

@media (min-width: 769px) {
  .m-large--l {
    margin-left: 60px !important;
  }
}

@media (min-width: 992px) {
  .m-large--l {
    margin-left: 75px !important;
  }
}

@media (min-width: 1200px) {
  .m-large--l {
    margin-left: 90px !important;
  }
}

.m-large--r {
  margin-right: 45px !important;
}

@media (min-width: 769px) {
  .m-large--r {
    margin-right: 60px !important;
  }
}

@media (min-width: 992px) {
  .m-large--r {
    margin-right: 75px !important;
  }
}

@media (min-width: 1200px) {
  .m-large--r {
    margin-right: 90px !important;
  }
}

.m-xlarge--y {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

@media (min-width: 769px) {
  .m-xlarge--y {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
}

@media (min-width: 992px) {
  .m-xlarge--y {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
}

@media (min-width: 1200px) {
  .m-xlarge--y {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

.m-xlarge--x {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

@media (min-width: 769px) {
  .m-xlarge--x {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
}

@media (min-width: 992px) {
  .m-xlarge--x {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
}

@media (min-width: 1200px) {
  .m-xlarge--x {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

.m-xlarge--t {
  margin-top: 60px !important;
}

@media (min-width: 769px) {
  .m-xlarge--t {
    margin-top: 75px !important;
  }
}

@media (min-width: 992px) {
  .m-xlarge--t {
    margin-top: 90px !important;
  }
}

@media (min-width: 1200px) {
  .m-xlarge--t {
    margin-top: 120px !important;
  }
}

.m-xlarge--b {
  margin-bottom: 60px !important;
}

@media (min-width: 769px) {
  .m-xlarge--b {
    margin-bottom: 75px !important;
  }
}

@media (min-width: 992px) {
  .m-xlarge--b {
    margin-bottom: 90px !important;
  }
}

@media (min-width: 1200px) {
  .m-xlarge--b {
    margin-bottom: 120px !important;
  }
}

.m-xlarge--l {
  margin-left: 60px !important;
}

@media (min-width: 769px) {
  .m-xlarge--l {
    margin-left: 75px !important;
  }
}

@media (min-width: 992px) {
  .m-xlarge--l {
    margin-left: 90px !important;
  }
}

@media (min-width: 1200px) {
  .m-xlarge--l {
    margin-left: 120px !important;
  }
}

.m-xlarge--r {
  margin-right: 60px !important;
}

@media (min-width: 769px) {
  .m-xlarge--r {
    margin-right: 75px !important;
  }
}

@media (min-width: 992px) {
  .m-xlarge--r {
    margin-right: 90px !important;
  }
}

@media (min-width: 1200px) {
  .m-xlarge--r {
    margin-right: 120px !important;
  }
}

.p-col--y {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 769px) {
  .p-col--y {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .p-col--y {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-col--t {
  padding-top: 15px;
}

@media (min-width: 769px) {
  .p-col--t {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  .p-col--t {
    padding-top: 30px;
  }
}

.p-col--b {
  padding-bottom: 15px;
}

@media (min-width: 769px) {
  .p-col--b {
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .p-col--b {
    padding-bottom: 30px;
  }
}

.p-col--x {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 769px) {
  .p-col--x {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .p-col--x {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.p-col--l {
  padding-left: 15px;
}

@media (min-width: 769px) {
  .p-col--l {
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  .p-col--l {
    padding-left: 30px;
  }
}

.p-col--r {
  padding-right: 15px;
}

@media (min-width: 769px) {
  .p-col--r {
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .p-col--r {
    padding-right: 30px;
  }
}

.m-col--y {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 769px) {
  .m-col--y {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .m-col--y {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-col--t {
  margin-top: 15px;
}

@media (min-width: 769px) {
  .m-col--t {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .m-col--t {
    margin-top: 30px;
  }
}

.m-col--b {
  margin-bottom: 15px;
}

@media (min-width: 769px) {
  .m-col--b {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .m-col--b {
    margin-bottom: 30px;
  }
}

@media (max-width: 768.99px) {
  .m-col--t-sm-down {
    margin-top: 30px;
  }
}

@media (max-width: 991.99px) {
  .m-col--t-md-down {
    margin-top: 30px;
  }
}

@media (max-width: 768.99px) {
  .m-col--b-sm-down {
    margin-bottom: 30px;
  }
}

@media (max-width: 991.99px) {
  .m-col--b-md-down {
    margin-bottom: 30px;
  }
}

.pf-xsmall--y {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pf-xsmall--x {
  padding-left: 5px;
  padding-right: 5px;
}

.pf-xsmall--t {
  padding-top: 5px;
}

.pf-xsmall--b {
  padding-bottom: 5px;
}

.pf-xsmall--l {
  padding-left: 5px;
}

.pf-xsmall--r {
  padding-left: 5px;
}

.pf-small--y {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pf-small--x {
  padding-left: 10px;
  padding-right: 10px;
}

.pf-small--t {
  padding-top: 10px;
}

.pf-small--b {
  padding-bottom: 10px;
}

.pf-small--l {
  padding-left: 10px;
}

.pf-small--r {
  padding-left: 10px;
}

.pf-medium--y {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pf-medium--x {
  padding-left: 15px;
  padding-right: 15px;
}

.pf-medium--t {
  padding-top: 15px;
}

.pf-medium--b {
  padding-bottom: 15px;
}

.pf-medium--l {
  padding-left: 15px;
}

.pf-medium--r {
  padding-left: 15px;
}

.pf-large--y {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pf-large--x {
  padding-left: 20px;
  padding-right: 20px;
}

.pf-large--t {
  padding-top: 20px;
}

.pf-large--b {
  padding-bottom: 20px;
}

.pf-large--l {
  padding-left: 20px;
}

.pf-large--r {
  padding-left: 20px;
}

.pf-xlarge--y {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pf-xlarge--x {
  padding-left: 30px;
  padding-right: 30px;
}

.pf-xlarge--t {
  padding-top: 30px;
}

.pf-xlarge--b {
  padding-bottom: 30px;
}

.pf-xlarge--l {
  padding-left: 30px;
}

.pf-xlarge--r {
  padding-left: 30px;
}

.mf-xsmall--y {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mf-xsmall--x {
  margin-left: 5px;
  margin-right: 5px;
}

.mf-xsmall--t {
  margin-top: 5px;
}

.mf-xsmall--b {
  margin-bottom: 5px;
}

.mf-xsmall--l {
  margin-left: 5px;
}

.mf-xsmall--r {
  margin-left: 5px;
}

.mf-small--y {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mf-small--x {
  margin-left: 10px;
  margin-right: 10px;
}

.mf-small--t {
  margin-top: 10px;
}

.mf-small--b {
  margin-bottom: 10px;
}

.mf-small--l {
  margin-left: 10px;
}

.mf-small--r {
  margin-left: 10px;
}

.mf-medium--y {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mf-medium--x {
  margin-left: 15px;
  margin-right: 15px;
}

.mf-medium--t {
  margin-top: 15px;
}

.mf-medium--b {
  margin-bottom: 15px;
}

.mf-medium--l {
  margin-left: 15px;
}

.mf-medium--r {
  margin-left: 15px;
}

.mf-large--y {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mf-large--x {
  margin-left: 20px;
  margin-right: 20px;
}

.mf-large--t {
  margin-top: 20px;
}

.mf-large--b {
  margin-bottom: 20px;
}

.mf-large--l {
  margin-left: 20px;
}

.mf-large--r {
  margin-left: 20px;
}

.mf-xlarge--y {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mf-xlarge--x {
  margin-left: 30px;
  margin-right: 30px;
}

.mf-xlarge--t {
  margin-top: 30px;
}

.mf-xlarge--b {
  margin-bottom: 30px;
}

.mf-xlarge--l {
  margin-left: 30px;
}

.mf-xlarge--r {
  margin-left: 30px;
}

.mf-xxlarge--y {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mf-xxlarge--x {
  margin-left: 45px;
  margin-right: 45px;
}

.mf-xxlarge--t {
  margin-top: 45px;
}

.mf-xxlarge--b {
  margin-bottom: 45px;
}

.mf-xxlarge--l {
  margin-left: 45px;
}

.mf-xxlarge--r {
  margin-left: 45px;
}

.mf-auto--t {
  margin-top: auto !important;
}

.mf-auto--r {
  margin-right: auto !important;
}

.mf-auto--b {
  margin-bottom: auto !important;
}

.mf-auto--l {
  margin-left: auto !important;
}

.p-block {
  padding: 15px;
}

@media (min-width: 769px) {
  .p-block {
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .p-block {
    padding: 30px;
  }
}

.p-block--y {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 769px) {
  .p-block--y {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .p-block--y {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-block--x {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 769px) {
  .p-block--x {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .p-block--x {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.p-block--b {
  padding-bottom: 15px;
}

@media (min-width: 769px) {
  .p-block--b {
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .p-block--b {
    padding-bottom: 30px;
  }
}

.p-block--t {
  padding-top: 15px;
}

@media (min-width: 769px) {
  .p-block--t {
    padding-top: 20px;
  }
}

@media (min-width: 1200px) {
  .p-block--t {
    padding-top: 30px;
  }
}

@media (min-width: 576px) {
  .p-small-sm-up--y {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 576px) {
  .p-small-sm-up--t {
    padding-top: 15px;
  }
}

@media (min-width: 576px) {
  .p-small-sm-up--b {
    padding-top: 15px;
  }
}

@media (min-width: 769px) {
  .p-small-md-up--y {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 769px) {
  .p-small-md-up--t {
    padding-top: 15px;
  }
}

@media (min-width: 769px) {
  .p-small-md-up--b {
    padding-top: 15px;
  }
}

@media (min-width: 992px) {
  .p-small-lg-up--y {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .p-small-lg-up--t {
    padding-top: 15px;
  }
}

@media (min-width: 992px) {
  .p-small-lg-up--b {
    padding-top: 15px;
  }
}

@media (max-width: 768.99px) {
  .p-small-sm-down--y {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 768.99px) {
  .p-small-sm-down--t {
    padding-top: 15px;
  }
}

@media (max-width: 768.99px) {
  .p-small-sm-down--b {
    padding-top: 15px;
  }
}

@media (max-width: 991.99px) {
  .p-small-md-down--y {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 991.99px) {
  .p-small-md-down--t {
    padding-top: 15px;
  }
}

@media (max-width: 991.99px) {
  .p-small-md-down--b {
    padding-top: 15px;
  }
}

@media (max-width: 1199.99px) {
  .p-small-lg-down--y {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 1199.99px) {
  .p-small-lg-down--t {
    padding-top: 15px;
  }
}

@media (max-width: 1199.99px) {
  .p-small-lg-down--b {
    padding-top: 15px;
  }
}

@media (min-width: 576px) {
  .p-medium-sm-up--y {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 576px) {
  .p-medium-sm-up--t {
    padding-top: 30px;
  }
}

@media (min-width: 576px) {
  .p-medium-sm-up--b {
    padding-top: 30px;
  }
}

@media (min-width: 769px) {
  .p-medium-md-up--y {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 769px) {
  .p-medium-md-up--t {
    padding-top: 30px;
  }
}

@media (min-width: 769px) {
  .p-medium-md-up--b {
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .p-medium-lg-up--y {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .p-medium-lg-up--t {
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .p-medium-lg-up--b {
    padding-top: 30px;
  }
}

@media (max-width: 768.99px) {
  .p-medium-sm-down--y {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 768.99px) {
  .p-medium-sm-down--t {
    padding-top: 30px;
  }
}

@media (max-width: 768.99px) {
  .p-medium-sm-down--b {
    padding-top: 30px;
  }
}

@media (max-width: 991.99px) {
  .p-medium-md-down--y {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 991.99px) {
  .p-medium-md-down--t {
    padding-top: 30px;
  }
}

@media (max-width: 991.99px) {
  .p-medium-md-down--b {
    padding-top: 30px;
  }
}

@media (max-width: 1199.99px) {
  .p-medium-lg-down--y {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 1199.99px) {
  .p-medium-lg-down--t {
    padding-top: 30px;
  }
}

@media (max-width: 1199.99px) {
  .p-medium-lg-down--b {
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .p-xlarge--b--lg-up {
    padding-bottom: 90px;
  }
}

@media (min-width: 1200px) {
  .p-xlarge--b--lg-up {
    padding-bottom: 120px;
  }
}

@media (min-width: 576px) {
  .m-medium-sm-up--y {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (min-width: 576px) {
  .m-medium-sm-up--t {
    margin-top: 15px;
  }
}

@media (min-width: 576px) {
  .m-medium-sm-up--b {
    margin-top: 15px;
  }
}

@media (min-width: 769px) {
  .m-medium-md-up--y {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (min-width: 769px) {
  .m-medium-md-up--t {
    margin-top: 15px;
  }
}

@media (min-width: 769px) {
  .m-medium-md-up--b {
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  .m-medium-lg-up--y {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .m-medium-lg-up--t {
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  .m-medium-lg-up--b {
    margin-top: 15px;
  }
}

@media (max-width: 768.99px) {
  .m-medium-sm-down--y {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 768.99px) {
  .m-medium-sm-down--t {
    margin-top: 15px;
  }
}

@media (max-width: 768.99px) {
  .m-medium-sm-down--b {
    margin-top: 15px;
  }
}

@media (max-width: 991.99px) {
  .m-medium-md-down--y {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 991.99px) {
  .m-medium-md-down--t {
    margin-top: 15px;
  }
}

@media (max-width: 991.99px) {
  .m-medium-md-down--b {
    margin-top: 15px;
  }
}

@media (max-width: 1199.99px) {
  .m-medium-lg-down--y {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1199.99px) {
  .m-medium-lg-down--t {
    margin-top: 15px;
  }
}

@media (max-width: 1199.99px) {
  .m-medium-lg-down--b {
    margin-top: 15px;
  }
}

@media (min-width: 576px) {
  .m-large-sm-up--y {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) {
  .m-large-sm-up--t {
    margin-top: 30px;
  }
}

@media (min-width: 576px) {
  .m-large-sm-up--b {
    margin-top: 30px;
  }
}

@media (min-width: 769px) {
  .m-large-md-up--y {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 769px) {
  .m-large-md-up--t {
    margin-top: 30px;
  }
}

@media (min-width: 769px) {
  .m-large-md-up--b {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .m-large-lg-up--y {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .m-large-lg-up--t {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .m-large-lg-up--b {
    margin-top: 30px;
  }
}

@media (max-width: 768.99px) {
  .m-large-sm-down--y {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768.99px) {
  .m-large-sm-down--t {
    margin-top: 30px;
  }
}

@media (max-width: 768.99px) {
  .m-large-sm-down--b {
    margin-top: 30px;
  }
}

@media (max-width: 991.99px) {
  .m-large-md-down--y {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991.99px) {
  .m-large-md-down--t {
    margin-top: 30px;
  }
}

@media (max-width: 991.99px) {
  .m-large-md-down--b {
    margin-top: 30px;
  }
}

@media (max-width: 1199.99px) {
  .m-large-lg-down--y {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1199.99px) {
  .m-large-lg-down--t {
    margin-top: 30px;
  }
}

@media (max-width: 1199.99px) {
  .m-large-lg-down--b {
    margin-top: 30px;
  }
}

.m-min-medium--t {
  margin-top: -30px;
}

@media (min-width: 769px) {
  .m-min-medium--t {
    margin-top: -45px;
  }
}

@media (min-width: 1200px) {
  .m-min-medium--t {
    margin-top: -60px;
  }
}

.m-min-medium--b {
  margin-bottom: -30px;
}

@media (min-width: 769px) {
  .m-min-medium--b {
    margin-bottom: -45px;
  }
}

@media (min-width: 1200px) {
  .m-min-medium--b {
    margin-bottom: -60px;
  }
}

@media (min-width: 992px) {
  .m-min-medium--t--lg-up {
    margin-top: -45px;
  }
}

@media (min-width: 1200px) {
  .m-min-medium--t--lg-up {
    margin-top: -60px;
  }
}

@media (min-width: 992px) {
  .m-min-medium--b--lg-up {
    margin-bottom: -45px;
  }
}

@media (min-width: 1200px) {
  .m-min-medium--b--lg-up {
    margin-bottom: -60px;
  }
}

.m-min-small--t {
  margin-top: -20px;
}

@media (min-width: 769px) {
  .m-min-small--t {
    margin-top: -40px;
  }
}

@media (min-width: 1200px) {
  .m-min-small--t {
    margin-top: -50px;
  }
}

.m-min-small--b {
  margin-bottom: -20px;
}

@media (min-width: 769px) {
  .m-min-small--b {
    margin-bottom: -40px;
  }
}

@media (min-width: 1200px) {
  .m-min-small--b {
    margin-bottom: -50px;
  }
}

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

.m-reset--t {
  margin-top: 0 !important;
}

.m-reset--b {
  margin-bottom: 0 !important;
}

.m-reset--l {
  margin-left: 0 !important;
}

.m-reset--r {
  margin-right: 0 !important;
}

/* =============================================================================
	CONFIG
============================================================================= */
/* =============================================================================
	BASE
============================================================================= */
.txt-truncate {
  display: inline-block;
  max-width: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

.txt-truncate--expandable:hover {
  max-width: none;
}

/* =============================================================================
	CONFIG
============================================================================= */
/* =============================================================================
	BASE
============================================================================= */
.txt--left {
  text-align: left;
}

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

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

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

/* =============================================================================
	CONFIG
============================================================================= */
/* =============================================================================
	BASE
============================================================================= */
.margin__top--lg {
  margin-top: 30px !important;
}

.m-bottom--lg {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .m-bottom--lg {
    margin-bottom: 45px;
  }
}

.m-top--lg {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .m-top--lg {
    margin-top: 45px;
  }
}

/* =============================================================================
	CONFIG
============================================================================= */
/* =============================================================================
	BASE
============================================================================= */
.no-scroll {
  overflow: hidden;
}

/* =============================================================================
	BOX SHADOW
============================================================================= */
.box-shadow {
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.12);
}

/* =============================================================================
	BOX SHADOW
============================================================================= */
.blur {
  filter: blur(4px);
  -webkit-filter: blur(4px);
}

/* =============================================================================
	CONFIG
============================================================================= */
/* =============================================================================
	BASE
============================================================================= */
.txt--white {
  color: #ffffff !important;
}

.txt--white i {
  color: #ffffff !important;
}

.bg--white {
  background-color: #ffffff !important;
}

.bdr--white {
  border-color: #ffffff !important;
}

.bdr--white:hover, .bdr--white:focus {
  border-color: #e6e6e6 !important;
}

.txt--black {
  color: #000000 !important;
}

.txt--black i {
  color: #000000 !important;
}

.bg--black {
  background-color: #000000 !important;
}

.bdr--black {
  border-color: #000000 !important;
}

.bdr--black:hover, .bdr--black:focus {
  border-color: black !important;
}

.txt--grey {
  color: #E2DFCF !important;
}

.txt--grey i {
  color: #E2DFCF !important;
}

.bg--grey {
  background-color: #E2DFCF !important;
}

.bdr--grey {
  border-color: #E2DFCF !important;
}

.bdr--grey:hover, .bdr--grey:focus {
  border-color: #cfcaaf !important;
}

.txt--darkGrey {
  color: #626262 !important;
}

.txt--darkGrey i {
  color: #626262 !important;
}

.bg--darkGrey {
  background-color: #626262 !important;
}

.bdr--darkGrey {
  border-color: #626262 !important;
}

.bdr--darkGrey:hover, .bdr--darkGrey:focus {
  border-color: #494949 !important;
}

.txt--yellow {
  color: #FBBB31 !important;
}

.txt--yellow i {
  color: #FBBB31 !important;
}

.bg--yellow {
  background-color: #FBBB31 !important;
}

.bdr--yellow {
  border-color: #FBBB31 !important;
}

.bdr--yellow:hover, .bdr--yellow:focus {
  border-color: #f4a805 !important;
}

.txt--orange {
  color: #E94C16 !important;
}

.txt--orange i {
  color: #E94C16 !important;
}

.bg--orange {
  background-color: #E94C16 !important;
}

.bdr--orange {
  border-color: #E94C16 !important;
}

.bdr--orange:hover, .bdr--orange:focus {
  border-color: #ba3d12 !important;
}

.txt--brown {
  color: #412714 !important;
}

.txt--brown i {
  color: #412714 !important;
}

.bg--brown {
  background-color: #412714 !important;
}

.bdr--brown {
  border-color: #412714 !important;
}

.bdr--brown:hover, .bdr--brown:focus {
  border-color: #1a1008 !important;
}

.txt--darkBrown {
  color: #2E1B0E !important;
}

.txt--darkBrown i {
  color: #2E1B0E !important;
}

.bg--darkBrown {
  background-color: #2E1B0E !important;
}

.bdr--darkBrown {
  border-color: #2E1B0E !important;
}

.bdr--darkBrown:hover, .bdr--darkBrown:focus {
  border-color: #070402 !important;
}

.txt--lightBrown {
  color: #95867C !important;
}

.txt--lightBrown i {
  color: #95867C !important;
}

.bg--lightBrown {
  background-color: #95867C !important;
}

.bdr--lightBrown {
  border-color: #95867C !important;
}

.bdr--lightBrown:hover, .bdr--lightBrown:focus {
  border-color: #7b6d63 !important;
}

.txt--green {
  color: #006531 !important;
}

.txt--green i {
  color: #006531 !important;
}

.bg--green {
  background-color: #006531 !important;
}

.bdr--green {
  border-color: #006531 !important;
}

.bdr--green:hover, .bdr--green:focus {
  border-color: #003218 !important;
}

.txt--lightGreen {
  color: #008D34 !important;
}

.txt--lightGreen i {
  color: #008D34 !important;
}

.bg--lightGreen {
  background-color: #008D34 !important;
}

.bdr--lightGreen {
  border-color: #008D34 !important;
}

.bdr--lightGreen:hover, .bdr--lightGreen:focus {
  border-color: #005a21 !important;
}

/* =============================================================================
	COLOR INHERITANCE
============================================================================= */
.txt--inherit {
  color: inherit;
}

.bg--inherit {
  background-color: inherit;
}

.bdr--inherit {
  border-color: inherit;
}

/* =============================================================================
IMPORTS
============================================================================= */
/* =============================================================================
	IE11
============================================================================= */
@media all and (-ms-high-contrast: none) {
  .o-table tbody tr .o-table-dropdown__menu {
    margin-top: 15px;
  }
  .o-table tbody tr:last-child {
    height: 300px;
  }
  select {
    background-image: none !important;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* =============================================================================
	FONTS
============================================================================= */
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'Biennale-Regular';
  src: url("../fonts/Biennale-Regular/font.woff2") format("woff2"), url("../fonts/Biennale-Regular/font.woff") format("woff");
}

@font-face {
  font-family: 'Biennale-BoldIt';
  src: url("../fonts/Biennale-BoldIt/font.woff2") format("woff2"), url("../fonts/Biennale-BoldIt/font.woff") format("woff");
}

@font-face {
  font-family: 'Biennale-Bold';
  src: url("../fonts/Biennale-Bold/font.woff2") format("woff2"), url("../fonts/Biennale-Bold/font.woff") format("woff");
}

@font-face {
  font-family: 'Biennale-RegularIt';
  src: url("../fonts/Biennale-RegularIt/font.woff2") format("woff2"), url("../fonts/Biennale-RegularIt/font.woff") format("woff");
}

@font-face {
  font-family: 'Biennale-Medium';
  src: url("../fonts/Biennale-Medium/font.woff2") format("woff2"), url("../fonts/Biennale-Medium/font.woff") format("woff");
}

/* =============================================================================
CONFIG
============================================================================= */
/* =============================================================================
BASE
============================================================================= */
:root {
  font-size: 62.5%;
  touch-action: pan-x pan-y;
  height: 100%;
}

/* =============================================================================
BOX SIZING
============================================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* =============================================================================
HTML & BODY
============================================================================= */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  html,
  body,
  button {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

/* =============================================================================
MISC
============================================================================= */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

/* =============================================================================
Documentation
============================================================================= */
pre,
code {
  font-size: 12px !important/10rem;
}

/* =============================================================================
CONFIG
============================================================================= */
/* =============================================================================
BASE
============================================================================= */
body {
  font-family: "Biennale-Regular", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 769px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

p {
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 2.8rem;
}

/* =============================================================================
HEADINGS
============================================================================= */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-weight: 500;
  word-wrap: break-word;
  font-family: "Biennale-Medium", sans-serif;
  margin: 20px 0;
  color: #000000;
  font-weight: 700;
}

.h1,
h1 {
  margin: 3rem 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 576px) {
  .h1,
  h1 {
    font-size: 3.6rem;
  }
}

@media (min-width: 992px) {
  .h1,
  h1 {
    font-size: 4rem;
  }
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 5rem;
  }
}

.h2,
h2 {
  font-size: 3rem;
  font-weight: 700;
}

@media (min-width: 576px) {
  .h2,
  h2 {
    font-size: 3.2rem;
  }
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 3.6rem;
  }
}

.h3,
h3 {
  font-size: 1.8rem;
  font-weight: 700;
}

@media (min-width: 576px) {
  .h3,
  h3 {
    font-size: 2.2rem;
  }
}

@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 2.6rem;
  }
}

.h4,
h4 {
  font-size: 1.6rem;
  font-weight: 700;
}

@media (min-width: 576px) {
  .h4,
  h4 {
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 2.2rem;
  }
}

.h5,
h5 {
  font-size: 1.6rem;
}

@media (min-width: 769px) {
  .h5,
  h5 {
    font-size: 2rem;
  }
}

.h6,
h6 {
  font-size: 1.8rem;
}

.title--xl {
  font-size: 3.6rem;
}

@media (min-width: 480px) {
  .title--xl {
    font-size: 4.8rem;
  }
}

@media (min-width: 769px) {
  .title--xl {
    font-size: 6rem;
  }
}

@media (min-width: 1200px) {
  .title--xl {
    font-size: 7.2rem;
  }
}

/* =============================================================================
LINKS
============================================================================= */
a {
  cursor: pointer;
  text-decoration: none;
  color: #000000;
  transition: color 200ms ease;
}

a:hover {
  color: black;
}

/* =============================================================================
TEXT STUFFS
============================================================================= */
b,
strong {
  font-family: "Biennale-Bold", sans-serif;
  font-weight: bold;
}

i,
em {
  font-family: "Biennale-Regular", sans-serif;
  font-style: italic;
}

label {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  label {
    font-size: 1.6rem;
  }
}

/* =============================================================================
HELPER CLASSES
============================================================================= */
.txt--small,
small {
  font-family: "Biennale-Regular", sans-serif;
  line-height: 1;
  font-weight: 400;
  font-size: 1.2rem;
}

.txt--lead {
  font-weight: 400;
  line-height: 1.3;
  font-size: 2rem;
}

@media (min-width: 769px) {
  .txt--lead {
    font-size: 2.2rem;
  }
}

@media (min-width: 992px) {
  .txt--lead {
    font-size: 2.4rem;
  }
}

.txt--intro {
  font-family: "Biennale-Bold", sans-serif;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 600;
}

.txt--upper {
  text-transform: uppercase;
}

.txt--mark,
mark {
  padding: 0.2rem;
  background-color: #fcf899;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

p.secundary {
  color: #000000;
  margin-bottom: 45px;
}

/* =============================================================================
ELEMENTS
============================================================================= */
ul,
ol {
  margin-bottom: 2rem;
}

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

.material-icons.close {
  line-height: 30px;
}

/* =============================================================================
	CONFIG
============================================================================= */
/* =============================================================================
	BASE
============================================================================= */
body {
  height: auto;
  min-height: 100%;
}

body.overflow-hidden {
  overflow: hidden;
}

#l-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  z-index: 9999;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.12);
}

@media (min-width: 769px) {
  #l-topbar {
    height: 70px;
  }
}

@media (min-width: 1200px) {
  #l-topbar {
    height: 80px;
  }
}

#l-wrapper {
  position: relative;
  z-index: 0;
  padding-top: 60px;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
}

@media (min-width: 769px) {
  #l-wrapper {
    padding-top: 70px;
  }
}

@media (min-width: 1200px) {
  #l-wrapper {
    padding-top: 80px;
  }
}

#l-main {
  width: 100%;
  height: 100%;
}

@media (max-width: null) {
  .hidden--lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden--xl-up {
    display: none !important;
  }
}

.visible--xl-up {
  display: none !important;
}

@media (min-width: 1200px) {
  .visible--xl-up {
    display: inline-block !important;
  }
}

/* =============================================================================
GRID SYSTEM
============================================================================= */
/* =============================================================================
SELECTOR: CONTAINER WIDTHS
DESCRIPTION: Set the container width, and override it for fixed navbars in media queries.
============================================================================= */
.l-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
}

@media (max-width: 1440px) {
  .l-container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

/* =============================================================================
SELECTOR: FLUID CONTAINER
DESCRIPTION: Utilizes the mixin meant for fixed width containers, but with 100% width for fluid, full width layouts.
============================================================================= */
.l-container--fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* =============================================================================
SELECTOR: ROW
DESCRIPTION: Rows contain and clear the floats of your columns.
============================================================================= */
.l-row {
  margin-right: -8px;
  margin-left: -8px;
}

.l-row:before {
  display: table;
  content: '';
}

.l-row:after {
  display: table;
  clear: both;
  content: '';
}

@media (max-width: 1024px) {
  .l-row {
    margin-right: 0;
    margin-left: 0;
  }
}

.l-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.l-no-gutters > .l-col,
.l-no-gutters > [class*='l-col-'] {
  padding-right: 0;
  padding-left: 0;
}

.l-col-0 {
  width: 0;
}

/* =============================================================================
SELECTOR: COLUMNS
DESCRIPTION: Common styles for small and large grid columns
============================================================================= */
.l-col-1, .l-col-2, .l-col-3, .l-col-4, .l-col-5, .l-col-6, .l-col-7, .l-col-8, .l-col-9, .l-col-10, .l-col-11, .l-col-12, .l-col,
.l-col-auto, .l-col-xs-1, .l-col-xs-2, .l-col-xs-3, .l-col-xs-4, .l-col-xs-5, .l-col-xs-6, .l-col-xs-7, .l-col-xs-8, .l-col-xs-9, .l-col-xs-10, .l-col-xs-11, .l-col-xs-12, .l-col-xs,
.l-col-xs-auto, .l-col-sm-1, .l-col-sm-2, .l-col-sm-3, .l-col-sm-4, .l-col-sm-5, .l-col-sm-6, .l-col-sm-7, .l-col-sm-8, .l-col-sm-9, .l-col-sm-10, .l-col-sm-11, .l-col-sm-12, .l-col-sm,
.l-col-sm-auto, .l-col-md-1, .l-col-md-2, .l-col-md-3, .l-col-md-4, .l-col-md-5, .l-col-md-6, .l-col-md-7, .l-col-md-8, .l-col-md-9, .l-col-md-10, .l-col-md-11, .l-col-md-12, .l-col-md,
.l-col-md-auto, .l-col-lg-1, .l-col-lg-2, .l-col-lg-3, .l-col-lg-4, .l-col-lg-5, .l-col-lg-6, .l-col-lg-7, .l-col-lg-8, .l-col-lg-9, .l-col-lg-10, .l-col-lg-11, .l-col-lg-12, .l-col-lg,
.l-col-lg-auto, .l-col-xl-1, .l-col-xl-2, .l-col-xl-3, .l-col-xl-4, .l-col-xl-5, .l-col-xl-6, .l-col-xl-7, .l-col-xl-8, .l-col-xl-9, .l-col-xl-10, .l-col-xl-11, .l-col-xl-12, .l-col-xl,
.l-col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 769px) {
  .l-col-1, .l-col-2, .l-col-3, .l-col-4, .l-col-5, .l-col-6, .l-col-7, .l-col-8, .l-col-9, .l-col-10, .l-col-11, .l-col-12, .l-col,
  .l-col-auto, .l-col-xs-1, .l-col-xs-2, .l-col-xs-3, .l-col-xs-4, .l-col-xs-5, .l-col-xs-6, .l-col-xs-7, .l-col-xs-8, .l-col-xs-9, .l-col-xs-10, .l-col-xs-11, .l-col-xs-12, .l-col-xs,
  .l-col-xs-auto, .l-col-sm-1, .l-col-sm-2, .l-col-sm-3, .l-col-sm-4, .l-col-sm-5, .l-col-sm-6, .l-col-sm-7, .l-col-sm-8, .l-col-sm-9, .l-col-sm-10, .l-col-sm-11, .l-col-sm-12, .l-col-sm,
  .l-col-sm-auto, .l-col-md-1, .l-col-md-2, .l-col-md-3, .l-col-md-4, .l-col-md-5, .l-col-md-6, .l-col-md-7, .l-col-md-8, .l-col-md-9, .l-col-md-10, .l-col-md-11, .l-col-md-12, .l-col-md,
  .l-col-md-auto, .l-col-lg-1, .l-col-lg-2, .l-col-lg-3, .l-col-lg-4, .l-col-lg-5, .l-col-lg-6, .l-col-lg-7, .l-col-lg-8, .l-col-lg-9, .l-col-lg-10, .l-col-lg-11, .l-col-lg-12, .l-col-lg,
  .l-col-lg-auto, .l-col-xl-1, .l-col-xl-2, .l-col-xl-3, .l-col-xl-4, .l-col-xl-5, .l-col-xl-6, .l-col-xl-7, .l-col-xl-8, .l-col-xl-9, .l-col-xl-10, .l-col-xl-11, .l-col-xl-12, .l-col-xl,
  .l-col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .l-col-1, .l-col-2, .l-col-3, .l-col-4, .l-col-5, .l-col-6, .l-col-7, .l-col-8, .l-col-9, .l-col-10, .l-col-11, .l-col-12, .l-col,
  .l-col-auto, .l-col-xs-1, .l-col-xs-2, .l-col-xs-3, .l-col-xs-4, .l-col-xs-5, .l-col-xs-6, .l-col-xs-7, .l-col-xs-8, .l-col-xs-9, .l-col-xs-10, .l-col-xs-11, .l-col-xs-12, .l-col-xs,
  .l-col-xs-auto, .l-col-sm-1, .l-col-sm-2, .l-col-sm-3, .l-col-sm-4, .l-col-sm-5, .l-col-sm-6, .l-col-sm-7, .l-col-sm-8, .l-col-sm-9, .l-col-sm-10, .l-col-sm-11, .l-col-sm-12, .l-col-sm,
  .l-col-sm-auto, .l-col-md-1, .l-col-md-2, .l-col-md-3, .l-col-md-4, .l-col-md-5, .l-col-md-6, .l-col-md-7, .l-col-md-8, .l-col-md-9, .l-col-md-10, .l-col-md-11, .l-col-md-12, .l-col-md,
  .l-col-md-auto, .l-col-lg-1, .l-col-lg-2, .l-col-lg-3, .l-col-lg-4, .l-col-lg-5, .l-col-lg-6, .l-col-lg-7, .l-col-lg-8, .l-col-lg-9, .l-col-lg-10, .l-col-lg-11, .l-col-lg-12, .l-col-lg,
  .l-col-lg-auto, .l-col-xl-1, .l-col-xl-2, .l-col-xl-3, .l-col-xl-4, .l-col-xl-5, .l-col-xl-6, .l-col-xl-7, .l-col-xl-8, .l-col-xl-9, .l-col-xl-10, .l-col-xl-11, .l-col-xl-12, .l-col-xl,
  .l-col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.l-col-1 {
  float: left;
  width: 8.33333%;
}

.l-col-pull-1 {
  float: left;
  width: 8.33333%;
  right: 8.33333%;
}

.l-col-push-1 {
  float: left;
  width: 8.33333%;
  left: 8.33333%;
}

.l-col-2 {
  float: left;
  width: 16.66667%;
}

.l-col-pull-2 {
  float: left;
  width: 16.66667%;
  right: 16.66667%;
}

.l-col-push-2 {
  float: left;
  width: 16.66667%;
  left: 16.66667%;
}

.l-col-3 {
  float: left;
  width: 25%;
}

.l-col-pull-3 {
  float: left;
  width: 25%;
  right: 25%;
}

.l-col-push-3 {
  float: left;
  width: 25%;
  left: 25%;
}

.l-col-4 {
  float: left;
  width: 33.33333%;
}

.l-col-pull-4 {
  float: left;
  width: 33.33333%;
  right: 33.33333%;
}

.l-col-push-4 {
  float: left;
  width: 33.33333%;
  left: 33.33333%;
}

.l-col-5 {
  float: left;
  width: 41.66667%;
}

.l-col-pull-5 {
  float: left;
  width: 41.66667%;
  right: 41.66667%;
}

.l-col-push-5 {
  float: left;
  width: 41.66667%;
  left: 41.66667%;
}

.l-col-6 {
  float: left;
  width: 50%;
}

.l-col-pull-6 {
  float: left;
  width: 50%;
  right: 50%;
}

.l-col-push-6 {
  float: left;
  width: 50%;
  left: 50%;
}

.l-col-7 {
  float: left;
  width: 58.33333%;
}

.l-col-pull-7 {
  float: left;
  width: 58.33333%;
  right: 58.33333%;
}

.l-col-push-7 {
  float: left;
  width: 58.33333%;
  left: 58.33333%;
}

.l-col-8 {
  float: left;
  width: 66.66667%;
}

.l-col-pull-8 {
  float: left;
  width: 66.66667%;
  right: 66.66667%;
}

.l-col-push-8 {
  float: left;
  width: 66.66667%;
  left: 66.66667%;
}

.l-col-9 {
  float: left;
  width: 75%;
}

.l-col-pull-9 {
  float: left;
  width: 75%;
  right: 75%;
}

.l-col-push-9 {
  float: left;
  width: 75%;
  left: 75%;
}

.l-col-10 {
  float: left;
  width: 83.33333%;
}

.l-col-pull-10 {
  float: left;
  width: 83.33333%;
  right: 83.33333%;
}

.l-col-push-10 {
  float: left;
  width: 83.33333%;
  left: 83.33333%;
}

.l-col-11 {
  float: left;
  width: 91.66667%;
}

.l-col-pull-11 {
  float: left;
  width: 91.66667%;
  right: 91.66667%;
}

.l-col-push-11 {
  float: left;
  width: 91.66667%;
  left: 91.66667%;
}

.l-col-12 {
  float: left;
  width: 100%;
}

.l-col-pull-12 {
  float: left;
  width: 100%;
  right: 100%;
}

.l-col-push-12 {
  float: left;
  width: 100%;
  left: 100%;
}

.lorder-first {
  order: -1;
}

.l-order-1 {
  order: 1;
}

.l-order-2 {
  order: 2;
}

.l-order-3 {
  order: 3;
}

.l-order-4 {
  order: 4;
}

.l-order-5 {
  order: 5;
}

.l-order-6 {
  order: 6;
}

.l-order-7 {
  order: 7;
}

.l-order-8 {
  order: 8;
}

.l-order-9 {
  order: 9;
}

.l-order-10 {
  order: 10;
}

.l-order-11 {
  order: 11;
}

.l-order-12 {
  order: 12;
}

.l-offset-1 {
  margin-left: 8.33333%;
}

.l-offset-2 {
  margin-left: 16.66667%;
}

.l-offset-3 {
  margin-left: 25%;
}

.l-offset-4 {
  margin-left: 33.33333%;
}

.l-offset-5 {
  margin-left: 41.66667%;
}

.l-offset-6 {
  margin-left: 50%;
}

.l-offset-7 {
  margin-left: 58.33333%;
}

.l-offset-8 {
  margin-left: 66.66667%;
}

.l-offset-9 {
  margin-left: 75%;
}

.l-offset-10 {
  margin-left: 83.33333%;
}

.l-offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 480px) {
  .l-col-xs-1 {
    float: left;
    width: 8.33333%;
  }
  .l-col-xs-pull-1 {
    float: left;
    width: 8.33333%;
    right: 8.33333%;
  }
  .l-col-xs-push-1 {
    float: left;
    width: 8.33333%;
    left: 8.33333%;
  }
  .l-col-xs-2 {
    float: left;
    width: 16.66667%;
  }
  .l-col-xs-pull-2 {
    float: left;
    width: 16.66667%;
    right: 16.66667%;
  }
  .l-col-xs-push-2 {
    float: left;
    width: 16.66667%;
    left: 16.66667%;
  }
  .l-col-xs-3 {
    float: left;
    width: 25%;
  }
  .l-col-xs-pull-3 {
    float: left;
    width: 25%;
    right: 25%;
  }
  .l-col-xs-push-3 {
    float: left;
    width: 25%;
    left: 25%;
  }
  .l-col-xs-4 {
    float: left;
    width: 33.33333%;
  }
  .l-col-xs-pull-4 {
    float: left;
    width: 33.33333%;
    right: 33.33333%;
  }
  .l-col-xs-push-4 {
    float: left;
    width: 33.33333%;
    left: 33.33333%;
  }
  .l-col-xs-5 {
    float: left;
    width: 41.66667%;
  }
  .l-col-xs-pull-5 {
    float: left;
    width: 41.66667%;
    right: 41.66667%;
  }
  .l-col-xs-push-5 {
    float: left;
    width: 41.66667%;
    left: 41.66667%;
  }
  .l-col-xs-6 {
    float: left;
    width: 50%;
  }
  .l-col-xs-pull-6 {
    float: left;
    width: 50%;
    right: 50%;
  }
  .l-col-xs-push-6 {
    float: left;
    width: 50%;
    left: 50%;
  }
  .l-col-xs-7 {
    float: left;
    width: 58.33333%;
  }
  .l-col-xs-pull-7 {
    float: left;
    width: 58.33333%;
    right: 58.33333%;
  }
  .l-col-xs-push-7 {
    float: left;
    width: 58.33333%;
    left: 58.33333%;
  }
  .l-col-xs-8 {
    float: left;
    width: 66.66667%;
  }
  .l-col-xs-pull-8 {
    float: left;
    width: 66.66667%;
    right: 66.66667%;
  }
  .l-col-xs-push-8 {
    float: left;
    width: 66.66667%;
    left: 66.66667%;
  }
  .l-col-xs-9 {
    float: left;
    width: 75%;
  }
  .l-col-xs-pull-9 {
    float: left;
    width: 75%;
    right: 75%;
  }
  .l-col-xs-push-9 {
    float: left;
    width: 75%;
    left: 75%;
  }
  .l-col-xs-10 {
    float: left;
    width: 83.33333%;
  }
  .l-col-xs-pull-10 {
    float: left;
    width: 83.33333%;
    right: 83.33333%;
  }
  .l-col-xs-push-10 {
    float: left;
    width: 83.33333%;
    left: 83.33333%;
  }
  .l-col-xs-11 {
    float: left;
    width: 91.66667%;
  }
  .l-col-xs-pull-11 {
    float: left;
    width: 91.66667%;
    right: 91.66667%;
  }
  .l-col-xs-push-11 {
    float: left;
    width: 91.66667%;
    left: 91.66667%;
  }
  .l-col-xs-12 {
    float: left;
    width: 100%;
  }
  .l-col-xs-pull-12 {
    float: left;
    width: 100%;
    right: 100%;
  }
  .l-col-xs-push-12 {
    float: left;
    width: 100%;
    left: 100%;
  }
  .lorder-xs-first {
    order: -1;
  }
  .l-order-xs-1 {
    order: 1;
  }
  .l-order-xs-2 {
    order: 2;
  }
  .l-order-xs-3 {
    order: 3;
  }
  .l-order-xs-4 {
    order: 4;
  }
  .l-order-xs-5 {
    order: 5;
  }
  .l-order-xs-6 {
    order: 6;
  }
  .l-order-xs-7 {
    order: 7;
  }
  .l-order-xs-8 {
    order: 8;
  }
  .l-order-xs-9 {
    order: 9;
  }
  .l-order-xs-10 {
    order: 10;
  }
  .l-order-xs-11 {
    order: 11;
  }
  .l-order-xs-12 {
    order: 12;
  }
  .l-offset-xs-0 {
    margin-left: 0;
  }
  .l-offset-xs-1 {
    margin-left: 8.33333%;
  }
  .l-offset-xs-2 {
    margin-left: 16.66667%;
  }
  .l-offset-xs-3 {
    margin-left: 25%;
  }
  .l-offset-xs-4 {
    margin-left: 33.33333%;
  }
  .l-offset-xs-5 {
    margin-left: 41.66667%;
  }
  .l-offset-xs-6 {
    margin-left: 50%;
  }
  .l-offset-xs-7 {
    margin-left: 58.33333%;
  }
  .l-offset-xs-8 {
    margin-left: 66.66667%;
  }
  .l-offset-xs-9 {
    margin-left: 75%;
  }
  .l-offset-xs-10 {
    margin-left: 83.33333%;
  }
  .l-offset-xs-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 576px) {
  .l-col-sm-1 {
    float: left;
    width: 8.33333%;
  }
  .l-col-sm-pull-1 {
    float: left;
    width: 8.33333%;
    right: 8.33333%;
  }
  .l-col-sm-push-1 {
    float: left;
    width: 8.33333%;
    left: 8.33333%;
  }
  .l-col-sm-2 {
    float: left;
    width: 16.66667%;
  }
  .l-col-sm-pull-2 {
    float: left;
    width: 16.66667%;
    right: 16.66667%;
  }
  .l-col-sm-push-2 {
    float: left;
    width: 16.66667%;
    left: 16.66667%;
  }
  .l-col-sm-3 {
    float: left;
    width: 25%;
  }
  .l-col-sm-pull-3 {
    float: left;
    width: 25%;
    right: 25%;
  }
  .l-col-sm-push-3 {
    float: left;
    width: 25%;
    left: 25%;
  }
  .l-col-sm-4 {
    float: left;
    width: 33.33333%;
  }
  .l-col-sm-pull-4 {
    float: left;
    width: 33.33333%;
    right: 33.33333%;
  }
  .l-col-sm-push-4 {
    float: left;
    width: 33.33333%;
    left: 33.33333%;
  }
  .l-col-sm-5 {
    float: left;
    width: 41.66667%;
  }
  .l-col-sm-pull-5 {
    float: left;
    width: 41.66667%;
    right: 41.66667%;
  }
  .l-col-sm-push-5 {
    float: left;
    width: 41.66667%;
    left: 41.66667%;
  }
  .l-col-sm-6 {
    float: left;
    width: 50%;
  }
  .l-col-sm-pull-6 {
    float: left;
    width: 50%;
    right: 50%;
  }
  .l-col-sm-push-6 {
    float: left;
    width: 50%;
    left: 50%;
  }
  .l-col-sm-7 {
    float: left;
    width: 58.33333%;
  }
  .l-col-sm-pull-7 {
    float: left;
    width: 58.33333%;
    right: 58.33333%;
  }
  .l-col-sm-push-7 {
    float: left;
    width: 58.33333%;
    left: 58.33333%;
  }
  .l-col-sm-8 {
    float: left;
    width: 66.66667%;
  }
  .l-col-sm-pull-8 {
    float: left;
    width: 66.66667%;
    right: 66.66667%;
  }
  .l-col-sm-push-8 {
    float: left;
    width: 66.66667%;
    left: 66.66667%;
  }
  .l-col-sm-9 {
    float: left;
    width: 75%;
  }
  .l-col-sm-pull-9 {
    float: left;
    width: 75%;
    right: 75%;
  }
  .l-col-sm-push-9 {
    float: left;
    width: 75%;
    left: 75%;
  }
  .l-col-sm-10 {
    float: left;
    width: 83.33333%;
  }
  .l-col-sm-pull-10 {
    float: left;
    width: 83.33333%;
    right: 83.33333%;
  }
  .l-col-sm-push-10 {
    float: left;
    width: 83.33333%;
    left: 83.33333%;
  }
  .l-col-sm-11 {
    float: left;
    width: 91.66667%;
  }
  .l-col-sm-pull-11 {
    float: left;
    width: 91.66667%;
    right: 91.66667%;
  }
  .l-col-sm-push-11 {
    float: left;
    width: 91.66667%;
    left: 91.66667%;
  }
  .l-col-sm-12 {
    float: left;
    width: 100%;
  }
  .l-col-sm-pull-12 {
    float: left;
    width: 100%;
    right: 100%;
  }
  .l-col-sm-push-12 {
    float: left;
    width: 100%;
    left: 100%;
  }
  .lorder-sm-first {
    order: -1;
  }
  .l-order-sm-1 {
    order: 1;
  }
  .l-order-sm-2 {
    order: 2;
  }
  .l-order-sm-3 {
    order: 3;
  }
  .l-order-sm-4 {
    order: 4;
  }
  .l-order-sm-5 {
    order: 5;
  }
  .l-order-sm-6 {
    order: 6;
  }
  .l-order-sm-7 {
    order: 7;
  }
  .l-order-sm-8 {
    order: 8;
  }
  .l-order-sm-9 {
    order: 9;
  }
  .l-order-sm-10 {
    order: 10;
  }
  .l-order-sm-11 {
    order: 11;
  }
  .l-order-sm-12 {
    order: 12;
  }
  .l-offset-sm-0 {
    margin-left: 0;
  }
  .l-offset-sm-1 {
    margin-left: 8.33333%;
  }
  .l-offset-sm-2 {
    margin-left: 16.66667%;
  }
  .l-offset-sm-3 {
    margin-left: 25%;
  }
  .l-offset-sm-4 {
    margin-left: 33.33333%;
  }
  .l-offset-sm-5 {
    margin-left: 41.66667%;
  }
  .l-offset-sm-6 {
    margin-left: 50%;
  }
  .l-offset-sm-7 {
    margin-left: 58.33333%;
  }
  .l-offset-sm-8 {
    margin-left: 66.66667%;
  }
  .l-offset-sm-9 {
    margin-left: 75%;
  }
  .l-offset-sm-10 {
    margin-left: 83.33333%;
  }
  .l-offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 769px) {
  .l-col-md-1 {
    float: left;
    width: 8.33333%;
  }
  .l-col-md-pull-1 {
    float: left;
    width: 8.33333%;
    right: 8.33333%;
  }
  .l-col-md-push-1 {
    float: left;
    width: 8.33333%;
    left: 8.33333%;
  }
  .l-col-md-2 {
    float: left;
    width: 16.66667%;
  }
  .l-col-md-pull-2 {
    float: left;
    width: 16.66667%;
    right: 16.66667%;
  }
  .l-col-md-push-2 {
    float: left;
    width: 16.66667%;
    left: 16.66667%;
  }
  .l-col-md-3 {
    float: left;
    width: 25%;
  }
  .l-col-md-pull-3 {
    float: left;
    width: 25%;
    right: 25%;
  }
  .l-col-md-push-3 {
    float: left;
    width: 25%;
    left: 25%;
  }
  .l-col-md-4 {
    float: left;
    width: 33.33333%;
  }
  .l-col-md-pull-4 {
    float: left;
    width: 33.33333%;
    right: 33.33333%;
  }
  .l-col-md-push-4 {
    float: left;
    width: 33.33333%;
    left: 33.33333%;
  }
  .l-col-md-5 {
    float: left;
    width: 41.66667%;
  }
  .l-col-md-pull-5 {
    float: left;
    width: 41.66667%;
    right: 41.66667%;
  }
  .l-col-md-push-5 {
    float: left;
    width: 41.66667%;
    left: 41.66667%;
  }
  .l-col-md-6 {
    float: left;
    width: 50%;
  }
  .l-col-md-pull-6 {
    float: left;
    width: 50%;
    right: 50%;
  }
  .l-col-md-push-6 {
    float: left;
    width: 50%;
    left: 50%;
  }
  .l-col-md-7 {
    float: left;
    width: 58.33333%;
  }
  .l-col-md-pull-7 {
    float: left;
    width: 58.33333%;
    right: 58.33333%;
  }
  .l-col-md-push-7 {
    float: left;
    width: 58.33333%;
    left: 58.33333%;
  }
  .l-col-md-8 {
    float: left;
    width: 66.66667%;
  }
  .l-col-md-pull-8 {
    float: left;
    width: 66.66667%;
    right: 66.66667%;
  }
  .l-col-md-push-8 {
    float: left;
    width: 66.66667%;
    left: 66.66667%;
  }
  .l-col-md-9 {
    float: left;
    width: 75%;
  }
  .l-col-md-pull-9 {
    float: left;
    width: 75%;
    right: 75%;
  }
  .l-col-md-push-9 {
    float: left;
    width: 75%;
    left: 75%;
  }
  .l-col-md-10 {
    float: left;
    width: 83.33333%;
  }
  .l-col-md-pull-10 {
    float: left;
    width: 83.33333%;
    right: 83.33333%;
  }
  .l-col-md-push-10 {
    float: left;
    width: 83.33333%;
    left: 83.33333%;
  }
  .l-col-md-11 {
    float: left;
    width: 91.66667%;
  }
  .l-col-md-pull-11 {
    float: left;
    width: 91.66667%;
    right: 91.66667%;
  }
  .l-col-md-push-11 {
    float: left;
    width: 91.66667%;
    left: 91.66667%;
  }
  .l-col-md-12 {
    float: left;
    width: 100%;
  }
  .l-col-md-pull-12 {
    float: left;
    width: 100%;
    right: 100%;
  }
  .l-col-md-push-12 {
    float: left;
    width: 100%;
    left: 100%;
  }
  .lorder-md-first {
    order: -1;
  }
  .l-order-md-1 {
    order: 1;
  }
  .l-order-md-2 {
    order: 2;
  }
  .l-order-md-3 {
    order: 3;
  }
  .l-order-md-4 {
    order: 4;
  }
  .l-order-md-5 {
    order: 5;
  }
  .l-order-md-6 {
    order: 6;
  }
  .l-order-md-7 {
    order: 7;
  }
  .l-order-md-8 {
    order: 8;
  }
  .l-order-md-9 {
    order: 9;
  }
  .l-order-md-10 {
    order: 10;
  }
  .l-order-md-11 {
    order: 11;
  }
  .l-order-md-12 {
    order: 12;
  }
  .l-offset-md-0 {
    margin-left: 0;
  }
  .l-offset-md-1 {
    margin-left: 8.33333%;
  }
  .l-offset-md-2 {
    margin-left: 16.66667%;
  }
  .l-offset-md-3 {
    margin-left: 25%;
  }
  .l-offset-md-4 {
    margin-left: 33.33333%;
  }
  .l-offset-md-5 {
    margin-left: 41.66667%;
  }
  .l-offset-md-6 {
    margin-left: 50%;
  }
  .l-offset-md-7 {
    margin-left: 58.33333%;
  }
  .l-offset-md-8 {
    margin-left: 66.66667%;
  }
  .l-offset-md-9 {
    margin-left: 75%;
  }
  .l-offset-md-10 {
    margin-left: 83.33333%;
  }
  .l-offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .l-col-lg-1 {
    float: left;
    width: 8.33333%;
  }
  .l-col-lg-pull-1 {
    float: left;
    width: 8.33333%;
    right: 8.33333%;
  }
  .l-col-lg-push-1 {
    float: left;
    width: 8.33333%;
    left: 8.33333%;
  }
  .l-col-lg-2 {
    float: left;
    width: 16.66667%;
  }
  .l-col-lg-pull-2 {
    float: left;
    width: 16.66667%;
    right: 16.66667%;
  }
  .l-col-lg-push-2 {
    float: left;
    width: 16.66667%;
    left: 16.66667%;
  }
  .l-col-lg-3 {
    float: left;
    width: 25%;
  }
  .l-col-lg-pull-3 {
    float: left;
    width: 25%;
    right: 25%;
  }
  .l-col-lg-push-3 {
    float: left;
    width: 25%;
    left: 25%;
  }
  .l-col-lg-4 {
    float: left;
    width: 33.33333%;
  }
  .l-col-lg-pull-4 {
    float: left;
    width: 33.33333%;
    right: 33.33333%;
  }
  .l-col-lg-push-4 {
    float: left;
    width: 33.33333%;
    left: 33.33333%;
  }
  .l-col-lg-5 {
    float: left;
    width: 41.66667%;
  }
  .l-col-lg-pull-5 {
    float: left;
    width: 41.66667%;
    right: 41.66667%;
  }
  .l-col-lg-push-5 {
    float: left;
    width: 41.66667%;
    left: 41.66667%;
  }
  .l-col-lg-6 {
    float: left;
    width: 50%;
  }
  .l-col-lg-pull-6 {
    float: left;
    width: 50%;
    right: 50%;
  }
  .l-col-lg-push-6 {
    float: left;
    width: 50%;
    left: 50%;
  }
  .l-col-lg-7 {
    float: left;
    width: 58.33333%;
  }
  .l-col-lg-pull-7 {
    float: left;
    width: 58.33333%;
    right: 58.33333%;
  }
  .l-col-lg-push-7 {
    float: left;
    width: 58.33333%;
    left: 58.33333%;
  }
  .l-col-lg-8 {
    float: left;
    width: 66.66667%;
  }
  .l-col-lg-pull-8 {
    float: left;
    width: 66.66667%;
    right: 66.66667%;
  }
  .l-col-lg-push-8 {
    float: left;
    width: 66.66667%;
    left: 66.66667%;
  }
  .l-col-lg-9 {
    float: left;
    width: 75%;
  }
  .l-col-lg-pull-9 {
    float: left;
    width: 75%;
    right: 75%;
  }
  .l-col-lg-push-9 {
    float: left;
    width: 75%;
    left: 75%;
  }
  .l-col-lg-10 {
    float: left;
    width: 83.33333%;
  }
  .l-col-lg-pull-10 {
    float: left;
    width: 83.33333%;
    right: 83.33333%;
  }
  .l-col-lg-push-10 {
    float: left;
    width: 83.33333%;
    left: 83.33333%;
  }
  .l-col-lg-11 {
    float: left;
    width: 91.66667%;
  }
  .l-col-lg-pull-11 {
    float: left;
    width: 91.66667%;
    right: 91.66667%;
  }
  .l-col-lg-push-11 {
    float: left;
    width: 91.66667%;
    left: 91.66667%;
  }
  .l-col-lg-12 {
    float: left;
    width: 100%;
  }
  .l-col-lg-pull-12 {
    float: left;
    width: 100%;
    right: 100%;
  }
  .l-col-lg-push-12 {
    float: left;
    width: 100%;
    left: 100%;
  }
  .lorder-lg-first {
    order: -1;
  }
  .l-order-lg-1 {
    order: 1;
  }
  .l-order-lg-2 {
    order: 2;
  }
  .l-order-lg-3 {
    order: 3;
  }
  .l-order-lg-4 {
    order: 4;
  }
  .l-order-lg-5 {
    order: 5;
  }
  .l-order-lg-6 {
    order: 6;
  }
  .l-order-lg-7 {
    order: 7;
  }
  .l-order-lg-8 {
    order: 8;
  }
  .l-order-lg-9 {
    order: 9;
  }
  .l-order-lg-10 {
    order: 10;
  }
  .l-order-lg-11 {
    order: 11;
  }
  .l-order-lg-12 {
    order: 12;
  }
  .l-offset-lg-0 {
    margin-left: 0;
  }
  .l-offset-lg-1 {
    margin-left: 8.33333%;
  }
  .l-offset-lg-2 {
    margin-left: 16.66667%;
  }
  .l-offset-lg-3 {
    margin-left: 25%;
  }
  .l-offset-lg-4 {
    margin-left: 33.33333%;
  }
  .l-offset-lg-5 {
    margin-left: 41.66667%;
  }
  .l-offset-lg-6 {
    margin-left: 50%;
  }
  .l-offset-lg-7 {
    margin-left: 58.33333%;
  }
  .l-offset-lg-8 {
    margin-left: 66.66667%;
  }
  .l-offset-lg-9 {
    margin-left: 75%;
  }
  .l-offset-lg-10 {
    margin-left: 83.33333%;
  }
  .l-offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .l-col-xl-1 {
    float: left;
    width: 8.33333%;
  }
  .l-col-xl-pull-1 {
    float: left;
    width: 8.33333%;
    right: 8.33333%;
  }
  .l-col-xl-push-1 {
    float: left;
    width: 8.33333%;
    left: 8.33333%;
  }
  .l-col-xl-2 {
    float: left;
    width: 16.66667%;
  }
  .l-col-xl-pull-2 {
    float: left;
    width: 16.66667%;
    right: 16.66667%;
  }
  .l-col-xl-push-2 {
    float: left;
    width: 16.66667%;
    left: 16.66667%;
  }
  .l-col-xl-3 {
    float: left;
    width: 25%;
  }
  .l-col-xl-pull-3 {
    float: left;
    width: 25%;
    right: 25%;
  }
  .l-col-xl-push-3 {
    float: left;
    width: 25%;
    left: 25%;
  }
  .l-col-xl-4 {
    float: left;
    width: 33.33333%;
  }
  .l-col-xl-pull-4 {
    float: left;
    width: 33.33333%;
    right: 33.33333%;
  }
  .l-col-xl-push-4 {
    float: left;
    width: 33.33333%;
    left: 33.33333%;
  }
  .l-col-xl-5 {
    float: left;
    width: 41.66667%;
  }
  .l-col-xl-pull-5 {
    float: left;
    width: 41.66667%;
    right: 41.66667%;
  }
  .l-col-xl-push-5 {
    float: left;
    width: 41.66667%;
    left: 41.66667%;
  }
  .l-col-xl-6 {
    float: left;
    width: 50%;
  }
  .l-col-xl-pull-6 {
    float: left;
    width: 50%;
    right: 50%;
  }
  .l-col-xl-push-6 {
    float: left;
    width: 50%;
    left: 50%;
  }
  .l-col-xl-7 {
    float: left;
    width: 58.33333%;
  }
  .l-col-xl-pull-7 {
    float: left;
    width: 58.33333%;
    right: 58.33333%;
  }
  .l-col-xl-push-7 {
    float: left;
    width: 58.33333%;
    left: 58.33333%;
  }
  .l-col-xl-8 {
    float: left;
    width: 66.66667%;
  }
  .l-col-xl-pull-8 {
    float: left;
    width: 66.66667%;
    right: 66.66667%;
  }
  .l-col-xl-push-8 {
    float: left;
    width: 66.66667%;
    left: 66.66667%;
  }
  .l-col-xl-9 {
    float: left;
    width: 75%;
  }
  .l-col-xl-pull-9 {
    float: left;
    width: 75%;
    right: 75%;
  }
  .l-col-xl-push-9 {
    float: left;
    width: 75%;
    left: 75%;
  }
  .l-col-xl-10 {
    float: left;
    width: 83.33333%;
  }
  .l-col-xl-pull-10 {
    float: left;
    width: 83.33333%;
    right: 83.33333%;
  }
  .l-col-xl-push-10 {
    float: left;
    width: 83.33333%;
    left: 83.33333%;
  }
  .l-col-xl-11 {
    float: left;
    width: 91.66667%;
  }
  .l-col-xl-pull-11 {
    float: left;
    width: 91.66667%;
    right: 91.66667%;
  }
  .l-col-xl-push-11 {
    float: left;
    width: 91.66667%;
    left: 91.66667%;
  }
  .l-col-xl-12 {
    float: left;
    width: 100%;
  }
  .l-col-xl-pull-12 {
    float: left;
    width: 100%;
    right: 100%;
  }
  .l-col-xl-push-12 {
    float: left;
    width: 100%;
    left: 100%;
  }
  .lorder-xl-first {
    order: -1;
  }
  .l-order-xl-1 {
    order: 1;
  }
  .l-order-xl-2 {
    order: 2;
  }
  .l-order-xl-3 {
    order: 3;
  }
  .l-order-xl-4 {
    order: 4;
  }
  .l-order-xl-5 {
    order: 5;
  }
  .l-order-xl-6 {
    order: 6;
  }
  .l-order-xl-7 {
    order: 7;
  }
  .l-order-xl-8 {
    order: 8;
  }
  .l-order-xl-9 {
    order: 9;
  }
  .l-order-xl-10 {
    order: 10;
  }
  .l-order-xl-11 {
    order: 11;
  }
  .l-order-xl-12 {
    order: 12;
  }
  .l-offset-xl-0 {
    margin-left: 0;
  }
  .l-offset-xl-1 {
    margin-left: 8.33333%;
  }
  .l-offset-xl-2 {
    margin-left: 16.66667%;
  }
  .l-offset-xl-3 {
    margin-left: 25%;
  }
  .l-offset-xl-4 {
    margin-left: 33.33333%;
  }
  .l-offset-xl-5 {
    margin-left: 41.66667%;
  }
  .l-offset-xl-6 {
    margin-left: 50%;
  }
  .l-offset-xl-7 {
    margin-left: 58.33333%;
  }
  .l-offset-xl-8 {
    margin-left: 66.66667%;
  }
  .l-offset-xl-9 {
    margin-left: 75%;
  }
  .l-offset-xl-10 {
    margin-left: 83.33333%;
  }
  .l-offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.p-elements {
  background: #ffffff !important;
  margin-bottom: 100px;
}

.p-elements .section__buttons {
  padding-bottom: 100px;
}

.p-elements .section__buttons h2 {
  padding-left: 15px;
}

.p-elements .section__buttons button {
  margin-left: 25px;
}

.p-elements .section__buttons--round {
  margin-top: 25px;
  padding-left: 25px;
}

.p-elements .section__buttons--round button {
  margin-left: 5px;
}

.p-elements .section__form-elements {
  padding-left: 15px;
  padding-bottom: 100px;
}

.p-elements .section__form-elements input, .p-elements .section__form-elements textarea {
  margin-bottom: 15px;
}

.p-elements .section__logos svg {
  margin-right: 100px;
  margin-bottom: 100px;
}

.p-elements .section__shapes h2 {
  padding-left: 15px;
}

.p-default #l-content {
  padding-top: 90px;
}

.button {
  padding: 0.8rem 2.5rem 1rem 2.5rem;
  border-radius: 0;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.button--icon-l {
  position: relative;
  padding-left: 5.5rem !important;
  overflow: hidden;
}

.button--icon-l i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 2.4rem;
}

.button--icon-r {
  position: relative;
  padding-right: 5.5rem !important;
  overflow: hidden;
}

.button--icon-r i {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  font-size: 2.4rem;
}

.button--icon-r i .preloader {
  top: 40px;
  right: 40px;
}

.button.button--large {
  padding: 1.2rem 3rem 1.3rem 3rem;
  font-size: 1.8rem;
}

@media (max-width: 991.99px) {
  .button.button--large {
    padding: 0.8rem 2.5rem 1rem 2.5rem;
    font-size: 1.6rem;
  }
}

.button.button--large.button--icon-r {
  padding-right: 7rem !important;
}

@media (max-width: 991.99px) {
  .button.button--large.button--icon-r {
    padding-right: 5.5rem !important;
  }
}

.button.button--large.button--icon-r i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 3.2rem;
}

@media (max-width: 991.99px) {
  .button.button--large.button--icon-r i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 3rem;
  }
}

.button.button--large.button--icon-l {
  padding-left: 7rem !important;
}

@media (max-width: 991.99px) {
  .button.button--large.button--icon-l {
    padding-left: 5.5rem !important;
  }
}

.button.button--large.button--icon-l i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 3.2rem;
}

@media (max-width: 991.99px) {
  .button.button--large.button--icon-l i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 3rem;
  }
}

.button.button--wide {
  width: 100%;
}

.button.button--icon-only {
  width: 40px;
  height: 40px;
  text-indent: 60px;
  overflow: hidden;
  padding: 0 !important;
}

.button.button--icon-only i {
  background: none;
  text-indent: 0;
}

.button.button--icon-only.btn--transparent {
  background: none !important;
}

.button.button--icon-only.btn--transparent i {
  color: #ffffff;
}

@media (max-width: 768.99px) {
  .button.button--icon-only-md-down {
    width: 40px;
    height: 40px;
    text-indent: 60px;
    overflow: hidden;
    padding: 0 !important;
  }
}

@media (max-width: 768.99px) {
  .button.button--icon-only-md-down i {
    text-indent: 0;
    font-size: 2.4rem;
  }
}

@media (max-width: 991.99px) {
  .button.button--icon-only-lg-down {
    width: 40px;
    height: 40px;
    text-indent: 60px;
    overflow: hidden;
    padding: 0 !important;
  }
}

@media (max-width: 991.99px) {
  .button.button--icon-only-lg-down i {
    text-indent: 0;
    font-size: 2.4rem;
  }
}

@media (max-width: 1199.99px) {
  .button.button--icon-only-xl-down {
    width: 40px;
    height: 40px;
    text-indent: 60px;
    overflow: hidden;
    padding: 0 !important;
  }
}

@media (max-width: 1199.99px) {
  .button.button--icon-only-xl-down i {
    text-indent: 0;
    font-size: 3.2rem;
  }
}

.button.button--round {
  float: left;
  align-items: center;
  display: flex;
  justify-content: center;
}

.button.button--round i,
.button.button--round svg {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
}

.button.button--round i.material-icons--add,
.button.button--round svg.material-icons--add {
  left: -3px;
}

.button.button--round.button--round--sm {
  height: 20px;
  width: 20px;
  background: #ffffff;
}

.button.button--round.button--round--sm:hover {
  background: #e6e6e6 !important;
}

.button.button--round.button--round--sm.no-fill {
  background: none;
  border: 3px solid #ffffff;
}

.button.button--round.button--round--sm.no-fill:hover {
  border: 3px solid #e6e6e6 !important;
}

.button.button--round.button--round--md {
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.button.button--round.button--round--md svg {
  width: 22px;
  height: 22px;
  position: relative;
  top: 5px;
}

.button.button--round.button--round--xl {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #E2DFCF;
}

.button.button--round.button--round--xl svg {
  width: 20px;
  height: 20px;
}

.button.button--round.button--round--xl:hover {
  background: #cfcaaf !important;
}

.button.button--round.button--round--xl.no-fill {
  background: none;
  border: 4px solid #E2DFCF;
  color: #E2DFCF;
}

.button.button--round.button--round--xl.no-fill:hover {
  border: 4px solid #cfcaaf !important;
  color: #000000;
}

.button.button--round.button--round--xxl {
  height: 100px;
  width: 100px;
  line-height: 100px;
  background: #E94C16;
}

.button.button--round.button--round--xxl i, .button.button--round.button--round--xxl svg {
  width: 40px;
  height: 40px;
}

.button.button--round.button--round--xxl .material-icons {
  font-size: 40px;
}

@media (max-width: 768px) {
  .button.button--round.button--round--xxl {
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
  .button.button--round.button--round--xxl i, .button.button--round.button--round--xxl svg {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 564px) {
  .button.button--round.button--round--xxl {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .button.button--round.button--round--xxl .material-icons {
    font-size: 30px;
  }
  .button.button--round.button--round--xxl i, .button.button--round.button--round--xxl svg {
    width: 30px;
    height: 30px;
  }
}

.button.button--round.button--round--xxl:hover {
  background: #ba3d12 !important;
}

.button.button--round.button--round--xxl.no-fill {
  background: none;
  border: 4px solid #E94C16;
  color: #E94C16;
}

.button.button--round.button--round--xxl.no-fill:hover {
  border: 4px solid #ba3d12 !important;
  color: #000000;
}

.button.link i {
  top: 5px;
  left: -3px;
}

.button-group {
  overflow: hidden;
}

.button-group .button {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

.button--xs {
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
}

.button--xl {
  padding: 1.5rem 4.5rem;
  font-size: 2rem;
}

.button--block {
  display: block;
  width: 100%;
  text-align: center;
}

.trapezoid-l {
  border-top: 50px solid #E94C16;
  border-left: 5px solid transparent;
  height: 0;
  width: 5px;
  position: absolute;
  left: -5px;
  top: 0;
  transition: 0.2s ease;
}

.trapezoid-r {
  border-top: 50px solid #E94C16;
  border-right: 5px solid transparent;
  height: 0;
  width: 5px;
  position: absolute;
  right: -5px;
  top: 0;
  transition: 0.2s ease;
}

.button--primary {
  color: #ffffff !important;
  background: #E94C16 !important;
  overflow: visible;
  height: 50px;
  margin: 0 5px;
}

.button--primary i {
  line-height: 50px;
  color: #ffffff !important;
}

.button--primary:hover {
  color: #ffffff !important;
  background: #ba3d12 !important;
}

.button--primary:hover .trapezoid-l,
.button--primary:hover .trapezoid-r {
  border-top: 50px solid #ba3d12 !important;
}

.button--primary.button--disabled, .button--primary:disabled {
  background: #f4a68b !important;
  color: #ffffff !important;
}

.button--secondary {
  color: #000000 !important;
  background: #ffffff !important;
  overflow: visible;
  height: 50px;
  margin: 0 5px;
}

.button--secondary .trapezoid-l {
  border-top: 50px solid #ffffff;
}

.button--secondary .trapezoid-r {
  border-top: 50px solid #ffffff;
}

.button--secondary i {
  line-height: 50px;
}

.button--secondary:hover {
  color: #000000 !important;
  background: #E2DFCF !important;
}

.button--secondary:hover .trapezoid-l,
.button--secondary:hover .trapezoid-r {
  border-top: 50px solid #E2DFCF !important;
}

.button--secondary.button--disabled, .button--secondary:disabled {
  background: white !important;
  color: #E2DFCF !important;
}

.button--text-only {
  background: none !important;
  color: !important;
}

.button--text-only i {
  background: none !important;
}

.button--text-only:hover {
  transition: 0.2s ease;
  color: black !important;
}

.button--text-only.button--icon-l {
  padding-left: 35px !important;
}

.button--text-only.button--icon-r {
  padding-right: 35px !important;
}

input[type='button'],
button {
  border: none;
  padding: 0.8rem 2.5rem 1rem 2.5rem;
  margin-right: 5px;
  font-size: 1.8rem;
}

input[type='button']:hover,
button:hover {
  color: #ffffff;
  background: #E2DFCF;
}

[type='submit'] {
  border: none;
  padding: 0.8rem 2.5rem 1rem 2.5rem;
  margin-right: 5px;
  background-color: #E2DFCF;
  color: #ffffff;
  font-size: 1.6rem;
}

[type='submit']:hover {
  background-color: #cfcaaf;
  color: #ffffff;
}

[type='submit'] i {
  color: #ffffff !important;
}

[type='power'] {
  height: 52px;
  padding: 1.2rem 1.5rem 1rem 1.5rem;
}

.button__group .button {
  margin-right: 5px;
  margin-top: 5px;
}

/* =============================================================================
BASE
============================================================================= */
input,
[type='checkbox'],
[type='date'],
[type='datetime-local'],
[type='email'],
[type='file'],
[type='hidden'],
[type='image'],
[type='month'],
[type='number'],
[type='password'],
[type='radio'],
[type='reset'],
[type='search'],
[type='tel'],
[type='text'],
[type='textarea'],
[type='time'],
[type='url'],
[type='week'] {
  border-radius: 0;
  border: 4px solid #ffffff;
  padding: 0.9rem 1.5rem;
  width: 100%;
  min-width: 100px;
  outline: none;
  background-color: transparent;
  color: #ffffff;
  border-radius: 0;
  border-top: 0;
}

input:hover, input:focus,
[type='checkbox']:hover,
[type='checkbox']:focus,
[type='date']:hover,
[type='date']:focus,
[type='datetime-local']:hover,
[type='datetime-local']:focus,
[type='email']:hover,
[type='email']:focus,
[type='file']:hover,
[type='file']:focus,
[type='hidden']:hover,
[type='hidden']:focus,
[type='image']:hover,
[type='image']:focus,
[type='month']:hover,
[type='month']:focus,
[type='number']:hover,
[type='number']:focus,
[type='password']:hover,
[type='password']:focus,
[type='radio']:hover,
[type='radio']:focus,
[type='reset']:hover,
[type='reset']:focus,
[type='search']:hover,
[type='search']:focus,
[type='tel']:hover,
[type='tel']:focus,
[type='text']:hover,
[type='text']:focus,
[type='textarea']:hover,
[type='textarea']:focus,
[type='time']:hover,
[type='time']:focus,
[type='url']:hover,
[type='url']:focus,
[type='week']:hover,
[type='week']:focus {
  border-color: #cfcaaf;
}

input::placeholder,
[type='checkbox']::placeholder,
[type='date']::placeholder,
[type='datetime-local']::placeholder,
[type='email']::placeholder,
[type='file']::placeholder,
[type='hidden']::placeholder,
[type='image']::placeholder,
[type='month']::placeholder,
[type='number']::placeholder,
[type='password']::placeholder,
[type='radio']::placeholder,
[type='reset']::placeholder,
[type='search']::placeholder,
[type='tel']::placeholder,
[type='text']::placeholder,
[type='textarea']::placeholder,
[type='time']::placeholder,
[type='url']::placeholder,
[type='week']::placeholder {
  color: #E2DFCF;
  opacity: 1;
}

input::-webkit-input-placeholder, input::-ms-input-placeholder,
[type='checkbox']::-webkit-input-placeholder,
[type='checkbox']::-ms-input-placeholder,
[type='date']::-webkit-input-placeholder,
[type='date']::-ms-input-placeholder,
[type='datetime-local']::-webkit-input-placeholder,
[type='datetime-local']::-ms-input-placeholder,
[type='email']::-webkit-input-placeholder,
[type='email']::-ms-input-placeholder,
[type='file']::-webkit-input-placeholder,
[type='file']::-ms-input-placeholder,
[type='hidden']::-webkit-input-placeholder,
[type='hidden']::-ms-input-placeholder,
[type='image']::-webkit-input-placeholder,
[type='image']::-ms-input-placeholder,
[type='month']::-webkit-input-placeholder,
[type='month']::-ms-input-placeholder,
[type='number']::-webkit-input-placeholder,
[type='number']::-ms-input-placeholder,
[type='password']::-webkit-input-placeholder,
[type='password']::-ms-input-placeholder,
[type='radio']::-webkit-input-placeholder,
[type='radio']::-ms-input-placeholder,
[type='reset']::-webkit-input-placeholder,
[type='reset']::-ms-input-placeholder,
[type='search']::-webkit-input-placeholder,
[type='search']::-ms-input-placeholder,
[type='tel']::-webkit-input-placeholder,
[type='tel']::-ms-input-placeholder,
[type='text']::-webkit-input-placeholder,
[type='text']::-ms-input-placeholder,
[type='textarea']::-webkit-input-placeholder,
[type='textarea']::-ms-input-placeholder,
[type='time']::-webkit-input-placeholder,
[type='time']::-ms-input-placeholder,
[type='url']::-webkit-input-placeholder,
[type='url']::-ms-input-placeholder,
[type='week']::-webkit-input-placeholder,
[type='week']::-ms-input-placeholder {
  color: #E2DFCF;
}

input:disabled,
[type='checkbox']:disabled,
[type='date']:disabled,
[type='datetime-local']:disabled,
[type='email']:disabled,
[type='file']:disabled,
[type='hidden']:disabled,
[type='image']:disabled,
[type='month']:disabled,
[type='number']:disabled,
[type='password']:disabled,
[type='radio']:disabled,
[type='reset']:disabled,
[type='search']:disabled,
[type='tel']:disabled,
[type='text']:disabled,
[type='textarea']:disabled,
[type='time']:disabled,
[type='url']:disabled,
[type='week']:disabled {
  border-color: white !important;
}

input:disabled::placeholder,
[type='checkbox']:disabled::placeholder,
[type='date']:disabled::placeholder,
[type='datetime-local']:disabled::placeholder,
[type='email']:disabled::placeholder,
[type='file']:disabled::placeholder,
[type='hidden']:disabled::placeholder,
[type='image']:disabled::placeholder,
[type='month']:disabled::placeholder,
[type='number']:disabled::placeholder,
[type='password']:disabled::placeholder,
[type='radio']:disabled::placeholder,
[type='reset']:disabled::placeholder,
[type='search']:disabled::placeholder,
[type='tel']:disabled::placeholder,
[type='text']:disabled::placeholder,
[type='textarea']:disabled::placeholder,
[type='time']:disabled::placeholder,
[type='url']:disabled::placeholder,
[type='week']:disabled::placeholder {
  color: white !important;
  opacity: 1;
}

input:disabled:hover, input:disabled:focus,
[type='checkbox']:disabled:hover,
[type='checkbox']:disabled:focus,
[type='date']:disabled:hover,
[type='date']:disabled:focus,
[type='datetime-local']:disabled:hover,
[type='datetime-local']:disabled:focus,
[type='email']:disabled:hover,
[type='email']:disabled:focus,
[type='file']:disabled:hover,
[type='file']:disabled:focus,
[type='hidden']:disabled:hover,
[type='hidden']:disabled:focus,
[type='image']:disabled:hover,
[type='image']:disabled:focus,
[type='month']:disabled:hover,
[type='month']:disabled:focus,
[type='number']:disabled:hover,
[type='number']:disabled:focus,
[type='password']:disabled:hover,
[type='password']:disabled:focus,
[type='radio']:disabled:hover,
[type='radio']:disabled:focus,
[type='reset']:disabled:hover,
[type='reset']:disabled:focus,
[type='search']:disabled:hover,
[type='search']:disabled:focus,
[type='tel']:disabled:hover,
[type='tel']:disabled:focus,
[type='text']:disabled:hover,
[type='text']:disabled:focus,
[type='textarea']:disabled:hover,
[type='textarea']:disabled:focus,
[type='time']:disabled:hover,
[type='time']:disabled:focus,
[type='url']:disabled:hover,
[type='url']:disabled:focus,
[type='week']:disabled:hover,
[type='week']:disabled:focus {
  border-color: #ffffff;
}

[type='textarea'] {
  min-height: 100px;
  resize: vertical;
  margin-bottom: -4px;
  padding-right: 60px;
  border-radius: 0;
}

.inputfield--lg {
  padding: 1.5rem 2rem;
}

.inputfield-w-icon {
  position: relative;
}

.inputfield-w-icon input {
  padding-left: 40px;
}

.inputfield-w-icon i {
  position: absolute;
  left: 10px;
  top: 8px;
  color: #E2DFCF;
}

.inputfield-w-icon.inputfield-w-icon--r input {
  padding-left: 1em;
  padding-right: 40px;
}

.inputfield-w-icon.inputfield-w-icon--r i {
  left: auto;
  right: 10px;
}

[type='range'] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  min-height: 1px;
  outline: none;
  padding: 0;
  border-radius: 2px;
  border: none;
}

[type='range']:hover {
  opacity: 1;
}

[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  background-color: #006531;
}

[type='range']::-webkit-slider-thumb:hover {
  background-color: #e6e6e6;
}

[type='range']::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #006531;
}

[type='range']::-moz-range-thumb:hover {
  background-color: #e6e6e6;
}

input[type='range']::-webkit-progress-value {
  background-color: #006531;
}

input[type='range']::-moz-range-progress {
  background-color: #006531;
}

input[type='range']::-moz-range-track {
  background-color: #006531;
}

/* IE*/
input[type='range']::-ms-fill-lower {
  background-color: #006531;
}

input[type='range']::-ms-fill-upper {
  background-color: #006531;
}

[type='color'] {
  position: relative;
  width: 100px;
  height: 40px;
  padding: 0;
  margin-top: 35px;
}

[type='color']::before {
  content: '';
}

[type='color']::after {
  content: 'Selecteer een kleur';
  position: absolute;
  top: -25px;
  left: 0;
  width: 150px;
}

.input {
  margin-bottom: 20px;
}

.input label {
  display: block;
}

.input .max-chars {
  margin-left: 10px;
}

.input .chars {
  font-size: 1.5rem;
  color: #E2DFCF;
  position: absolute;
  right: 15px;
}

.input .chars.text {
  margin-top: 15px;
}

.input .chars.textarea {
  margin-top: 50px;
}

.input--primary {
  border: 4px solid #ffffff;
}

.input--primary:hover, .input--primary:focus {
  border-color: #e6e6e6;
}

.input--secondary {
  border: 4px solid #ffffff;
}

.input--secondary:hover, .input--secondary:focus {
  border-color: #e6e6e6;
}

.input--small {
  width: 100%;
  max-width: 200px;
}

.input--medium {
  width: 100%;
  max-width: 400px;
}

.input--large {
  width: 100%;
  max-width: 600px;
}

header {
  position: fixed;
  z-index: 99999;
  width: 100%;
}

.top-bar {
  height: 90px;
  width: 100%;
  background: #FFFFFF;
}

.top-bar nav {
  height: 100%;
}

.top-bar > a {
  position: absolute;
  float: left;
  height: 100%;
  z-index: 1000;
}

.top-bar > a svg {
  padding-top: 0;
  width: 100px;
  height: 100%;
  margin-top: 0;
  margin-left: 25px;
  margin-right: 25px;
}

@media (min-width: 769px) {
  .top-bar > a svg {
    width: 120px;
  }
}

@media (min-width: 1200px) {
  .top-bar > a svg {
    width: 150px;
  }
}

@media (min-width: 380px) {
  .top-bar {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .top-bar {
    margin-left: 10px;
  }
}

@media (min-width: 769px) {
  .top-bar {
    margin-left: 0;
  }
}

.top-bar__container {
  float: right;
  height: 100%;
  margin-right: 100px;
}

.top-bar__container .top-bar__navigation {
  float: right;
  height: 100%;
}

.top-bar__container .top-bar__navigation ul {
  list-style: none;
  width: fit-content;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar__container .top-bar__navigation ul > a {
  float: left;
  cursor: pointer;
  transition: all 0.2s ease;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 768.99px) {
  .top-bar__container .top-bar__navigation ul > a {
    padding: 0 15px;
  }
}

.top-bar__container .top-bar__navigation ul > a:hover li,
.top-bar__container .top-bar__navigation ul > a.is--active li {
  transition: all 0.2s ease;
  font-weight: bold;
  color: #E94C16;
}

@media (max-width: 991.99px) {
  .top-bar__container {
    display: none;
  }
}

.top-bar__container--mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
}

@media (max-width: 991.99px) {
  .top-bar__container--mobile {
    display: block;
  }
}

.top-bar__container--mobile .dropdown {
  position: absolute;
  right: 60px;
  top: 0;
}

.top-bar__container--mobile .hamburger {
  position: absolute;
  right: 0;
}

.top-bar__container--mobile .top-bar__navigation {
  display: none;
  position: fixed;
  top: 90px;
  width: 100%;
  height: 100%;
  background: #E94C16;
}

.top-bar__container--mobile .top-bar__navigation ul {
  list-style: none;
  width: 100%;
  margin-top: 30px;
  padding: 0;
}

.top-bar__container--mobile .top-bar__navigation ul a {
  text-align: center;
  font-size: 1.8rem;
  cursor: pointer;
  color: #ffffff;
}

.top-bar__container--mobile .top-bar__navigation ul a li {
  padding: 15px 0;
}

.top-bar__container--mobile .top-bar__navigation ul a:hover li,
.top-bar__container--mobile .top-bar__navigation ul a.is--active li {
  transition: all 0.2s ease;
  font-weight: bold;
  color: #000000;
}

.top-bar__container--mobile .top-bar__navigation.is--active {
  display: block;
}

.elements__container {
  float: left;
  position: relative;
  clear: both;
  width: 100%;
  margin-top: 100px;
  padding-top: 50px;
  border-top: 1px solid #E2DFCF;
}

.elements__container .color {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 5px;
  margin-bottom: 5px;
}

.shape__triangle {
  position: absolute;
  width: 100%;
  height: 150px;
  left: 0px;
}

.shape__triangle.left-right.brown {
  background: linear-gradient(to left top, #412714 50%, transparent 50%);
}

.shape__triangle.left-right.green {
  background: linear-gradient(to left top, #006531 50%, transparent 50%);
}

.shape__triangle.right-left.brown {
  background: linear-gradient(to right top, #412714 50%, transparent 50%);
}

.shape__triangle.right-left.green {
  background: linear-gradient(to right top, #006531 50%, transparent 50%);
}

.shape__triangle.bottom-top {
  width: 150px;
  height: 100%;
  top: 0;
}

.shape__triangle.bottom-top.brown {
  background: linear-gradient(to right bottom, #412714 50%, transparent 50%);
}

.shape__triangle.bottom-top.darkBrown {
  background: linear-gradient(to right bottom, #2E1B0E 50%, transparent 50%);
}

.shape__triangle.bottom-top.green {
  background: linear-gradient(to right bottom, #006531 50%, transparent 50%);
}

.shape__triangle.offset-top {
  top: -150px;
}

.shape__triangle.offset-bottom {
  bottom: -150px;
}

/* =============================================================================
CONFIG
============================================================================= */
/* =============================================================================
BASE
============================================================================= */
/* =============================================================================
IMPORTS
============================================================================= */
/* =============================================================================
	GRID BREAKPOINTS
	Define the minimum dimensions at which your layout will change,
	adapting to different screen sizes, for use in media queries.
============================================================================= */
/* =============================================================================
	COLORS
============================================================================= */
/* =============================================================================
	VALIDATION COLORS
============================================================================= */
/* =============================================================================
	SOCIAL MEDIA COLORS
============================================================================= */
/* =============================================================================
	FONTS
============================================================================= */
/* =============================================================================
	FILE PATHS
============================================================================= */
/* =============================================================================
	GRID COLUMNS
	Set the number of columns and specify the width of the gutters.
============================================================================= */
/* =============================================================================
	GRID CONTAINERS
	Define the maximum width of `.container` for different screen sizes.
============================================================================= */
/* =============================================================================
	MARGINS
============================================================================= */
/* =============================================================================
	PADDINGS
============================================================================= */
/* =============================================================================
	GSPACING
	Control the default styling of most Bootstrap elements by modifying these
	variables. Mostly focused on spacing.
	You can add more entries to the $spacers map, should you need more variation.
============================================================================= */
/* =============================================================================
	CONFIG
============================================================================= */
/* =============================================================================
	BASE
============================================================================= */
/* =============================================================================
	VALUES FOR THE COLOR LUMINANCE FUNCTION
============================================================================= */
/* =============================================================================
CONFIG
============================================================================= */
/* =============================================================================
BASE
============================================================================= */
/* =============================================================================
IMPORTS
============================================================================= */
/* =============================================================================
MIXIN: CALCULATE FONTSIZE (PX & REM) BASED ON BASESIZE
USEAGE: @include animation(fadeIn ease 300ms);
============================================================================= */
/* =============================================================================
MIXIN: BORDER RADIUS
USEAGE: @include border-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER TOP LEFT RADIUS
USEAGE: @include border-top-left-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER BOTTOM RIGHT RADIUS
USEAGE: @include border-bottom-right-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER BOTTOM LEFT RADIUS
USEAGE: @include border-bottom-left-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER TOP RADIUS
USEAGE: @include border-top-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER RIGHT RADIUS
USEAGE: @include border-right-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER BOTTOM RADIUS
USEAGE: @include border-bottom-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER LEFT RADIUS
USEAGE: @include border-left-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER ALL RADIUS
USEAGE: @include border-left-radius(15px, 0, 15px, 0);
============================================================================= */
/* =============================================================================
MIXIN: BOX SHADOW
USEAGE: @include box-shadow();
============================================================================= */
/* =============================================================================
CONFIG
============================================================================= */
/* =============================================================================
BASE
============================================================================= */
.button, .button--xs, .button--xl, input[type='button'],
button, [type='submit'] {
  color: #ffffff;
  display: inline-block;
  margin: 0;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  background-image: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: 0.2s ease;
  border-radius: 0;
  background-clip: padding-box;
}

.button:focus, .button--xs:focus, .button--xl:focus, input:focus[type='button'],
button:focus, :focus[type='submit'] {
  outline-offset: -4px;
}

.button:active, .button--xs:active, .button--xl:active, input:active[type='button'],
button:active, :active[type='submit'] {
  transform: translateY(1px);
  filter: saturate(150%);
}

.button:hover, .button--xs:hover, .button--xl:hover, input:hover[type='button'],
button:hover, :hover[type='submit'] {
  text-decoration: none;
}

.button::-moz-focus-inner, .button--xs::-moz-focus-inner, .button--xl::-moz-focus-inner, input[type='button']::-moz-focus-inner,
button::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  border: none;
}

.button.button--disabled, .button:disabled, input.button--disabled[type='button'], input[type='button']:disabled,
button.button--disabled,
button:disabled, .button--disabled[type='submit'], [type='submit']:disabled {
  cursor: not-allowed;
}

.button.button--disabled i, .button:disabled i, input.button--disabled[type='button'] i, input[type='button']:disabled i, button.button--disabled i, button:disabled i, .button--disabled[type='submit'] i, [type='submit']:disabled i {
  background: rgba(0, 0, 0, 0.05) !important;
}

.button.button--round {
  width: 32px;
  height: 32px;
  line-height: unset;
  position: relative;
  padding: 0;
  background-clip: padding-box;
  font-size: 2.2rem;
  color: #000000;
  text-align: center;
  transition: 0.2s ease;
  border-radius: 50%;
  background-clip: padding-box;
}

.button.button--round:focus, .button.button--round:visited, .button.button--round:hover {
  background-clip: padding-box;
}

/* =============================================================================
MIXIN: CAPTION
USEAGE: @include caption(colorName);
============================================================================= */
/* =============================================================================
MIXIN: CLEARFIX ON ELMENT, ADD BEFORE AND AFTER PSUEDO ELMENTS
USEAGE: @include clearfix();
REFERENCE:
============================================================================= */
/* =============================================================================
GRID SYSTEM
Generate semantic grid columns with these mixins.
============================================================================= */
/* =============================================================================
MIXIN: MAKE CONTAINER
DESCRIPTION: Container default styling
============================================================================= */
/* =============================================================================
MIXIN: MAKE CONTAINER MAX WIDTHS
DESCRIPTION: For each breakpoint, define the maximum width of the container in a media query
============================================================================= */
/* =============================================================================
MIXIN: MAKE ROW
DESCRIPTION: Row default style
============================================================================= */
/* =============================================================================
MIXIN: MAKE COL READY
DESCRIPTION: Column default style
============================================================================= */
/* =============================================================================
MIXIN: MAKE COL
DESCRIPTION: Column flexbox style
============================================================================= */
/* =============================================================================
MIXIN: MAKE COL OFFSET
DESCRIPTION: Column offset style
============================================================================= */
/* =============================================================================
MIXIN: MAKE COL PULL/PUSH
DESCRIPTION: PULL/PUSH A COLUMN
============================================================================= */
/* =============================================================================
CONFIG
============================================================================= */
/* =============================================================================
MIXIN: FRAMEWORK GRID GENERATION
DESCRIPTION: Used only by Bootstrap to generate the correct number of grid classes given
			any value of `$grid-columns`.
============================================================================= */
/* =============================================================================
MIXIN: CALCULATE FONTSIZE (PX & REM) BASED ON BASESIZE
USEAGE: @include placeholder(#ccc);
============================================================================= */
/* =============================================================================
MIXIN: KEYFRAMES
USEAGE: @include keyframes(fadeOut) {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
============================================================================= */
/* =============================================================================
MIXIN: CALCULATE FONTSIZE (PX & REM) BASED ON BASESIZE
USEAGE: @include rem(32);
============================================================================= */
/* =============================================================================
MIXIN: RESET
USEAGE: @include reset();
============================================================================= */
/* =============================================================================
MIXIN: RESPONSIVE PADDING
USEAGE: @include responsive-padding(all);
============================================================================= */
/* =============================================================================
MIXIN: RESPONSIVE MARGIN
USEAGE: @include responsive-margin(all);
============================================================================= */
/* =============================================================================
MIXIN: TRIANGLE
USEAGE: @include triangle(top, 20, 10, #333);
============================================================================= */
/* =============================================================================
MIXIN: VERTICAL ALIGN ANYTHING
USEAGE: @include vertical-align();
============================================================================= */
/* =============================================================================
MIXIN: MAKE RESPONSIVE SPACING
USEAGE: @include make-resp-spacing($spacing-small, 'small');
REFERENCE:

MIXIN: MAKE FIXED SPACING
USEAGE: @include make-resp-spacing($spacing-fixed);
REFERENCE:

MIXIN: MAKE UP AND DOWN SPACING
USEAGE: @include make-up-and-down-spacing($spacing-fixed);
REFERENCE:

MIXIN: MAKE COL SPACING
USEAGE: @include make-col-spacing($spacing-fixed);
REFERENCE:
============================================================================= */
/* =============================================================================
MIXIN: PATTERNS
USEAGE: @include pattern__dot();
============================================================================= */
/* =============================================================================
MIXIN: TRANSITION ANIMATION
USEAGE: @include transition(color, 200ms, ease-in-out);
============================================================================= */
/* =============================================================================
MIXIN: NO SELECTION OF TEXT
USEAGE: @include no-select();
============================================================================= */
/* =============================================================================
MIXIN: BLUR
USEAGE: @include blur();
============================================================================= */
/* =============================================================================
	BASE
============================================================================= */
.hamburger {
  background-color: transparent !important;
  cursor: pointer;
  outline: none;
  border-radius: 0;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  top: 0;
  position: relative;
  padding: 0;
  line-height: 90px;
  width: 90px;
  height: 90px;
}

.hamburger.is--active {
  background: #E94C16 !important;
  border-left: none;
}

.hamburger.is--active .hamburger-inner {
  background-color: #ffffff !important;
}

.hamburger.is--active span::after {
  background-color: #ffffff !important;
}

.hamburger.is--active span::before {
  background-color: #ffffff !important;
}

.hamburger-box {
  width: 20px;
  height: 12px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #000000 !important;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  -webkit-transition-property: transform;
  transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}

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

.hamburger-inner::before {
  top: -5px;
}

.hamburger-inner::after {
  bottom: -5px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 40px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is--active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.hamburger--3dx.is--active .hamburger-inner::before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
  -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
}

.hamburger--3dx.is--active .hamburger-inner::after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
  -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 40px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is--active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}

.hamburger--3dx-r.is--active .hamburger-inner::before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
  -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
}

.hamburger--3dx-r.is--active .hamburger-inner::after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
  -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 40px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is--active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
}

.hamburger--3dy.is--active .hamburger-inner::before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
  -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
}

.hamburger--3dy.is--active .hamburger-inner::after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
  -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 40px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is--active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}

.hamburger--3dy-r.is--active .hamburger-inner::before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
  -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
}

.hamburger--3dy-r.is--active .hamburger-inner::after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
  -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 40px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is--active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
  -webkit-transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is--active .hamburger-inner::before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
  -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
}

.hamburger--3dxy.is--active .hamburger-inner::after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
  -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 40px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is--active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is--active .hamburger-inner::before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
  -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is--active .hamburger-inner::after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
  -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is--active .hamburger-inner::before {
  transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is--active .hamburger-inner::after {
  transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is--active .hamburger-inner::before {
  transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is--active .hamburger-inner::after {
  transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is--active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is--active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is--active .hamburger-inner::before {
  top: 0;
  transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is--active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is--active .hamburger-inner {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.hamburger--arrowturn.is--active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is--active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is--active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is--active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is--active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
  -webkit-transition-property: none;
}

.hamburger--boring.is--active .hamburger-inner {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.hamburger--boring.is--active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is--active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  -webkit-transition-duration: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -10px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is--active .hamburger-inner {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
  -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  -webkit-transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is--active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is--active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  -webkit-transition-duration: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -10px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is--active .hamburger-inner {
  transform: translate3d(0, -5px, 0) rotate(45deg);
  -webkit-transform: translate3d(0, -5px, 0) rotate(45deg);
  transition-delay: 0.22s;
  -webkit-transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is--active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is--active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  -webkit-transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 5px;
  transition: opacity 0.125s 0.275s ease;
  -webkit-transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 10px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 5px, 0) rotate(135deg);
  -webkit-transform: translate3d(0, 5px, 0) rotate(135deg);
  transition-delay: 0.075s;
  -webkit-transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-270deg);
  -webkit-transform: translate3d(0, -10px, 0) rotate(-270deg);
  transition-delay: 0.075s;
  -webkit-transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  -webkit-transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 5px;
  transition: opacity 0.125s 0.275s ease;
  -webkit-transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 10px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is--active .hamburger-inner {
  transform: translate3d(0, 5px, 0) rotate(-135deg);
  -webkit-transform: translate3d(0, 5px, 0) rotate(-135deg);
  transition-delay: 0.075s;
  -webkit-transition-delay: 0.075s;
}

.hamburger--elastic-r.is--active .hamburger-inner::before {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is--active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(270deg);
  -webkit-transform: translate3d(0, -10px, 0) rotate(270deg);
  transition-delay: 0.075s;
  -webkit-transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
  -webkit-transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  -webkit-transition: -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 5px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  -webkit-transition: -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -40px;
  top: -40px;
  transform: translate3d(40px, 40px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-stransform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -40px;
  top: -40px;
  transform: translate3d(-40px, 40px, 0) rotate(-45deg);
  -webkit-transform: translate3d(-40px, 40px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
  -webkit-transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  -webkit-transition: -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 5px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  -webkit-transition: -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -40px;
  top: 40px;
  transform: translate3d(40px, -40px, 0) rotate(-45deg);
  -webkit-transform: translate3d(40px, -40px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -40px;
  top: 40px;
  transform: translate3d(-40px, -40px, 0) rotate(45deg);
  -webkit-transform: translate3d(-40px, -40px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px;
}

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

.hamburger--slider .hamburger-inner::after {
  top: 10px;
}

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

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

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

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 5px;
  transition-property: transform, opacity;
  -webkit-transition-property: transform, opacity;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 10px;
}

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

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(2.85714px, -3px, 0);
  -webkit-transform: rotate(45deg) translate3d(2.85714px, -3px, 0);
  opacity: 0;
}

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

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  -webkit-transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transition-delay: 0.12s;
  -webkit-transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  -webkit-transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is--active .hamburger-inner {
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transition-delay: 0.12s;
  -webkit-transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is--active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is--active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
  -webkit-transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 5px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 10px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is--active .hamburger-inner {
  transition-delay: 0.22s;
  -webkit-transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is--active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 5px, 0) rotate(45deg);
  -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
}

.hamburger--spring.is--active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 5px, 0) rotate(-45deg);
  -webkit-transform: translate3d(0, 5px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  -webkit-transition-duration: 0.13s;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -10px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is--active .hamburger-inner {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
  -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  -webkit-transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is--active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is--active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  -webkit-transition: -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is--active .hamburger-inner {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  -webkit-transition: -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is--active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-ransition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is--active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  -webkit-transition: -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is--active .hamburger-inner {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  -webkit-transition: -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is--active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is--active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is--active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is--active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is--active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is--active .hamburger-inner, .hamburger--squeeze.is--active .hamburger-inner::before, .hamburger--squeeze.is--active .hamburger-inner::after {
  background-color: #ffffff;
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
  -webkit-transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
  -webkit-transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, -webkit-transform;
}

.hamburger--vortex.is--active .hamburger-inner {
  transform: rotate(765deg);
  -webkit-transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is--active .hamburger-inner::before, .hamburger--vortex.is--active .hamburger-inner::after {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

.hamburger--vortex.is--active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is--active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
  -webkit-transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
  -webkit-transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, -webkit-transform;
}

.hamburger--vortex-r.is--active .hamburger-inner {
  transform: rotate(-765deg);
  -webkit-transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is--active .hamburger-inner::before, .hamburger--vortex-r.is--active .hamburger-inner::after {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

.hamburger--vortex-r.is--active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is--active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

/* =============================================================================
CONFIG
============================================================================= */
/* =============================================================================
BASE
============================================================================= */
/* =============================================================================
IMPORTS
============================================================================= */
/* =============================================================================
	GRID BREAKPOINTS
	Define the minimum dimensions at which your layout will change,
	adapting to different screen sizes, for use in media queries.
============================================================================= */
/* =============================================================================
	COLORS
============================================================================= */
/* =============================================================================
	VALIDATION COLORS
============================================================================= */
/* =============================================================================
	SOCIAL MEDIA COLORS
============================================================================= */
/* =============================================================================
	FONTS
============================================================================= */
/* =============================================================================
	FILE PATHS
============================================================================= */
/* =============================================================================
	GRID COLUMNS
	Set the number of columns and specify the width of the gutters.
============================================================================= */
/* =============================================================================
	GRID CONTAINERS
	Define the maximum width of `.container` for different screen sizes.
============================================================================= */
/* =============================================================================
	MARGINS
============================================================================= */
/* =============================================================================
	PADDINGS
============================================================================= */
/* =============================================================================
	GSPACING
	Control the default styling of most Bootstrap elements by modifying these
	variables. Mostly focused on spacing.
	You can add more entries to the $spacers map, should you need more variation.
============================================================================= */
/* =============================================================================
	CONFIG
============================================================================= */
/* =============================================================================
	BASE
============================================================================= */
/* =============================================================================
	VALUES FOR THE COLOR LUMINANCE FUNCTION
============================================================================= */
/* =============================================================================
CONFIG
============================================================================= */
/* =============================================================================
BASE
============================================================================= */
/* =============================================================================
IMPORTS
============================================================================= */
/* =============================================================================
MIXIN: CALCULATE FONTSIZE (PX & REM) BASED ON BASESIZE
USEAGE: @include animation(fadeIn ease 300ms);
============================================================================= */
/* =============================================================================
MIXIN: BORDER RADIUS
USEAGE: @include border-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER TOP LEFT RADIUS
USEAGE: @include border-top-left-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER BOTTOM RIGHT RADIUS
USEAGE: @include border-bottom-right-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER BOTTOM LEFT RADIUS
USEAGE: @include border-bottom-left-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER TOP RADIUS
USEAGE: @include border-top-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER RIGHT RADIUS
USEAGE: @include border-right-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER BOTTOM RADIUS
USEAGE: @include border-bottom-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER LEFT RADIUS
USEAGE: @include border-left-radius(15px);
============================================================================= */
/* =============================================================================
MIXIN: BORDER ALL RADIUS
USEAGE: @include border-left-radius(15px, 0, 15px, 0);
============================================================================= */
/* =============================================================================
MIXIN: BOX SHADOW
USEAGE: @include box-shadow();
============================================================================= */
/* =============================================================================
CONFIG
============================================================================= */
/* =============================================================================
BASE
============================================================================= */
.button, .button--xs, .button--xl, input[type='button'],
button, [type='submit'] {
  color: #ffffff;
  display: inline-block;
  margin: 0;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  background-image: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: 0.2s ease;
  border-radius: 0;
  background-clip: padding-box;
}

.button:focus, .button--xs:focus, .button--xl:focus, input:focus[type='button'],
button:focus, :focus[type='submit'] {
  outline-offset: -4px;
}

.button:active, .button--xs:active, .button--xl:active, input:active[type='button'],
button:active, :active[type='submit'] {
  transform: translateY(1px);
  filter: saturate(150%);
}

.button:hover, .button--xs:hover, .button--xl:hover, input:hover[type='button'],
button:hover, :hover[type='submit'] {
  text-decoration: none;
}

.button::-moz-focus-inner, .button--xs::-moz-focus-inner, .button--xl::-moz-focus-inner, input[type='button']::-moz-focus-inner,
button::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  border: none;
}

.button.button--disabled, .button:disabled, input.button--disabled[type='button'], input[type='button']:disabled,
button.button--disabled,
button:disabled, .button--disabled[type='submit'], [type='submit']:disabled {
  cursor: not-allowed;
}

.button.button--disabled i, .button:disabled i, input.button--disabled[type='button'] i, input[type='button']:disabled i, button.button--disabled i, button:disabled i, .button--disabled[type='submit'] i, [type='submit']:disabled i {
  background: rgba(0, 0, 0, 0.05) !important;
}

.button.button--round {
  width: 32px;
  height: 32px;
  line-height: unset;
  position: relative;
  padding: 0;
  background-clip: padding-box;
  font-size: 2.2rem;
  color: #000000;
  text-align: center;
  transition: 0.2s ease;
  border-radius: 50%;
  background-clip: padding-box;
}

.button.button--round:focus, .button.button--round:visited, .button.button--round:hover {
  background-clip: padding-box;
}

/* =============================================================================
MIXIN: CAPTION
USEAGE: @include caption(colorName);
============================================================================= */
/* =============================================================================
MIXIN: CLEARFIX ON ELMENT, ADD BEFORE AND AFTER PSUEDO ELMENTS
USEAGE: @include clearfix();
REFERENCE:
============================================================================= */
/* =============================================================================
GRID SYSTEM
Generate semantic grid columns with these mixins.
============================================================================= */
/* =============================================================================
MIXIN: MAKE CONTAINER
DESCRIPTION: Container default styling
============================================================================= */
/* =============================================================================
MIXIN: MAKE CONTAINER MAX WIDTHS
DESCRIPTION: For each breakpoint, define the maximum width of the container in a media query
============================================================================= */
/* =============================================================================
MIXIN: MAKE ROW
DESCRIPTION: Row default style
============================================================================= */
/* =============================================================================
MIXIN: MAKE COL READY
DESCRIPTION: Column default style
============================================================================= */
/* =============================================================================
MIXIN: MAKE COL
DESCRIPTION: Column flexbox style
============================================================================= */
/* =============================================================================
MIXIN: MAKE COL OFFSET
DESCRIPTION: Column offset style
============================================================================= */
/* =============================================================================
MIXIN: MAKE COL PULL/PUSH
DESCRIPTION: PULL/PUSH A COLUMN
============================================================================= */
/* =============================================================================
CONFIG
============================================================================= */
/* =============================================================================
MIXIN: FRAMEWORK GRID GENERATION
DESCRIPTION: Used only by Bootstrap to generate the correct number of grid classes given
			any value of `$grid-columns`.
============================================================================= */
/* =============================================================================
MIXIN: CALCULATE FONTSIZE (PX & REM) BASED ON BASESIZE
USEAGE: @include placeholder(#ccc);
============================================================================= */
/* =============================================================================
MIXIN: KEYFRAMES
USEAGE: @include keyframes(fadeOut) {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
============================================================================= */
/* =============================================================================
MIXIN: CALCULATE FONTSIZE (PX & REM) BASED ON BASESIZE
USEAGE: @include rem(32);
============================================================================= */
/* =============================================================================
MIXIN: RESET
USEAGE: @include reset();
============================================================================= */
/* =============================================================================
MIXIN: RESPONSIVE PADDING
USEAGE: @include responsive-padding(all);
============================================================================= */
/* =============================================================================
MIXIN: RESPONSIVE MARGIN
USEAGE: @include responsive-margin(all);
============================================================================= */
/* =============================================================================
MIXIN: TRIANGLE
USEAGE: @include triangle(top, 20, 10, #333);
============================================================================= */
/* =============================================================================
MIXIN: VERTICAL ALIGN ANYTHING
USEAGE: @include vertical-align();
============================================================================= */
/* =============================================================================
MIXIN: MAKE RESPONSIVE SPACING
USEAGE: @include make-resp-spacing($spacing-small, 'small');
REFERENCE:

MIXIN: MAKE FIXED SPACING
USEAGE: @include make-resp-spacing($spacing-fixed);
REFERENCE:

MIXIN: MAKE UP AND DOWN SPACING
USEAGE: @include make-up-and-down-spacing($spacing-fixed);
REFERENCE:

MIXIN: MAKE COL SPACING
USEAGE: @include make-col-spacing($spacing-fixed);
REFERENCE:
============================================================================= */
/* =============================================================================
MIXIN: PATTERNS
USEAGE: @include pattern__dot();
============================================================================= */
/* =============================================================================
MIXIN: TRANSITION ANIMATION
USEAGE: @include transition(color, 200ms, ease-in-out);
============================================================================= */
/* =============================================================================
MIXIN: NO SELECTION OF TEXT
USEAGE: @include no-select();
============================================================================= */
/* =============================================================================
MIXIN: BLUR
USEAGE: @include blur();
============================================================================= */
/* =============================================================================
	BASE
============================================================================= */
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  display: table;
  transition: opacity 0.3s ease;
  z-index: 1050;
}

.modal__open {
  overflow: hidden;
}

.modal__window {
  position: absolute;
  top: 50%;
  left: 50%;
  left: 50%;
  width: 90%;
  max-width: 600px;
  max-height: 90%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  background: #ffffff;
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 30px 0;
  background-clip: padding-box;
}

.modal.xl .modal__window {
  max-width: 1024px;
}

.modal__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #ffffff;
  min-height: 60px;
}

.modal__close {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  background: #E2DFCF;
  font-size: 25px;
}

.modal__close:hover {
  color: #ffffff;
  background: #000000;
}

.modal__content {
  padding: 80px 30px 130px 30px;
  z-index: 0;
  overflow-y: auto;
  max-height: 90vh;
}

.modal__content :first-child {
  margin-top: 0;
}

.modal__content :last-child {
  margin-bottom: 0;
}

.modal__footer {
  position: absolute;
  height: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 20px 30px;
  background: #ffffff;
  text-align: right;
}

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

.modal__footer .buttons .btn {
  display: inline-block;
  float: left;
  margin-left: 10px;
}

.modal-enter {
  opacity: 0;
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.modal-leave-active {
  opacity: 0;
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.modal-enter,
.modal-leave-to {
  opacity: 1;
  transform: scale(1.1);
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.notice {
  position: fixed;
  z-index: 99999;
  width: 90%;
  left: 5%;
  top: 25px;
  background: #048D35;
  padding: 15px 25px;
  color: #ffffff;
}

.timeline {
  float: left;
  padding-top: 50px;
  padding-bottom: 100px;
}

.timeline h2,
.timeline h3,
.timeline h4,
.timeline p,
.timeline ul {
  color: #ffffff;
}

.timeline h2.margin__bottom--xlg,
.timeline h3.margin__bottom--xlg,
.timeline h4.margin__bottom--xlg,
.timeline p.margin__bottom--xlg,
.timeline ul.margin__bottom--xlg {
  margin-bottom: 50px;
}

.timeline-row {
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
  clear: both;
  overflow: hidden;
}

@media (max-width: 564px) {
  .timeline-row {
    width: auto;
    margin-left: -30px;
    margin-right: -30px;
  }
}

.timeline-row:first-child .timeline__line {
  top: 24px;
}

.timeline__line {
  position: relative;
  z-index: 1;
  width: 4px;
  height: 100%;
  background: #E94C16;
  left: 8px;
}

.timeline__line.gradient {
  background: linear-gradient(to bottom, #E94C16, transparent);
}

.timeline__dot {
  position: absolute;
  z-index: 2;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #E94C16;
}

.timeline__dot svg {
  position: absolute;
  top: -11px;
  left: -11px;
}

.timeline__speechbubble {
  border: 3px solid;
  border-image-slice: 1;
  border-width: 3px;
  border-image-source: linear-gradient(to left, transparent, #E94C16);
  padding: 5px 25px;
}

.timeline__speechbubble--tip {
  position: absolute;
  float: left;
  left: -30px;
  top: 30px;
  width: 30px;
  height: 30px;
  background: linear-gradient(to left bottom, #E94C16 50%, transparent 50%);
}

.timeline__speechbubble--tip-overlay {
  position: absolute;
  float: left;
  left: -21px;
  top: 34px;
  width: 24px;
  height: 24px;
  background: linear-gradient(to left bottom, #412714 50%, transparent 50%);
}

.timeline__speechbubble.orange {
  border: 3px solid #E94C16;
  background: #E94C16;
}

.timeline__speechbubble.orange .timeline__speechbubble--tip-overlay {
  display: none;
}

.timeline .padding--xs {
  padding: 5px 0;
}

.header {
  float: left;
  height: auto;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 300px;
}

.header h1, .header h4, .header p {
  color: #ffffff;
}

.header .shape {
  bottom: -1px;
  z-index: 3;
}

@media (max-width: 564px) {
  .header .shape {
    display: none;
  }
}

.what-is {
  float: left;
  height: auto;
  background: #FBBB31;
  padding-top: 100px;
  padding-bottom: 100px;
}

.what-is h2, .what-is p {
  color: #000000;
}

.what-is img {
  width: 100%;
  margin-top: 100px;
}

.video {
  float: left;
  position: relative;
  display: block;
  width: auto;
  height: 600px;
  background: #000000;
  padding-top: 0;
  margin-top: 90px;
}

.video p {
  color: #ffffff;
}

.video__player {
  position: absolute;
  z-index: 1;
  width: 100%;
}

@media (min-width: 1024px) {
  .video__player {
    height: 651px;
  }
}

@media (min-width: 1158px) {
  .video__player {
    height: 810px;
  }
}

.video__overlay {
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  padding-right: 50px;
}

.video__overlay button {
  margin-top: 50px;
}

.video__overlay button.margin__right--sm {
  margin-right: 5px;
}

@media (max-width: 460px) {
  .video__overlay {
    padding-right: 15px;
  }
  .video__overlay button {
    margin-top: 15px;
  }
}

.video__play {
  position: absolute;
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ambassadors {
  float: left;
  width: 100%;
  height: 840px;
  padding-top: 0;
}

.ambassadors h2,
.ambassadors h3,
.ambassadors h4,
.ambassadors p,
.ambassadors ul {
  color: #ffffff;
}

.ambassadors__slide {
  height: 100%;
}

.ambassadors__slide > div {
  height: 100%;
  padding-top: 100px;
}

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

.ambassadors__title {
  float: left;
  width: 100%;
}

.ambassadors__title h2 {
  color: #ffffff;
  padding-top: 100px;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .ambassadors__title h2 {
    padding-bottom: 25px;
  }
}

.ambassadors__title h2:first-child {
  padding-bottom: 0;
}

.ambassadors__title h2:last-child {
  padding-top: 0;
}

.ambassadors .swiper-container {
  float: left;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ambassadors .swiper-container .swiper-wrapper {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
}

.ambassadors .swiper-container .swiper-slide {
  float: left;
  position: absolute;
  height: 100%;
  top: 0;
}

@media (max-width: 768px) {
  .ambassadors .swiper-container .swiper-slide .l-col-0 {
    display: none;
  }
}

.ambassadors__pagination {
  position: absolute;
  z-index: 3;
  width: 100%;
  bottom: 0;
  padding-bottom: 100px;
}

.ambassadors__pagination button {
  margin-right: 5px;
}

.ambassadors .shape__bottom {
  width: 100%;
  z-index: 2;
  bottom: 0;
}

.contact {
  float: left;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
}

.contact h2, .contact p {
  color: #ffffff;
}

.contact img {
  width: 100%;
  margin-top: 100px;
}

.contact input, .contact textarea {
  margin-top: 15px;
  margin-bottom: 15px;
}

.contact .radio-container {
  margin-top: 25px;
  margin-bottom: 25px;
}

.contact button {
  margin-top: 25px;
}

.contact button i {
  color: #000000 !important;
}

.contact .padding-xxlarge {
  padding-top: 100px;
}

.contact .errors {
  list-style: none;
  background: #F5001E;
  color: #ffffff;
}

.contact .errors li {
  padding: 15px;
}

.footer {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0) 100%);
  padding-top: 15px;
}

.footer .l-row {
  margin-bottom: 50px;
}

.footer .l-row:last-child {
  margin-bottom: 0;
}

.footer img {
  width: 100%;
  max-width: 200px;
}

.footer p {
  width: 100%;
  text-align: center;
}

.footer button {
  margin-right: 5px;
}

.footer button:last-child {
  margin-right: 0;
}

.footer .center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .center-content a {
  padding: 0 10px;
}

@media (max-width: 564px) {
  .footer svg {
    margin-top: 100px;
  }
}

@media (max-width: 564px) {
  .footer .button svg {
    margin-top: 0;
  }
}

/* =============================================================================
BASE
============================================================================= */
.radio-button {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  font-size: 1.6rem;
  font-family: "Biennale-Regular", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  font-weight: 400;
}

.radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-button .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.radio-button:hover input ~ .checkmark {
  background-color: #ccc;
}

.radio-button input:checked ~ .checkmark {
  background-color: #E94C16;
}

.radio-button .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-button input:checked ~ .checkmark:after {
  display: block;
}

.radio-button .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/* =============================================================================
  CONFIG
============================================================================= */
/* =============================================================================
  BASE
============================================================================= */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (" attr(href) ")';
  }
  abbr[title]:after {
    content: ' (" attr(title) ")';
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .txt--white {
    color: #000000 !important;
  }
}
